Skip to content

Commit

Permalink
[2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplet…
Browse files Browse the repository at this point in the history
…e 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] juju/charm-helpers#825
Closes-Bug: #2028683

Change-Id: I65b4309faaa53749e62feabea7edaa3930c20078
  • Loading branch information
ajkavanagh committed Aug 17, 2023
1 parent 388de96 commit 587a772
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ parts:
charm:
plugin: reactive
reactive-charm-build-arguments:
- --use-lock-file-branches
- --verbose
- --binary-wheels-from-source
build-packages:
- tox
Expand Down
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
53b9d6fe-1178-11ec-b441-e3334d9920e6
539de626-3b77-11ee-b3f8-2fc0396b1360
4 changes: 2 additions & 2 deletions src/build.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"type": "python_module",
"package": "PyYAML",
"vcs": null,
"version": "6.0"
"version": "6.0.1"
},
{
"type": "python_module",
Expand Down Expand Up @@ -214,7 +214,7 @@
"type": "python_module",
"package": "Cython",
"vcs": null,
"version": "0.29.34"
"version": "0.29.36"
},
{
"type": "python_module",
Expand Down

0 comments on commit 587a772

Please sign in to comment.