Reference > Release Notes > All revisions > Revision 268/269
Revision 268/269
September 11, 2024
Dear community,
Canonical’s newest Charmed PgBouncer K8s operator has been published in the 1/stable channel.
Due to the newly added support for arm64
architecture, the PgBouncer K8s charm now releases multiple revisions simultaneously:
- Revision 269 is built for
amd64
on Ubuntu 22.04 LTS ( pgbouncer-image r85 ) - Revision 268 is built for
arm64
on Ubuntu 22.04 LTS ( pgbouncer-image r85 )
To make sure you deploy for the right architecture, we recommend setting an architecture constraint for your entire juju model.
Otherwise, it can be done at deploy time with the --constraints
flag:
juju deploy pgbouncer-k8s --trust --constraints arch=<arch>
where <arch>
can be amd64
or arm64
.
Highlights
- Lightweight deployments due to the new and tiny charmed-pgbouncer rock (PR #376)
- Added URI to relation data (PR #380)
Bugfixes
- Ported PVC error test workaround and nodeport fixes (PR #395) (DPE-5205)
- Switched Jira issue sync from workflow to bot (PR #377)
- Automatically update rock by renovate (PR #387)
Dependencies and automations
- Lock file maintenance (PR #399)
- Lock file maintenance Python dependencies (PR #409)
- Update canonical/charming-actions action to v2.6.3 (PR #403)
- Update data-platform-workflows to v21.0.1 (PR #398)
- Update dependency canonical/microk8s to v1.31 (PR #373)
- Update dependency cryptography to v43.0.1 [SECURITY] (PR #406)
- Update ghcr.io/canonical/charmed-pgbouncer:1.21-22.04_edge Docker digest to 005a551 (PR #390)
Technical details
This section contains some technical details about the charm’s contents and dependencies.
If you are jumping over several stable revisions, check previous release notes before upgrading.
Requirements
See the system requirements for more details about Juju versions and other software and hardware prerequisites.
Packaging
This charm is based on the CharmedPgBouncer K8s rock image (CharmHub pgbouncer-image
resource-revision 85
). It packages:
See the /lib/charms
directory on GitHub for more details about all supported libraries.
See the metadata.yaml
file on GitHub for a full list of supported interfaces.