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 22
33All notable changes to this project are documented in this file.
44
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+
523## 1.0.0-rc.4
624
725** Release date:** 2023-05-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.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 (
4747 github.com/fluxcd/pkg/tar v0.2.0
4848 github.com/fluxcd/pkg/testserver v0.4.0
4949 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
5151 github.com/go-git/go-billy/v5 v5.4.1
5252 github.com/go-git/go-git/v5 v5.7.0
5353 github.com/go-logr/logr v1.2.4
You can’t perform that action at this time.
0 commit comments