From 748707be3734c8b4c71f4fd4bd9400b869e12bf8 Mon Sep 17 00:00:00 2001 From: "opzkit-release-please[bot]" <226872226+opzkit-release-please[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:04:49 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ helm/database-user-operator/Chart.yaml | 4 ++-- helm/database-user-operator/values.yaml | 2 +- 4 files changed, 16 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..0854eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/opzkit/database-user-operator/compare/v0.2.0...v0.3.0) (2026-05-07) + + +### ⚠ 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)) + ## [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: ''