diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ed8b9a2..2f6aa917 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.1" + ".": "0.29.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ade15a88..ae903fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.29.2](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.29.1...gitops-reverser-v0.29.2) (2026-07-05) + + +### Performance Improvements + +* **build:** cache Go build + module dirs in Dockerfile builder ([#194](https://github.com/ConfigButler/gitops-reverser/issues/194)) ([55ed662](https://github.com/ConfigButler/gitops-reverser/commit/55ed662f92bf0c882f1f10a62ae1146258b563b2)) + ## [0.29.1](https://github.com/ConfigButler/gitops-reverser/compare/gitops-reverser-v0.29.0...gitops-reverser-v0.29.1) (2026-07-03) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index 74e7424d..316d1b43 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.29.1 -appVersion: 0.29.1 +version: 0.29.2 +appVersion: 0.29.2 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index fa9d5fe5..1c47b636 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.29.1 # x-release-please-version + tag: 0.29.2 # x-release-please-version imagePullSecrets: [] nameOverride: ""