upgrade deamonset from v1alpha1 to v1beta1#2211
Merged
kruise-bot merged 6 commits intoOct 30, 2025
Merged
Conversation
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
2 times, most recently
from
October 21, 2025 08:39
c437c2e to
5ba6786
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2211 +/- ##
==========================================
+ Coverage 45.14% 46.75% +1.60%
==========================================
Files 318 320 +2
Lines 32665 26679 -5986
==========================================
- Hits 14747 12473 -2274
+ Misses 16479 12736 -3743
- Partials 1439 1470 +31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
3 times, most recently
from
October 21, 2025 15:38
c061063 to
e5855e1
Compare
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> update webhook logic add omitempty to DaemonSetHash add currentRevision cal logic update CurrentRevision cal logic optimize fix e2e test
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
8 times, most recently
from
October 22, 2025 13:41
14c621e to
b78dd74
Compare
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> remove debug log
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
from
October 22, 2025 13:54
b78dd74 to
887c3a1
Compare
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com>
zmberg
reviewed
Oct 23, 2025
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com>
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
from
October 23, 2025 09:20
9292fed to
124d4cd
Compare
Member
|
/lgtm |
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com>
Member
|
/lgtm |
PersistentJZH
force-pushed
the
feat/upgrade-kruise-apis-to-v1beta1-phrase-3
branch
from
October 29, 2025 14:23
1e8ff0e to
0ba8f97
Compare
Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: furykerry The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
peng2x
pushed a commit
to peng2x/kruise
that referenced
this pull request
Dec 19, 2025
* upgrade deamonset from v1alpha1 to v1beta1 Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> update webhook logic add omitempty to DaemonSetHash add currentRevision cal logic update CurrentRevision cal logic optimize fix e2e test * change Partition to IntOrString Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> remove debug log * remove CurrentRevision status Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> * do not remove ProgressiveCreatePod Annotation in convert to v1beta1 Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> * change DaemonSetScaleStrategy cfg from Progressive to PartitionedScaling Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> * add more ut in daemonset validate webhook Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> --------- Signed-off-by: PersistentJZH <zhihao.kan17@gmail.com> Signed-off-by: Peng Peng <ppbits3@gmail.com>
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
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.
Ⅰ. Describe what this PR does
upgrade deamenset apis from v1alpha1 to v1beta1
Ⅱ. Does this pull request fix one issue?
#2122
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews