Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

---

## [x.y.z] - TBD
## [0.30.0] - unreleased

### Added

- Allow using KMS URIs directly without the `--kms` flag for commands that use
the cryptoutils package (smallstep/cli#1560).

### Changed

Expand All @@ -35,6 +40,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
`--verbose` flag to always show messages regardless of renewal status
(smallstep/cli#1548).

### Deprecated

### Removed

### Fixed

- Overwrite file when using --force with step crypto key format (smallstep/cli#1581)

### Security

## [0.29.0] - 2025-12-02

### Added
Expand Down
Loading