Skip to content

Releases: sapcc/limesctl

v1.5.1

26 Jun 08:03
Compare
Choose a tag to compare

Changes:

  • Report non-existent physical_usage data as an empty string in the table and
    csv format.

v1.5.0

19 Jun 09:17
Compare
Choose a tag to compare

New features:

  • Display physical usage information when --long output flag is given.
  • ID(s) are now optional for show and set operations. If ID(s) are not
    explicitly given then they are extracted from the current authorization
    token.

Changes:

  • Code clean-up.

v1.4.1

12 Jun 09:29
Compare
Choose a tag to compare

Bugfixes:

  • Do not fail project operations when Keystone permissions for domain listing are missing

v1.4.0

28 Mar 14:23
Compare
Choose a tag to compare

New features:

  • Avoid extra requests to Keystone to resolve a domain name into an ID, when the token scope already contains the correct domain ID.

v1.3.0

07 Jan 13:42
403e0d3
Compare
Choose a tag to compare

New features:

  • Display quota bursting information when --long output flag is given.
  • Allow fractional quota values for the set subcommand.

Changes:

  • Optimize library dependencies. Binary size has been reduced by over 20%.

v1.2.0

05 Nov 13:53
8c46b4a
Compare
Choose a tag to compare

New features:

  • Users can manually overwrite the OpenStack environment variables by providing them as command-line flags.

Changes:

  • For the --cluster flag, the domain/project must be identified by ID. Specifiying a domain/project name will not work.

Bugfixes:

  • --cluster flag now works as expected.

v1.1.0

29 Oct 14:05
fdef87a
Compare
Choose a tag to compare

New features:

  • Human friendly values: users can give the --human-readable flag to get the different quota/usage values in a more human friendly unit. Only valid for table/CSV output and can be combined with other output flags: --names or --long.

v1.0.0

24 Oct 12:20
Compare
Choose a tag to compare

Initial release.