Releases: giantswarm/kubectl-gs
Releases · giantswarm/kubectl-gs
v2.52.0
Added
- Allow subnet generation customization for CAPA clusters.
v2.51.0
Changed
- Remove bastion section for generating CAPA cluster manifests.
v2.50.1
Changed
- Update values schema for generating EKS cluster.
v2.50.0
Breaking changes
kubectl gs template cluster
: Either--name
or new--generated-name
parameter is now required for CAPI cluster names. We kept the CLI backward-compatible for vintage, so if none of these parameters is specified, the old default of generating a random name still applies and no error is thrown.
v2.49.1
Release v2.49.1 (#1225)
v2.49.0
Changed
- BREAKING All values of cluster userconfig for
CAPA
are moving underglobal
.
v2.48.1
Changed
- Changed the length of random generated cluster names to
10
v2.48.0
Added
- Add support for device authentication flow in the
login
command and a new--device-auth
flag to activate it.