Skip to content

Commit 933b58c

Browse files
authored
Merge pull request #254 from fluxcd/release-v0.16.1
Release v0.16.1
2 parents 041018f + 33935ec commit 933b58c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 0.16.1
4+
5+
**Release date:** 2021-11-04
6+
7+
This prerelease adds more improvements around the `libgit2` C library
8+
used for Git transport operations, ensuring they respect the operation
9+
`timeout` specified in `GitRepositorySpec` of the respective `GitRepository`
10+
referenced in `GitCheckoutSpec`.
11+
12+
Improvements:
13+
* Respect PKG_CONFIG_PATH from the environment
14+
[#251](https://github.com/fluxcd/image-automation-controller/pull/251)
15+
* Pass context to libgit2.RemoteCallbacks
16+
[#252](https://github.com/fluxcd/image-automation-controller/pull/252)
17+
318
## 0.16.0
419

520
**Release date:** 2021-10-28

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.16.0
8+
newTag: v0.16.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.2
99
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
1010
github.com/cyphar/filepath-securejoin v0.2.2
11-
github.com/fluxcd/image-automation-controller/api v0.16.0
11+
github.com/fluxcd/image-automation-controller/api v0.16.1
1212
// If you bump this, change REFLECTOR_VER in the Makefile to match
1313
github.com/fluxcd/image-reflector-controller/api v0.12.0
1414
github.com/fluxcd/pkg/apis/meta v0.10.1

0 commit comments

Comments
 (0)