Release v0.16.1
Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
parent
041018fb00
commit
33935ecd53
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## 0.16.1
|
||||
|
||||
**Release date:** 2021-11-04
|
||||
|
||||
This prerelease adds more improvements around the `libgit2` C library
|
||||
used for Git transport operations, ensuring they respect the operation
|
||||
`timeout` specified in `GitRepositorySpec` of the respective `GitRepository`
|
||||
referenced in `GitCheckoutSpec`.
|
||||
|
||||
Improvements:
|
||||
* Respect PKG_CONFIG_PATH from the environment
|
||||
[#251](https://github.com/fluxcd/image-automation-controller/pull/251)
|
||||
* Pass context to libgit2.RemoteCallbacks
|
||||
[#252](https://github.com/fluxcd/image-automation-controller/pull/252)
|
||||
|
||||
## 0.16.0
|
||||
|
||||
**Release date:** 2021-10-28
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/image-automation-controller
|
||||
newName: fluxcd/image-automation-controller
|
||||
newTag: v0.16.0
|
||||
newTag: v0.16.1
|
||||
|
|
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/Masterminds/sprig/v3 v3.2.2
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
|
||||
github.com/cyphar/filepath-securejoin v0.2.2
|
||||
github.com/fluxcd/image-automation-controller/api v0.16.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.16.1
|
||||
// If you bump this, change REFLECTOR_VER in the Makefile to match
|
||||
github.com/fluxcd/image-reflector-controller/api v0.12.0
|
||||
github.com/fluxcd/pkg/apis/meta v0.10.1
|
||||
|
|
Loading…
Reference in New Issue