Skip to content

Commit c3941e2

Browse files
authored
Merge pull request #84 from fluxcd/release-v0.0.8
Release v0.0.8
2 parents dbb75a4 + 018a747 commit c3941e2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.0.8 (2020-08-18)
6+
7+
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to
8+
dedicated versioned modules, and makes the `api` package available as
9+
a dedicated versioned module.
10+
511
## 0.0.7 (2020-07-31)
612

713
This prerelease comes with a breaking change, the CRDs group has been

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/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.0.7
8+
newTag: v0.0.8

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/kustomize-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/kustomize-controller/api v0.0.0-00010101000000-000000000000
8+
github.com/fluxcd/kustomize-controller/api v0.0.8
99
github.com/fluxcd/pkg/lockedfile v0.0.5
1010
github.com/fluxcd/pkg/recorder v0.0.5
1111
github.com/fluxcd/pkg/testserver v0.0.2

0 commit comments

Comments
 (0)