From 507ac2613953b680b95ba8086a2382c7f9299835 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Tue, 15 Aug 2023 22:22:12 +0100 Subject: [PATCH] [2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix any inadvertant accesses of ['ca'] in the relation data before it is available from vault in the certificates relation. Fix in charmhelpers is in [1]. [1] https://github.com/juju/charm-helpers/pull/825 Closes-Bug: #2028683 Change-Id: Ibfd4c57852ef2ddf2e26586cd6ad19c18cf48d6b --- charmcraft.yaml | 2 ++ rebuild | 2 +- src/build.lock | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index 8308441..0d7ee87 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -4,6 +4,8 @@ parts: charm: plugin: reactive reactive-charm-build-arguments: + - --use-lock-file-branches + - --verbose - --binary-wheels-from-source build-packages: - tox diff --git a/rebuild b/rebuild index 5fe9185..b62f01f 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -53d1cce6-1178-11ec-9722-97d8d41c4f76 +53a8cb0e-3b77-11ee-b626-8b2564e9c682 diff --git a/src/build.lock b/src/build.lock index 90fa1f9..9ab4b87 100644 --- a/src/build.lock +++ b/src/build.lock @@ -196,7 +196,7 @@ "type": "python_module", "package": "PyYAML", "vcs": null, - "version": "6.0" + "version": "6.0.1" }, { "type": "python_module", @@ -226,7 +226,7 @@ "type": "python_module", "package": "Cython", "vcs": null, - "version": "0.29.34" + "version": "0.29.36" }, { "type": "python_module",