-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport changes from kubefleet 08/11/2025 #1169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- Signed-off-by: Zhiying Lin <[email protected]>
Signed-off-by: Zhiying Lin <[email protected]>
…t rp (Azure#152) Signed-off-by: Zhiying Lin <[email protected]>
Signed-off-by: Zhiying Lin <[email protected]>
…ition variable name (Azure#162) add RP condition Signed-off-by: Ryan Zhang <[email protected]> Co-authored-by: Ryan Zhang <[email protected]>
…andle RP (Azure#148) --------- Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Wantong Jiang <[email protected]>
…zure#167) --------- Signed-off-by: Zhiying Lin <[email protected]>
…zure#174) --------- Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Ryan Zhang <[email protected]>
Signed-off-by: Ryan Zhang <[email protected]> Co-authored-by: Ryan Zhang <[email protected]>
ryanzhang-oss
approved these changes
Aug 12, 2025
zhiying-lin
approved these changes
Aug 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes
git log --oneline --decorate HEAD~1^2..HEAD^2
5b35631 fix: CVE-2025-47907 (kubefleet-dev/kubefleet#177)
67d877d feat: make CRP controller handle RP status (kubefleet-dev/kubefleet#170)
df94676 feat: refactor work generator to support RP (kubefleet-dev/kubefleet#173)
fa16f5e feat: update resource change controller to support ns only for CRP (kubefleet-dev/kubefleet#174)
3540536 test: add rollout controller integration tests for RP (kubefleet-dev/kubefleet#175)
74f2bd0 feat: add CEL validation for NamespaceAccessible StatusReportingScope (kubefleet-dev/kubefleet#172)
266cdd2 feat: refactor resource change controller to handle deleted resource (kubefleet-dev/kubefleet#167)
121b571 test: add more tests to the library for RP cases (kubefleet-dev/kubefleet#166)
24f16b5 interface: add status proxy for namespace scoped access only API (kubefleet-dev/kubefleet#161)
dee9f57 feat: add CEL validation for CRO placement scope (kubefleet-dev/kubefleet#168)
845ed65 feat: refactor policy snapshot watcher for the scheduler (kubefleet-dev/kubefleet#164)
8f12258 feat: enable resource change detector for RP (kubefleet-dev/kubefleet#169)
c06ca95 feat: refactor rollout controller for RP (kubefleet-dev/kubefleet#158)
d431faa interface: add support select ns only for CRP (kubefleet-dev/kubefleet#163)
570b44c feat: rename the conditions so they are not confusing (kubefleet-dev/kubefleet#165)
b7ed047 feat: refactor the triggerAffectedPlacementsForUpdatedClusterRes to handle RP (kubefleet-dev/kubefleet#148)
f153ee1 feat: Add RP condition types and change the internal per cluster condition variable name (kubefleet-dev/kubefleet#162)
b5a8b79 feat: create kubectl-fleet plugin (kubefleet-dev/kubefleet#154)
c349d65 feat: support rp in clusterSchedulingPolicySnapshot controller (kubefleet-dev/kubefleet#160)
c8b3a86 feat: refactor crp watcher for the scheduler (kubefleet-dev/kubefleet#157)
4d6e6d7 feat: refactor CRP controller to work on both CRP and RP (kubefleet-dev/kubefleet#137)
2aaa087 interface: add placementScope in override API (kubefleet-dev/kubefleet#159)
4e66856 feat: refactor the scheduler clusterresourcebinding watcher to support rp (kubefleet-dev/kubefleet#152)
6604ed5 feat: support resourceBinding watcher (kubefleet-dev/kubefleet#144)
df041ef feat: refactor clusterresourceplacementwatcher to support rp (kubefleet-dev/kubefleet#149)
4aedc78 feat: add crp mutating webhook & tests (kubefleet-dev/kubefleet#120)
8934209 interface: Add v1 Override APIs, CRDs (kubefleet-dev/kubefleet#146)
Fixes #
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer