File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
21
## 1.2.0
6
22
7
23
** Release date:** 2023-12-11
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
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 (
17
17
github.com/cyphar/filepath-securejoin v0.2.4
18
18
github.com/dimchansky/utfbom v1.1.1
19
19
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
21
21
github.com/fluxcd/pkg/apis/acl v0.1.0
22
22
github.com/fluxcd/pkg/apis/event v0.6.0
23
23
github.com/fluxcd/pkg/apis/kustomize v1.2.0
You can’t perform that action at this time.
0 commit comments