Commits on Source (10)
-
Hidde Beydals authored
This can happen when Custom Resource Definitions do not exist on the cluster. For example, because only a subset of the Flux controllers are installed on the cluster. Previously, the detection was based on a combination of error type and string matching. However, a more reliable (and maintained) `apimeta.IsNoMatchError` checker is available upstream. Making it less likely this suddenly stops to matching properly when Kubernetes changes things. Signed-off-by: Hidde Beydals <hidde@hhh.computer> (cherry picked from commit bf6754e2)
986e405a -
Hidde Beydals authored
[release/v2.2.x] Properly detect unsupported API errors
-
Sven Hoexter authored
Signed-off-by: Sven Hoexter <sven@stormbind.net> (cherry picked from commit 59e5f4c8)
aae92ee0 -
Stefan Prodan authored
[release/v2.2.x] Remove duplicate part of the reconcile hr --reset help message
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> (cherry picked from commit 0cf855f1)
-
Hidde Beydals authored
[release/v2.2.x] Run conformance tests for Kubernetes v1.29.0
-
fluxcdbot authored
- helm-controller to v0.37.1 https://github.com/fluxcd/helm-controller/blob/v0.37.1/CHANGELOG.md - kustomize-controller to v1.2.1 https://github.com/fluxcd/kustomize-controller/blob/v1.2.1/CHANGELOG.md - source-controller to v1.2.3 https://github.com/fluxcd/source-controller/blob/v1.2.3/CHANGELOG.md - notification-controller to v1.2.3 https://github.com/fluxcd/notification-controller/blob/v1.2.3/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com> (cherry picked from commit 9ec8e717)
ec034c0c -
Hidde Beydals authored
[release/v2.2.x] Update toolkit components
-
Hidde Beydals authored
- github.com/fluxcd/helm-controller/api to v0.37.1 - github.com/fluxcd/kustomize-controller/api to v1.2.1 - github.com/fluxcd/notification-controller/api to v1.2.3 - github.com/fluxcd/source-controller/api to v1.2.3 Signed-off-by: Hidde Beydals <hidde@hhh.computer> (cherry picked from commit 0e75d969)
f581add8 -
Hidde Beydals authored
[release/v2.2.x] tests: update API dependencies