Releases: sapcc/limesctl
Releases · sapcc/limesctl
v1.5.1
Changes:
- Report non-existent
physical_usage
data as an empty string in the table and
csv format.
v1.5.0
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:
v1.4.1
Bugfixes:
- Do not fail project operations when Keystone permissions for domain listing are missing
v1.4.0
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
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
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
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
.