Skip to content

Commit

Permalink
Merge pull request #84 from fluxcd/release-v0.0.8
Browse files Browse the repository at this point in the history
Release v0.0.8
  • Loading branch information
stefanprodan authored Aug 18, 2020
2 parents dbb75a4 + 018a747 commit c3941e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.0.8 (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.7 (2020-07-31)

This prerelease comes with a breaking change, the CRDs group has been
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.0.7
newTag: v0.0.8
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/fluxcd/kustomize-controller/api => ./api

require (
github.com/fluxcd/kustomize-controller/api v0.0.0-00010101000000-000000000000
github.com/fluxcd/kustomize-controller/api v0.0.8
github.com/fluxcd/pkg/lockedfile v0.0.5
github.com/fluxcd/pkg/recorder v0.0.5
github.com/fluxcd/pkg/testserver v0.0.2
Expand Down

0 comments on commit c3941e2

Please sign in to comment.