File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-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+ ## 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+
520## 1.0.0-rc.1
621
722** Release date:** 2023-03-30
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 : 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 (
4242 github.com/fluxcd/pkg/testserver v0.4.0
4343 github.com/fluxcd/pkg/untar v0.3.0
4444 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
4646 github.com/go-git/go-billy/v5 v5.4.1
4747 github.com/go-logr/logr v1.2.4
4848 github.com/google/go-containerregistry v0.15.1
You can’t perform that action at this time.
0 commit comments