Skip to content

Commit 428d0c5

Browse files
committed
Add changelog entry for v1.5.0
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent c5046b8 commit 428d0c5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.5.0
6+
7+
**Release date:** 2025-02-13
8+
9+
This minor release comes with various bug fixes and improvements.
10+
11+
### GitRepository
12+
13+
The GitRepository API now supports authenticating through GitHub App
14+
for GitHub repositories. See
15+
[docs](https://fluxcd.io/flux/components/source/gitrepositories/#github).
16+
17+
In addition, the Kubernetes dependencies have been updated to v1.32.1, Helm has
18+
been updated to v3.17.0 and various other controller dependencies have been
19+
updated to their latest version.
20+
21+
Fixes:
22+
- Remove deprecated object metrics from controllers
23+
[#1686](https://github.com/fluxcd/source-controller/pull/1686)
24+
25+
Improvements:
26+
- [RFC-007] Implement GitHub app authentication for git repositories.
27+
[#1647](https://github.com/fluxcd/source-controller/pull/1647)
28+
- Various dependency updates
29+
[#1684](https://github.com/fluxcd/source-controller/pull/1684)
30+
[#1689](https://github.com/fluxcd/source-controller/pull/1689)
31+
[#1693](https://github.com/fluxcd/source-controller/pull/1693)
32+
[#1705](https://github.com/fluxcd/source-controller/pull/1705)
33+
[#1708](https://github.com/fluxcd/source-controller/pull/1708)
34+
[#1709](https://github.com/fluxcd/source-controller/pull/1709)
35+
[#1713](https://github.com/fluxcd/source-controller/pull/1713)
36+
[#1716](https://github.com/fluxcd/source-controller/pull/1716)
37+
538
## 1.4.1
639

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

0 commit comments

Comments
 (0)