-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write release notes to documentation
- Loading branch information
1 parent
8859692
commit 63b898f
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
nav: | ||
- 1.1.2.md | ||
- 1.1.1.md | ||
- 1.1.0.md | ||
- 1.0.3.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: 1.1.2 | ||
--- | ||
|
||
# What's changed | ||
|
||
ncm-issuer `1.1.2` introduces two new features and includes some small improvements. | ||
|
||
## Features | ||
|
||
* Support for setting notBefore and notAfter parameters in NCM certificate requests corresponding to suggested Duration parameter in cert-manager.io/v1 Certificate object kind. notBefore is set to the current time when cert is being enrolled. Feature is available for NCM >= `24.11`, in older releases new parameters are ignored | ||
* Added issuer `.spec.caID/CASHREF` validation, so there is an error presented if the user specifies wrongly formatted value | ||
|
||
## Other | ||
|
||
* Linting code improvements | ||
* CI improvements | ||
* Bumped Go version to 1.22.10 |