Skip to content

Commit 1c731a5

Browse files
authored
Merge pull request #1112 from fluxcd/release-v1.0.0-rc.5
Release v1.0.0-rc.5
2 parents 96988f3 + b965e62 commit 1c731a5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.0.0-rc.5
6+
7+
**Release date:** 2023-06-01
8+
9+
This release candidate fixes a regression introduced in `1.0.0.-rc.4` where
10+
support for Git servers that exclusively use v2 of the wire protocol like Azure
11+
Devops and AWS CodeCommit was broken.
12+
13+
Lastly, the controller's dependencies were updated to mitigate CVE-2023-33199.
14+
15+
Improvements:
16+
- build(deps): bump github.com/sigstore/rekor from 1.1.1 to 1.2.0
17+
[#1107](https://github.com/fluxcd/source-controller/pull/1107)
18+
19+
Fixes:
20+
- Bump `fluxcd/pkg/git/gogit` to v0.12.0
21+
[#1111](https://github.com/fluxcd/source-controller/pull/1111)
22+
523
## 1.0.0-rc.4
624

725
**Release date:** 2023-05-26

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.4
9+
newTag: v1.0.0-rc.5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/fluxcd/pkg/tar v0.2.0
4848
github.com/fluxcd/pkg/testserver v0.4.0
4949
github.com/fluxcd/pkg/version v0.2.2
50-
github.com/fluxcd/source-controller/api v1.0.0-rc.4
50+
github.com/fluxcd/source-controller/api v1.0.0-rc.5
5151
github.com/go-git/go-billy/v5 v5.4.1
5252
github.com/go-git/go-git/v5 v5.7.0
5353
github.com/go-logr/logr v1.2.4

0 commit comments

Comments
 (0)