forked from TrueCloudLab/certificates
Changelog update for 0.20.0
- added line for new WithOptions on authority Init
This commit is contained in:
parent
b4b9893fcd
commit
5e56a7b4ec
1 changed files with 2 additions and 3 deletions
|
@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased - 0.19.1] - DATE
|
## [0.20.0] - 2022-05-26
|
||||||
### Added
|
### Added
|
||||||
- Added Kubernetes auth method for Vault RAs.
|
- Added Kubernetes auth method for Vault RAs.
|
||||||
- Added support for reporting provisioners to linkedca.
|
- Added support for reporting provisioners to linkedca.
|
||||||
- Added support for certificate policies on authority level.
|
- Added support for certificate policies on authority level.
|
||||||
- Added a Dockerfile with a step-ca build with HSM support.
|
- Added a Dockerfile with a step-ca build with HSM support.
|
||||||
|
- A few new WithXX methods for instantiating authorities
|
||||||
### Changed
|
### Changed
|
||||||
- Context usage in HTTP APIs.
|
- Context usage in HTTP APIs.
|
||||||
- Changed authentication for Vault RAs.
|
- Changed authentication for Vault RAs.
|
||||||
|
@ -17,14 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
- Strip padding from ACME CSRs.
|
- Strip padding from ACME CSRs.
|
||||||
### Deprecated
|
### Deprecated
|
||||||
- HTTP API handler types.
|
- HTTP API handler types.
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed SSH revocation.
|
- Fixed SSH revocation.
|
||||||
- CA client dial context for js/wasm target.
|
- CA client dial context for js/wasm target.
|
||||||
- Incomplete `extraNames` support in templates.
|
- Incomplete `extraNames` support in templates.
|
||||||
- SCEP GET request support.
|
- SCEP GET request support.
|
||||||
- Large SCEP request handling.
|
- Large SCEP request handling.
|
||||||
### Security
|
|
||||||
|
|
||||||
## [0.19.0] - 2022-04-19
|
## [0.19.0] - 2022-04-19
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue