Skip to content

Commit

Permalink
Merge pull request #377 from fluxcd/release-v0.27.2
Browse files Browse the repository at this point in the history
Release v0.27.2
  • Loading branch information
stefanprodan authored May 12, 2023
2 parents 061a1d3 + 1f11428 commit 4e2445e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.27.2

**Release date:** 2023-05-12

This prerelease comes with updates to the controller dependencies
to patch CVE-2023-2253.

In addition, the controller base image has been updated to Alpine 3.18.

Improvements:
- Update Alpine to 3.18
[#374](https://github.com/fluxcd/image-reflector-controller/pull/374)
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
[#376](https://github.com/fluxcd/image-reflector-controller/pull/376)

## 0.27.1

**Release date:** 2023-05-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-reflector-controller
newName: fluxcd/image-reflector-controller
newTag: v0.27.1
newTag: v0.27.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
github.com/Masterminds/semver/v3 v3.2.1
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/fluxcd/image-reflector-controller/api v0.27.1
github.com/fluxcd/image-reflector-controller/api v0.27.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/meta v1.0.0
Expand Down

0 comments on commit 4e2445e

Please sign in to comment.