-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
snap: aware of channel in installed snaps #6435
snap: aware of channel in installed snaps #6435
Conversation
This is a welcome approach, any progress? |
This comment was marked as resolved.
This comment was marked as resolved.
hi @Teebor-Choka I could not put much time on this in the last couple of weeks. Will try to work on it this weekend. |
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.
Looks good on a glance :) I've one small comment.
Also this needs a changelog fragment.
@felixfontein you mentioned a small comment as well, but there was nothing here. Anyways, the changelog frag is already pushed. |
Co-authored-by: Felix Fontein <[email protected]>
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6630 🤖 @patchback |
@russoz thanks! |
* [WIP] snap: aware of channel in installed snaps * parse snap list output and assert whether channel matches * undo test * fail rightfully when install with different channel does not work * transparetent refresh * rollback comment in integration test * rollback comment in integration test * add changelog frag * Update plugins/modules/snap.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit b78d199)
…alled snaps (#6630) snap: aware of channel in installed snaps (#6435) * [WIP] snap: aware of channel in installed snaps * parse snap list output and assert whether channel matches * undo test * fail rightfully when install with different channel does not work * transparetent refresh * rollback comment in integration test * rollback comment in integration test * add changelog frag * Update plugins/modules/snap.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit b78d199) Co-authored-by: Alexei Znamensky <[email protected]>
SUMMARY
Currently the
snap
module is not aware of the the snap channel when identifying installed snaps. This PR fixes that.Fixes: #1606
ISSUE TYPE
COMPONENT NAME
snap