Charmed PostgreSQL K8s

Channel Revision Published Runs on
latest/stable 20 20 Sep 2022
Ubuntu 20.04
14/stable 382 11 Sep 2024
Ubuntu 22.04
14/stable 381 11 Sep 2024
Ubuntu 22.04
14/candidate 382 09 Sep 2024
Ubuntu 22.04
14/candidate 381 09 Sep 2024
Ubuntu 22.04
14/beta 382 09 Sep 2024
Ubuntu 22.04
14/beta 381 09 Sep 2024
Ubuntu 22.04
14/edge 386 11 Sep 2024
Ubuntu 22.04
14/edge 385 11 Sep 2024
Ubuntu 22.04
juju deploy postgresql-k8s --channel 14/stable
Show information

Platform:

Reference > Release Notes > All revisions > Revision 280/281

Revision 280/281

June 28, 2024

Dear community,

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

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

  • Revision 281 is built for amd64
  • Revision 280 is built for for arm64

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

where <arch> can be amd64 or arm64.

If you are jumping over several stable revisions, make sure to check previous release notes before upgrading to this revision.

Highlights

Enhancements

Bugfixes

Canonical Data issues are now public on both Jira and GitHub.

For a full list of all changes in this revision, see the GitHub Release.

Technical details

This section contains some technical details about the charm’s contents and dependencies. Make sure to also check the system requirements.

Packaging

This charm is based on the charmed-postgresql snap (pinned revision 113). 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

Contact us

Charmed PostgreSQL K8s is an open source project that warmly welcomes community contributions, suggestions, fixes, and constructive feedback.

  • Raise software issues or feature requests on GitHub
  • Report security issues through Launchpad
  • Contact the Canonical Data Platform team through our Matrix channel.