From 42ddc778a4c99daa570034c401317f1405e5ae02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Mon, 25 Nov 2024 11:34:38 +0100 Subject: [PATCH] Prepare next dev cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Wanzenböck --- CHANGELOG.md | 3 +++ config/default/kustomization.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1e5e07..ef245a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). +## [Unreleased] + ## [v2.7.1] - 2024-11-25 ### Changed @@ -915,3 +917,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v2.6.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.5.2...v2.6.0 [v2.7.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.6.0...v2.7.0 [v2.7.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.7.0...v2.7.1 +[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.7.1...HEAD diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index cc78035f..5718f5cd 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -12,7 +12,7 @@ labels: images: - name: controller newName: quay.io/piraeusdatastore/piraeus-operator - newTag: v2.7.1 + newTag: v2 # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. #- ../prometheus