-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/juju_3_6_tests
- Loading branch information
Showing
19 changed files
with
269 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Release Notes | ||
|
||
This page provides high-level overviews of the dependencies and features that are supported by each revision in every stable release. | ||
|
||
To learn more about the different release tracks and channels, see the [Juju documentation about channels](https://juju.is/docs/juju/channel#heading--risk). | ||
|
||
To see all releases and commits, check the [Charmed PostgreSQL Releases page on GitHub](https://github.com/canonical/postgresql-k8s-operator/releases). | ||
|
||
## Dependencies and supported features | ||
|
||
For a given release, this table shows: | ||
* The PostgreSQL version packaged inside | ||
* The minimum Juju version required to reliably operate **all** features of the release | ||
> This charm still supports older versions of Juju down to 2.9. See the [Juju section of the system requirements](/t/) for more details | ||
* Support for specific features | ||
|
||
| Revision | PostgreSQL version | Juju version | [TLS encryption](/t/9685)* | [COS monitoring](/t/10600) | [Minor version upgrades](/t/) | [Cross-regional async replication](/t/) | [Point-in-time recovery](/t/) | ||
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:| | ||
| [381], [382] | 14.12 | `3.4.5+` | ![check] | ![check] | ![check] | ![check] | ![check] | | ||
| [280], [281] | 14.11 | `3.1.8+` | ![check] | ![check] | ![check] | ![check] | | ||
| [193] | 14.10 | `3.1.7+` | ![check] | ![check] | ![check] | ![check] | | ||
| [177] | 14.9 | `3.1.6+` | | ![check] | ![check] | | ||
| [158] | 14.9 | `3.1.5+` | | ![check] | ![check] | | ||
| [73] | 14.7 | `2.9.32+` | | | | ||
|
||
|
||
**TLS encryption***: Support for **`v2` or higher** of the [`tls-certificates` interface](https://charmhub.io/tls-certificates-interface/libraries/tls_certificates). This means that you can integrate with [modern TLS charms](https://charmhub.io/topics/security-with-x-509-certificates). | ||
|
||
For more details about a particular revision, refer to its dedicated Release Notes page. | ||
For more details about each feature/interface, refer to their dedicated How-To guide. | ||
|
||
## Architecture and base | ||
One release may come with more than one revision. This is because each revision is built for a specific combination of hardware architecture and base (Ubuntu version). | ||
|
||
| Release | amd64 | arm64 | Ubuntu 22.04 LTS | ||
|:--------:|:-----:|:-----:|:-----:| | ||
|[382] | | ![check] | ![check] | | ||
|[381] | ![check] | | ![check] | | ||
|[281] |![check]| | ![check] | | ||
|[280] | | ![check]| ![check] | | ||
|[193] | ![check]| | ![check] | | ||
|[177] |![check]| | ![check] | | ||
|[158] |![check]| | ![check] | | ||
|[73] |![check]| | ![check] | | ||
|
||
## Plugins/extensions | ||
|
||
For a list of all plugins supported for each revision, see the reference page [Plugins/extensions](/t/10945). | ||
|
||
[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-reference-release-notes/11875). | ||
[/note] | ||
|
||
<!-- LINKS --> | ||
[382]: /t/15442 | ||
[381]: /t/15442 | ||
[281]: /t/14068 | ||
[280]: /t/14068 | ||
[193]: /t/13208 | ||
[177]: /t/12668 | ||
[158]: /t/11874 | ||
[73]: /t/11873 | ||
|
||
<!--BADGES--> | ||
[check]: https://img.icons8.com/color/20/checkmark--v1.png |
Oops, something went wrong.