Release v0.36.1

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-09-18 16:35:30 +02:00
parent a5e912e573
commit 79384d29b7
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
3 changed files with 32 additions and 2 deletions

View File

@ -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

View File

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

2
go.mod
View File

@ -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