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: I5f342692a6e70fb4b3c9fbc27e39a2afed90e4ba
  • Loading branch information
ajkavanagh committed Aug 17, 2023
1 parent c9081c0 commit 1737b52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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
53d45ca4-1178-11ec-9cb1-3b34771ed6b0
53a9d364-3b77-11ee-b4a7-fff74a0e0282
4 changes: 2 additions & 2 deletions src/build.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"type": "python_module",
"package": "PyYAML",
"vcs": null,
"version": "6.0"
"version": "6.0.1"
},
{
"type": "python_module",
Expand Down Expand Up @@ -230,7 +230,7 @@
"type": "python_module",
"package": "Cython",
"vcs": null,
"version": "0.29.34"
"version": "0.29.36"
}
]
}

0 comments on commit 1737b52

Please sign in to comment.