Skip to content
Merged
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.13.0"
".": "0.13.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.13.0...gitops-reverser-v0.13.1) (2025-11-24)


### Bug Fixes

* Improving e2e test stability in pipeline by better aligned timings ([c607be9](https://github.com/ConfigButler/gitops-reverser/commit/c607be988ad2b2cb5c7437a5c019d3248dd68392))
* prevent cert-manager warning during default deployment ([c12e9e6](https://github.com/ConfigButler/gitops-reverser/commit/c12e9e6c773edcd1c11708faaf9babb30129e541))


### Documentation

* Have a demo as teaser ([c8693e6](https://github.com/ConfigButler/gitops-reverser/commit/c8693e68d7e12a2c326fc9f42b765ec1d4b939fe))

## [0.13.0](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.12.1...gitops-reverser-v0.13.0) (2025-11-22)


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.13.0
appVersion: 0.13.0
version: 0.13.1
appVersion: 0.13.1
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 @@ -23,7 +23,7 @@ leaderOnlyService:
image:
repository: ghcr.io/configbutler/gitops-reverser
pullPolicy: IfNotPresent
tag: 0.13.0 # x-release-please-version
tag: 0.13.1 # x-release-please-version

imagePullSecrets: []
nameOverride: ""
Expand Down