From b8e807a475f465967b3b647f453312aceda5f0b3 Mon Sep 17 00:00:00 2001 From: NewRelic K8s Agents Bot Date: Mon, 17 Jun 2024 12:08:32 +0000 Subject: [PATCH] Update changelog with changes from v3.28.9 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6c9f143..da0beed83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -### bugfix +## v3.28.9 - 2024-06-17 + +### 🐞 Bug fixes - Fix expired certificated @dbudziwojskiNR [#1064](https://github.com/newrelic/nri-kubernetes/pull/1064) - Fix StorageSample.DiskCapacity metric badly report for devices mounted after the kubelet pod started [#1066](https://github.com/newrelic/nri-kubernetes/pull/1066/files) +### ⛓️ Dependencies +- Updated google.golang.org/protobuf to v1.34.2 +- Updated github.com/spf13/viper to v1.19.0 - [Changelog 🔗](https://github.com/spf13/viper/releases/tag/v1.19.0) +- Updated github.com/prometheus/common to v0.54.0 - [Changelog 🔗](https://github.com/prometheus/common/releases/tag/v0.54.0) +- Updated golang.org/x/crypto to v0.24.0 +- Updated go to v1.22.4 + ## v3.28.8 - 2024-05-27 ### ⛓️ Dependencies