Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Reference > Release Notes > All revisions > Revision 381/382

Revision 381/382

September 11, 2024

Dear community,

Canonical’s newest Charmed PostgreSQL K8s operator has been published in the 14/stable channel.

Due to the newly added support for arm64 architecture, the PostgreSQL K8s charm now releases multiple revisions simultaneously:

  • Revision 381 is built for amd64 on Ubuntu 22.04 LTS
  • Revision 382 is built for arm64 on Ubuntu 22.04 LTS

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 postgresql-k8s --trust --constraints arch=<arch> 

where <arch> can be amd64 or arm64.


Highlights

Features

Bugfixes and stability

Known limitations

If you are jumping over several stable revisions, check previous release notes before upgrading.

See the system requirements for more details about Juju versions and other software and hardware prerequisites.

Dependencies

This revision was explicitly tested with the following dependencies:

  • microk8s v.1.31 - Channel strict/stable
  • data-integrator - Revision 41
  • indico - Revision 213
  • discourse-k8s - Revision 124
  • postgresql-test-app - Revision 239
  • s3-integrator - Revision 31
  • Juju v.2.9.50 on amd64
    • tls-certificates-operator - Channel legacy/stable, Revision 22
  • Juju v.3.4.5 on amd64 and arm64
    • self-signed-certificates - Channel latest/stable, Revision 155

Packaging

This charm is based on the Charmed PostgreSQL K8s rock image. 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.

Dependencies and automations

This section contains some technical details about the charm’s contents and dependencies.

Last updated 7 days ago. Help improve this document in the forum.