[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: Iac74be5df881a4c0af30b3fc941e14462f1a1556
This commit is contained in:
Alex Kavanagh 2023-08-15 22:22:12 +01:00
parent 62ce98b790
commit 2a6c391cd9
3 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@ parts:
charm:
source: src/
plugin: reactive
reactive-charm-build-arguments:
- --use-lock-file-branches
- --verbose
build-packages:
- libpython3-dev
build-snaps:

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
53e34944-1178-11ec-9edc-c38acc23d967
53ac3f1e-3b77-11ee-8e92-c35d32789fdf

View File

@ -200,7 +200,7 @@
"type": "python_module",
"package": "PyYAML",
"vcs": null,
"version": "6.0"
"version": "6.0.1"
},
{
"type": "python_module",
@ -212,7 +212,7 @@
"type": "python_module",
"package": "Cython",
"vcs": null,
"version": "0.29.34"
"version": "0.29.36"
},
{
"type": "python_module",