Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.42.1"
".": "0.43.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-reverser/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-reverser/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Loading