|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 0.15.4 |
| 6 | + |
| 7 | +**Release date:** 2021-08-05 |
| 8 | + |
| 9 | +This prerelease comes with a series of bug fixes, and updates the Kubernetes |
| 10 | +dependencies to `v1.21.3` and Helm to `v3.6.3`. |
| 11 | + |
| 12 | +Fixes: |
| 13 | +* Fix tag checkout with libgit2 |
| 14 | + [#394](https://github.com/fluxcd/source-controller/pull/394) |
| 15 | +* Take relative paths in account for Bucket revision |
| 16 | + [#403](https://github.com/fluxcd/source-controller/pull/403) |
| 17 | +* Ensure rel path never traverses outside Storage |
| 18 | + [#417](https://github.com/fluxcd/source-controller/pull/417) |
| 19 | +* Use same SemVer logic in both Git implementations |
| 20 | + [#417](https://github.com/fluxcd/source-controller/pull/417) |
| 21 | +* storage: strip env specific data during archive |
| 22 | + [#417](https://github.com/fluxcd/source-controller/pull/417) |
| 23 | + |
| 24 | +Improvements: |
| 25 | +* e2e: Update Kubernetes to v1.21 |
| 26 | + [#396](https://github.com/fluxcd/source-controller/pull/396) |
| 27 | +* Update Helm to v3.6.3 |
| 28 | + [#400](https://github.com/fluxcd/source-controller/pull/400) |
| 29 | +* Add setup-envtest in Makefile |
| 30 | + [#404](https://github.com/fluxcd/source-controller/pull/404) |
| 31 | +* Use ObjectKeyFromObject instead of ObjectKey |
| 32 | + [#405](https://github.com/fluxcd/source-controller/pull/405) |
| 33 | +* Drop deprecated `io/ioutil` |
| 34 | + [#409](https://github.com/fluxcd/source-controller/pull/409) |
| 35 | +* Update dependencies |
| 36 | + [#416](https://github.com/fluxcd/source-controller/pull/416) |
| 37 | + |
5 | 38 | ## 0.15.3
|
6 | 39 |
|
7 | 40 | **Release date:** 2021-06-29
|
|
0 commit comments