From 6e2c38ce9045d1f148836e367781016fa74db4dc Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 23 Nov 2021 15:42:33 +0200 Subject: [PATCH] Release v0.18.1 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 16 ++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda60fc9..16f44a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 0.18.1 + +**Release date:** 2021-11-23 + +This prerelease replaces deprecated dependencies, most notably being the OpenPGP +package where `golang.org/x/crypto/openpgp` was replaced with +`github.com/ProtonMail/go-crypto/openpgp`. + +Improvements: +* Update `source-controller/api` to v0.19.0 + [#499](https://github.com/fluxcd/kustomize-controller/pull/499) +* Replace deprecated dependencies + [#498](https://github.com/fluxcd/kustomize-controller/pull/498) +* Update `opencontainers/{image-spec, runc}` + [#497](https://github.com/fluxcd/kustomize-controller/pull/497) + ## 0.18.0 **Release date:** 2021-11-12 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 336e3624..c67bfa15 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.18.0 + newTag: v0.18.1 diff --git a/go.mod b/go.mod index 8e2265a3..1ba4e4e2 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 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.18.0 + github.com/fluxcd/kustomize-controller/api v0.18.1 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