File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
713This prerelease comes with a breaking change, the CRDs group has been
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.0.7
8+ newTag : v0.0.8
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/kustomize-controller/api => ./api
66
77require (
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
You can’t perform that action at this time.
0 commit comments