|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 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 | + |
5 | 43 | ## 0.7.4
|
6 | 44 |
|
7 | 45 | **Release date:** 2021-02-03
|
|
0 commit comments