Skip to content

Commit cd63c20

Browse files
authored
Merge pull request #292 from fluxcd/release-v0.8.0
Release v0.8.0
2 parents d1ee618 + cae8241 commit cd63c20

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.8.0
6+
7+
**Release date:** 2021-02-12
8+
9+
This is the eight MINOR prerelease.
10+
11+
The `libgit2` Git implementation now has support for Certificate Authority
12+
validation for Git over HTTPS, as well as various bug fixes around working
13+
with SSH host key fingerprints.
14+
15+
Alpine has been updated to `3.13`, making it possible to move away from `edge`
16+
for `libgit2` and `musl` dependencies.
17+
18+
`pprof` endpoints have been enabled on the metrics server, making it easier to
19+
collect runtime information to for example debug performance issues.
20+
21+
Features:
22+
* Add custom CA validation for Git over HTTPS
23+
[#283](https://github.com/fluxcd/source-controller/pull/283)
24+
25+
Improvements:
26+
* Rename Git packages to implementations
27+
[#270](https://github.com/fluxcd/source-controller/pull/270)
28+
* Enable pprof endpoints on metrics server
29+
[#282](https://github.com/fluxcd/source-controller/pull/282)
30+
* Add fsGroup to pod security context
31+
[#285](https://github.com/fluxcd/source-controller/pull/285)
32+
* Use musl and libit2 packages from v3.13 branch
33+
[#289](https://github.com/fluxcd/source-controller/pull/289)
34+
35+
Fixes:
36+
* Fix chart with custom valuesFile (0bytes tgz)
37+
[#286](https://github.com/fluxcd/source-controller/pull/286)
38+
* libgit2: use provided host to validate public key
39+
[#288](https://github.com/fluxcd/source-controller/pull/288)
40+
* libgit2: check hostkey type when validating hostkey
41+
[#290](https://github.com/fluxcd/source-controller/pull/290)
42+
543
## 0.7.4
644

745
**Release date:** 2021-02-03

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.7.4
9+
newTag: v0.8.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/fluxcd/pkg/ssh v0.0.5
1717
github.com/fluxcd/pkg/untar v0.0.5
1818
github.com/fluxcd/pkg/version v0.0.1
19-
github.com/fluxcd/source-controller/api v0.7.4
19+
github.com/fluxcd/source-controller/api v0.8.0
2020
github.com/go-git/go-billy/v5 v5.0.0
2121
github.com/go-git/go-git/v5 v5.2.0
2222
github.com/go-logr/logr v0.3.0

0 commit comments

Comments
 (0)