Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions docs/reference/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For a given release, this table shows:

| Revision | PostgreSQL version | Juju version | [TLS encryption](/how-to/enable-tls)* | [COS monitoring](/how-to/monitoring-cos/index) | [Minor version upgrades](/how-to/upgrade/index) | [Cross-regional async replication](/how-to/cross-regional-async-replication/index) | [Point-in-time recovery](/how-to/back-up-and-restore/restore-a-backup) | [PITR Timelines](/how-to/back-up-and-restore/restore-a-backup) |
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| [717], [718] | 14.20 | `3.6.1+` | ![check] | ![check] | ![check] | ![check] | ![check] | ![check] |
| [494], [495] | 14.15 | `3.6.1+` | ![check] | ![check] | ![check] | ![check] | ![check] | ![check] |
| [462], [463] | 14.13 | `3.6.1+` | ![check] | ![check] | ![check] | ![check] | ![check] | ![check] |
| [444], [445] | 14.12 | `3.4.3+` | ![check] | ![check] | ![check] | ![check] | ![check] | |
Expand All @@ -40,19 +41,20 @@ If you deploy with the `--revision` flag, **you must make sure the revision matc
Check the tables below, or use [`juju info`](https://juju.is/docs/juju/juju-info).
```


### Release 494, 495
### Release 717, 718

| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
|:--------:|:-----:|:-----:|:-----:|
|[494] | | ![check] | ![check] |
|[495] | ![check] | | ![check] |
|[718] | | ![check] | ![check] |
|[717] | ![check] | | ![check] |

<details>
<summary>Older releases</summary>

| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
|:--------:|:-----:|:-----:|:-----:|
|[494] | | ![check] | ![check] |
|[495] | ![check] | | ![check] |
|[462] |![check] | | ![check] |
|[463] | | ![check] | ![check] |
|[445] | | ![check] | ![check] |
Expand All @@ -76,6 +78,9 @@ For a list of all plugins supported for each revision, see the reference page [P
> **Note** Our release notes are an ongoing work in progress. If there is any additional information about releases that you would like to see or suggestions for other improvements, don't hesitate to contact us on [Matrix ](https://matrix.to/#/#charmhub-data-platform:ubuntu.com) or [leave a comment](https://discourse.charmhub.io/t/charmed-postgresql-k8s-reference-release-notes/11872).

<!-- LINKS -->
[717]:
[718]:

[494]: https://github.com/canonical/postgresql-k8s-operator/releases/tag/rev494
[495]: https://github.com/canonical/postgresql-k8s-operator/releases/tag/rev494

Expand Down
Loading