From e0e159d9a5055ef58b26e54029a0ef8079b95843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:47:23 +0000 Subject: [PATCH] chore(main): release gitops-reverser 0.34.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57dc0c3d..e4e1c3ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.0" + ".": "0.34.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f136e0a..1c8e3b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [0.34.0](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.33.0...gitops-reverser-v0.34.0) (2026-07-10) + + +### ⚠ BREAKING CHANGES + +* **rbac:** least-privilege RBAC, a strict chart values schema, and informers that stop on 403 ([#223](https://github.com/ConfigButler/gitops-reverser/issues/223)) + +### Features + +* API-surface trigger gating, Redis key prefix, pkg/manifestanalyzer + scan-folder/scan-repo rename ([#221](https://github.com/ConfigButler/gitops-reverser/issues/221)) ([0a940b3](https://github.com/ConfigButler/gitops-reverser/commit/0a940b358a53543f1565f0feb4a8ac58525fe499)) +* **rbac:** least-privilege RBAC, a strict chart values schema, and informers that stop on 403 ([#223](https://github.com/ConfigButler/gitops-reverser/issues/223)) ([21a0565](https://github.com/ConfigButler/gitops-reverser/commit/21a0565fef08bf4c80f376fbcfa75dc5d70d6071)) + ## [0.33.0](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.32.0...gitops-reverser-v0.33.0) (2026-07-09) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index 91a1ac31..9678d32a 100644 --- a/charts/gitops-reverser/Chart.yaml +++ b/charts/gitops-reverser/Chart.yaml @@ -4,8 +4,8 @@ description: >- A Kubernetes controller for two-way GitOps synchronization - reverse sync from Kubernetes to Git type: application -version: 0.33.0 -appVersion: 0.33.0 +version: 0.34.0 +appVersion: 0.34.0 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 142063b2..9d893028 100644 --- a/charts/gitops-reverser/values.yaml +++ b/charts/gitops-reverser/values.yaml @@ -13,7 +13,7 @@ deploymentStrategy: image: repository: ghcr.io/configbutler/gitops-reverser pullPolicy: IfNotPresent - tag: 0.33.0 # x-release-please-version + tag: 0.34.0 # x-release-please-version imagePullSecrets: [] nameOverride: ""