From 7f993b9a314bad3667c9f700b6ffde99c7ed24e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:47:11 +0000 Subject: [PATCH] chore(main): release 0.40.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efa752b8..0a40b9d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.2" + ".": "0.40.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f41d1152..524f9747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.40.0](https://github.com/ConfigButler/gitops-reverser/compare/v0.39.2...v0.40.0) (2026-07-27) + + +### ⚠ BREAKING CHANGES + +* **analyzer:** RefusalReason.Code is typed IssueKind, not string. + +### Features + +* **analyzer:** make the scan report a KRM document that says what it knows ([#275](https://github.com/ConfigButler/gitops-reverser/issues/275)) ([a3daa6b](https://github.com/ConfigButler/gitops-reverser/commit/a3daa6baf1475dedc32099f3cafbc3f5090a33bb)) + ## [0.39.2](https://github.com/ConfigButler/gitops-reverser/compare/v0.39.1...v0.39.2) (2026-07-27) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index bbe5f49a..cec5166c 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.2 -appVersion: 0.39.2 +version: 0.40.0 +appVersion: 0.40.0 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 0c4c842f..c594d570 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.2 # x-release-please-version + tag: 0.40.0 # x-release-please-version imagePullSecrets: [] nameOverride: ""