Skip to content

Commit

Permalink
chore: Update charm libraries (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
telcobot committed Apr 14, 2024
1 parent 30bcdb0 commit daf0ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/charms/loki_k8s/v1/loki_push_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@ def _alert_rules_error(self, event):

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 7
LIBPATCH = 8

PYDEPS = ["cosl"]

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit daf0ac8

Please sign in to comment.