Skip to content

Commit

Permalink
Merge pull request #642 from fluxcd/release-0.31.1
Browse files Browse the repository at this point in the history
Release v0.31.1
  • Loading branch information
hiddeco authored Mar 10, 2023
2 parents 99f6339 + 2290e27 commit b807af3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.31.1

**Release date:** 2023-03-10

This prerelease extends the OOM watch feature introduced in `v0.31.0` with
support for automatic detection of cgroup v1 paths, and flags to configure
alternative paths using `--oom-watch-max-memory-path` and
`--oom-watch-current-memory-path`.

Fixes:
- oomwatch: auto-detect well known cgroup paths
[#641](https://github.com/fluxcd/helm-controller/pull/641)

## 0.31.0

**Release date:** 2023-03-08
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.31.0
newTag: v0.31.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.31.0
github.com/fluxcd/helm-controller/api v0.31.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/kustomize v0.8.1
Expand Down

0 comments on commit b807af3

Please sign in to comment.