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: Ibfd4c57852ef2ddf2e26586cd6ad19c18cf48d6b
  • Loading branch information
ajkavanagh committed Aug 17, 2023
1 parent 4daafb6 commit 507ac26
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
53d1cce6-1178-11ec-9722-97d8d41c4f76
53a8cb0e-3b77-11ee-b626-8b2564e9c682
4 changes: 2 additions & 2 deletions src/build.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"type": "python_module",
"package": "PyYAML",
"vcs": null,
"version": "6.0"
"version": "6.0.1"
},
{
"type": "python_module",
Expand Down Expand Up @@ -226,7 +226,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 507ac26

Please sign in to comment.