kubectl gs
-
Added
- Add a NOTES column to the output of the
get apps
command. The column contains information why the last Helm release attempt failed if so, empty otherwise.
-
Added
- Allow to reuse any current context in
login
command by omitting the argument. This allows creating clientCerts for WCs in an arbitrary MC context. (not following gs-codename
format)
-
Changed
- Fix retry fetching clientcert secret in the
default
namespace for legacy azure clusters.
-
Changed
- base64 encode ssh key for CAPZ clusters.
- Fix bastion systemd unit on CAPZ clusters.
- Make CAPZ clusters compatible with cluster-apps-operator new version.
-
Fixed
- Fixed missing
Kind
in template
command.
-
Changed
- Bump CAPI (cluster-api) dependencies to v1beta1
-
Fixed
- Disable colored output on Windows to avoid printing of ANSII escape codes.
-
- Build signed Windows binaries
- Extend CI config to include the Windows package in the Krew index when a new release is published
-
Changed
- Improved description of the
--control-plane-az
parameter when templating a cluster.
-
- In
kubectl gs login
, add support for workload clusters on OpenStack.