|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 0.25.10 |
| 6 | + |
| 7 | +**Release date:** 2022-07-13 |
| 8 | + |
| 9 | +This prerelease fixes SIGSEGV when resolving charts dependencies. |
| 10 | +It also brings CI improvements and update dependencies to patch upstream CVEs. |
| 11 | + |
| 12 | +Fixes: |
| 13 | +- Fix SIGSEGV when resolving charts dependencies |
| 14 | + [#827](https://github.com/fluxcd/source-controller/pull/827) |
| 15 | +- Fix Panic when no artifact in source |
| 16 | + [#832](https://github.com/fluxcd/source-controller/pull/832) |
| 17 | + |
| 18 | +Improvements: |
| 19 | +- Update go-yaml to v3.0.1 |
| 20 | + [#804](https://github.com/fluxcd/source-controller/pull/804) |
| 21 | +- build: provenance and tampering checks for libgit2 |
| 22 | + [#823](https://github.com/fluxcd/source-controller/pull/823) |
| 23 | +- Decrease fs perms to 0o700 |
| 24 | + [#818](https://github.com/fluxcd/source-controller/pull/818) |
| 25 | +- build: run darwin tests on macos 10.15, 11 and 12 |
| 26 | + [#817](https://github.com/fluxcd/source-controller/pull/817) |
| 27 | +- Minor comment updates |
| 28 | + [#812](https://github.com/fluxcd/source-controller/pull/812) |
| 29 | +- Split GitHub workflows |
| 30 | + [#811](https://github.com/fluxcd/source-controller/pull/811) |
| 31 | +- docs: Add password-protected SSH keys information |
| 32 | + [#801](https://github.com/fluxcd/source-controller/pull/801) |
| 33 | +- Bump Helm to v3.9.1 |
| 34 | + [#833](https://github.com/fluxcd/source-controller/pull/833) |
| 35 | +- Update libgit2 to v1.3.2 |
| 36 | + [#834](https://github.com/fluxcd/source-controller/pull/834) |
| 37 | + |
5 | 38 | ## 0.25.9
|
6 | 39 |
|
7 | 40 | **Release date:** 2022-06-29
|
|
0 commit comments