Skip to content

Commit

Permalink
chore: update charm libraries (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
observability-noctua-bot authored and simskij committed Nov 28, 2024
1 parent 50e8dbd commit 221fbcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def _on_all_certificates_invalidated(self, event: AllCertificatesInvalidatedEven

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

PYDEPS = ["cryptography", "jsonschema"]

Expand Down Expand Up @@ -1915,7 +1915,7 @@ def _on_relation_changed(self, event: RelationChangedEvent) -> None:
"Secret %s with correct certificate already exists",
f"{LIBID}-{csr_in_sha256_hex}",
)
return
continue
secret.set_content(
{"certificate": certificate.certificate, "csr": certificate.csr}
)
Expand Down

0 comments on commit 221fbcc

Please sign in to comment.