From 3fdd95713ce1b4375fae9033d43c4a5cca6b6214 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 9 Dec 2020 19:15:20 +0100 Subject: [PATCH] Release v0.5.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 21 +++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c95595..4b415290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project are documented in this file. +## 0.5.0 + +**Release date:** 2020-12-09 + +This is the fifth MINOR prerelease, adding a new Git implementation +(`libgit2`) to allow for communication with Git servers that just +support the Git v2 protocol, like Azure Devops. + +The new Git implementation can be enabled by configuring the +`GitImplementation` in a `GitRepository` to `libgit2` (default: +`go-git`). Note that this implementation does not support shallow +cloning, and it is therefore advised to only resort to this option +if a connection fails with the default configuration. + +Other notable changes in this release: + +* Bug fix to respect the configured SSH user in `GitRepository` URLs +* Chart name validation for charts from a `HelmRepository` resource +* Kubernetes dependency upgrades to `v1.19.4` +* Helm upgrade to `v3.4.2` + ## 0.4.1 **Release date:** 2020-11-26 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e9c87dea..4cc60722 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.4.1 + newTag: v0.5.0 diff --git a/go.mod b/go.mod index 824193d8..9f5a591e 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/fluxcd/pkg/ssh v0.0.5 github.com/fluxcd/pkg/untar v0.0.5 github.com/fluxcd/pkg/version v0.0.1 - github.com/fluxcd/source-controller/api v0.4.1 + github.com/fluxcd/source-controller/api v0.5.0 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.2.0 github.com/go-logr/logr v0.2.1