Skip to content

Commit 1046650

Browse files
DPE-9018 Bump PostgreSQL 16.11 (#1332)
1 parent 459e5b4 commit 1046650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

refresh_versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
charm_major = 1
2-
workload = "16.10"
2+
workload = "16.11"
33

44
[snap]
55
name = "charmed-postgresql"
66

77
[snap.revisions]
88
# amd64
9-
x86_64 = "239"
9+
x86_64 = "244"
1010
# arm64
11-
aarch64 = "240"
11+
aarch64 = "242"

tests/unit/test_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_get_patroni_health(peers_ips, patroni):
139139

140140

141141
def test_get_postgresql_version(peers_ips, patroni):
142-
assert patroni.get_postgresql_version() == "16.10"
142+
assert patroni.get_postgresql_version() == "16.11"
143143

144144

145145
def test_dict_to_hba_string(harness, patroni):

0 commit comments

Comments
 (0)