From 018a7470899f6b5abdb4db690826f243c1881b7a Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 18 Aug 2020 14:44:35 +0300 Subject: [PATCH] Release v0.0.8 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adef4018..6dab626f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.0.8 (2020-08-18) + +This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to +dedicated versioned modules, and makes the `api` package available as +a dedicated versioned module. + ## 0.0.7 (2020-07-31) This prerelease comes with a breaking change, the CRDs group has been diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 2cd49483..eb8bd13f 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.0.7 + newTag: v0.0.8 diff --git a/go.mod b/go.mod index 350f9962..4af96889 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 replace github.com/fluxcd/kustomize-controller/api => ./api require ( - github.com/fluxcd/kustomize-controller/api v0.0.0-00010101000000-000000000000 + github.com/fluxcd/kustomize-controller/api v0.0.8 github.com/fluxcd/pkg/lockedfile v0.0.5 github.com/fluxcd/pkg/recorder v0.0.5 github.com/fluxcd/pkg/testserver v0.0.2