Skip to content

Commit ae4012d

Browse files
committed
Release v0.36.0
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 5bf114a commit ae4012d

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All 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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.35.2
9+
newTag: v0.36.0

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)