Skip to content

Commit b807af3

Browse files
authored
Merge pull request #642 from fluxcd/release-0.31.1
Release v0.31.1
2 parents 99f6339 + 2290e27 commit b807af3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

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.31.0
8+
newTag: v0.31.1

go.mod

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

77
require (
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

0 commit comments

Comments
 (0)