From 5b0734b50f6461ed34b9dd1304a733ccd16be747 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 12 Nov 2021 16:28:22 +0200 Subject: [PATCH] Release v0.18.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 19 ++++++++++++++++++- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfe57c7..fda60fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,26 @@ All notable changes to this project are documented in this file. +## 0.18.0 + +**Release date:** 2021-11-12 + +This prerelease comes with artifact integrity verification. +During the acquisition of an artifact, kustomize-controller computes its checksum using SHA-2 +and verifies that it matches the checksum advertised in the `Status` of the Source. + +The controller dependencies has been updated to match +kustomize [v4.4.1](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.4.1). + +Improvements: +* Verify artifacts integrity + [#489](https://github.com/fluxcd/kustomize-controller/pull/489) +* Update controller to kustomize v4.4.1 + [#488](https://github.com/fluxcd/kustomize-controller/pull/488) + ## 0.17.0 -**Release date:** 2021-10-19 +**Release date:** 2021-11-09 This prerelease comes with support for ignoring changes made to in-cluster resources by annotating them with: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d734d2a2..336e3624 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: v0.17.0 + newTag: v0.18.0 diff --git a/go.mod b/go.mod index 5cf21498..9a349bf6 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( filippo.io/age v1.0.0 github.com/cyphar/filepath-securejoin v0.2.2 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603 - github.com/fluxcd/kustomize-controller/api v0.17.0 + github.com/fluxcd/kustomize-controller/api v0.18.0 github.com/fluxcd/pkg/apis/kustomize v0.2.0 github.com/fluxcd/pkg/apis/meta v0.10.1 github.com/fluxcd/pkg/runtime v0.12.2