File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-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
+ ## 1.0.0-rc.4
6
+
7
+ ** Release date:** 2023-05-26
8
+
9
+ This release candidate comes with support for Kubernetes v1.27 and Cosign v2.
10
+ It also enables the use of annotated tags with ` spec.ref.name ` . Furthermore, it
11
+ fixes a bug related to accessing Helm OCI charts on ACR using OIDC auth.
12
+
13
+ Improvements:
14
+ - build(deps): bump helm/kind-action from 1.5.0 to 1.7.0
15
+ [ #1100 ] ( https://github.com/fluxcd/source-controller/pull/1100 )
16
+ - build(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.5
17
+ [ #1101 ] ( https://github.com/fluxcd/source-controller/pull/1101 )
18
+ - build(deps): bump actions/setup-go from 4.0.0 to 4.0.1
19
+ [ #1102 ] ( https://github.com/fluxcd/source-controller/pull/1102 )
20
+ - Update cosign to v2
21
+ [ #1096 ] ( https://github.com/fluxcd/source-controller/pull/1096 )
22
+ - build(deps): bump github.com/sigstore/rekor from 0.12.1-0.20220915152154-4bb6f441c1b2 to 1.1.1
23
+ [ #1083 ] ( https://github.com/fluxcd/source-controller/pull/1083 )
24
+ - Update controller-runtime and Kubernetes dependencies
25
+ [ #1104 ] ( https://github.com/fluxcd/source-controller/pull/1104 )
26
+ - Update dependencies; switch to ` go-git/go-git ` and ` pkg/tar `
27
+ [ #1105 ] ( https://github.com/fluxcd/source-controller/pull/1105 )
28
+
5
29
## 1.0.0-rc.3
6
30
7
31
** Release date:** 2023-05-12
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 : v1.0.0-rc.3
9
+ newTag : v1.0.0-rc.4
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/fluxcd/pkg/tar v0.2.0
48
48
github.com/fluxcd/pkg/testserver v0.4.0
49
49
github.com/fluxcd/pkg/version v0.2.2
50
- github.com/fluxcd/source-controller/api v1.0.0-rc.3
50
+ github.com/fluxcd/source-controller/api v1.0.0-rc.4
51
51
github.com/go-git/go-billy/v5 v5.4.1
52
52
github.com/go-git/go-git/v5 v5.7.0
53
53
github.com/go-logr/logr v1.2.4
You can’t perform that action at this time.
0 commit comments