PgBouncer K8s

Channel Revision Published Runs on
1/stable 269 11 Sep 2024
Ubuntu 22.04
1/stable 268 11 Sep 2024
Ubuntu 22.04
1/candidate 269 09 Sep 2024
Ubuntu 22.04
1/candidate 268 09 Sep 2024
Ubuntu 22.04
1/beta 269 09 Sep 2024
Ubuntu 22.04
1/beta 268 09 Sep 2024
Ubuntu 22.04
1/edge 323 Yesterday
Ubuntu 22.04
1/edge 322 Yesterday
Ubuntu 22.04
juju deploy pgbouncer-k8s --channel 1/stable
Show information

Platform:

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

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

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.