File tree 3 files changed +12
-2
lines changed
3 files changed +12
-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.0.1
6
+
7
+ ** Release date:** 2023-07-10
8
+
9
+ This is a patch release that fixes spurious events emitted for skipped resources.
10
+
11
+ Fixes:
12
+ - Exclude skipped resources from apply events
13
+ [ #920 ] ( https://github.com/fluxcd/kustomize-controller/pull/920 )
14
+
5
15
## 1.0.0
6
16
7
17
** Release date:** 2023-07-04
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.0.0
8
+ newTag : v1.0.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2
24
24
github.com/cyphar/filepath-securejoin v0.2.3
25
25
github.com/dimchansky/utfbom v1.1.1
26
- github.com/fluxcd/kustomize-controller/api v1.0.0
26
+ github.com/fluxcd/kustomize-controller/api v1.0.1
27
27
github.com/fluxcd/pkg/apis/acl v0.1.0
28
28
github.com/fluxcd/pkg/apis/event v0.5.1
29
29
github.com/fluxcd/pkg/apis/kustomize v1.1.1
You can’t perform that action at this time.
0 commit comments