File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller 
88  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 (
3838	github.com/fluxcd/pkg/tar  v0.11.0 
3939	github.com/fluxcd/pkg/testserver  v0.10.0 
4040	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 
4242	github.com/foxcpp/go-mockdns  v1.1.0 
4343	github.com/go-git/go-billy/v5  v5.6.2 
4444	github.com/go-git/go-git/v5  v5.13.2 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments