File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.31.1
4
+
5
+ ** Release date:** 2023-03-10
6
+
7
+ This prerelease extends the OOM watch feature introduced in ` v0.31.0 ` with
8
+ support for automatic detection of cgroup v1 paths, and flags to configure
9
+ alternative paths using ` --oom-watch-max-memory-path ` and
10
+ ` --oom-watch-current-memory-path ` .
11
+
12
+ Fixes:
13
+ - oomwatch: auto-detect well known cgroup paths
14
+ [ #641 ] ( https://github.com/fluxcd/helm-controller/pull/641 )
15
+
3
16
## 0.31.0
4
17
5
18
** Release date:** 2023-03-08
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.31.0
8
+ newTag : v0.31.1
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.31.0
8
+ github.com/fluxcd/helm-controller/api v0.31.1
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/event v0.4.1
11
11
github.com/fluxcd/pkg/apis/kustomize v0.8.1
You can’t perform that action at this time.
0 commit comments