Skip to content

Commit

Permalink
Merge pull request #1087 from fluxcd/release-v1.0.0-rc.2
Browse files Browse the repository at this point in the history
Release v1.0.0-rc.2
  • Loading branch information
stefanprodan committed May 9, 2023
2 parents 1724624 + 0cb211a commit 5887114
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5887114

Please sign in to comment.