Skip to content

Commit 9e983b7

Browse files
authoredJun 18, 2021
Merge pull request #279 from fluxcd/release-v0.11.1
Release v0.11.1
2 parents c1a5912 + bfbf521 commit 9e983b7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.11.1
4+
5+
**Release date:** 2021-06-18
6+
7+
This prerelease updates Helm to `v3.6.1`, this is a security update which has
8+
no impact as transport is handled by the source-controller. For more details
9+
please see the [source-controller `v0.15.1`
10+
changelog](https://github.com/fluxcd/source-controller/blob/v0.15.1/CHANGELOG.md).
11+
12+
Improvements:
13+
* Update Helm and source-controller
14+
[#277](https://github.com/fluxcd/helm-controller/pull/277)
15+
* Panic on non-nil AddToScheme errors in main init
16+
[#278](https://github.com/fluxcd/helm-controller/pull/278)
17+
318
## 0.11.0
419

520
**Release date:** 2021-06-09

‎config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.11.0
8+
newTag: v0.11.1

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.11.0
8+
github.com/fluxcd/helm-controller/api v0.11.1
99
github.com/fluxcd/pkg/apis/kustomize v0.1.0
1010
github.com/fluxcd/pkg/apis/meta v0.10.0
1111
github.com/fluxcd/pkg/runtime v0.12.0

0 commit comments

Comments
 (0)
Please sign in to comment.