Releases: giantswarm/kubectl-gs
Releases · giantswarm/kubectl-gs
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)
v3.1.0
Added
- Add
--prevent-deletion
flag to cluster template command for capv clusters - Helpful error messages for invalid subnet split parameters of CAPA private clusters
Changed
- BREAKING When templating cluster manifests for CAPZ clusters with
kubectl gs template cluster
command, now we set the workload cluster release version via the--release
flag, instead setting cluster-azure version via--cluster-version
.
v3.0.0
Removed
- BREAKING Remove deprecated
--enable-long-name
flag (affected commands: kubectl gs template cluster/nodepool/networkpool/catalog)
Changed
- BREAKING When templating cluster manifests for CAPA clusters with
kubectl gs template cluster
command, now we set the workload cluster release version via the--release
flag (like for vintage AWS), instead setting cluster-aws version via--cluster-version
. - Update module version to v3.
v2.57.0
Added
- Support unified cluster-azure app. With cluster-azure v0.14.0 and newer, default apps are deployed with cluster-azure and default-apps-azure app is not deployed anymore.
- Added
--prevent-deletion
flag to cluster template command for capa, capa-eks, capz clusters
v2.56.0
Added
- Allow
kubectl gs update app
to update App CR to any version from any catalog. - Also add
--suspend-reconciliation
flag to manage Flux App reconciliation.
Changed
- BREAKING
kubectl gs template cluster
for Cluster API provider vSphere has been adapted to work with the values schema ofcluster-vsphere
v0.52.0.
v2.55.0
Release v2.55.0 (#1326)