Releases: ans-group/cli
Releases · ans-group/cli
v1.28.1
v1.28.0
v1.27.0
v1.26.2
v1.26.1
v1.26.0
Breaking
The deprecated options --format and --outputtemplate have been removed.
Changelog
- 30dae7a Add
json-prettyas an output option (#214) - e882e4d Default back to ASCII table formatting, make configurable (#210)
- e018645 Fix issues identified by golangci-lint
- 7090d47 Fix tests to use ASCII output (#212)
- 23d0c78 Make default output format configurable (#213)
- 80c9c35 Merge pull request #208 from ans-group/fix-linter-issues
- e2e0798 Optional output of tags on list/show (#209)
- 9189500 add padding for list format (#211)
v1.25.0
Changelog
- d540b02 Add build instructions
- 2efe302 Add dry run functionality (and missing affinity rule deletion)
- a5f6487 Add note about mockgen
- 21f59b6 Add support for Monitoring Gateway CRUD ops
- 6025fbe Add support for recursively deleting eCloud VPCs
- 67db8b9 Add tag management commands
- 3a4e935 Bump SDK to v1.24.0
- ce8648f Change flag to --force
- 660e5bd Fix typo
- b282241 Merge pull request #202 from ans-group/monitoring-gateway-impl
- db785d3 Merge pull request #203 from ans-group/vpc-recursive-delete
- 19a48d4 Merge pull request #204 from ans-group/bump-sdk-1.24.0
- b85b5ed Merge pull request #205 from ans-group/update-tablewriter
- 06a4268 Merge pull request #206 from ans-group/tags-on-instances
- d649653 Merge pull request #207 from ans-group/tag-management
- 71ab349 Note about replacing deprecated functions
- 2c1d8ca Output what is being deleted
- 3eb7b64 Support CRUD operations on tags for instances
- 9a90b6c Update main.go
- d3503d2 Update tablewriter to v1.x.x, fix compat issues