Skip to content

Commit ab30e1c

Browse files
author
Paulo Gomes
authored
Merge pull request #643 from pjbgf/release-v0.22.4
Release v0.22.4
2 parents 90f34d5 + 57336b8 commit ab30e1c

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,6 +2,20 @@
22

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

5+
## 0.22.4
6+
7+
**Release date:** 2022-03-28
8+
9+
This prerelease improves on the experimental managed transport overall
10+
stability. Changes of note:
11+
- SSH connections now being reused across git operations.
12+
- Leaked HTTP connections are now fixed.
13+
- The long-standing SSH intermittent errors are addressed by the cached connections.
14+
15+
Fixes:
16+
- Various fixes for managed transport
17+
[#637](https://github.com/fluxcd/source-controller/pull/637)
18+
519
## 0.22.3
620

721
**Release date:** 2022-03-25

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.22.3
9+
newTag: v0.22.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/fluxcd/pkg/testserver v0.2.0
3030
github.com/fluxcd/pkg/untar v0.1.0
3131
github.com/fluxcd/pkg/version v0.1.0
32-
github.com/fluxcd/source-controller/api v0.22.3
32+
github.com/fluxcd/source-controller/api v0.22.4
3333
github.com/go-git/go-billy/v5 v5.3.1
3434
github.com/go-git/go-git/v5 v5.4.2
3535
github.com/go-logr/logr v1.2.2

0 commit comments

Comments
 (0)