Skip to content

Commit

Permalink
Merge pull request #412 from fluxcd/release-v0.28.0
Browse files Browse the repository at this point in the history
Release v0.28.0
  • Loading branch information
stefanprodan authored Jul 4, 2023
2 parents 6cd318d + 25f2ac6 commit d61ed4f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## 0.28.0

**Release date:** 2023-07-04

This prerelease comes with support for Kubernetes v1.27.3 and updates to the
controller's dependencies.

Starting with this version, the build, release and provenance portions of the
Flux project supply chain [provisionally meet SLSA Build Level 3](https://fluxcd.io/flux/security/slsa-assessment/).

Improvements:

- Update dependencies
[#405](https://github.com/fluxcd/image-reflector-controller/pull/405)
- [#410](https://github.com/fluxcd/image-reflector-controller/pull/410)
- Add tests for default `v` prefix with semver policy
[#385](https://github.com/fluxcd/image-reflector-controller/pull/385)

## 0.28.0

**Release date:** 2023-05-26

This prerelease comes with support for Kubernetes v1.27 and updates to the
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.28.0
newTag: v0.29.0
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.28.0
github.com/fluxcd/image-reflector-controller/api v0.29.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.1
github.com/fluxcd/pkg/apis/meta v1.1.1
Expand Down

0 comments on commit d61ed4f

Please sign in to comment.