Skip to content

Releases: giantswarm/kubectl-gs

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.

v4.0.0

23 Aug 08:22
7cc3228
Compare
Choose a tag to compare

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

v3.2.0

12 Aug 10:11
13ce18c
Compare
Choose a tag to compare
Release v3.2.0 (#1400)

v3.1.0

23 Jul 11:17
da0a6f3
Compare
Choose a tag to compare

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

27 Jun 16:58
449b264
Compare
Choose a tag to compare

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

21 Jun 07:57
048c81a
Compare
Choose a tag to compare

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

10 Jun 09:29
495c179
Compare
Choose a tag to compare

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 of cluster-vsphere v0.52.0.

v2.55.0

14 May 12:43
aca0bcd
Compare
Choose a tag to compare
Release v2.55.0 (#1326)