Skip to content

Commit

Permalink
chore: update charm libraries (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <github-actions@github.com>
  • Loading branch information
observability-noctua-bot and Github Actions authored Jan 25, 2023
1 parent 6e2afca commit 9bd1f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/traefik_k8s/v1/ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit 9bd1f65

Please sign in to comment.