From 993b15491fde48b44c30044e40a1a8d40a59e1cc Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 9 Mar 2023 15:52:57 -0800 Subject: [PATCH] Update changelog for 0.23.4 --- CHANGELOG.md | 5 +++-- command/ssh/needsRenewal.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5e846d..d43d9cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/command/ssh/needsRenewal.go b/command/ssh/needsRenewal.go index eb040d7d..54bbec49 100644 --- a/command/ssh/needsRenewal.go +++ b/command/ssh/needsRenewal.go @@ -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.`, }, }, }