Skip to content

Commit f1e69d1

Browse files
authored
Merge pull request #563 from fluxcd/release-0.21.1
2 parents 93c636e + 01946f2 commit f1e69d1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 0.21.1
6+
7+
**Release date:** 2022-01-27
8+
9+
This prerelease comes with a bug fix to ensure the `libgit2` Git implementation
10+
respects hostnames with and without port while matching against `known_hosts`.
11+
12+
Fixes:
13+
- Fix host mismatch in libgit2
14+
[#561](https://github.com/fluxcd/source-controller/pull/561)
15+
516
## 0.21.0
617

718
**Release date:** 2022-01-26

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.21.0
9+
newTag: v0.21.1

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.2.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.21.0
22+
github.com/fluxcd/source-controller/api v0.21.1
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 v1.2.2

0 commit comments

Comments
 (0)