1 parent 862fa60 commit 8ebeda4Copy full SHA for 8ebeda4
1 file changed
CHANGELOG.md
@@ -26,7 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
27
---
28
29
-## [x.y.z] - TBD
+## [0.30.0] - unreleased
30
+
31
+### Added
32
33
+- Allow using KMS URIs directly without the `--kms` flag for commands that use
34
+ the cryptoutils package (smallstep/cli#1560).
35
36
### Changed
37
@@ -35,6 +40,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
40
`--verbose` flag to always show messages regardless of renewal status
41
(smallstep/cli#1548).
42
43
+### Deprecated
44
45
+### Removed
46
47
+### Fixed
48
49
+- Overwrite file when using --force with step crypto key format (smallstep/cli#1581)
50
51
+### Security
52
38
53
## [0.29.0] - 2025-12-02
39
54
55
### Added
0 commit comments