Shu Kutsuzawa
Shu Kutsuzawa
Implement https://github.com/fluxcd/flux2/issues/5411#issuecomment-2994361145 as part of GA preparation work.
This test verifies that multiple $patch: delete directives in a single strategic merge patch work correctly. The test currently fails due to a panic in kustomize (upstream issue kubernetes-sigs/kustomize#5552), but...
**What would you like to be added**: Support for cluster-scoped resources (like Namespace, Node, ClusterRole, CustomResourceDefinition, etc.) in controller sharding. **Why is this needed**: Currently, controller sharding only works with...
#### Description Adds a new GitHub Actions workflow to test the install script (`install/install.sh`). The workflow includes: - **shellcheck job**: Lints the install script using `reviewdog/action-shellcheck` - Temporarily excludes SC3045...
ref: #1144 . Note: The proxy URL parsing optimization mentioned in #1144 will be addressed in a separate follow-up PR.
# Remove deprecated proxy fields from Provider API ## Background The deprecated proxy configuration fields need to be removed as planned. These fields were marked for deprecation in [PR #1133](https://github.com/fluxcd/notification-controller/pull/1133)...
## Summary Refactors HelmRepository client options generation to use explicit configuration pattern. The previous implementation had hidden mutable side effects where `ClientOpts` was modified through configuration functions, making the code...