Skip to content

Commit

Permalink
Merge pull request #7 from xnox/dependabot/terraform/hashicorp/kubern…
Browse files Browse the repository at this point in the history
…etes-2.29.0

build(deps): bump hashicorp/kubernetes from 2.28.1 to 2.29.0
  • Loading branch information
xnox authored Apr 17, 2024
2 parents a54befe + 49a18d7 commit bc9588a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 images/cassandra/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
oci = { source = "chainguard-dev/oci" }
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.28.1"
version = "~> 2.29.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/management-api-for-apache-cassandra/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
oci = { source = "chainguard-dev/oci" }
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.28.1"
version = "~> 2.29.0"
}
}
}
Expand Down

0 comments on commit bc9588a

Please sign in to comment.