From 4bc7132b2dd11067df76a3c8414e224b0aa098b4 Mon Sep 17 00:00:00 2001 From: "opzkit-release-please[bot]" <226872226+opzkit-release-please[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:52:26 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ helm/database-user-operator/Chart.yaml | 4 ++-- helm/database-user-operator/values.yaml | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c055900..f5ae12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.3.0](https://github.com/opzkit/database-user-operator/compare/v0.2.0...v0.3.0) (2026-05-22) + + +### ⚠ BREAKING CHANGES + +* pluggable secrets/connection backends (k8s, infisical, aws) ([#135](https://github.com/opzkit/database-user-operator/issues/135)) + +### Features + +* pluggable secrets/connection backends (k8s, infisical, aws) ([#135](https://github.com/opzkit/database-user-operator/issues/135)) ([ccc44a8](https://github.com/opzkit/database-user-operator/commit/ccc44a851e906aa5afd1993228bd118c33b9b07a)) +* **secrets:** add Scaleway Secret Manager backend ([#152](https://github.com/opzkit/database-user-operator/issues/152)) ([8b5abde](https://github.com/opzkit/database-user-operator/commit/8b5abde49a43b1670342319fc8b164cdb781c219)) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.29.0 ([#165](https://github.com/opzkit/database-user-operator/issues/165)) ([f7ebd67](https://github.com/opzkit/database-user-operator/commit/f7ebd67d9de2b9467360966c6390b3baba7ec8b2)) +* **deps:** update module github.com/onsi/gomega to v1.41.0 ([#166](https://github.com/opzkit/database-user-operator/issues/166)) ([0089d95](https://github.com/opzkit/database-user-operator/commit/0089d958cdd1301900ceae6ac68259d701f01e27)) +* **deps:** update module k8s.io/api to v0.36.1 ([#161](https://github.com/opzkit/database-user-operator/issues/161)) ([5a17909](https://github.com/opzkit/database-user-operator/commit/5a1790989af6c43cc47a4324da943b1cb738e8b3)) +* **deps:** update module k8s.io/apimachinery to v0.36.1 ([#160](https://github.com/opzkit/database-user-operator/issues/160)) ([9db7efa](https://github.com/opzkit/database-user-operator/commit/9db7efa282ae7a15043375e3358a917ea622dcca)) +* **deps:** update module k8s.io/client-go to v0.36.1 ([#162](https://github.com/opzkit/database-user-operator/issues/162)) ([1232c17](https://github.com/opzkit/database-user-operator/commit/1232c170aa5ea6ffa13fc5e104bc99881d2f80a0)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.24.1 ([#158](https://github.com/opzkit/database-user-operator/issues/158)) ([1c4e481](https://github.com/opzkit/database-user-operator/commit/1c4e481e85dea1c3062184138942345251d637ef)) + ## [0.2.0](https://github.com/opzkit/database-user-operator/compare/v0.1.1...v0.2.0) (2026-05-07) diff --git a/helm/database-user-operator/Chart.yaml b/helm/database-user-operator/Chart.yaml index 0a95e7c..6abd039 100644 --- a/helm/database-user-operator/Chart.yaml +++ b/helm/database-user-operator/Chart.yaml @@ -4,8 +4,8 @@ description: >- A Kubernetes operator for managing PostgreSQL and MySQL databases with AWS Secrets Manager integration and customizable secret templates type: application -version: 0.2.0 -appVersion: 0.2.0 +version: 0.3.0 +appVersion: 0.3.0 home: https://github.com/opzkit/database-user-operator sources: - https://github.com/opzkit/database-user-operator diff --git a/helm/database-user-operator/values.yaml b/helm/database-user-operator/values.yaml index ed23393..253b697 100644 --- a/helm/database-user-operator/values.yaml +++ b/helm/database-user-operator/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: ghcr.io/opzkit/database-user-operator pullPolicy: IfNotPresent - tag: 0.2.0 + tag: 0.3.0 imagePullSecrets: [] nameOverride: '' fullnameOverride: ''