Skip to content

Commit

Permalink
Merge pull request #137 from kubermatic/container/k1-tooling-upgrade
Browse files Browse the repository at this point in the history
upgrade k1 to 1.9.1
  • Loading branch information
toschneck authored Jan 23, 2025
2 parents 9ff92f6 + 1480ee9 commit 6854a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/kubeone-tool-container/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## See https://github.com/kubermatic/kubeone/releases
KUBEONE_VERSION ?= 1.9.0
KUBEONE_VERSION ?= 1.9.1
DOCKER_REPO ?= 'quay.io/kubermatic-labs/kubeone-tooling'
FINAL_TAG ?= ${KUBEONE_VERSION}
TAG_DATE ?= ${KUBEONE_VERSION}-$(shell date -I)
Expand Down
2 changes: 1 addition & 1 deletion container/kubeone-tool-container/terraform_libraries.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = "~> 2.1.1"
version = "~> 2.11.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 6854a35

Please sign in to comment.