Skip to content

Commit 1696d4a

Browse files
Update PG16 version page (#970)
1 parent 3ebcebb commit 1696d4a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/reference/versions.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ PostgreSQL 16 is shipped in track `16` and is available for testing in the chann
2828
* All replicas are now [synchronous units]
2929
* Switchover the primary unit via `promote-to-primary scope=unit`
3030
* Raft re-init helper: `promote-to-primary scope=unit force=yes`
31-
* [Juju user secrets](https://documentation.ubuntu.com/juju/latest/reference/secret/index.html#user) for charm [internal passwords](/how-to/manage-passwords)
31+
* [Juju user secrets](https://documentation.ubuntu.com/juju/latest/reference/secret/index.html#user) for charm [internal passwords]
3232
* [Timescale Community Edition]
3333
* [Extended COS integration]
3434
* [Profiling via Parca]
3535
* [Tracing via Tempo]
3636
* Improved [security hardening]
37-
* (WIP) [Improved built-in roles](/explanation/roles)
37+
* [Improved built-in roles]
3838
* New "juju refresh" library (Refresh v3)
39+
* Migrated to TLS v4 library
40+
* New endpoints `client-certificates` and `peer-certificates`
41+
* Endpoint `peer-interfaces` uses TLS by default
3942

4043
<!--
4144
Saving the following items for release notes:
@@ -55,7 +58,7 @@ Read more about Charmed PostgreSQL 16 features in the [release notes].
5558
* [Timescale Apache 2 edition](https://docs.timescale.com/about/latest/timescaledb-editions/) has been replaced by [Timescale Community edition](https://docs.timescale.com/about/latest/timescaledb-editions/).
5659
* The charm action `set-tls-private-key ` has been removed (will be re-introduced as Juju User Secrets)
5760
* The charm actions `pre-upgrade-check` and `resume-upgrade ` have been removed (replaced with `pre-refresh-check` and `resume-refresh` accordingly to be consistent with `juju refresh`)
58-
61+
* The charm endpoint `certificates` has ben split into `client-certificates` and `peer-certificates`.
5962

6063
## PostgreSQL 14
6164

@@ -110,9 +113,9 @@ Learn more in the [legacy charm explanation page].
110113
[security hardening]: /explanation/security/index
111114
[Multiple Juju storage support]: /how-to/deploy/juju-storage
112115
[Juju Spaces support]: /how-to/deploy/juju-spaces
113-
116+
[Improved built-in roles]: /explanation/roles
114117
[release notes]: /reference/releases
115-
118+
[internal passwords]: /how-to/manage-passwords
116119
[Interfaces and endpoints]: /explanation/interfaces-and-endpoints
117120

118121
[Deployment]: /how-to/deploy/index

0 commit comments

Comments
 (0)