Skip to content

Commit

Permalink
Write release notes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
misiektoja authored and github-actions[bot] committed Jan 13, 2025
1 parent 8859692 commit 63b898f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/.pages
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
Expand Down
18 changes: 18 additions & 0 deletions docs/release-notes/1.1.2.md
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

0 comments on commit 63b898f

Please sign in to comment.