Release v1.0.0-rc.2
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
1724624977
commit
0cb211ac9f
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 1.0.0-rc.2
|
||||||
|
|
||||||
|
**Release date:** 2023-05-09
|
||||||
|
|
||||||
|
This release candidate comes with various updates to the controller's dependencies,
|
||||||
|
most notable, Helm was updated to v3.11.3.
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- Update dependencies
|
||||||
|
[#1086](https://github.com/fluxcd/source-controller/pull/1086)
|
||||||
|
- Set RecoverPanic globally across controllers
|
||||||
|
[#1077](https://github.com/fluxcd/source-controller/pull/1077)
|
||||||
|
- Move controllers to internal/controller
|
||||||
|
[#1076](https://github.com/fluxcd/source-controller/pull/1076)
|
||||||
|
|
||||||
## 1.0.0-rc.1
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
**Release date:** 2023-03-30
|
**Release date:** 2023-03-30
|
||||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v1.0.0-rc.1
|
newTag: v1.0.0-rc.2
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -42,7 +42,7 @@ require (
|
||||||
github.com/fluxcd/pkg/testserver v0.4.0
|
github.com/fluxcd/pkg/testserver v0.4.0
|
||||||
github.com/fluxcd/pkg/untar v0.3.0
|
github.com/fluxcd/pkg/untar v0.3.0
|
||||||
github.com/fluxcd/pkg/version v0.2.1
|
github.com/fluxcd/pkg/version v0.2.1
|
||||||
github.com/fluxcd/source-controller/api v1.0.0-rc.1
|
github.com/fluxcd/source-controller/api v1.0.0-rc.2
|
||||||
github.com/go-git/go-billy/v5 v5.4.1
|
github.com/go-git/go-billy/v5 v5.4.1
|
||||||
github.com/go-logr/logr v1.2.4
|
github.com/go-logr/logr v1.2.4
|
||||||
github.com/google/go-containerregistry v0.15.1
|
github.com/google/go-containerregistry v0.15.1
|
||||||
|
|
Loading…
Reference in New Issue