File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-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
+ ## 0.18.0
6
+
7
+ ** Release date:** 2021-11-12
8
+
9
+ This prerelease changes the format of the artifact checksum from ` SHA1 ` to ` SHA256 `
10
+ to mitigate chosen-prefix and length extension attacks.
11
+
12
+ Improvements:
13
+ * storage: change Artifact checksum to SHA256
14
+ [ #487 ] ( https://github.com/fluxcd/source-controller/pull/487 )
15
+
5
16
## 0.17.2
6
17
7
18
** Release date:** 2021-11-04
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 : v0.17.2
9
+ newTag : v0.18.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/fluxcd/pkg/ssh v0.1.0
20
20
github.com/fluxcd/pkg/untar v0.1.0
21
21
github.com/fluxcd/pkg/version v0.1.0
22
- github.com/fluxcd/source-controller/api v0.17.2
22
+ github.com/fluxcd/source-controller/api v0.18.0
23
23
github.com/go-git/go-billy/v5 v5.3.1
24
24
github.com/go-git/go-git/v5 v5.4.2
25
25
github.com/go-logr/logr v0.4.0
You can’t perform that action at this time.
0 commit comments