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: ""