From b97b26d5d64b6b05f9cae6be0d55dc678eb5b982 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 13 Jul 2026 11:11:30 +0100 Subject: [PATCH] Add changelog entry for v1.9.3 Signed-off-by: Matheus Pimenta (cherry picked from commit 5c230f8b5abcc5f3a36af90a13ef8884f728d14a) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea201e1..d7c15372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## 1.9.3 + +**Release date:** 2026-07-13 + +This patch release fixes a regression introduced in v1.9.2 where a Kustomization +with `openapi.path` pointing to a URL failed to reconcile with +`failed to read OpenAPI schema`. + +Fixes: +- Update fluxcd/pkg dependencies + [#1703](https://github.com/fluxcd/kustomize-controller/pull/1703) + ## 1.9.2 **Release date:** 2026-07-07