Skip to content

Commit

Permalink
chore(deps): bump scott-the-programmer/minikube from 0.3.7 to 0.3.10
Browse files Browse the repository at this point in the history
Bumps [scott-the-programmer/minikube](https://github.com/scott-the-programmer/terraform-provider-minikube) from 0.3.7 to 0.3.10.
- [Release notes](https://github.com/scott-the-programmer/terraform-provider-minikube/releases)
- [Changelog](https://github.com/scott-the-programmer/terraform-provider-minikube/blob/main/.goreleaser.yml)
- [Commits](scott-the-programmer/terraform-provider-minikube@v0.3.7...v0.3.10)

---
updated-dependencies:
- dependency-name: scott-the-programmer/minikube
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FalcoSuessgott committed Feb 5, 2024
1 parent f90e96d commit feb4d5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion k8s-minikube/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
minikube = {
source = "scott-the-programmer/minikube"
version = "0.3.7"
version = "0.3.10"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
minikube = {
source = "scott-the-programmer/minikube"
version = "0.3.7"
version = "0.3.10"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit feb4d5b

Please sign in to comment.