Skip to content

Commit

Permalink
Merge pull request #697 from fluxcd/release-0.34.1
Browse files Browse the repository at this point in the history
Release v0.34.1
  • Loading branch information
hiddeco authored Jun 1, 2023
2 parents 6417e18 + 8d6af3e commit d267907
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.34.1

**Release date:** 2023-06-01

This prerelease comes with a bug fix for the event metadata revision, which
was not included when a token was already present.

In addition, the source-controller dependency has been updated to v1.0.0-rc.5.

Fixes:
- Include revision and token in event metadata
[#695](https://github.com/fluxcd/helm-controller/pull/695)

Improvements:
- Update source-controller to v1.0.0-rc.5
[#696](https://github.com/fluxcd/helm-controller/pull/696)

## 0.34.0

**Release date:** 2023-05-29
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/helm-controller
newName: fluxcd/helm-controller
newTag: v0.34.0
newTag: v0.34.1
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.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.34.0
github.com/fluxcd/helm-controller/api v0.34.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.0
github.com/fluxcd/pkg/apis/kustomize v1.1.0
Expand Down

0 comments on commit d267907

Please sign in to comment.