Skip to content
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

bump features to beta in 1.8 #1919

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ABNER-1
Copy link
Member

@ABNER-1 ABNER-1 commented Feb 11, 2025

Ⅰ. Describe what this PR does

Ⅱ. Does this pull request fix one issue?

fixes #1904

Ⅲ. Describe how to verify it

Ⅳ. Special notes for reviews

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.57%. Comparing base (2a29285) to head (1abe0fe).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1919      +/-   ##
==========================================
+ Coverage   42.45%   42.57%   +0.12%     
==========================================
  Files         312      313       +1     
  Lines       31328    31364      +36     
==========================================
+ Hits        13301    13354      +53     
+ Misses      16657    16642      -15     
+ Partials     1370     1368       -2     
Flag Coverage Δ
unittests 42.57% <ø> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zmberg
Copy link
Member

zmberg commented Feb 11, 2025

/lgtm

ResourcesDeletionProtection: {Default: true, PreRelease: featuregate.Alpha},
WorkloadSpread: {Default: true, PreRelease: featuregate.Alpha},
PodUnavailableBudgetDeleteGate: {Default: true, PreRelease: featuregate.Alpha},
ResourcesDeletionProtection: {Default: true, PreRelease: featuregate.Beta},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ResourcesDeletionProtection is a beta feature, but it need hook the deletion of namespace/crd and built-in workloads, plz close the featuregate by default

@ABNER-1 ABNER-1 force-pushed the bump_features_to_beta_in_1.8 branch from 02af5fe to 1abe0fe Compare February 13, 2025 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] Promote features that are enabled by default to beta
3 participants