|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.40.0 |
| 4 | + |
| 5 | +**Release date:** 2025-02-14 |
| 6 | + |
| 7 | +This prerelease comes with support for GitHub App authentication for GitHub |
| 8 | +repositories using the `.spec.provider` field by setting it to `github` on the |
| 9 | +`GitRepository` object associated with an `ImageUpdateAutomation` object. |
| 10 | + |
| 11 | +In addition, the Kubernetes dependencies have been updated to v1.32.1 |
| 12 | +and various other controller dependencies have been updated to their latest |
| 13 | +version. |
| 14 | + |
| 15 | +Fixes: |
| 16 | + |
| 17 | +Improvements: |
| 18 | +- Additional values for commit message template |
| 19 | + [#772](https://github.com/fluxcd/image-automation-controller/pull/772) |
| 20 | +- [RFC-007] Implement GitHub app authentication for git repositories in IAC |
| 21 | + [#780](https://github.com/fluxcd/image-automation-controller/pull/780) |
| 22 | +- Various dependency updates |
| 23 | + [#765](https://github.com/fluxcd/image-automation-controller/pull/765) |
| 24 | + [#766](https://github.com/fluxcd/image-automation-controller/pull/766) |
| 25 | + [#768](https://github.com/fluxcd/image-automation-controller/pull/768) |
| 26 | + [#769](https://github.com/fluxcd/image-automation-controller/pull/769) |
| 27 | + [#770](https://github.com/fluxcd/image-automation-controller/pull/770) |
| 28 | + [#774](https://github.com/fluxcd/image-automation-controller/pull/774) |
| 29 | + [#776](https://github.com/fluxcd/image-automation-controller/pull/776) |
| 30 | + [#777](https://github.com/fluxcd/image-automation-controller/pull/777) |
| 31 | + [#778](https://github.com/fluxcd/image-automation-controller/pull/778) |
| 32 | + [#782](https://github.com/fluxcd/image-automation-controller/pull/782) |
| 33 | + [#784](https://github.com/fluxcd/image-automation-controller/pull/784) |
| 34 | + [#787](https://github.com/fluxcd/image-automation-controller/pull/787) |
| 35 | + [#789](https://github.com/fluxcd/image-automation-controller/pull/789) |
| 36 | + [#790](https://github.com/fluxcd/image-automation-controller/pull/790) |
| 37 | + [#791](https://github.com/fluxcd/image-automation-controller/pull/791) |
| 38 | + [#794](https://github.com/fluxcd/image-automation-controller/pull/794) |
| 39 | + [#795](https://github.com/fluxcd/image-automation-controller/pull/795) |
| 40 | + [#798](https://github.com/fluxcd/image-automation-controller/pull/798) |
| 41 | + [#799](https://github.com/fluxcd/image-automation-controller/pull/799) |
| 42 | + [#801](https://github.com/fluxcd/image-automation-controller/pull/801) |
| 43 | + [#802](https://github.com/fluxcd/image-automation-controller/pull/802) |
| 44 | + [#804](https://github.com/fluxcd/image-automation-controller/pull/804) |
| 45 | + [#805](https://github.com/fluxcd/image-automation-controller/pull/805) |
| 46 | + [#806](https://github.com/fluxcd/image-automation-controller/pull/806) |
| 47 | + [#808](https://github.com/fluxcd/image-automation-controller/pull/808) |
| 48 | + [#815](https://github.com/fluxcd/image-automation-controller/pull/815) |
| 49 | + [#819](https://github.com/fluxcd/image-automation-controller/pull/819) |
| 50 | + [#821](https://github.com/fluxcd/image-automation-controller/pull/821) |
| 51 | + [#824](https://github.com/fluxcd/image-automation-controller/pull/824) |
| 52 | + [#826](https://github.com/fluxcd/image-automation-controller/pull/826) |
| 53 | + [#828](https://github.com/fluxcd/image-automation-controller/pull/828) |
| 54 | + [#831](https://github.com/fluxcd/image-automation-controller/pull/831) |
| 55 | + [#832](https://github.com/fluxcd/image-automation-controller/pull/832) |
| 56 | + [#835](https://github.com/fluxcd/image-automation-controller/pull/835) |
| 57 | + [#839](https://github.com/fluxcd/image-automation-controller/pull/839) |
| 58 | + [#840](https://github.com/fluxcd/image-automation-controller/pull/840) |
| 59 | + [#842](https://github.com/fluxcd/image-automation-controller/pull/842) |
| 60 | + [#843](https://github.com/fluxcd/image-automation-controller/pull/843) |
| 61 | + [#845](https://github.com/fluxcd/image-automation-controller/pull/845) |
| 62 | + |
3 | 63 | ## 0.39.0
|
4 | 64 |
|
5 | 65 | **Release date:** 2024-09-26
|
|
0 commit comments