From 51edaeb7d55dcf07f22dffe5a22cb841bded1a95 Mon Sep 17 00:00:00 2001 From: NewRelic K8s Agents Bot Date: Mon, 30 Oct 2023 12:07:47 +0000 Subject: [PATCH] Update changelog with changes from v0.4.0 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3174d3d..4ea5769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -### enhancement +## v0.4.0 - 2023-10-30 + +### 🛡️ Security notices +- Operator gets New Relic License Key from a secret instead of NRIBundle CR. + +### 🚀 Enhancements - Make `licenseKey` parameter optional in the Helm Chart. -### bugfix +### 🐞 Bug fixes - Do not set the version for the Monitor CR if its input value in the Helm Chart is empty. -### security -- Operator gets New Relic License Key from a secret instead of NRIBundle CR. +### ⛓️ Dependencies +- Updated github.com/onsi/gomega to v1.29.0 - [Changelog 🔗](https://github.com/onsi/gomega/releases/tag/v1.29.0) ## v0.3.0 - 2023-10-23