-
Notifications
You must be signed in to change notification settings - Fork 27
[DPE-8550] Check juju version before removing revision #1214
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1214 +/- ##
==========================================
+ Coverage 75.73% 75.79% +0.06%
==========================================
Files 16 16
Lines 4170 4173 +3
Branches 629 630 +1
==========================================
+ Hits 3158 3163 +5
+ Misses 792 790 -2
Partials 220 220 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
90ed72b
to
9b6db1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, Dragomir.
I tested this PR on the following Juju versions:
- 3.6.11 (built from commit 37e3e7fec0dd8f287e55f03b4055bad2a927697e - coming from juju/juju#20796 - mentioned on #1195 (comment)) - correctly removes the previous secret revision.
- 3.6.9 - correctly skip previous secret revision removal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To sign this I need to test Juju 3.6.11 which I have trouble to compile. :-( WIP
Don't remove revision unless on safe Juju version.
Checklist