-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Warn that v1.28 will deprecate reencrypt/prepare #7848
Conversation
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
So the plan would be to deprecate this this in 1.28, and remove it in 1.30? Since we aim for a two-minor notice period on removals? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #7848 +/- ##
==========================================
+ Coverage 47.13% 51.49% +4.36%
==========================================
Files 143 143
Lines 14513 14517 +4
==========================================
+ Hits 6841 7476 +635
+ Misses 6580 5850 -730
- Partials 1092 1191 +99
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I think this is going to be a much shorter depreciation, because we aren't really getting rid of it, the feature is getting consolidated into a single command. |
I think we still need to follow the 2-minor CLI deprecation schedule. Our CLI is essentially our API contract with other projects; we can't break things without sufficient notice even if it is part of feature consolidation. |
This reverts commit 4ab01f3.
This reverts commit 4ab01f3. Signed-off-by: Derek Nola <[email protected]>
This reverts commit 4ab01f3. Signed-off-by: Derek Nola <[email protected]>
Proposed Changes
The new secrets-encrypt rework (see #7760) will be introduced in v1.28, and the
prepare
andreencrypt
will no longer be used (its all covered in the singlerotate
command). This adds warning to those 2 commands.Types of Changes
CLI Warning
Verification
Testing
Linked Issues
#7760
#7297
User-Facing Change
Further Comments