Skip to content

Commit

Permalink
build(deps): update hashicorp/kubernetes requirement from ~> 2.24.0 t…
Browse files Browse the repository at this point in the history
…o ~> 2.25.2

Updates the requirements on [hashicorp/kubernetes](https://github.com/hashicorp/terraform-provider-kubernetes) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-kubernetes/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-kubernetes@v2.24.0...v2.25.2)

---
updated-dependencies:
- dependency-name: hashicorp/kubernetes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 8ce5deb commit ab62a0a
Showing 1 changed file with 1 addition and 1 deletion.
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.24.0"
version = "~> 2.25.2"
}
}
}
Expand Down

0 comments on commit ab62a0a

Please sign in to comment.