From 7eb7354887d515bb542fa4be71bc525baf0bd969 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 28 Oct 2025 10:21:18 +0000 Subject: [PATCH 1/2] Add changelog entry for v1.7.2 Signed-off-by: Matheus Pimenta --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5ee164..aed2ebef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project are documented in this file. +## 1.7.2 + +**Release date:** 2025-10-28 + +This patch release allows running kustomize-controller +on the same loopback interface as source-watcher. + +Improvements: +- Allow fetching artifacts from a local source-watcher + [#1539](https://github.com/fluxcd/kustomize-controller/pull/1539) + ## 1.7.1 **Release date:** 2025-10-08 From a3a01975393390d8734ad0d2877a2187bab010a1 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 28 Oct 2025 10:22:02 +0000 Subject: [PATCH 2/2] Release v1.7.2 Signed-off-by: Matheus Pimenta --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4711e313..43e676bf 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v1.7.1 + newTag: v1.7.2 diff --git a/go.mod b/go.mod index 902282aa..88493585 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/cyphar/filepath-securejoin v0.4.1 github.com/dimchansky/utfbom v1.1.1 github.com/fluxcd/cli-utils v0.36.0-flux.15 - github.com/fluxcd/kustomize-controller/api v1.7.1 + github.com/fluxcd/kustomize-controller/api v1.7.2 github.com/fluxcd/pkg/apis/acl v0.9.0 github.com/fluxcd/pkg/apis/event v0.20.0 github.com/fluxcd/pkg/apis/kustomize v1.13.0