Skip to content

Releases: sapcc/limesctl

v3.3.2

03 Jan 14:28
v3.3.2
c8481ef
Compare
Choose a tag to compare

Changed

  • OS_PW_CMD is now handled by go-bits which code is mostly adopted from limesctl.
  • Updated all dependencies to their latest version.

v3.3.1

23 Oct 14:26
Compare
Choose a tag to compare

Fixed

  • Completions generation for release archives.

v3.3.0

04 Oct 09:08
Compare
Choose a tag to compare

Added

  • Support for specifying shell command which will be used for retrieving user password
    using --os-pw-cmd flag or OS_PW_CMD environment variable.

v3.2.1

01 Sep 12:36
v3.2.1
e986e5e
Compare
Choose a tag to compare

Changed

  • Use Golang 1.21 for prebuilt binaries.
  • Updated all dependencies to their latest version.

v3.2.0

03 Mar 13:02
Compare
Choose a tag to compare

Added

  • Support for showing cluster global rate limits.

    limesctl cluster show-rates
    

v3.1.3

15 Dec 14:42
Compare
Choose a tag to compare

Added

  • Support for specifying TLS client certificate and key using flags (--os-cert/--os-key) or
    environment variables (OS_CERT/OS_KEY).

v3.1.2

24 Nov 09:30
Compare
Choose a tag to compare

Fixed

  • Examples for domain set and project set commands.

v3.1.1

20 Nov 10:10
Compare
Choose a tag to compare

Fixed

  • Removed dead code.

v3.1.0

20 Nov 09:54
Compare
Choose a tag to compare

Added

  • Add shell completions to Homebrew formula.
  • Added detailed examples for project set and domain set commands.

Changed

  • Updated all dependencies to their latest version.
  • Use Cobra for command-line parsing.
  • Improved command descriptions.

v3.0.3

25 Oct 07:39
Compare
Choose a tag to compare

Changed

  • Updated all dependencies to their latest version.

Fixed

  • Switched to new Limes client for project's rate reports.