mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 00:10:19 -04:00
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:
parent
98666f9d7f
commit
31b8ff9dea
9 changed files with 150 additions and 141 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue