Skip to content

Commit 24b081c

Browse files
authored
Merge pull request #826 from smallstep/changelog
Prepare changelog for v0.23.1
2 parents 3d4c5e1 + 6497ac0 commit 24b081c

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2828

2929
## [Unreleased]
3030

31+
## [v0.23.1] - 2022-01-10
32+
33+
### Added
34+
35+
- Add scope parameter in `step oauth` (smallstep/cli#816).
36+
3137
### Changed
3238

33-
- Check for remote configuration API before prompting for admin credentials.
39+
- Check for remote configuration API before prompting for admin credentials
40+
(smallstep/cli809).
3441

3542
### Fixed
3643

37-
- Generation of OTT when signing a CSR with URIs.
38-
- CA certificates path for SLSE with [smallstep/truststore/#16](https://github.com/smallstep/truststore/pull/16).
44+
- Generation of OTT when signing a CSR with URIs (smallstep/cli#799).
45+
- CA certificates path for SLSE with
46+
[smallstep/truststore/#16](https://github.com/smallstep/truststore/pull/16)
47+
(smallstep/cli#818).
3948

4049
## [v0.23.0] - 2022-11-11
4150

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/shurcooL/sanitized_anchor_name v1.0.0
1717
github.com/slackhq/nebula v1.6.1
1818
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
19-
github.com/smallstep/certificates v0.23.1-0.20230110231700-627506b5197c
19+
github.com/smallstep/certificates v0.23.1
2020
github.com/smallstep/certinfo v1.10.0
2121
github.com/smallstep/truststore v0.12.1
2222
github.com/smallstep/zcrypto v0.0.0-20210924233136-66c2600f6e71

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ github.com/slackhq/nebula v1.6.1/go.mod h1:UmkqnXe4O53QwToSl/gG7sM4BroQwAB7dd4hU
525525
github.com/smallstep/assert v0.0.0-20180720014142-de77670473b5/go.mod h1:TC9A4+RjIOS+HyTH7wG17/gSqVv95uDw2J64dQZx7RE=
526526
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY=
527527
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc=
528-
github.com/smallstep/certificates v0.23.1-0.20230110231700-627506b5197c h1:BY02gvCk1AroIVJ+B+CmWx37PCLBIuGJwLN6iK5Jj/E=
529-
github.com/smallstep/certificates v0.23.1-0.20230110231700-627506b5197c/go.mod h1:AblFNOKdj5qqhLCFeoqtgu5J6/OinzpAK/SZvK0rdLc=
528+
github.com/smallstep/certificates v0.23.1 h1:r2zHABxBIk4+imqDAjPYbX/01XMGKd+MYkeLbyHk3A4=
529+
github.com/smallstep/certificates v0.23.1/go.mod h1:AblFNOKdj5qqhLCFeoqtgu5J6/OinzpAK/SZvK0rdLc=
530530
github.com/smallstep/certinfo v1.10.0 h1:oBMgcQXYK84g2rYsVnWtXK6azhpFkB3pjoCHyPi+7ls=
531531
github.com/smallstep/certinfo v1.10.0/go.mod h1:mEUwiNkT9Hot8SwPdavegMHz7kwr+OUP/kfI7rkiWtk=
532532
github.com/smallstep/nosql v0.5.0 h1:1BPyHy8bha8qSaxgULGEdqhXpNFXimAfudnauFVqmxw=

0 commit comments

Comments
 (0)