We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8baf451 + 24dcca8 commit 53868f7Copy full SHA for 53868f7
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 1.4.1
6
+
7
+**Release date:** 2024-09-26
8
9
+This patch release comes with a fix to the `GitRepository` API to keep it
10
+backwards compatible by removing the default value for `.spec.provider` field
11
+when not set in the API. The controller will internally consider an empty value
12
+for the provider as the `generic` provider.
13
14
+Fix:
15
+- GitRepo: Remove provider default value from API
16
+ [#1626](https://github.com/fluxcd/source-controller/pull/1626)
17
18
## 1.4.0
19
20
**Release date:** 2024-09-25
0 commit comments