Skip to content

Releases: giantswarm/kubectl-gs

v4.8.0

01 May 09:19
3c3b9f2
Compare
Choose a tag to compare

Changed

  • Align template cluster command --name argument validation with Cluster naming.

v4.7.1

31 Mar 14:36
f714b15
Compare
Choose a tag to compare

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

08 Jan 10:12
f3e0a15
Compare
Choose a tag to compare

Changed

  • Add deletion prevention label also to templated cluster's App and ConfigMap if using the kubectl gs template --prevent-deletion parameter

v4.6.0

28 Nov 09:25
eb30e99
Compare
Choose a tag to compare

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

15 Nov 14:32
a750335
Compare
Choose a tag to compare

Changed

  • Adjust columns for kubectl gs get releases.

v4.4.0

13 Nov 09:57
50d215f
Compare
Choose a tag to compare

Added

  • Cloud Director Provider.

v4.3.1

04 Nov 11:41
9b45a75
Compare
Choose a tag to compare

Fixed

  • Fixed unique user tracking
  • Remove debug logging regarding telemetry

v4.3.0

28 Oct 08:34
9d6ea1a
Compare
Choose a tag to compare

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

15 Oct 10:29
6a0aca2
Compare
Choose a tag to compare

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

04 Sep 09:51
b61e302
Compare
Choose a tag to compare

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.