-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport 2025-11-03 #1218
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
weng271190436
merged 20 commits into
Azure:main
from
weng271190436:weiweng/release-2025-11-03
Nov 8, 2025
Merged
chore: backport 2025-11-03 #1218
weng271190436
merged 20 commits into
Azure:main
from
weng271190436:weiweng/release-2025-11-03
Nov 8, 2025
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: Ryan Zhang <yangzhangrice@hotmail.com>
…test and integration test (Azure#291) * delete v1alpha1 placement controller Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * delete v1alpha1 e2e and integration tests Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * keep mcp controller and fix test Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * move test helper Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * consolidate test time constants Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove from unused make targets Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * delete install helm as well Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> --------- Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
…mited) + apply minor changes (Azure#283) * Added E2E tests for SKU properties + applied minor changes (webhook validation logic + name change) Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com>
…me padding room for log collection (Azure#280) Minor changes Signed-off-by: michaelawyu <chenyu1@microsoft.com>
* remove v1alpha1 member cluster placement controller Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * add a test back Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> --------- Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
remove v1alpha1 internal MC and MC controllers Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* remove CRP and MC validation Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove v1alpha1 work Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * change Makefile Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * return error if v1alpha1 API is enabled Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * apply suggestion Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> --------- Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
bump go version to 1.24.9 Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
ca0c514 to
986aad9
Compare
weng271190436
commented
Nov 3, 2025
weng271190436
commented
Nov 3, 2025
1 task
986aad9 to
aee876d
Compare
This reverts commit 4161bca. Signed-off-by: Wei Weng <Wei.Weng@microsoft.com>
ryanzhang-oss
approved these changes
Nov 7, 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
08ad61a test: add additional integration tests for waved work applier manifest processing (#244)
8aefc88 feat: add rp validating webhook (#312)
d0d5da4 chore: bump go version to 1.24.9 to resolve CVEs (#317)
bc8c9a9 chore: 3 - remove v1alpha1 crds (#304)
11a7637 test: add rollout strategy transition E2Es for staged update run (#305)
6e0501f chore: 2 - remove v1alpha1 work (#303)
3510abe chore: 1 - remove v1alpha1 CRP and MC validation (#302)
bdb6d29 chore: bump actions/upload-artifact from 4 to 5 (#306)
3eec977 test: add override, reportDiff E2Es for staged update run (#301)
56a4628 chore: remove v1alpha1 internal MC and MC controllers (#300)
98d0429 test: add PickFixed, PickN e2e tests for staged update run controller (#289)
e57c6a5 chore: remove v1alpha1 member cluster placement controller (#299)
8aa90ad test: update the CI pipeline to remove unnecessary steps and allow some padding room for log collection (#280)
5b1e2a4 test: add E2E tests for using SKU based properties for scheduling (limited) + apply minor changes (#283)
595a499 chore: remove placement_controllerv1alpha1 and test and v1alpha1 e2e test and integration test (#291)
9c049bb test: add RP envelop resource test (#208)
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer
Added 2 commits to fix after merge from kubefleet: