Releases: linode/linode-cli
Releases · linode/linode-cli
v5.48.0
🚀 New Features
- Add
--cloud-initflag to image upload plugin by @lgarber-akamai in #560 - Display example usage in command help pages by @lgarber-akamai in #567
- Creating Metadata Plugin by @amisiorek-akamai in #558
- Hyperlinks for help URLs by @jriddle-linode in #554
🐛 Bug Fixes
- Fix
--helpfor obj commands by @zliang-akamai in #562
💡 Improvements
- Change string concatenation style to be adjacent string literal by @zliang-akamai in #563
✔️ Testing
- move test upload logic to using submodule with external repository by @ykim-1 in #565
- added test for linode_type and account_transfer by @vshanthe in #564
Full Changelog: v5.47.1...v5.48.0
v5.47.1
Built from Linode OpenAPI spec v4.169.1
v5.47.0
Built from Linode OpenAPI spec v4.169.0
v5.46.0
🚀 New Features
- Add support for user-defined prefixes in file uploads, enabling obj subdirectory uploads through command:
linode obj put@jriddle-linode (#538)
💡 Improvements
- Change loading bar size on
linode-cli obj <actions>@jriddle-linode (#550) - Resolve stack trace error for invalid regions in the obj plugin @jriddle-linode (#552)
✔️ Workflow / 🧪 Test Improvements
- Add VPC integration tests @ykim-1 @zliang-akamai (#541)
- Add additional release info in xml test reports @ykim-1 (#553)
- Update OCI publish workflow to install Python dependencies on GHA runner for accurate determination of CLI version before image building @lgarber-akamai (#551)
v5.45.2
🐛 Bug Fixes
- Use
Dict[...]rather thandict[...]to restore Python 3.8 compatibility @lgarber-akamai (#547) - Replace
distutilswithpackagingfor Python 3.12 compatibility @zliang-akamai (#546)
✔️ CI Improvements
- Use HEAD SHA from main branch rather than default branch @lgarber-akamai (#549)
v5.45.1
Built from Linode OpenAPI spec v4.167.3
v5.45.0
Built from Linode OpenAPI spec v4.166.0
v5.44.3
Built from Linode OpenAPI spec v4.164.1
v5.44.2
Changes
- fix: Display empty lists when using
--json@lgarber-akamai (#526) - fix: remove dbaas configuration @jriddle-linode (#527)
- test: fix/skip integration test failures @ykim-1 (#524)
v5.44.1
🐛 Bug Fixes
- Disable attribute depth limit for JSON outputs @lgarber-akamai (#521)
- Resolves an issue that would cause certain fields to be excluded from the output of
firewalls rules-list --json ...
- Resolves an issue that would cause certain fields to be excluded from the output of
- Resolve issue with formatting on nested fields in JSON mode @lgarber-akamai (#522)