|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 0.25.11 |
| 6 | + |
| 7 | +**Release date:** 2022-07-27 |
| 8 | + |
| 9 | +This prerelease comes with an improvement in the Helm OCI Chart to use an exact |
| 10 | +version when provided. This makes it possible to work with registries that don't |
| 11 | +support listing tags. |
| 12 | + |
| 13 | +Improvements: |
| 14 | +- Don't fetch tags when exact version is specified in HelmChart |
| 15 | + [#846](https://github.com/fluxcd/source-controller/pull/846) |
| 16 | + |
| 17 | +## 0.25.10 |
| 18 | + |
| 19 | +**Release date:** 2022-07-13 |
| 20 | + |
| 21 | +This prerelease fixes SIGSEGV when resolving charts dependencies. |
| 22 | +It also brings CI improvements and update dependencies to patch upstream CVEs. |
| 23 | + |
| 24 | +Fixes: |
| 25 | +- Fix SIGSEGV when resolving charts dependencies |
| 26 | + [#827](https://github.com/fluxcd/source-controller/pull/827) |
| 27 | +- Fix Panic when no artifact in source |
| 28 | + [#832](https://github.com/fluxcd/source-controller/pull/832) |
| 29 | + |
| 30 | +Improvements: |
| 31 | +- Update go-yaml to v3.0.1 |
| 32 | + [#804](https://github.com/fluxcd/source-controller/pull/804) |
| 33 | +- build: provenance and tampering checks for libgit2 |
| 34 | + [#823](https://github.com/fluxcd/source-controller/pull/823) |
| 35 | +- Decrease fs perms to 0o700 |
| 36 | + [#818](https://github.com/fluxcd/source-controller/pull/818) |
| 37 | +- build: run darwin tests on macos 10.15, 11 and 12 |
| 38 | + [#817](https://github.com/fluxcd/source-controller/pull/817) |
| 39 | +- Minor comment updates |
| 40 | + [#812](https://github.com/fluxcd/source-controller/pull/812) |
| 41 | +- Split GitHub workflows |
| 42 | + [#811](https://github.com/fluxcd/source-controller/pull/811) |
| 43 | +- docs: Add password-protected SSH keys information |
| 44 | + [#801](https://github.com/fluxcd/source-controller/pull/801) |
| 45 | +- Bump Helm to v3.9.1 |
| 46 | + [#833](https://github.com/fluxcd/source-controller/pull/833) |
| 47 | +- Update libgit2 to v1.3.2 |
| 48 | + [#834](https://github.com/fluxcd/source-controller/pull/834) |
| 49 | + |
5 | 50 | ## 0.25.9
|
6 | 51 |
|
7 | 52 | **Release date:** 2022-06-29
|
|
0 commit comments