Skip to content

Commit 5e98055

Browse files
authored
Merge pull request #847 from fluxcd/release-v0.40.0
Release v0.40.0
2 parents 03b9190 + f6eed85 commit 5e98055

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

CHANGELOG.md

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

3+
## 0.40.0
4+
5+
**Release date:** 2025-02-14
6+
7+
This prerelease comes with support for GitHub App authentication for GitHub
8+
repositories using the `.spec.provider` field by setting it to `github` on the
9+
`GitRepository` object associated with an `ImageUpdateAutomation` object.
10+
11+
In addition, the Kubernetes dependencies have been updated to v1.32.1
12+
and various other controller dependencies have been updated to their latest
13+
version.
14+
15+
Fixes:
16+
17+
Improvements:
18+
- Additional values for commit message template
19+
[#772](https://github.com/fluxcd/image-automation-controller/pull/772)
20+
- [RFC-007] Implement GitHub app authentication for git repositories in IAC
21+
[#780](https://github.com/fluxcd/image-automation-controller/pull/780)
22+
- Various dependency updates
23+
[#765](https://github.com/fluxcd/image-automation-controller/pull/765)
24+
[#766](https://github.com/fluxcd/image-automation-controller/pull/766)
25+
[#768](https://github.com/fluxcd/image-automation-controller/pull/768)
26+
[#769](https://github.com/fluxcd/image-automation-controller/pull/769)
27+
[#770](https://github.com/fluxcd/image-automation-controller/pull/770)
28+
[#774](https://github.com/fluxcd/image-automation-controller/pull/774)
29+
[#776](https://github.com/fluxcd/image-automation-controller/pull/776)
30+
[#777](https://github.com/fluxcd/image-automation-controller/pull/777)
31+
[#778](https://github.com/fluxcd/image-automation-controller/pull/778)
32+
[#782](https://github.com/fluxcd/image-automation-controller/pull/782)
33+
[#784](https://github.com/fluxcd/image-automation-controller/pull/784)
34+
[#787](https://github.com/fluxcd/image-automation-controller/pull/787)
35+
[#789](https://github.com/fluxcd/image-automation-controller/pull/789)
36+
[#790](https://github.com/fluxcd/image-automation-controller/pull/790)
37+
[#791](https://github.com/fluxcd/image-automation-controller/pull/791)
38+
[#794](https://github.com/fluxcd/image-automation-controller/pull/794)
39+
[#795](https://github.com/fluxcd/image-automation-controller/pull/795)
40+
[#798](https://github.com/fluxcd/image-automation-controller/pull/798)
41+
[#799](https://github.com/fluxcd/image-automation-controller/pull/799)
42+
[#801](https://github.com/fluxcd/image-automation-controller/pull/801)
43+
[#802](https://github.com/fluxcd/image-automation-controller/pull/802)
44+
[#804](https://github.com/fluxcd/image-automation-controller/pull/804)
45+
[#805](https://github.com/fluxcd/image-automation-controller/pull/805)
46+
[#806](https://github.com/fluxcd/image-automation-controller/pull/806)
47+
[#808](https://github.com/fluxcd/image-automation-controller/pull/808)
48+
[#815](https://github.com/fluxcd/image-automation-controller/pull/815)
49+
[#819](https://github.com/fluxcd/image-automation-controller/pull/819)
50+
[#821](https://github.com/fluxcd/image-automation-controller/pull/821)
51+
[#824](https://github.com/fluxcd/image-automation-controller/pull/824)
52+
[#826](https://github.com/fluxcd/image-automation-controller/pull/826)
53+
[#828](https://github.com/fluxcd/image-automation-controller/pull/828)
54+
[#831](https://github.com/fluxcd/image-automation-controller/pull/831)
55+
[#832](https://github.com/fluxcd/image-automation-controller/pull/832)
56+
[#835](https://github.com/fluxcd/image-automation-controller/pull/835)
57+
[#839](https://github.com/fluxcd/image-automation-controller/pull/839)
58+
[#840](https://github.com/fluxcd/image-automation-controller/pull/840)
59+
[#842](https://github.com/fluxcd/image-automation-controller/pull/842)
60+
[#843](https://github.com/fluxcd/image-automation-controller/pull/843)
61+
[#845](https://github.com/fluxcd/image-automation-controller/pull/845)
62+
363
## 0.39.0
464

565
**Release date:** 2024-09-26

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.39.0
8+
newTag: v0.40.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/sprig/v3 v3.3.0
1616
github.com/ProtonMail/go-crypto v1.1.5
1717
github.com/cyphar/filepath-securejoin v0.4.1
18-
github.com/fluxcd/image-automation-controller/api v0.39.0
18+
github.com/fluxcd/image-automation-controller/api v0.40.0
1919
github.com/fluxcd/image-reflector-controller/api v0.34.0
2020
github.com/fluxcd/pkg/apis/acl v0.6.0
2121
github.com/fluxcd/pkg/apis/event v0.16.0

0 commit comments

Comments
 (0)