Skip to content

v16.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 13:10
· 54 commits to main since this release
eb5c6fc

What's Changed

Full Changelog: v16.1.0...v16.2.0

Migration instructions

If you have a build wrapper in tox.ini, add GH_TOKEN to pass_env

[testenv:build-{production,dev,wrapper}]
# Wrap `charmcraft pack`
pass_env =
    CI
    GH_TOKEN

Example: canonical/pgbouncer-k8s-operator#322