Releases: linode/linode-cli
Releases · linode/linode-cli
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
distutils
withpackaging
for 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)
v5.44.0
Built from Linode OpenAPI spec v4.163.0
v5.43.0
User-Facing Changes
- new: convert documentation from README.rst to GitHub Wiki @jriddle-linode @lgarber-akamai (#495)
- new: Display full path in the header for nested columns @lgarber-akamai (#515)
Internal Dev and Testing Infra Changes
v5.42.1
Changes
- Resolve issue with creating arguments for objects without properties @lgarber-akamai (#513)
- Pagination flags for obj plugin @zliang-akamai (#504)