File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.9.3
6+
7+ ** Release date:** 2026-07-13
8+
9+ This patch release fixes a regression introduced in v1.9.2 where a Kustomization
10+ with ` openapi.path ` pointing to a URL failed to reconcile with
11+ ` failed to read OpenAPI schema ` .
12+
13+ Fixes:
14+ - Update fluxcd/pkg dependencies
15+ [ #1703 ] ( https://github.com/fluxcd/kustomize-controller/pull/1703 )
16+
517## 1.9.2
618
719** Release date:** 2026-07-07
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v1.9.2
8+ newTag : v1.9.3
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/cyphar/filepath-securejoin v0.6.1
2020 github.com/dimchansky/utfbom v1.1.1
2121 github.com/fluxcd/cli-utils v1.2.2
22- github.com/fluxcd/kustomize-controller/api v1.9.2
22+ github.com/fluxcd/kustomize-controller/api v1.9.3
2323 github.com/fluxcd/pkg/apis/acl v0.10.0
2424 github.com/fluxcd/pkg/apis/event v0.27.1
2525 github.com/fluxcd/pkg/apis/kustomize v1.19.1
You can’t perform that action at this time.
0 commit comments