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

Releases: giantswarm/gsctl

gsctl v0.4.0

06 Apr 10:14
Compare
Choose a tag to compare

New features

gsctl v0.3.3

03 Apr 13:35
Compare
Choose a tag to compare

Bugfixes

gsctl v0.3.2

07 Mar 14:17
Compare
Choose a tag to compare

Bugfixes

Minor changes

  • Binaries are now built using Golang 1.8

gsctl v0.3.1

11 Jan 14:54
Compare
Choose a tag to compare

New features

  • The new flag --api-endpoint allows to set a specific API endpoint to work against (#11)

Bugfixes

  • Fixed a bug where gsctl logout would not delete a locally stored authentication token if the token had already expired (#16)
  • Fixed automatically generated descriptions for new key pairs (#17)

gsctl v0.2.0

28 Nov 15:47
Compare
Choose a tag to compare
  • New command gsctl version added, to get nothing but the current version number (and build date, when used with --verbose)
  • With most API requests, three additional headers are sent, for the purpose of analysing gsctl usage:
    • X-Request-ID is a randomly generated ID for the a request or a group of related requests, which also simplifies debugging in the case of an error.
    • X-Giant-Swarm-Activity is an activity name like list-clusters, which gives us a better idea for which user activities an API request has been made.
    • X-Giant-Swarm-CmdLine: Contains the command line used to invoke gsctl. Sending this header can be suppressed by setting the GSCTL_DISABLE_CMDLINE_TRACKING environment variable.
  • Colors can now be turned off by setting the environment variable GSCTL_DISABLE_COLORS.
  • Table output for the command gsctl listhas been changed so that only headers are printed in color, while data rows use the default terminal color.
  • To make table column headers easier to distinguish from data rows, even with colors disabled, they are now CAPITALIZED.

gsctl v0.1.0

25 Nov 08:19
Compare
Choose a tag to compare

This is our initial release 🎉