From cb39f8de53840a581fe13efaa2320e8ccbfa35ff Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 12 May 2023 13:58:39 +0300 Subject: [PATCH] Release v1.0.0-rc.3 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 20 ++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818bff97..86406ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project are documented in this file. +## 1.0.0-rc.3 + +**Release date:** 2023-05-12 + +This release candidate comes with improved error reporting for when +the controller fails to fetch an artifact due to a checksum mismatch. + +In addition, the controller dependencies have been updated to patch +CVE-2023-1732 and the base image has been updated to Alpine 3.18. + +Improvements: +- Update Alpine to 3.18 + [#855](https://github.com/fluxcd/kustomize-controller/pull/855) +- Update dependencies + [#862](https://github.com/fluxcd/kustomize-controller/pull/862) +- build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 + [#860](https://github.com/fluxcd/kustomize-controller/pull/860) +- docs: Clarify the Kustomize components relative paths requirement + [#861](https://github.com/fluxcd/kustomize-controller/pull/861) + ## 1.0.0-rc.2 **Release date:** 2023-05-09 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d929c2de..76497a3c 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-rc.2 + newTag: v1.0.0-rc.3 diff --git a/go.mod b/go.mod index 1f0d581f..b59c1f81 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 github.com/cyphar/filepath-securejoin v0.2.3 github.com/dimchansky/utfbom v1.1.1 - github.com/fluxcd/kustomize-controller/api v1.0.0-rc.2 + github.com/fluxcd/kustomize-controller/api v1.0.0-rc.3 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.4.1 github.com/fluxcd/pkg/apis/kustomize v1.0.0