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 467/468

Revision 467/468

September 11, 2024

Dear community,

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

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

  • Revision 468 is built for amd64 on Ubuntu 22.04 LTS
  • Revision 467 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 --constraints arch=<arch> 

where <arch> can be amd64 or arm64.


Highlights

Features

Bugfixes

Known limitations

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

Requirements

See the system requirements page for more details about software and hardware prerequisites.

Packaging

This charm is based on the Charmed PostgreSQL snap Revision 120/121 . It packages:

Libraries and interfaces

This charm revision imports the following libraries:

  • grafana_agent v0 for integration with Grafana
    • Implements cos_agent interface
  • rolling_ops v0 for rolling operations across units
    • Implements rolling_op interface
  • tempo_k8s v1, v2 for integration with Tempo charm
    • Implements tracing interface
  • tls_certificates_interface v2 for integration with TLS charms
    • Implements tls-certificates interface

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.

  • Added jinja2 as a dependency (PR #520) (DPE-4816)
  • Switched Jira issue sync from workflow to bot (PR #586)
  • Updated canonical/charming-actions action to v2.6.2 (PR #523)
  • Updated data-platform-workflows to v21.0.1 (PR #599)
  • Updated dependency cryptography to v43 (PR #539)
  • Updated dependency tenacity to v9 (PR #558)
  • Updated Juju agents (patch) (PR #553)
  • Switch to resusable presets (PR #513)
  • Use poetry package-mode=false (PR #556)
  • Switched test-app interface (PR #557)

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