-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add: standalone plugin for deprecating VTs #718
Conversation
Conventional Commits Report
🚀 Conventional commits found. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #718 +/- ##
==========================================
- Coverage 79.45% 79.45% -0.01%
==========================================
Files 85 86 +1
Lines 2823 2910 +87
Branches 596 611 +15
==========================================
+ Hits 2243 2312 +69
- Misses 440 451 +11
- Partials 140 147 +7 ☔ View full report in Codecov by Sentry. |
19ebde2
to
3d517f3
Compare
Note: I have redacted an internal link from the description. |
47036da
to
7c11f18
Compare
Thank you for the thorough review @mbrinkhoff! I believe I have addressed all of your comments. |
I will take another look |
2136d19
to
dea16c6
Compare
What
Add a standalone plugin to deprecate VTs. The script takes either a single file or a directory of files, and writes the updated file to a new location.
The changes the script should accomplish are (from the relevant internal Confluence page):
Why
For the Red Hat deployment we need to deprecate hundreds of VTs. Therefore it makes sense to have a script that does this
References
VTA-531
Checklist