Releases: giantswarm/kubectl-gs
Releases · giantswarm/kubectl-gs
v2.42.0
v2.41.1
v2.41.0
v2.40.0
Added
- Add
--login-timeout
flag to control the time period of OIDC login timeout - Add experimental support for templating
cluster-eks
with providereks
.
Changed
- Graceful failure of the
login
command in case workload cluster API is not known - Improved error message after login timeout
v2.39.0
Breaking changes
- Add minimal support for templating CAPZ clusters by command line parameters. This removes
--cluster-config
and--default-app-config
parameters which required handcrafted YAML input. It leaves one consistent templating option for CAPI products (kubectl gs template cluster --provider ... --other-params
).
v2.38.0
Changed
Fixed
- Sanitize file passed as inputs data for config maps by stripping spaces from the right end of the lines.
- This makes the output to use proper multi-line strings for the embedded YAML content by working around a bug in
sig.k8s.io/[email protected]
- This makes the output to use proper multi-line strings for the embedded YAML content by working around a bug in