Skip to content

Commit f868273

Browse files
authored
Merge pull request #925 from fluxcd/release-v1.0.1
Release v1.0.1
2 parents c90c802 + 0d9bf48 commit f868273

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project are documented in this file.
44

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+
515
## 1.0.0
616

717
**Release date:** 2023-07-04

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.0.0
8+
newTag: v1.0.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2
2424
github.com/cyphar/filepath-securejoin v0.2.3
2525
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
2727
github.com/fluxcd/pkg/apis/acl v0.1.0
2828
github.com/fluxcd/pkg/apis/event v0.5.1
2929
github.com/fluxcd/pkg/apis/kustomize v1.1.1

0 commit comments

Comments
 (0)