Skip to content

Commit ede3295

Browse files
committed
Release v0.17.2
Signed-off-by: Sunny <[email protected]>
1 parent 68a3ea2 commit ede3295

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
@@ -2,10 +2,24 @@
22

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

5+
## 0.17.2
6+
7+
**Release date:** 2021-11-04
8+
9+
This prerelease comes with a bug fix to ensure the `libgit2` Git implementation
10+
respects the operation `timeout` specified in `GitRepositorySpec`.
11+
12+
Fixes:
13+
* libgit2: ensure context timeout cancels transfer
14+
[#477](https://github.com/fluxcd/source-controller/pull/477)
15+
516
## 0.17.1
617

718
**Release date:** 2021-10-30
819

20+
This prerelease fixes a pointer error that was returned in v0.17.0 during
21+
the import of public keys to verify a commit.
22+
923
Fixes:
1024
* Fix pointer error during public key import
1125
[#479](https://github.com/fluxcd/source-controller/pull/479)

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.17.1
9+
newTag: v0.17.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/fluxcd/pkg/ssh v0.1.0
2020
github.com/fluxcd/pkg/untar v0.1.0
2121
github.com/fluxcd/pkg/version v0.1.0
22-
github.com/fluxcd/source-controller/api v0.17.1
22+
github.com/fluxcd/source-controller/api v0.17.2
2323
github.com/go-git/go-billy/v5 v5.3.1
2424
github.com/go-git/go-git/v5 v5.4.2
2525
github.com/go-logr/logr v0.4.0

0 commit comments

Comments
 (0)