Skip to content

Commit 9b5db2d

Browse files
authored
Merge pull request #69 from fluxcd/release-v0.0.7
Release v0.0.7
2 parents cfdd184 + a928df3 commit 9b5db2d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.0.7 (2020-09-04)
6+
7+
This prerelease comes with documentation fixes.
8+
Container images for linux/amd64 and linux/arm64 are published to GHCR.
9+
510
## 0.0.6 (2020-09-02)
611

712
This prerelease adds support for Helm charts from `GitRepository` sources,

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.0.6
8+
newTag: v0.0.7

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.0.5
8+
github.com/fluxcd/helm-controller/api v0.0.7
99
github.com/fluxcd/pkg/lockedfile v0.0.5
1010
github.com/fluxcd/pkg/recorder v0.0.5
1111
github.com/fluxcd/source-controller/api v0.0.13

0 commit comments

Comments
 (0)