File tree 3 files changed +29
-2
lines changed
3 files changed +29
-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.36.0
6
+
7
+ ** Release date:** 2023-03-08
8
+
9
+ This release changes the format of the Artifact ` Revision ` field when using a
10
+ GitRepository with a ` .spec.ref.name ` set (introduced in [ ` v0.35.0 ` ] ( #0350 ) ),
11
+ changing it from ` sha1:<commit> ` to ` <name>@sha1:<commit> ` . Offering a more
12
+ precise reflection of the revision the Artifact was created from.
13
+
14
+ In addition, ` klog ` is now configured to log using the same logger as the rest
15
+ of the controller (providing a consistent log format).
16
+
17
+ Lastly, the controller is now built using Go ` 1.20 ` , and the dependencies have
18
+ been updated to their latest versions.
19
+
20
+ Improvements:
21
+ - Advertise absolute reference in Artifact for GitRepository name ref
22
+ [ #1036 ] ( https://github.com/fluxcd/source-controller/pull/1036 )
23
+ - Update Go to 1.20
24
+ [ #1040 ] ( https://github.com/fluxcd/source-controller/pull/1040 )
25
+ - Update dependencies
26
+ [ #1040 ] ( https://github.com/fluxcd/source-controller/pull/1040 )
27
+ [ #1041 ] ( https://github.com/fluxcd/source-controller/pull/1041 )
28
+ [ #1043 ] ( https://github.com/fluxcd/source-controller/pull/1043 )
29
+ - Use ` logger.SetLogger ` to also configure ` klog `
30
+ [ #1044 ] ( https://github.com/fluxcd/source-controller/pull/1044 )
31
+
5
32
## 0.35.2
6
33
7
34
** Release date:** 2023-02-23
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.35.2
9
+ newTag : v0.36.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
35
35
github.com/fluxcd/pkg/testserver v0.4.0
36
36
github.com/fluxcd/pkg/untar v0.2.0
37
37
github.com/fluxcd/pkg/version v0.2.1
38
- github.com/fluxcd/source-controller/api v0.35.2
38
+ github.com/fluxcd/source-controller/api v0.36.0
39
39
github.com/go-git/go-billy/v5 v5.4.1
40
40
github.com/go-logr/logr v1.2.3
41
41
github.com/google/go-containerregistry v0.13.0
You can’t perform that action at this time.
0 commit comments