Release v0.0.15
This commit is contained in:
parent
a41e58e697
commit
3e04d16292
|
@ -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.
|
||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: fluxcd/source-controller
|
||||
newTag: v0.0.14
|
||||
newTag: v0.0.15
|
||||
|
|
2
go.mod
2
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
|
||||
|
|
Loading…
Reference in New Issue