File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-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+ ## 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+
532## 0.35.2
633
734** Release date:** 2023-02-23
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 : v0.35.2
9+ newTag : v0.36.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
3535 github.com/fluxcd/pkg/testserver v0.4.0
3636 github.com/fluxcd/pkg/untar v0.2.0
3737 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
3939 github.com/go-git/go-billy/v5 v5.4.1
4040 github.com/go-logr/logr v1.2.3
4141 github.com/google/go-containerregistry v0.13.0
You can’t perform that action at this time.
0 commit comments