From 9426ab0ea9ae3d3e385062aff22693593d666f6f Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:46:19 +0200 Subject: [PATCH] chore: prepare v3.15.0 (#109) Signed-off-by: Dominik Rosiek --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48efe71..1d40113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.15.0] - 2024-06-24 + +- build(deps): bump alpine from 3.19.1 to 3.20.1 [#103], [#108] +- build(deps): bump hashicorp/terraform from 1.8.3 to 1.8.5 [#102], [#107] +- build(deps): bump ubi8/ubi from 8.4 to 8.10 [#106] +- feat: build ubi image [#104], [#105] + +[#102]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/102 +[#103]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/103 +[#104]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/104 +[#105]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/105 +[#106]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/106 +[#107]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/107 +[#108]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/108 +[v3.15.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.15.0 + ## [v3.14.0] - 2024-05-13 - chore: upgrade Terraform binary from 1.8.1 to 1.8.3 [#100]