Releases: linode/linode-cli
Releases · linode/linode-cli
v5.42.0
Built from Linode OpenAPI spec v4.161.0
- new: Adding support
--orderand--order_byfor list operations @amisiorek-akamai (#506) - new: Add support for explicit nullable arguments @lgarber-akamai (#421)
- new: Overhaul truncation system; move markdown output to Rich @lgarber-akamai (#502)
- new: Merge OpenAPI spec parser into
devbranch @zliang-akamai (#491) - new: Allow API target overrides through the config file @lgarber-akamai (#493)
- fix: Only use
+andwhen filtering on multiple attributes @lgarber-akamai (#503) - fix: changing
--order_byto--order-byto match CLI flag conventions @amisiorek-akamai (#508) - fix: ip-view test in networking_test @ykim-1 (#497)
- test: add unit test to cover gaps @ykim-1 (#499)
v5.41.3
Changes
Built from Linode OpenAPI spec v4.159.0
- fix: Resolve type error when using
--no-truncationon non-string values @lgarber-akamai (#486) - fix: Use
+andfor X-Filter header and support filtering on multiple list entries @lgarber-akamai (#476) - feat: option to display output in ASCII tables @jcallahan-akamai (#485)
- Test/small regex fix @ykim-1 (#489)
- Dockerfile upgrade and BATS test related Dockerfiles and scripts cleanup @zliang-akamai (#484)
- new: Add CODEOWNERS @lgarber-akamai (#488)
- Update urllib3 requirement from <2 to <3 @dependabot (#460)
v5.41.2
Built from Linode OpenAPI spec v4.157.1
v5.41.1
Built from Linode OpenAPI spec v4.156.1-patch.1
v5.41.0
Changes
- new: Add a
No Defaultoption when running theconfigurecommand @lgarber-akamai (#472) - new: Dynamically resolve CLI automated release version @lgarber-akamai (#464)
- new: Add
LINODE_CLI_CAenvironment override @lgarber-akamai (#467) - new: Add
--all-rowsFlag @zliang-akamai (#455) - fix: Resolve
--no-headersflag for tabular output @lgarber-akamai (#463) - test: Add workflow for Windows @ykim-1 (#461)
- test: fix integration tests for windows and improve flaky tests @ykim-1 (#465)
- test: update readme file to reflect changes in integration tests @ykim-1 (#462)
- ref: Remove logic for resolving version from tag; failover to
v0.0.0@lgarber-akamai (#466) - gh: Remove acctest command and add hash check @ykim-1 (#473)
- gh: Unpin Dev Requirements Version @zliang-akamai (#471)
v5.40.0
Built from Linode OpenAPI spec v4.153.3-patch.1
v5.39.0
Built from Linode OpenAPI spec v4.153.2
v5.38.0
Changes
- Put obj plugin website functions to another file @zliang-akamai (#454)
- Add support for output overrides and add
domains zone-fileoverride @lgarber-akamai (#449)
CI/CD
- Downgrade slash command to v1.2.0 in linode-cli repo @zliang-akamai (#448)
- Bump pylint from 2.17.3 to 2.17.4 @dependabot (#453)
Testing
- Fix error assertions and cleanup dependencies @ykim-1 (#450)
v5.37.0
Change
- Replace terminaltables with rich @noprobelm (#440)
- bug: Shorten datetime strings output from
linode-cli obj lsoperation @Dorthu (#443)
Developer Infrastructure
- migrate unittest to pytest @ykim-1 (#438)
- Simplified Acctest Command Dispatching Workflow @zliang-akamai (#447)
Documents
- doc: Add link to the Linode CLI marketplace action @lgarber-akamai (#446)
Dev Dependencies
- Bump pylint from 2.17.2 to 2.17.3 @dependabot (#445)
v5.36.0
Built from API spec v4.150.0.
Changes
- release: inc requirements.txt for pypi source tarball file @chenrui333 (#435)
- Add default values for database engines @yec-akamai (#427)
- internal improvements to testing and organization by @ykim-1 and @zliang-akamai