Skip to content

Commit

Permalink
Merge pull request #443 from pjbgf/release-v0.26.0
Browse files Browse the repository at this point in the history
Release v0.26.0
  • Loading branch information
stefanprodan authored Sep 29, 2022
2 parents adaa4d8 + dee4b22 commit d872518
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.26.0

**Release date:** 2022-09-29

This prerelease comes with strict validation rules for API fields which define a
(time) duration. Effectively, this means values without a time unit (e.g. `ms`,
`s`, `m`, `h`) will now be rejected by the API server. To stimulate sane
configurations, the units `ns`, `us` and `µs` can no longer be configured, nor
can `h` be set for fields defining a timeout value.

In addition, the controller dependencies have been updated
to Kubernetes controller-runtime v0.13.

:warning: **Breaking changes:**
- `.spec.interval` new validation pattern is `"^([0-9]+(\\.[0-9]+)?(ms|s|m|h))+$"`

Improvements:
* api: add custom validation for v1.Duration types
[#439](https://github.com/fluxcd/image-automation-controller/pull/439)
* Update dependencies
[#442](https://github.com/fluxcd/image-automation-controller/pull/442)
[#444](https://github.com/fluxcd/image-automation-controller/pull/444)
* Build with Go 1.19
[#440](https://github.com/fluxcd/image-automation-controller/pull/440)
* build: Bump CI to macos-11
[#441](https://github.com/fluxcd/image-automation-controller/pull/441)
* Fix build by enabling Cosign experimental
[#438](https://github.com/fluxcd/image-automation-controller/pull/438)

## 0.25.0

**Release date:** 2022-09-12
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.25.0
newTag: v0.26.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.25.0
github.com/fluxcd/image-automation-controller/api v0.26.0
github.com/fluxcd/image-reflector-controller/api v0.22.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/meta v0.16.0
Expand Down

0 comments on commit d872518

Please sign in to comment.