Releases: sapcc/limesctl
Releases · sapcc/limesctl
v3.4.0
Added
- Added
ops validate-quota-overrides
subcommand
This is to automatically validate a quota-overrides.json file before deploying it into a Limes installation.
Changed
- Use Golang 1.23 for prebuilt binaries.
- Updated all dependencies to their latest version including Gophercloud to version 2.0
Removed
- Removed everything related to Bursting
- Removed
domain set
andproject set
subcommands
Support for writing quotas manually has been removed in Limes.
v3.3.2
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
Fixed
- Completions generation for release archives.
v3.3.0
Added
- Support for specifying shell command which will be used for retrieving user password
using--os-pw-cmd
flag orOS_PW_CMD
environment variable.
v3.2.1
Changed
- Use Golang 1.21 for prebuilt binaries.
- Updated all dependencies to their latest version.
v3.2.0
Added
-
Support for showing cluster global rate limits.
limesctl cluster show-rates
v3.1.3
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
Fixed
- Examples for
domain set
andproject set
commands.
v3.1.1
Fixed
- Removed dead code.