File tree 3 files changed +35
-2
lines changed
3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
38
## 1.4.1
6
39
7
40
** Release date:** 2024-09-26
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v1.4 .0
9
+ newTag : v1.5 .0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require (
38
38
github.com/fluxcd/pkg/tar v0.11.0
39
39
github.com/fluxcd/pkg/testserver v0.10.0
40
40
github.com/fluxcd/pkg/version v0.6.0
41
- github.com/fluxcd/source-controller/api v1.4 .0
41
+ github.com/fluxcd/source-controller/api v1.5 .0
42
42
github.com/foxcpp/go-mockdns v1.1.0
43
43
github.com/go-git/go-billy/v5 v5.6.2
44
44
github.com/go-git/go-git/v5 v5.13.2
You can’t perform that action at this time.
0 commit comments