diff --git a/releasenotes/notes/secret-consumers-e047d1c6f1a20e47.yaml b/releasenotes/notes/secret-consumers-e047d1c6f1a20e47.yaml new file mode 100644 index 00000000..1341c754 --- /dev/null +++ b/releasenotes/notes/secret-consumers-e047d1c6f1a20e47.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The KeyManager class now has two new abstract methods, ``add_consumer`` and + ``remove_consumer``. Any implementations inheriting the base KeyManager + class should override these two interfaces.