Skip to content

Commit 5887114

Browse files
authored
Merge pull request #1087 from fluxcd/release-v1.0.0-rc.2
Release v1.0.0-rc.2
2 parents 1724624 + 0cb211a commit 5887114

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All 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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v1.0.0-rc.1
9+
newTag: v1.0.0-rc.2

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)