Add changelog entry for v1.4.1
Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
parent
8baf4513f7
commit
24dcca83c1
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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
|
## 1.4.0
|
||||||
|
|
||||||
**Release date:** 2024-09-25
|
**Release date:** 2024-09-25
|
||||||
|
|
Loading…
Reference in New Issue