Releases: softlayer/softlayer-cli
Releases · softlayer/softlayer-cli
v1.5.3
What's Changed
- Added detect-secrets properly to travis build
- Upgrading from github.com/nicksnyder/go-i18n/v1 to github.com/nicksnyder/go-i18n/v2
- Reworked use permission lists to be more inline with cloud.ibm.com
- Ability to translate cobra cli error messages
- Fixed a data parsing issue with invoice detail.
1.5.2
What's Changed
- Added info on promote jenkins job by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/829
- Automated Docs by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/830
- Update firmware improvements, updated gomega version by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/832
- Update Translation_2024_Feb_22 for de/es/fr/it/ja/ko/pt_BR/zh_CN/zh_TW by zhanttbj in https://github.ibm.com/SoftLayer/softlayer-cli/pull/834
- Added ability to use -pre versions by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/835
vs ready
will now check for Transaction Status, notisPingable
by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/836- Search feature
sl search
by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/838 - Updated managers to use counterfeiter build directive. by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/839
- Removed unneeded Long Description text for firewall detail command by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/842
- Updated google.golang.org/protobuf for security issue by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/843
- Handling missing Datacenter name for 'vlan list' by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/845
- v1.5.2 release version update and i18n updates by @allmightyspiff in https://github.ibm.com/SoftLayer/softlayer-cli/pull/846
Full Changelog: v1.5.1...v1.5.2
1.5.1
What's Changed
- Upgraded golang.org/x/crypto to v0.17.0
- Fixed sshKey option in 'hardware create'
Full Changelog: v1.5.0...v1.5.1
1.5.0
What's Changed
- Vlan tag features by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/810
sl hardware detail
Added vlan trunks to vlan detailssl hardware vlan-trunkable
lists trunkable vlans for this serversl hardware vlan-add
trunks a vlan to the serversl hardware vlan-remove
removes a vlan trunk from the server
- Added IDENTIFIER to 'account cancel-item' by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/818
- Adds Encryption status to file and block volume-detail commands by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/819
- fixed a translation string in bandwidth pool-edit by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/820
- Removed --details from 'globalip unassign' as it did nothing by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/821
- #822 temp fix for an API bug in file|block volume-list by @CGallo in https://github.ibm.com/SoftLayer/softlayer-cli/pull/823
- Added linux-s390 and linux-ppc64le binaries