File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.10.1
4+
5+ ** Release date:** 2021-06-02
6+
7+ This prerelease comes with an update to the ` go-git ` implementation
8+ dependency, bumping the version to ` v5.4.2 ` . This should resolve any
9+ issues with ` object not found ` and ` empty git-upload-pack given `
10+ errors that were thrown for some Git repositories since ` 0.10.0 ` .
11+
12+ Fixes:
13+ * Update go-git to v5.4.2
14+ [ #174 ] ( https://github.com/fluxcd/image-automation-controller/pull/174 )
15+
316## 0.10.0
417
518** Release date:** 2021-05-26
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.10.0
8+ newTag : v0.10.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77require (
88 github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
99 github.com/cyphar/filepath-securejoin v0.2.2
10- github.com/fluxcd/image-automation-controller/api v0.10.0
10+ github.com/fluxcd/image-automation-controller/api v0.10.1
1111 // If you bump this, change REFLECTOR_VER in the Makefile to match
1212 github.com/fluxcd/image-reflector-controller/api v0.9.1
1313 github.com/fluxcd/pkg/apis/meta v0.9.0
You can’t perform that action at this time.
0 commit comments