|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.5.0 |
| 6 | + |
| 7 | +**Release date:** 2025-02-13 |
| 8 | + |
| 9 | +This minor release comes with various bug fixes and improvements. |
| 10 | + |
| 11 | +### GitRepository |
| 12 | + |
| 13 | +The GitRepository API now supports authenticating through GitHub App |
| 14 | +for GitHub repositories. See |
| 15 | +[docs](https://fluxcd.io/flux/components/source/gitrepositories/#github). |
| 16 | + |
| 17 | +In addition, the Kubernetes dependencies have been updated to v1.32.1, Helm has |
| 18 | +been updated to v3.17.0 and various other controller dependencies have been |
| 19 | +updated to their latest version. |
| 20 | + |
| 21 | +Fixes: |
| 22 | +- Remove deprecated object metrics from controllers |
| 23 | + [#1686](https://github.com/fluxcd/source-controller/pull/1686) |
| 24 | + |
| 25 | +Improvements: |
| 26 | +- [RFC-007] Implement GitHub app authentication for git repositories. |
| 27 | + [#1647](https://github.com/fluxcd/source-controller/pull/1647) |
| 28 | +- Various dependency updates |
| 29 | + [#1684](https://github.com/fluxcd/source-controller/pull/1684) |
| 30 | + [#1689](https://github.com/fluxcd/source-controller/pull/1689) |
| 31 | + [#1693](https://github.com/fluxcd/source-controller/pull/1693) |
| 32 | + [#1705](https://github.com/fluxcd/source-controller/pull/1705) |
| 33 | + [#1708](https://github.com/fluxcd/source-controller/pull/1708) |
| 34 | + [#1709](https://github.com/fluxcd/source-controller/pull/1709) |
| 35 | + [#1713](https://github.com/fluxcd/source-controller/pull/1713) |
| 36 | + [#1716](https://github.com/fluxcd/source-controller/pull/1716) |
| 37 | + |
5 | 38 | ## 1.4.1
|
6 | 39 |
|
7 | 40 | **Release date:** 2024-09-26
|
|
0 commit comments