Felix Fontein
Felix Fontein
@shimaore does that mean you do not want to continue this PR? In that case, could you please close it? needs_info
The condition ```py has_package = out.startswith(name + " - %s" % ("" if not version else version)) ``` is not correct either, since it thinks `1.1` is installed if `1.10`...
If you simply split by `" - "`, and the input is `"NAME - VERSION\n"`, `splitted[1]` ends up as `"VERSION\n"` with the newline added. How about using ``` lines =...
@computersalat ping needs_info
Another idea would be to (also) have a separate module which allows to wait for several contains at once to reach the healthy state. That would allow users to start...
I've implemented `state=healthy` in #921.
The README for 3.8.1 is at https://github.com/getsops/sops/blob/v3.8.1/README.rst. Right now there is unfortunately no way to always view the docs for the latest released version, you have to use the README.rst...
Closing since 3.9.0 has been released. Thanks for your contribution!
That has been the behavior for many, many years. Editing does not automatically add or remove keys, unless you explicitly tell `sops` to add/remove specific keys. If you want to...
I don't think there's an update functionality for these kind of changes so far. `updatekeys` only takes care of encryption keys. CC @getsops/maintainers. (Related: https://github.com/getsops/sops/issues/1610#issue-2519809220)