-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport 20251201 #1238
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 14 commits into
Azure:main
from
weng271190436:weiweng/backport-20251201
Dec 5, 2025
Merged
chore: backport 20251201 #1238
weng271190436
merged 14 commits into
Azure:main
from
weng271190436:weiweng/backport-20251201
Dec 5, 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 dangling v1alpha1 helm reference Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> Co-authored-by: Wei Weng <Wei.Weng@microsoft.com>
fix the script Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.45.0. - [Commits](golang/crypto@v0.38.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
* Progressed drift/diff APIs to v1 Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Added API progression tests Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
* add k8version and CAData to the clusterProfile Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com> * resolve go.mod Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com> * fix UT Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com> * fix the UT and e2e Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com> * fix the race Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com> --------- Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>
) * remove pod handler Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove replicaset webhook as well Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * update guard rail Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * add e2e tests Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * rename Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * do not propagate rs and pod Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix unit test Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * add guard rail test for pod and rs Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * only block propagation for replica set and pod Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * Revert "remove pod handler" This reverts commit 562b151fbea257ae31dd866305a9ef97d53b934e. Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * Revert "remove replicaset webhook as well" This reverts commit ee9b4252d493cb1a46c50b258718a87aabe4e6c6. Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * revert Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * add options to disable rs and pod validating webhooks Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * guard rail pod and replica set if validating webhooks disabled Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove some test because validating webhooks are on by default Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove unintentional change Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove empty line Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * remove one unintentional change and remove owner ref check for other resources Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix readme Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * combine into single flag Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * add guard rail test for pod and rs Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * verify workload running in hub Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * rename flag Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * update readme Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix tests Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * do not propagate controller revision Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix test Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * ignore some pvc annotations Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * enum for stateful set test yaml Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * strip volume name from PVC Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix test Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * Revert "ignore some pvc annotations" This reverts commit 9ba69dd493850823638c8cbd309a8a6122892d9d. Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * test job Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * address comment Signed-off-by: Wei Weng <Wei.Weng@microsoft.com> * fix unit test 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>
* rename updaterun state Signed-off-by: Ryan Zhang <zhangryan@microsoft.com> * fix api test Signed-off-by: Ryan Zhang <zhangryan@microsoft.com> --------- Signed-off-by: Ryan Zhang <zhangryan@microsoft.com> Co-authored-by: Ryan Zhang <zhangryan@microsoft.com>
…xt exits (Azure#343) * Minor 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> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ...
…e#350) Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
weng271190436
commented
Dec 1, 2025
weng271190436
commented
Dec 1, 2025
michaelawyu
approved these changes
Dec 5, 2025
Contributor
michaelawyu
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.
LGTM
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
b2198c0 fix: handle the case when master resource snapshot is not found (#350)
b70a24e chore: bump actions/checkout from 5.0.1 to 6.0.0 (#349)
3881da5 fix: abandon the work applier reconciliation loop when the main context exits (#343)
6bf6d62 feat: rename update run state (#348)
fbc2483 feat: allow pod and replica sets to be created in hub cluster (#334)
2ca743d feat: add clusterProfile status fields (#321)
2830501 interface: progress drift/diff detection APIs to v1 (#298)
db87d46 test: add e2e test using label to manage CRP and RP (#326)
d7e9d01 chore: bump actions/checkout from 5 to 6 (#345)
e4b6260 chore: bump golang.org/x/crypto from 0.38.0 to 0.45.0 (#340)
7e69ea5 feat: Process clusters in parallel within stage in an updateRun (#323)
97d6f93 fix: fix the join script (#336)
bc632fb chore: remove dangling v1alpha1 helm reference (#337)
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer