1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Update changelog for 0.23.4

This commit is contained in:
max furman
2023-03-09 15:52:57 -08:00
parent 72088a2368
commit 993b15491f
2 changed files with 4 additions and 3 deletions

View File

@@ -26,17 +26,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
---
## [Unreleased]
## [v0.23.4] - 2022-03-09
### Added
- Support on `step ca token` for signing JWK, X5C and SSHPOP tokens using a KMS
(smallstep/cli#871).
- debian:bullseye base image (smallstep/cli#861)
### Changed
- `step certificate needs-renewal` will only check the leaf certificate by default.
To test the full certificate bundle use the `--bundle` flag.
To test the full certificate bundle use the `--bundle` flag. (smallstep/cli#873)
## [v0.23.3] - 2022-03-01

View File

@@ -70,7 +70,7 @@ Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".`,
},
cli.BoolFlag{
Name: "verbose, v",
Usage: `Print human readable affirmation of certificate requiring renewal if the certificate needs renewal.`,
Usage: `Print human readable affirmation if certificate requires renewal.`,
},
},
}