Releases: giantswarm/kubectl-gs
Releases · giantswarm/kubectl-gs
v4.8.0
Changed
- Align
template cluster
command--name
argument validation with Cluster naming.
v4.7.1
Changed
- Add organisation namepsace to the gitops add command.
- Update
github.com/getsops/sops/v3
from v3.9.2 to v3.9.3.
Removed
- Removed any code specific to KVM installations.
v4.7.0
Changed
- Add deletion prevention label also to templated cluster's
App
andConfigMap
if using thekubectl gs template --prevent-deletion
parameter
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.