Skip to content

Commit

Permalink
Merge pull request #417 from pjbgf/release-v0.24.1
Browse files Browse the repository at this point in the history
Release v0.24.1
  • Loading branch information
Paulo Gomes authored Aug 10, 2022
2 parents 32944cf + e008aef commit 65e004f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.24.1

**Release date:** 2022-08-10

This prerelease comes with panic recovery, to protect the controller from
crashing when reconciliations lead to a crash.

Improvements:
- Enable RecoverPanic
[#416](https://github.com/fluxcd/image-automation-controller/pull/416)

## 0.24.0

**Release date:** 2022-08-09
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/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.24.0
newTag: v0.24.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220730123233-d6ffb7692adf
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.24.0
github.com/fluxcd/image-automation-controller/api v0.24.1
github.com/fluxcd/image-reflector-controller/api v0.20.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2
Expand Down

0 comments on commit 65e004f

Please sign in to comment.