diff --git a/lib/charms/kubernetes_charm_libraries/v0/multus.py b/lib/charms/kubernetes_charm_libraries/v0/multus.py index b3c87e4..8c2dda6 100644 --- a/lib/charms/kubernetes_charm_libraries/v0/multus.py +++ b/lib/charms/kubernetes_charm_libraries/v0/multus.py @@ -107,7 +107,7 @@ def _network_attachment_definitions_from_config(self) -> List[NetworkAttachmentD # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 16 +LIBPATCH = 17 logger = logging.getLogger(__name__) @@ -324,7 +324,7 @@ def patch_statefulset( cap_net_admin: bool, privileged: bool, ) -> None: - """Patches a statefulset with Multus annotation and NET_ADMIN capability. + """Patch a statefulset with Multus annotation and NET_ADMIN capability. Args: name: Statefulset name