Releases: akamai/cli-cps
CLI CPS v2.0.6 release
CLI CPS v2.0.5 release
2.0.5 (Jul 17, 2025)
FEATURES/ENHANCEMENTS:
- Updated various dependencies.
CLI CPS v2.0.4 release
2.0.4 (May 23, 2025)
FEATURES/ENHANCEMENTS:
- Updated various dependencies.
CLI CPS v2.0.3 release
2.0.3 (Apr 16, 2025)
FEATURES/ENHANCEMENTS:
- Unified exit codes to return
1in all erroneous situations and corrected error messages. - Updated various dependencies.
CLI CPS v2.0.2 release
2.0.2 (Dec 10, 2024)
FEATURES/ENHANCEMENTS:
- Modified code to use
yaml.SafeLoaderto improve security when loadingyamlconfiguration files. - Updated various dependencies.
CLI CPS v2.0.1 release
2.0.1 (June 18, 2024)
FEATURES/ENHANCEMENTS:
- Updated various dependencies
CLI CPS v2.0.0 release
2.0.0 (January 18, 2023)
BREAKING CHANGES:
- Default section is now
default, wascps(#43) - Update to v11 for:
- create, update enrollment API call
- accept to get enrollments
BUG FIXES:
- Fix case when listing enrollments didn't show updates on enrollment after having it cached
- Fix non recognizing
accountkeyoption (#48)
FEATURES/ENHANCEMENTS:
- Added support for arm64
- Updated various dependencies
- Third party cert: status shows both ecsda and rsa csr
- Third party cert: proceed allows upload of signed ecdsa or rsa
- Update allows for --force-renewal (optional) argument
Update to address CVE and summary of recent updates
Includes updates as follows
- Upgrade requests to address CVE-2018-18074
- Upgrade pyyaml to address CVE-2017-18342
- Update readme to show list with --show-expiration option
Summary of previous tags
v1.0.7:
Add --include-change-details to audit for pending changes info
Sort DV challenges by hostname
v1.0.6:
Add --allow-duplicate-cn flag to allow for certificate to be created with same CN as existing certificate
v1.0.5:
Add json output to retrieve-deployed
Added delete support
-
Make akamai-cps more friendly for IDEs looking for .py extensions:
Moved the bulk of the functions into a .py file to make IDE debugging easier for Visual Studio Code and others. -
Added delete support:
Added delete enrollment support but will only delete if there are no pending actions. -
Fixed incorrect error message on certificate creation
When a contract has no enrollments and there are no contact-id args, the wrong message is returned. We now print a list of contract ids they can choose from.
Updated to latest cryptography package
Updated to latest cryptography package to solve a few installation issues.