versions: add K8s v1.32; remove K8s v1.29 (#3895)

* versions: remove K8s v1.29

* versions: add K8s v1.32

* versions: default to K8s v1.31

* docs: add k8s v1.32

* versions: update microservice versions for k8s v1.32

* ci: bump k8s versions

* dev-docs: mention ci k8s bump

* bazel: ignore GO-2025-3770
This commit is contained in:
Moritz Sanft 2025-07-30 18:41:12 +02:00 committed by GitHub
parent 98666f9d7f
commit 31b8ff9dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 150 additions and 141 deletions

View file

@ -16,6 +16,6 @@ Subsequent Constellation releases drop support for the oldest (and deprecated) K
The following Kubernetes versions are currently supported:
<!--AUTO_GENERATED_BY_BAZEL-->
<!--DO_NOT_EDIT-->
* v1.29.15
* v1.30.14
* v1.31.11
* v1.32.7

View file

@ -81,7 +81,7 @@ constellation config generate {aws|azure|gcp|openstack|qemu|stackit} [flags]
```
-a, --attestation string attestation variant to use {aws-sev-snp|aws-nitro-tpm|azure-sev-snp|azure-tdx|azure-trustedlaunch|gcp-sev-snp|gcp-sev-es|qemu-vtpm}. If not specified, the default for the cloud provider is used
-h, --help help for generate
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR (default "v1.30")
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR (default "v1.31")
-t, --tags strings additional tags for created resources given a list of key=value
```