File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-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.0.0-rc.5
6
+
7
+ ** Release date:** 2023-06-01
8
+
9
+ This release candidate fixes a regression introduced in ` 1.0.0.-rc.4 ` where
10
+ support for Git servers that exclusively use v2 of the wire protocol like Azure
11
+ Devops and AWS CodeCommit was broken.
12
+
13
+ Lastly, the controller's dependencies were updated to mitigate CVE-2023 -33199.
14
+
15
+ Improvements:
16
+ - build(deps): bump github.com/sigstore/rekor from 1.1.1 to 1.2.0
17
+ [ #1107 ] ( https://github.com/fluxcd/source-controller/pull/1107 )
18
+
19
+ Fixes:
20
+ - Bump ` fluxcd/pkg/git/gogit ` to v0.12.0
21
+ [ #1111 ] ( https://github.com/fluxcd/source-controller/pull/1111 )
22
+
5
23
## 1.0.0-rc.4
6
24
7
25
** Release date:** 2023-05-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.0.0-rc.4
9
+ newTag : v1.0.0-rc.5
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/fluxcd/pkg/tar v0.2.0
48
48
github.com/fluxcd/pkg/testserver v0.4.0
49
49
github.com/fluxcd/pkg/version v0.2.2
50
- github.com/fluxcd/source-controller/api v1.0.0-rc.4
50
+ github.com/fluxcd/source-controller/api v1.0.0-rc.5
51
51
github.com/go-git/go-billy/v5 v5.4.1
52
52
github.com/go-git/go-git/v5 v5.7.0
53
53
github.com/go-logr/logr v1.2.4
You can’t perform that action at this time.
0 commit comments