[yoga] 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/827
Closes-Bug: #2028683

Change-Id: I214d62984423c50e4c32b051e64ab5b2e851b9a8
This commit is contained in:
Alex Kavanagh 2023-08-15 15:13:22 +01:00
parent 25f1ebe6c1
commit dcdf7a7e85
2 changed files with 3 additions and 2 deletions

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
53c3d92e-1178-11ec-83e0-e33587f0c7c9
accd2148-3b6e-11ee-8c97-b31b82c6e434

View File

@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2
charm-tools==2.8.5
PyYAML==6.0.1
charm-tools==2.8.6
commands = flake8 {posargs} src unit_tests
[testenv:func-target]