v6.7.5
[v6.7.5] (March 2024)
Added
- Added user and database commands to Postgres
Changed
- Changed help text order to match terminal reading patterns: command-specific information moved lower, global/general help moved higher.
- Changed
--cpu-family
flag to always use the first valid CPU_FAMILY for the chosen location, previously it would always try usingAMD_OPTERON
family.
Fixed
- Kubernetes node pool auto-scaling can be disabled by setting
--min-node-count
and--max-node-count
to 0 by @avorima in #422 - Fixed missing version in
ionosctl version
output when installed viago install
. - Fixed a bug where explicit slices of strings would fail to be converted to slices of
interface{}
causing a panic for certain--cols
Full Changelog: v6.7.4...v6.7.5