We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227e1ec commit 7aabd4fCopy full SHA for 7aabd4f
CHANGELOG.md
@@ -11,6 +11,7 @@
11
- New sdk-go-bundle versions to fix default params not being sent when having default values on marshalling
12
- Fix CDN tests
13
- Fix small CDN bug that led to an inconsistent state
14
+- Fix k8s tests.
15
16
### Documentation
17
- Update documentation for S3 bucket resource
ionoscloud/test_constants.go
@@ -1726,8 +1726,8 @@ resource "random_string" "simple_string" {
1726
1727
// K8s values
1728
const (
1729
- K8sVersion = "1.29.5"
1730
- UpgradedK8sVersion = "1.26.6"
+ K8sVersion = "1.29.6"
+ UpgradedK8sVersion = "1.29.7"
1731
K8sBucket = "test_k8s_terraform_v7"
1732
K8sPrivateClusterNodeSubnet = "192.168.0.0/16"
1733
)
0 commit comments