Update get_notices "select=all" to "users=all" #1132
Labels
feature
New feature or request
ops-next
To be done before shipping the next version of ops
small item
Per discussion with @olivercalder and Gustavo, we're going to change the
select=all
parameter in Pebble (and snapd) tousers=all
, and we should make the same change inpebble.Client.get_notices
(as well asContainer.get_notices
). This is a breaking change, but it's almost certain that no one is using this yet (if anything they'll fetch the notice viaevent.notice
for a custom event), so I think we should just go ahead and make the breaking change before it's too late, rather than try to alias everything and try to have fallbacks for different Pebble versions, and so on.For reference, the spec for user-specific notices is OP042.
The text was updated successfully, but these errors were encountered: