Releases: giantswarm/kubectl-gs
Releases · giantswarm/kubectl-gs
v4.7.0
v4.6.0
Changed
- Use Phase instead of Status field for Clusters and Nodepools. Affected commands:
kubectl gs get clusters
kubectl gs get nodepools
Fixed
- Fix getting nodepools via
kubectl gs get nodepools
. - Remove node classes from vsphere template used in
kubectl gs template cluster
command.
v4.5.0
Changed
- Adjust columns for
kubectl gs get releases
.
v4.4.0
Added
- Cloud Director Provider.
v4.3.1
Fixed
- Fixed unique user tracking
- Remove debug logging regarding telemetry
v4.3.0
Added
- Basic usage tracking data is now collected for every command execution. This should help us maintain and develop the tool. Set the
KUBECTL_GS_TELEMETRY_OPTOUT
environment variable to an arbitrary value to disable this. Data is submitted to TelemetryDeck in the EU. More details are available in our docs.
v4.2.0
Changed
- BREAKING When templating cluster manifests for CAPV clusters with
kubectl gs template cluster
command, now we set the workload cluster release version via the--release
flag, instead setting cluster-vsphere version via--cluster-version
.
v4.1.0
Added
- Add support for unified cluster-vsphere app. With cluster-vsphere v0.61.0 and newer, default apps are deployed with cluster-vsphere, and default-apps-vsphere app is not deployed anymore.
v4.0.0
Changed
- The way to specify a release in
kubectl gs gitops add workload-cluster
has changed. The flag--cluster-release
has been replaced by--release
.
Removed
kubectl gs gitops add workload-cluster
:- The flag
--default-apps-user-config
has been removed - The flag
--default-apps-release
has been removed - The flag
--cluster-release
has been removed
- The flag
v3.2.0
Release v3.2.0 (#1400)