From 9634c0c89e40eb19405add4cd5d2256f316c32cb Mon Sep 17 00:00:00 2001 From: Alvaro Neira Ayuso Date: Mon, 16 Oct 2023 11:06:30 +0200 Subject: [PATCH] Prepare Release Notes for 0.24.2 (#1345) Signed-off-by: Alvaro Neira Ayuso --- RELEASE-NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 34a591b827..01d8d61a9e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,15 @@ Latest release: [![](https://img.shields.io/github/release/bitnami-labs/sealed-secrets.svg)](https://github.com/bitnami-labs/sealed-secrets/releases/latest) +## v0.24.2 + +### Changelog + +- Fix issue where sealed secrets status is not updated if sealed secret… ([#1295](https://github.com/bitnami-labs/sealed-secrets/pull/1295)) +- Bump golang.org/x/crypto from 0.13.0 to 0.14.0([#1341](https://github.com/bitnami-labs/sealed-secrets/pull/1341)) +- Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 ([#1342](https://github.com/bitnami-labs/sealed-secrets/pull/1342)) +- Bump golang.org/x/net from 0.14.0 to 0.17.0 ([#1344](https://github.com/bitnami-labs/sealed-secrets/pull/1344)) + ## v0.24.1 ### Changelog