From 434d8b9b455a210b0cfad1e2576aad0b528c6f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:55:42 +0000 Subject: [PATCH] chore(main): release gitops-reverser 0.33.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f04d0896..57dc0c3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.33.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a57f0fb9..7f136e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.33.0](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.32.0...gitops-reverser-v0.33.0) (2026-07-09) + + +### Features + +* **git:** write-boundary L1/L2 preconditions, WriteBoundaryRefused status, and go 1.26.5 refresh ([#216](https://github.com/ConfigButler/gitops-reverser/issues/216)) ([e9a2476](https://github.com/ConfigButler/gitops-reverser/commit/e9a2476d9bc3de9bd97c004a5f3be2ab5f88eb17)) +* **manifest-analyzer:** repo-walker onboarding discovery (F8 first cut) ([22e9e92](https://github.com/ConfigButler/gitops-reverser/commit/22e9e923a904d262a6d067ff49968860d2535925)) + + +### Documentation + +* **gitops-api:** onboarding repo-discovery design (F8); archive shipped F1/F7 ([#213](https://github.com/ConfigButler/gitops-reverser/issues/213)) ([4469e2b](https://github.com/ConfigButler/gitops-reverser/commit/4469e2be8619ea681f2ee6df2d39c3876d052294)) + ## [0.32.0](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.31.0...gitops-reverser-v0.32.0) (2026-07-08) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index cffc1e76..91a1ac31 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.32.0 -appVersion: 0.32.0 +version: 0.33.0 +appVersion: 0.33.0 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 740108db..7fecb653 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.32.0 # x-release-please-version + tag: 0.33.0 # x-release-please-version imagePullSecrets: [] nameOverride: ""