Skip to content

Commit

Permalink
Merge pull request #478 from fluxcd/release-v0.31.0
Browse files Browse the repository at this point in the history
Release v0.31.0
  • Loading branch information
hiddeco authored Dec 8, 2023
2 parents 1c50f89 + 458d528 commit ebb38a3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.31.0

**Release date:** 2023-12-08

This prerelease comes with support for insecure HTTP registries using the
new `.spec.insecure` field on `ImageRepository` objects. This field is
optional and defaults to `false`.

In addition, the Kubernetes dependencies have been updated to v1.28.4 in
combination with an update of the controller's dependencies.

Lastly, tiny improvements have been made to some of the error messages the
controller emits.

Improvements:
- Address miscellaneous issues throughout code base
[#452](https://github.com/fluxcd/image-reflector-controller/pull/452)
- Update dependencies to Kubernetes v1.28
[#471](https://github.com/fluxcd/image-reflector-controller/pull/471)
- imagerepo: add `.spec.insecure` to `ImageRepository`
[#472](https://github.com/fluxcd/image-reflector-controller/pull/472)
- Various dependency updates
[#453](https://github.com/fluxcd/image-reflector-controller/pull/453)
[#454](https://github.com/fluxcd/image-reflector-controller/pull/454)
[#455](https://github.com/fluxcd/image-reflector-controller/pull/455)
[#459](https://github.com/fluxcd/image-reflector-controller/pull/459)
[#460](https://github.com/fluxcd/image-reflector-controller/pull/460)
[#477](https://github.com/fluxcd/image-reflector-controller/pull/477)

## 0.30.0

**Release date:** 2023-08-23
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.30.0
newTag: v0.31.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-20230811130428-ced1acdcaa24
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.30.0
github.com/fluxcd/image-reflector-controller/api v0.31.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.6.0
github.com/fluxcd/pkg/apis/meta v1.2.0
Expand Down

0 comments on commit ebb38a3

Please sign in to comment.