-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport PR from kubefleet 10/17/2025 #1211
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
Enable large runners for E2E Signed-off-by: michaelawyu <chenyu1@microsoft.com>
…oller to use interfaces (Azure#257)
…ly) (Azure#267) Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com>
* Added support for new properties Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
* added some API changes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Applied recommended changes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
ryanzhang-oss
previously approved these changes
Oct 17, 2025
ryanzhang-oss
approved these changes
Oct 17, 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
1748526 (cncf/main) fix: fix missing updaterun metrics and refactor (kubefleet-dev/kubefleet#292)
0bdd1a2 feat: Enable StagedUpdateRun controller (kubefleet-dev/kubefleet#281)
0676149 chore: bump docker/login-action from 3.5.0 to 3.6.0 (kubefleet-dev/kubefleet#266)
857facf test: experimental: various E2E improvements (kubefleet-dev/kubefleet#276)
0ba0e7f feat: experimental: memory optimization (hub cache transformation #1) (kubefleet-dev/kubefleet#245)
b621ed3 chore: bump github/codeql-action from 3 to 4 (kubefleet-dev/kubefleet#282)
09ad8bf fix: fix the e2e and adjust log (kubefleet-dev/kubefleet#265)
a6e567e feat: Convert Staged UpdateRun controller to use interfaces (kubefleet-dev/kubefleet#272)
76ee739 interface: experimental: status back-reporting (kubefleet-dev/kubefleet#255)
56d65f6 feat: Convert execute function to use interfaces in UpdateRun controller (kubefleet-dev/kubefleet#269)
39ed26b feat: add per SKU node count properties (kubefleet-dev/kubefleet#262)
106381f feat: Convert Validate function to use interfaces in UpdateRun controller (kubefleet-dev/kubefleet#268)
d34f95a fix: update the VM SKUs in use for the E2E environment (simulation only) (kubefleet-dev/kubefleet#267)
120972d feat: Update functions used by initialize function in UpdateRun controller to use interfaces (kubefleet-dev/kubefleet#257)
74aaa18 feat: enable ARM64 native support in the upstream repo (kubefleet-dev/kubefleet#261)
c0bd328 interface: StagedUpdateRun API and UpdateRun interface (kubefleet-dev/kubefleet#254)
6cb4864 chore: Add scheduler and e2e debugging info (kubefleet-dev/kubefleet#260)
-->
Fixes #
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer