-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Deprecate secrets
#4235
Deprecate secrets
#4235
Conversation
Are you going to backport this PR? Anyway, it is not a replacement, because it says "in 3.0 you can still use |
yeah ok removed that part again |
Deployment of preview was torn down |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4235 +/- ##
==========================================
+ Coverage 26.47% 26.49% +0.02%
==========================================
Files 376 377 +1
Lines 27465 27448 -17
==========================================
+ Hits 7270 7271 +1
+ Misses 19530 19511 -19
- Partials 665 666 +1 ☔ View full report in Codecov by Sentry. |
So, you could just remove secrets in 3.0 and warn in 2.7. |
If you mean 2.7.2 etc: I think many users are sticking with 2.7.0 due to the breaking changes in 2.7.1+, so they won't ever see warnings in 2.7.2. |
I'd also rather deprecate in v3 and remove in v4 |
Yep
Sad
Sure, it was just thing to consider. |
Deprecate the
secrets
directive completely.Closes #4015