Linode-cli

Latest version: v5.56.2

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

5.53.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
๐Ÿ› Bug Fixes
* get-kubeconfig merge into empty lists by merll in https://github.com/linode/linode-cli/pull/648
๐Ÿš€ New Features
* Allow specifying a custom configuration path through environment variable by yec-akamai in https://github.com/linode/linode-cli/pull/652
๐Ÿ’ก Improvements
* Override images replicate output by yec-akamai in https://github.com/linode/linode-cli/pull/653
๐Ÿงช Testing Improvements
* Fix slack payload in integration workflow by ykim-1 in https://github.com/linode/linode-cli/pull/649


New Contributors
* merll made their first contribution in https://github.com/linode/linode-cli/pull/648

**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.52.0...v5.53.0

5.52.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
๐Ÿ“‹ New Project
* Change Clusters Choice in OBJ Plugin Config to be Text Input by zliang-akamai in https://github.com/linode/linode-cli/pull/630
๐Ÿš€ New Features
* Add suppress-version-warning config option by jriddle-linode in https://github.com/linode/linode-cli/pull/635
๐Ÿ’ก Improvements
* Break out command help page logic; sort actions in output by lgarber-akamai in https://github.com/linode/linode-cli/pull/638
๐Ÿงช Testing Improvements
* Remove unnecessary assertion warnings and update exit codes in tests by ykim-1 in https://github.com/linode/linode-cli/pull/632
* Test placement by vshanthe in https://github.com/linode/linode-cli/pull/636
* Add lke tests by vshanthe in https://github.com/linode/linode-cli/pull/641
* Update volume tests to reflect new threshold values for sizing by ykim-1 in https://github.com/linode/linode-cli/pull/646
* Add retry on flaky tests by ykim-1 in https://github.com/linode/linode-cli/pull/647
* fix unit tests to not overwrite existing cli config file by ykim-1 in https://github.com/linode/linode-cli/pull/642
* Update smoke test coverage and improve nightly test workflow by ykim-1 in https://github.com/linode/linode-cli/pull/637


**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.51.0...v5.52.0

5.51.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
๐Ÿ› Bug Fixes
* Add Paginator to Recursively Delete All Objects Before Delete Bucket by zliang-akamai in https://github.com/linode/linode-cli/pull/631
๐Ÿ’ก Improvements
* Added enum for exit codes by ErikZilber in https://github.com/linode/linode-cli/pull/622
* Changes for CLI/TechDocs spec compatibility by lgarber-akamai in https://github.com/linode/linode-cli/pull/624
๐Ÿงช Testing Improvements
* Add Calico Inbound and Outbound policies to LKE nodes for E2E by ykim-1 in https://github.com/linode/linode-cli/pull/619
* fix autoflake syntax and depracated pytest warnings by ykim-1 in https://github.com/linode/linode-cli/pull/620
* Add option to run integration tests against minimal test account without any special customer tags by ykim-1 in https://github.com/linode/linode-cli/pull/621
* Fixed exit code related integration tests by ezilber-akamai in https://github.com/linode/linode-cli/pull/625
* Skip support-related tests by vshanthe in https://github.com/linode/linode-cli/pull/626
* Update e2e test script submodule repository by ykim-1 in https://github.com/linode/linode-cli/pull/628
* Add option to run on PR in e2e integration workflow by ykim-1 in https://github.com/linode/linode-cli/pull/633
โš™๏ธ Repo/CI Improvements
* Add project label by zliang-akamai in https://github.com/linode/linode-cli/pull/627

New Contributors
* ErikZilber made their first contribution in https://github.com/linode/linode-cli/pull/622
* ezilber-akamai made their first contribution in https://github.com/linode/linode-cli/pull/625

**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.50.0...v5.51.0

5.50.0

What's Changed
๐Ÿ› Bug Fixes
* Resolve cell rendering error in OBJ plugin by lgarber-akamai in https://github.com/linode/linode-cli/pull/617
๐Ÿ’ก Improvements
* Improve the readability of CLI help page and table outputs by yec-akamai in https://github.com/linode/linode-cli/pull/604
* Wrap output args helpers and create `output` module by zliang-akamai in https://github.com/linode/linode-cli/pull/615
๐Ÿงช Testing Improvements
* Replace test execution handler with conditional by ykim-1 in https://github.com/linode/linode-cli/pull/612
* Add integration test coverage by vshanthe in https://github.com/linode/linode-cli/pull/605
* Add skip for backup test for managed test accounts by ykim-1 in https://github.com/linode/linode-cli/pull/614
* Add E2E Cloud Firewall for all test linode instances by ykim-1 in https://github.com/linode/linode-cli/pull/616

**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.49.1...v5.50.0

5.49.1

What's Changed
๐Ÿ’ก Improvements
* Fix completion generation by chenrui333 in https://github.com/linode/linode-cli/pull/608


**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.49.0...v5.49.1

5.49.0

What's Changed
๐Ÿ› Bug Fixes
* Resolve help page error for list commands with non-standard names by lgarber-akamai in https://github.com/linode/linode-cli/pull/588
๐Ÿš€ New Features
* Improve generated command help page formatting using Rich by lgarber-akamai in https://github.com/linode/linode-cli/pull/585
๐Ÿ’ก Improvements
* Add `--debug` option to metadata plugin by zliang-akamai in https://github.com/linode/linode-cli/pull/592
* Improve maintainability of `colors.py` by lgarber-akamai in https://github.com/linode/linode-cli/pull/598
* Refactor the `configuration` package for maintainability by lgarber-akamai in https://github.com/linode/linode-cli/pull/597
* Refactor `plugins/__init__.py` for maintainability by lgarber-akamai in https://github.com/linode/linode-cli/pull/599
* Refactor `baked/operation.py` by yec-akamai in https://github.com/linode/linode-cli/pull/601
๐Ÿงช Testing Improvements
* Update outdated backup test and address test warnings messages by ykim-1 in https://github.com/linode/linode-cli/pull/600
* Add test integration by vshanthe in https://github.com/linode/linode-cli/pull/593
โš™๏ธ Repo/CI Improvements
* Drop `version` script; consolidate version logic in setup.py by lgarber-akamai in https://github.com/linode/linode-cli/pull/594
* Move build configuration from `setup.py` to `pyproject.toml`; apply various repo/CI refactors by lgarber-akamai in https://github.com/linode/linode-cli/pull/602
* Update pyenv to use environment name by jriddle-linode in https://github.com/linode/linode-cli/pull/603
๐Ÿ“– Documentation
* Add development guide to wiki by lgarber-akamai in https://github.com/linode/linode-cli/pull/586
* Clarify how list argument differentiates objects by yec-akamai in https://github.com/linode/linode-cli/pull/590
๐Ÿ“ฆ Dependency Updates
* build(deps-dev): bump requests-mock from 1.11.0 to 1.12.1 by dependabot in https://github.com/linode/linode-cli/pull/595
Other Changes
* Move listing functions of the obj plugin to its own files by zliang-akamai in https://github.com/linode/linode-cli/pull/587
* Add Integration test by vshanthe in https://github.com/linode/linode-cli/pull/589
* update labels and release drafter by jriddle-linode in https://github.com/linode/linode-cli/pull/596


**Full Changelog**: https://github.com/linode/linode-cli/compare/v5.48.4...v5.49.0

Page 2 of 12

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.