Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17939 from hpidcock/update-charm-v12
juju#17939 Updates juju/charm/v12 to v12.1.1 to include fix for charm upgrade without leaving old directories. juju/charm#435 ## QA steps ``` # bootstrap lxd and add a model $ juju deploy github-runner --revision 130 --channel latest/stable # wait for deploy and charm to get blocked $ juju refresh github-runner --revision 131 # wait for upgrade $ juju ssh 0 ubuntu@juju-32b4eb-0:/var/lib/juju/agents/unit-github-runner-0/charm/venv$ ls | grep openstacksdk openstacksdk-3.0.0.dist-info # there should only be one directory with the prefix openstacksdk ``` ## Documentation changes N/A ## Links **Launchpad bug:** https://bugs.launchpad.net/juju/+bug/2058335 **Jira card:** JUJU-
- Loading branch information