Skip to content

Commit 86a7d6c

Browse files
Add SNAP revisions to Releases page (#1086)
* Add SNAP revisions to Releases page For end-users, it is hard to find the proper/expected SNAP revison for the specific Charm revision in Git. This should simplify it. * fix broken URLs --------- Co-authored-by: andreia <[email protected]>
1 parent 51fdcfa commit 86a7d6c

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

docs/how-to/deploy/tls-vip-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The basic requirements to follow along with this example setup are the following
1414

1515
* A fully deployed and running Juju machine environment
1616
* See the [PostgreSQL Tutorial](/tutorial/index) for a quick setup with Multipass
17-
* See the official [Juju deployment guide](https://juju.is/docs/juju/tutorial#deploy) for more details
17+
* See the official [Juju deployment guide](https://juju.is/docs/juju/tutorial) for more details
1818
* A spare virtual IP address for [`hacluster`](https://discourse.charmhub.io/t/pgbouncer-how-to-externally-access/15741)
1919
* See the PgBouncer guide: [How to use a VIP to connect to PgBouncer](https://charmhub.io/pgbouncer/docs/h-external-access?channel=1/stable)
2020
* DNS record pointing to VIP above (`my-tls-example-db.local` is used as an example here)

docs/reference/releases.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ Check the tables below, or use [`juju info`](https://juju.is/docs/juju/juju-info
4040

4141
### Release 552-553
4242

43-
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
44-
|:--------:|:-----:|:-----:|:-----:|
45-
|[553] | ![check] | | ![check] |
46-
|[552] | | ![check] | ![check] |
43+
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS | Snap revision |
44+
|:--------:|:-----:|:-----:|:-----:|:-----:|
45+
|[553] | ![check] | | ![check] | 143 |
46+
|[552] | | ![check] | ![check] | 142 |
4747

4848
<details>
4949
<summary>Older releases</summary>
5050

51-
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
52-
|:--------:|:-----:|:-----:|:-----:|
53-
|[468] |![check] | | ![check] |
54-
|[467] | | ![check] | ![check] |
55-
|[430] | | ![check] | ![check] |
56-
|[429] |![check] | | ![check] |
57-
|[363] |![check] | | ![check] |
58-
|[351] |![check] | | ![check] |
59-
|[336] |![check] | | ![check] |
60-
|[288] |![check] | | ![check] |
51+
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS | Snap revision |
52+
|:--------:|:-----:|:-----:|:-----:|:-----:|
53+
|[468] |![check] | | ![check] | 120 |
54+
|[467] | | ![check] | ![check] | 121 |
55+
|[430] | | ![check] | ![check] | 114 |
56+
|[429] |![check] | | ![check] | 115 |
57+
|[363] |![check] | | ![check] | 96 |
58+
|[351] |![check] | | ![check] | 89 |
59+
|[336] |![check] | | ![check] | 85 |
60+
|[288] |![check] | | ![check] | 31 |
6161

6262
</details>
6363

docs/reference/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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-secret) for charm [internal passwords](/how-to/manage-passwords)
3232
* [Timescale Community Edition]
3333
* [Extended COS integration]
3434
* [Profiling via Parca]

0 commit comments

Comments
 (0)