Skip to content

Commit 3fdd957

Browse files
committed
Release v0.5.0
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 6cc038b commit 3fdd957

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.5.0
6+
7+
**Release date:** 2020-12-09
8+
9+
This is the fifth MINOR prerelease, adding a new Git implementation
10+
(`libgit2`) to allow for communication with Git servers that just
11+
support the Git v2 protocol, like Azure Devops.
12+
13+
The new Git implementation can be enabled by configuring the
14+
`GitImplementation` in a `GitRepository` to `libgit2` (default:
15+
`go-git`). Note that this implementation does not support shallow
16+
cloning, and it is therefore advised to only resort to this option
17+
if a connection fails with the default configuration.
18+
19+
Other notable changes in this release:
20+
21+
* Bug fix to respect the configured SSH user in `GitRepository` URLs
22+
* Chart name validation for charts from a `HelmRepository` resource
23+
* Kubernetes dependency upgrades to `v1.19.4`
24+
* Helm upgrade to `v3.4.2`
25+
526
## 0.4.1
627

728
**Release date:** 2020-11-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: v0.4.1
9+
newTag: v0.5.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/fluxcd/pkg/ssh v0.0.5
1616
github.com/fluxcd/pkg/untar v0.0.5
1717
github.com/fluxcd/pkg/version v0.0.1
18-
github.com/fluxcd/source-controller/api v0.4.1
18+
github.com/fluxcd/source-controller/api v0.5.0
1919
github.com/go-git/go-billy/v5 v5.0.0
2020
github.com/go-git/go-git/v5 v5.2.0
2121
github.com/go-logr/logr v0.2.1

0 commit comments

Comments
 (0)