Merge pull request #1629 from fluxcd/pick-changelog-v1.4.1

Add changelog entry for v1.4.1
This commit is contained in:
Stefan Prodan 2024-09-26 19:52:16 +03:00 committed by GitHub
commit 53868f7985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
All notable changes to this project are documented in this file.
## 1.4.1
**Release date:** 2024-09-26
This patch release comes with a fix to the `GitRepository` API to keep it
backwards compatible by removing the default value for `.spec.provider` field
when not set in the API. The controller will internally consider an empty value
for the provider as the `generic` provider.
Fix:
- GitRepo: Remove provider default value from API
[#1626](https://github.com/fluxcd/source-controller/pull/1626)
## 1.4.0
**Release date:** 2024-09-25