-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport 20251208 #1242
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
ryanzhang-oss
merged 17 commits into
Azure:main
from
weng271190436:weiweng/backport-20251208
Dec 9, 2025
Merged
chore: backport 20251208 #1242
ryanzhang-oss
merged 17 commits into
Azure:main
from
weng271190436:weiweng/backport-20251208
Dec 9, 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
remove v1alpha1 metrics Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
…erated PVCs (Azure#347) * make statefulset work in hub Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix test Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove unintended change Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove more annotations Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * track pvc availability Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * use cmp.diff to compare status Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * do not propagate PVCs Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove PVC annotation logic 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>
* publish image with tag Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix unknown/unknown Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * comment Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * commit suggestions Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove provenance=false 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 controller runtime version Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com>
* add beforeStageTasks to stagedUpdateRun Signed-off-by: Britania Rodriguez Reyes <britaniar@microsoft.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
…efore and after stage tasks (Azure#356)
) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.2 to 2.13.3. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@95d9a5d...df199fb) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch ...
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
This reverts commit d5fcf88. Signed-off-by: Wei Weng <Wei.Weng@microsoft.com>
britaniar
reviewed
Dec 8, 2025
Contributor
britaniar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My changes LGTM.
ryanzhang-oss
approved these changes
Dec 9, 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
6862d17 (origin/main, origin/HEAD) fix: continue to propagate PVC when workload is not enabled (#368)
58b6de2 fix: fix the validation webhook (#359)
0f449dc test: fix the TestPickBindingsToRoll ut (#365)
95016ce chore: bump actions/checkout from 6.0.0 to 6.0.1 (#371)
1753dfb chore: bump step-security/harden-runner from 2.13.2 to 2.13.3 (#372)
efedeca fix: add label to update run approval object to distinguish between before and after stage tasks (#356)
3820bb0 feat: trim work object status if the object exceeds size limit (#357)
ba884f5 fix: fix the update run states (#363)
83bc664 fix: use the uncached client when validating override (#351)
2b1e9a7 feat: implement initialize and execute states within update run (#346)
2e50010 (tag: v0.1.2) feat: add beforeStageTasks to stagedUpdateRun (#328)
0376725 chore: bump controller runtime version to v0.22.x (#354)
reverted: d5fcf88 feat: publish image to ghcr with tag (#353)
5832681 feat: make hub statefulset work by stripping some properties from generated PVCs (#347)
d6e3712 (tag: v0.1.1) chore: remove 2 v1alpha1 metrics (#352)
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer