From e567fc249836850de70f8359b88c2cea972fd6b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:47:39 +0000 Subject: [PATCH] chore(main): release 0.43.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc28bb87..fe87cd91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.42.1" + ".": "0.43.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be4f6a4..9fb0e0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.43.0](https://github.com/ConfigButler/gitops-reverser/compare/v0.42.1...v0.43.0) (2026-09-02) + + +### ⚠ BREAKING CHANGES + +* **api:** move commit batching onto GitTarget, delete allowedSourceNamespaces, and make sourceNamespace "*" cluster-wide ([#330](https://github.com/ConfigButler/gitops-reverser/issues/330)) + +### Features + +* **api:** move commit batching onto GitTarget, delete allowedSourceNamespaces, and make sourceNamespace "*" cluster-wide ([#330](https://github.com/ConfigButler/gitops-reverser/issues/330)) ([f994a90](https://github.com/ConfigButler/gitops-reverser/commit/f994a905a8aefc5b3c9170d0b9e63de6a5a5f0c3)) +* **gittarget:** add spec.serializeNamespace and placement.useKustomize, and fence a namespace-free folder to one source namespace ([#328](https://github.com/ConfigButler/gitops-reverser/issues/328)) ([18d4ac7](https://github.com/ConfigButler/gitops-reverser/commit/18d4ac77e3937789a1f184a86cbe7fa389b77055)) +* **gittarget:** add spec.suspend and status.placement, refuse ambiguous layouts, and execute the layout corpus ([#326](https://github.com/ConfigButler/gitops-reverser/issues/326)) ([1ce4f4d](https://github.com/ConfigButler/gitops-reverser/commit/1ce4f4deb878c75fc60ef1766cff5dcb814c58fc)) + + +### Documentation + +* **layout:** reverse the layout model onto two optional booleans, and shrink the source-scope surface ([#325](https://github.com/ConfigButler/gitops-reverser/issues/325)) ([db20d17](https://github.com/ConfigButler/gitops-reverser/commit/db20d17be43cf679796d61c37ccaed7e65899b0a)) + ## [0.42.1](https://github.com/ConfigButler/gitops-reverser/compare/v0.42.0...v0.42.1) (2026-08-28) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index a130deab..7b55c2b6 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.42.1 -appVersion: 0.42.1 +version: 0.43.0 +appVersion: 0.43.0 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 32dd176b..b09da093 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.42.1 # x-release-please-version + tag: 0.43.0 # x-release-please-version imagePullSecrets: [] nameOverride: ""