v16.2.0
What's Changed
- compatible(build_charm.yaml): Add GitHub auth to avoid ccc rate limit by @carlcsaposs-canonical in #202
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