From 012ec3827c62924780fec9152d2d1b8347dd354d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:06:01 +0000 Subject: [PATCH] chore(main): release 0.39.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b5dc400..111418f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0" + ".": "0.39.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b0dc17..15acd9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.39.1](https://github.com/ConfigButler/gitops-reverser/compare/v0.39.0...v0.39.1) (2026-07-23) + + +### Bug Fixes + +* **attribution:** resolve the audit route from one ClusterProvider read ([#264](https://github.com/ConfigButler/gitops-reverser/issues/264)) ([686fb00](https://github.com/ConfigButler/gitops-reverser/commit/686fb0020d3c9a3c77b775aba15b9348f4ad0b12)) + + +### Documentation + +* clear the markdownlint backlog and gate structure tree-wide ([#265](https://github.com/ConfigButler/gitops-reverser/issues/265)) ([81b7648](https://github.com/ConfigButler/gitops-reverser/commit/81b7648d62668b0d1e0f84c568251fd8cb374e08)) + ## [0.39.0](https://github.com/ConfigButler/gitops-reverser/compare/v0.38.0...v0.39.0) (2026-07-22) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index bd105187..a8e502b3 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.39.0 -appVersion: 0.39.0 +version: 0.39.1 +appVersion: 0.39.1 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 5c28b39e..fd7c9a81 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.39.0 # x-release-please-version + tag: 0.39.1 # x-release-please-version imagePullSecrets: [] nameOverride: ""