Skip to content

Commit d3ea648

Browse files
authored
Merge pull request #476 from fluxcd/release-v0.17.0
2 parents cd24506 + 4d7812e commit d3ea648

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.17.0
6+
7+
**Release date:** 2021-10-28
8+
9+
For this prerelease we focused on further improving the Git implementations, partly
10+
to increase stability and test coverage, partly to ensure they are prepared to be
11+
moved out into a separate module. With this work, it is now possible to define just
12+
a Git commit as a reference, which will result in an `Artifact` with a `Revision`
13+
format of `HEAD/<commit SHA>`.
14+
15+
For the `go-git` implementation, defining the branch and a commit reference will
16+
result in a more efficient shallow clone, and using this information when it is
17+
available to you is therefore encouraged.
18+
19+
Improvements:
20+
* git: refactor authentication, checkout and verification
21+
[#462](https://github.com/fluxcd/source-controller/pull/462)
22+
23+
Fixes:
24+
* libgit2: handle EOF in parseKnownHosts()
25+
[#475](https://github.com/fluxcd/source-controller/pull/475)
26+
527
## 0.16.1
628

729
**Release date:** 2021-10-22

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.16.1
9+
newTag: v0.17.0

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.16.1
22+
github.com/fluxcd/source-controller/api v0.17.0
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)