Skip to content

Commit 0ce5911

Browse files
authored
Merge pull request #875 from smallstep/max/changelog-0.23.4
Update changelog for 0.23.4
2 parents 72088a2 + 993b154 commit 0ce5911

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626

2727
---
2828

29-
## [Unreleased]
29+
## [v0.23.4] - 2022-03-09
3030

3131
### Added
3232

3333
- Support on `step ca token` for signing JWK, X5C and SSHPOP tokens using a KMS
3434
(smallstep/cli#871).
35+
- debian:bullseye base image (smallstep/cli#861)
3536

3637
### Changed
3738

3839
- `step certificate needs-renewal` will only check the leaf certificate by default.
39-
To test the full certificate bundle use the `--bundle` flag.
40+
To test the full certificate bundle use the `--bundle` flag. (smallstep/cli#873)
4041

4142
## [v0.23.3] - 2022-03-01
4243

command/ssh/needsRenewal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".`,
7070
},
7171
cli.BoolFlag{
7272
Name: "verbose, v",
73-
Usage: `Print human readable affirmation of certificate requiring renewal if the certificate needs renewal.`,
73+
Usage: `Print human readable affirmation if certificate requires renewal.`,
7474
},
7575
},
7676
}

0 commit comments

Comments
 (0)