Skip to content

Commit 3bf7927

Browse files
authored
Merge pull request #230 from fluxcd/release-v0.8.1
Release v0.8.1
2 parents 3e79a5c + 648cb78 commit 3bf7927

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.8.1
4+
5+
**Release date:** 2021-03-05
6+
7+
This prerelease comes with improvements to the notification system.
8+
The controller retries with exponential backoff when fetching artifacts,
9+
preventing spamming events when source-controller becomes
10+
unavailable for a short period of time.
11+
12+
Improvements:
13+
* Retry with exponential backoff when fetching artifacts
14+
[#216](https://github.com/fluxcd/helm-controller/pull/216)
15+
16+
Fixes:
17+
* fix: log messages contain '%s'
18+
[#229](https://github.com/fluxcd/helm-controller/pull/229)
19+
320
## 0.8.0
421

522
**Release date:** 2021-02-24

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.8.0
8+
newTag: v0.8.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.8.0
8+
github.com/fluxcd/helm-controller/api v0.8.1
99
github.com/fluxcd/pkg/apis/kustomize v0.0.1
1010
github.com/fluxcd/pkg/apis/meta v0.8.0
1111
github.com/fluxcd/pkg/runtime v0.8.3

0 commit comments

Comments
 (0)