File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.4.1
9+ newTag : v0.5.0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments