Skip to content

Commit d872518

Browse files
authored
Merge pull request #443 from pjbgf/release-v0.26.0
Release v0.26.0
2 parents adaa4d8 + dee4b22 commit d872518

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.26.0
4+
5+
**Release date:** 2022-09-29
6+
7+
This prerelease comes with strict validation rules for API fields which define a
8+
(time) duration. Effectively, this means values without a time unit (e.g. `ms`,
9+
`s`, `m`, `h`) will now be rejected by the API server. To stimulate sane
10+
configurations, the units `ns`, `us` and `µs` can no longer be configured, nor
11+
can `h` be set for fields defining a timeout value.
12+
13+
In addition, the controller dependencies have been updated
14+
to Kubernetes controller-runtime v0.13.
15+
16+
:warning: **Breaking changes:**
17+
- `.spec.interval` new validation pattern is `"^([0-9]+(\\.[0-9]+)?(ms|s|m|h))+$"`
18+
19+
Improvements:
20+
* api: add custom validation for v1.Duration types
21+
[#439](https://github.com/fluxcd/image-automation-controller/pull/439)
22+
* Update dependencies
23+
[#442](https://github.com/fluxcd/image-automation-controller/pull/442)
24+
[#444](https://github.com/fluxcd/image-automation-controller/pull/444)
25+
* Build with Go 1.19
26+
[#440](https://github.com/fluxcd/image-automation-controller/pull/440)
27+
* build: Bump CI to macos-11
28+
[#441](https://github.com/fluxcd/image-automation-controller/pull/441)
29+
* Fix build by enabling Cosign experimental
30+
[#438](https://github.com/fluxcd/image-automation-controller/pull/438)
31+
332
## 0.25.0
433

534
**Release date:** 2022-09-12

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.25.0
8+
newTag: v0.26.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/Masterminds/sprig/v3 v3.2.2
1818
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
1919
github.com/cyphar/filepath-securejoin v0.2.3
20-
github.com/fluxcd/image-automation-controller/api v0.25.0
20+
github.com/fluxcd/image-automation-controller/api v0.26.0
2121
github.com/fluxcd/image-reflector-controller/api v0.22.0
2222
github.com/fluxcd/pkg/apis/acl v0.1.0
2323
github.com/fluxcd/pkg/apis/meta v0.16.0

0 commit comments

Comments
 (0)