From 9bd1f65e1797e9fc2150ffcfc570249a52db1eee Mon Sep 17 00:00:00 2001 From: Noctua <98737499+observability-noctua-bot@users.noreply.github.com> Date: Wed, 25 Jan 2023 02:45:00 +0100 Subject: [PATCH] chore: update charm libraries (#119) Co-authored-by: Github Actions --- lib/charms/traefik_k8s/v1/ingress.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/charms/traefik_k8s/v1/ingress.py b/lib/charms/traefik_k8s/v1/ingress.py index 978f01a5..9fd518b0 100644 --- a/lib/charms/traefik_k8s/v1/ingress.py +++ b/lib/charms/traefik_k8s/v1/ingress.py @@ -69,7 +69,7 @@ def _on_ingress_revoked(self, event: IngressPerAppRevokedEvent): # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 9 +LIBPATCH = 10 DEFAULT_RELATION_NAME = "ingress" RELATION_INTERFACE = "ingress" @@ -408,7 +408,7 @@ class IngressPerAppRequirer(_IngressPerAppBase): on = IngressPerAppRequirerEvents() # type: ignore - # used to prevent spur1ious urls to be sent out if the event we're currently + # used to prevent spurious urls to be sent out if the event we're currently # handling is a relation-broken one. _stored = StoredState()