diff --git a/CHANGELOG.md b/CHANGELOG.md index fb21ff11..8fd540df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project are documented in this file. +## 1.0.1 + +**Release date:** 2023-07-10 + +This is a patch release that fixes spurious events emitted for skipped resources. + +Fixes: +- Exclude skipped resources from apply events + [#920](https://github.com/fluxcd/kustomize-controller/pull/920) + ## 1.0.0 **Release date:** 2023-07-04 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a5f96224..e4a73a07 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v1.0.0 + newTag: v1.0.1 diff --git a/go.mod b/go.mod index 4c6564e5..3bb8db35 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 github.com/cyphar/filepath-securejoin v0.2.3 github.com/dimchansky/utfbom v1.1.1 - github.com/fluxcd/kustomize-controller/api v1.0.0 + github.com/fluxcd/kustomize-controller/api v1.0.1 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.5.1 github.com/fluxcd/pkg/apis/kustomize v1.1.1