k8s: add 1.29, remove 1.26, default 1.28 (#2803)

undefined
This commit is contained in:
Malte Poll 2024-01-08 16:53:12 +01:00 committed by GitHub
parent e691e26bd3
commit a8bca88eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 161 additions and 161 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.26.12
* v1.27.9
* v1.28.5
* v1.29.0

View file

@ -80,7 +80,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-trustedlaunch|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.27")
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR (default "v1.28")
```
### Options inherited from parent commands