castellan/releasenotes/notes/secret-consumers-e047d1c6f1a20e47.yaml
Takashi Kajinami d578cbcce9 Add release note about new consumer interfaces
Since bc6d87b96912212ab797ad7634b2a45e37ea5fc6 was merged, any
implementations inheriting the base KeyManager class should implement
the two new consumer interfaces. This documents that upgrade impact
so that the note appears in release note.

Change-Id: Id6ba2f3dff279371a13e319773b4579c82338774
2024-03-04 18:04:25 +09:00

7 lines
223 B
YAML

---
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.