[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: Ie16c0a33f84a78ddf6441135e77d98fef025c3b9
This commit is contained in:
parent
df00f3fb53
commit
ccab05d1af
@ -4,6 +4,8 @@ parts:
|
||||
charm:
|
||||
plugin: reactive
|
||||
reactive-charm-build-arguments:
|
||||
- --use-lock-file-branches
|
||||
- --verbose
|
||||
- --binary-wheels-from-source
|
||||
build-packages:
|
||||
- tox
|
||||
|
2
rebuild
2
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
|
||||
53a3cc06-1178-11ec-a0a4-d3f9c5859dca
|
||||
53998ffe-3b77-11ee-b7e8-6b6ee9bedb93
|
||||
|
@ -222,7 +222,7 @@
|
||||
"type": "python_module",
|
||||
"package": "PyYAML",
|
||||
"vcs": null,
|
||||
"version": "6.0"
|
||||
"version": "6.0.1"
|
||||
},
|
||||
{
|
||||
"type": "python_module",
|
||||
@ -240,7 +240,7 @@
|
||||
"type": "python_module",
|
||||
"package": "Cython",
|
||||
"vcs": null,
|
||||
"version": "0.29.34"
|
||||
"version": "0.29.36"
|
||||
},
|
||||
{
|
||||
"type": "python_module",
|
||||
|
Loading…
x
Reference in New Issue
Block a user