From dc0dd3d9e63f6c469e0a5dc994d1fa1285f2b091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Fri, 8 Nov 2024 12:13:07 +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 45328192..fead401c 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.0] - 2024-11-11 ### Added @@ -906,3 +908,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v2.5.2]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.5.1...v2.5.2 [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 +[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v2.7.0...HEAD diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 0608c795..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.0 + newTag: v2 # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. #- ../prometheus