From df3b80e4153357d2e6a2298cf055ab93a2f5803b Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Wed, 9 Oct 2024 11:48:15 -0400 Subject: [PATCH] Prepare new release to address CVEs --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a0662..8bd0c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.16.0] - 2024-10-09 + +- fix: Dockerfile to reduce vulnerabilities [#126] +- build(deps): bump hashicorp/terraform from 1.9.2 to 1.9.7 [#128] + +[v3.16.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.16.0 +[#126]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/126 +[#128]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/128 + ## [v3.15.1] - 2024-07-01 - chore: use the latest providers files for chart and monitors [#112]