Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Releases: giantswarm/gsctl

gsctl v1.1.6

29 Jun 14:43
75c966f
Compare
Choose a tag to compare

Minor changes

The show cluster, show nodepool, and show release commands will now print a deprecation message to STDERR.

gsctl v1.1.5

04 Apr 13:12
86104d8
Compare
Choose a tag to compare

Full Changelog: 1.1.4...1.1.5

gsctl v1.1.4

01 Feb 10:13
50be06f
Compare
Choose a tag to compare

Minor changes

Deprecation notices for commands with a kubectl gs replacement will not be printed on KVM.

gsctl v1.1.3

04 Nov 15:10
67c2be4
Compare
Choose a tag to compare

Minor changes

The create kubeconfig, create keypair, and list nodepools commands will now print a deprecation message to STDERR.

gsctl v1.1.2

04 Oct 13:23
042d665
Compare
Choose a tag to compare

Minor changes

The list releases command will now print a deprecation message to STDERR.

gsctl v1.1.1

01 Oct 10:19
102debb
Compare
Choose a tag to compare

Minor changes

Added note to README about deprecation of gsctl.

All commands which have a direct replacement in kubectl gs available will now print a deprecation warning to STDERR.

gsctl v1.1.0

05 Mar 10:31
d479e54
Compare
Choose a tag to compare

New features

  • The configuration path can now be set using the GSCTL_CONFIG_DIR environment variable. Thanks to @kampka for the contribution!

gsctl v1.0.0

03 Mar 07:42
82bfcd4
Compare
Choose a tag to compare

A new major release? Well, for no special reason. We wanted to get rid of the leading zero for quite some time.

New features

  • The gsctl create kubeconfig command now offers the --kubie flag. When kubie is installed and the flag is used, a new shell is launched with the cluster and new key pair as selected kubectl context, without modifying the current-context in the kubectl config.

Changes

  • Use more specific terminology for release in help texts: workload cluster release.
  • Update documentation URLs.

gsctl v0.29.0

09 Feb 14:38
0a2046d
Compare
Choose a tag to compare

New features

  • Support for node pool spot instances on Azure, starting with release v14.1.0.

gsctl v0.28.0

12 Jan 11:56
1ffab2c
Compare
Choose a tag to compare

New features

Bugfixes

  • Fix node pool creation on installations that don't support availability zones (e.g. germanywestcentral on Azure) (#603)