File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## 0.31.0
417
518** Release date:** 2023-03-08
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.31.0
8+ newTag : v0.31.1
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
8- github.com/fluxcd/helm-controller/api v0.31.0
8+ github.com/fluxcd/helm-controller/api v0.31.1
99 github.com/fluxcd/pkg/apis/acl v0.1.0
1010 github.com/fluxcd/pkg/apis/event v0.4.1
1111 github.com/fluxcd/pkg/apis/kustomize v0.8.1
You can’t perform that action at this time.
0 commit comments