Release v1.0.0-rc.2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-05-09 11:34:54 +03:00
parent 1724624977
commit 0cb211ac9f
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,21 @@
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
**Release date:** 2023-03-30

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v1.0.0-rc.1
newTag: v1.0.0-rc.2

2
go.mod
View File

@ -42,7 +42,7 @@ require (
github.com/fluxcd/pkg/testserver v0.4.0
github.com/fluxcd/pkg/untar v0.3.0
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-logr/logr v1.2.4
github.com/google/go-containerregistry v0.15.1