File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed
Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
2727---
2828
29- ## [ unreleased] - aaaa-bb-cc
29+ ## [ 0.28.8] - unreleased
30+
31+ ### Added
32+
33+ ### Changed
34+
35+ ### Deprecated
36+
37+ ### Removed
38+
39+ ### Fixed
40+
41+ ### Security
42+
43+
44+ ## [ 0.28.7] - unreleased
3045
3146### Added
3247
3348- Add support for specifying key usage, extended key usage, and basic constraints
3449 in certificate requests (smallstep/crypto #767 )
50+ - Ensure HOMEDRIVE is used, on Windows, when locating SSH config file (smallstep/cli #1434 )
51+
52+ ### Changed
53+
54+ - Enable alternate SSH agents for ` step ssh ` on Windows (smallstep/cli #1428 )
55+ - Refactor CLI to enable testing via testscript (smallstep/cli #1426 )
56+
57+ ### Fixed
58+
59+ - Fix step ca token help text around validity period flags (smallstep/cli #1411 )
60+ - Fix some provisioner and policy prompt issues (smallstep/cli #1391 )
61+ * SCEP provisioners not detected in admin token flows. They now return an error,
62+ similar to ACME provisioners, if selected.
63+ * Invalid provisioner selection logic when managing provisioner policies.
64+ The --provisioner flag was used to select a provisioner to authenticate
65+ as well as the provisioner to manage policies for.
66+ * Unexpected error messages showing "issuer" instead of "provisioner" flag. In certain
67+ situations the CLI would return error messages indicating an issue with the --issuer
68+ flag value, whereas it was actually supplied in the --provisioner flag.
69+
3570
3671## [ 0.28.6] - 2025-03-17
3772
You can’t perform that action at this time.
0 commit comments