Skip to content

Commit 905a466

Browse files
authored
Merge pull request #179 from fluxcd/release-v0.11.0
Release v0.11.0
2 parents abd6966 + 97fba8f commit 905a466

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
**Release date:** 2021-06-02
6+
7+
This prerelease replaces `go-git` usage with `libgit2` for clone, fetch and push operations.
8+
9+
The `gitImplementation` field in the referenced `GitRepository` is ignored. The
10+
automation controller cannot use shallow clones or submodules, so there is no
11+
reason to use the `go-git` implementation rather than `libgit2`.
12+
13+
Improvements:
14+
* Use libgit2 for clone, fetch, push
15+
[#177](https://github.com/fluxcd/image-automation-controller/pull/177)
16+
317
## 0.10.1
418

519
**Release date:** 2021-06-02

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.10.1
8+
newTag: v0.11.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77
require (
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.1
10+
github.com/fluxcd/image-automation-controller/api v0.11.0
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

0 commit comments

Comments
 (0)