Skip to content

Commit

Permalink
Merge pull request #776 from fluxcd/release-v0.36.1
Browse files Browse the repository at this point in the history
Release v0.36.1
  • Loading branch information
hiddeco committed Sep 18, 2023
2 parents a5e912e + 79384d2 commit 9059faf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.36.1

**Release date:** 2023-09-18

This prerelease addresses a regression in which the captured Helm logs used in
a failure event would not include Helm's Kubernetes client logs, making it more
difficult to reason about e.g. timeout errors.

In addition, it contains a fix for the default service account used for the
(experimental) differ, and dependency updates of several dependencies.

Fixes:
- runner: address regression in captured Helm logs
[#767](https://github.com/fluxcd/helm-controller/pull/767)
- Check source for nil artifact before loading chart
[#768](https://github.com/fluxcd/helm-controller/pull/768)
- controller: use `DefaultServiceAccount` in differ
[#774](https://github.com/fluxcd/helm-controller/pull/774)

Improvements:
- build(deps): bump the ci group dependencies
[#761](https://github.com/fluxcd/helm-controller/pull/761)
[#762](https://github.com/fluxcd/helm-controller/pull/762)
[#766](https://github.com/fluxcd/helm-controller/pull/766)
[#773](https://github.com/fluxcd/helm-controller/pull/773)
- build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4
[#764](https://github.com/fluxcd/helm-controller/pull/764)
- Update source-controller to v1.1.1
[#775](https://github.com/fluxcd/helm-controller/pull/775)

## 0.36.0

**Release date:** 2023-08-23
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.36.0
newTag: v0.36.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (
)

require (
github.com/fluxcd/helm-controller/api v0.36.0
github.com/fluxcd/helm-controller/api v0.36.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.2
github.com/fluxcd/pkg/apis/kustomize v1.1.1
Expand Down

0 comments on commit 9059faf

Please sign in to comment.