From 3e04d16292006c7466e02cdd26a6a5478d67c115 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 11 Sep 2020 13:52:32 +0200 Subject: [PATCH] Release v0.0.15 --- CHANGELOG.md | 7 +++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71be1aef..5cf4d753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project are documented in this file. +## 0.0.15 (2020-09-11) + +This prerelease adds support for overwriting the default values of a +`HelmChart` by defining a `ValuesFile`, adds a `Checksum` field to the +`Artifact` object, and comes with several improvements to the storage +and handling of artifacts. + ## 0.0.14 (2020-09-04) This prerelease comes with Helm v3.3.1. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3c820308..cdbda6b7 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.0.14 + newTag: v0.0.15 diff --git a/go.mod b/go.mod index 18c7f7a8..06f4cb0e 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/fluxcd/pkg/runtime v0.0.1 github.com/fluxcd/pkg/ssh v0.0.5 github.com/fluxcd/pkg/untar v0.0.5 - github.com/fluxcd/source-controller/api v0.0.14 + github.com/fluxcd/source-controller/api v0.0.15 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.1.0 github.com/go-logr/logr v0.1.0