Skip to content

Commit

Permalink
Merge pull request #1509 from inteon/release_notes_v1.15.1
Browse files Browse the repository at this point in the history
Add release notes for cert-manager v1.15.1 and bump latest version
  • Loading branch information
cert-manager-prow[bot] authored Jun 26, 2024
2 parents 6cd00aa + ff9cb57 commit 781b81c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion content/docs/releases/release-notes/release-notes-1.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,18 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op

In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.

## Changes by Kind
## `v1.15.1`

### Bug or Regression

- BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7111](https://github.com/cert-manager/cert-manager/pull/7111), [@inteon](https://github.com/inteon))

### Other (Cleanup or Flake)

- Update `github.com/Azure/azure-sdk-for-go/sdk/azidentity` to address `CVE-2024-35255` ([#7092](https://github.com/cert-manager/cert-manager/pull/7092), [@ThatsMrTalbot](https://github.com/ThatsMrTalbot))
- Bump the `go-retryablehttp` dependency to fix `CVE-2024-6104` ([#7130](https://github.com/cert-manager/cert-manager/pull/7130), [@SgtCoDFish](https://github.com/SgtCoDFish))

## `v1.15.0`

### Feature

Expand Down
2 changes: 1 addition & 1 deletion content/docs/variables.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cert_manager_latest_version": "v1.15.0"
"cert_manager_latest_version": "v1.15.1"
}

0 comments on commit 781b81c

Please sign in to comment.