From 5e7525c48d7efdef5603190e4b0c4419fa0b27dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:21:11 +0000 Subject: [PATCH] chore(main): release 0.42.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ charts/gitops-reverser/Chart.yaml | 4 ++-- charts/gitops-reverser/values.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52afe059..dc28bb87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.42.0" + ".": "0.42.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9a444..0be4f6a4 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.42.1](https://github.com/ConfigButler/gitops-reverser/compare/v0.42.0...v0.42.1) (2026-08-28) + + +### Bug Fixes + +* **placement:** register a new file with its nearest ancestor kustomization ([#319](https://github.com/ConfigButler/gitops-reverser/issues/319)) ([5b7536b](https://github.com/ConfigButler/gitops-reverser/commit/5b7536b89a2d412f4a80401f404a216e90a42366)), closes [#295](https://github.com/ConfigButler/gitops-reverser/issues/295) + ## [0.42.0](https://github.com/ConfigButler/gitops-reverser/compare/v0.41.2...v0.42.0) (2026-08-28) diff --git a/charts/gitops-reverser/Chart.yaml b/charts/gitops-reverser/Chart.yaml index 7908ad92..a130deab 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.42.0 -appVersion: 0.42.0 +version: 0.42.1 +appVersion: 0.42.1 keywords: - gitops - kubernetes diff --git a/charts/gitops-reverser/values.yaml b/charts/gitops-reverser/values.yaml index 308f4911..b6c9d539 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.42.0 # x-release-please-version + tag: 0.42.1 # x-release-please-version imagePullSecrets: [] nameOverride: ""