Release v0.0.3

This commit is contained in:
Hidde Beydals 2020-08-18 13:38:49 +02:00
parent cc1275bb8d
commit 52a423b676
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project are documented in this file.
## 0.0.3 (2020-08-18)
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to
dedicated versioned modules, and makes the `api` package available as
a dedicated versioned module.
## 0.0.2 (2020-08-12)
In this prerelease the Helm package was upgraded to [v3.3.0](https://github.com/helm/helm/releases/tag/v3.3.0).

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.0.2
newTag: v0.0.3

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.14
replace github.com/fluxcd/helm-controller/api => ./api
require (
github.com/fluxcd/helm-controller/api v0.0.0-00010101000000-000000000000
github.com/fluxcd/helm-controller/api v0.0.3
github.com/fluxcd/pkg/lockedfile v0.0.5
github.com/fluxcd/pkg/recorder v0.0.5
github.com/fluxcd/source-controller/api v0.0.9