File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed 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.2.1
6+
7+ ** Release date:** 2023-12-14
8+
9+ This patch release comes with improvements in logging to provide faster feedback
10+ on any HTTP errors encountered while fetching source artifacts.
11+
12+ In addition, the status condition messages are now trimmed to respect the size
13+ limit defined by the API.
14+
15+ Improvements:
16+ - Update runtime to v0.43.3
17+ [ #1031 ] ( https://github.com/fluxcd/kustomize-controller/pull/1031 )
18+ - Log HTTP errors to provide faster feedback
19+ [ #1028 ] ( https://github.com/fluxcd/kustomize-controller/pull/1028 )
20+
521## 1.2.0
622
723** Release date:** 2023-12-11
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.2.0
8+ newTag : v1.2.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/cyphar/filepath-securejoin v0.2.4
1818 github.com/dimchansky/utfbom v1.1.1
1919 github.com/fluxcd/cli-utils v0.36.0-flux.2
20- github.com/fluxcd/kustomize-controller/api v1.2.0
20+ github.com/fluxcd/kustomize-controller/api v1.2.1
2121 github.com/fluxcd/pkg/apis/acl v0.1.0
2222 github.com/fluxcd/pkg/apis/event v0.6.0
2323 github.com/fluxcd/pkg/apis/kustomize v1.2.0
You can’t perform that action at this time.
0 commit comments