File tree 3 files changed +17
-2
lines changed
3 files changed +17
-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.2
6
+
7
+ ** Release date:** 2023-05-09
8
+
9
+ This release candidate comes with various updates to the controller's dependencies,
10
+ most notable, Helm was updated to v3.11.3.
11
+
12
+ Improvements:
13
+ - Update dependencies
14
+ [ #1086 ] ( https://github.com/fluxcd/source-controller/pull/1086 )
15
+ - Set RecoverPanic globally across controllers
16
+ [ #1077 ] ( https://github.com/fluxcd/source-controller/pull/1077 )
17
+ - Move controllers to internal/controller
18
+ [ #1076 ] ( https://github.com/fluxcd/source-controller/pull/1076 )
19
+
5
20
## 1.0.0-rc.1
6
21
7
22
** Release date:** 2023-03-30
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.1
9
+ newTag : v1.0.0-rc.2
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
github.com/fluxcd/pkg/testserver v0.4.0
43
43
github.com/fluxcd/pkg/untar v0.3.0
44
44
github.com/fluxcd/pkg/version v0.2.1
45
- github.com/fluxcd/source-controller/api v1.0.0-rc.1
45
+ github.com/fluxcd/source-controller/api v1.0.0-rc.2
46
46
github.com/go-git/go-billy/v5 v5.4.1
47
47
github.com/go-logr/logr v1.2.4
48
48
github.com/google/go-containerregistry v0.15.1
You can’t perform that action at this time.
0 commit comments