Skip to content

Commit 4087834

Browse files
authored
Merge pull request #371 from fluxcd/release-v0.13.2
Release v0.13.2
2 parents c251785 + bbbb317 commit 4087834

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.13.2
6+
7+
**Release date:** 2021-06-02
8+
9+
This prerelease comes with an update to the `go-git` implementation
10+
dependency, bumping the version to `v5.4.2`. This should resolve any
11+
issues with `object not found` and `empty git-upload-pack given`
12+
errors that were thrown for some Git repositories since `0.13.0`.
13+
14+
Fixes:
15+
* Update go-git to v5.4.2
16+
[#370](https://github.com/fluxcd/source-controller/pull/370)
17+
518
## 0.13.1
619

720
**Release date:** 2021-05-28

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.13.1
9+
newTag: v0.13.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/fluxcd/pkg/ssh v0.0.5
1818
github.com/fluxcd/pkg/untar v0.0.5
1919
github.com/fluxcd/pkg/version v0.0.1
20-
github.com/fluxcd/source-controller/api v0.13.1
20+
github.com/fluxcd/source-controller/api v0.13.2
2121
github.com/go-git/go-billy/v5 v5.3.1
2222
github.com/go-git/go-git/v5 v5.4.2
2323
github.com/go-logr/logr v0.4.0

0 commit comments

Comments
 (0)