Add changelog entry for v1.4.1

Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
Sunny 2024-09-26 15:54:02 +00:00
parent 8baf4513f7
commit 24dcca83c1
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