Skip to content

Commit a07970d

Browse files
committed
Publish Feb 2026 bugfix releases on website
remove architecture from title, as these are now all Universial
1 parent a4e5f4f commit a07970d

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

docs/_config.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,93 +9,93 @@ repository: postgresapp/postgresapp
99

1010
release: {
1111
name: {
12-
en: "Postgres.app with PostgreSQL 18 (Universal)",
13-
de: "Postgres.app mit PostgreSQL 18 (Universal)",
12+
en: "Postgres.app with PostgreSQL 18",
13+
de: "Postgres.app mit PostgreSQL 18",
1414
},
1515
size: "122MB",
16-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-18.dmg",
17-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
18-
postgresappVersion: "2.9.3",
16+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-18.dmg",
17+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
18+
postgresappVersion: "2.9.4",
1919
postgresappMinSystemVersion: "10.15",
2020
postgresqlVersions: [
21-
{ postgres: "18.2", postgis: "3.6.2", architecture: "Universal" },
21+
{ postgres: "18.3", postgis: "3.6.2", architecture: "Universal" },
2222
],
2323
}
2424

2525

2626
extraReleases: [
2727
{
2828
name: {
29-
en: "Postgres.app with all currently supported versions (Universal)",
30-
de: "Postgres.app mit allen unterstützten Versionen (Universal)",
29+
en: "Postgres.app with all currently supported versions",
30+
de: "Postgres.app mit allen unterstützten Versionen",
3131
},
3232
size: "532MB",
33-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-14-15-16-17-18.dmg",
34-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
35-
postgresappVersion: "2.9.3",
33+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-14-15-16-17-18.dmg",
34+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
35+
postgresappVersion: "2.9.4",
3636
postgresappMinSystemVersion: "10.15",
3737
postgresqlVersions: [
38-
{ postgres: "18.2", postgis: "3.6.2", architecture: "Universal" },
39-
{ postgres: "17.8", postgis: "3.5.5", architecture: "Universal" },
40-
{ postgres: "16.12", postgis: "3.4.5", architecture: "Universal" },
41-
{ postgres: "15.16", postgis: "3.3.8", architecture: "Universal" },
42-
{ postgres: "14.21", postgis: "3.2.8", architecture: "Universal" },
38+
{ postgres: "18.3", postgis: "3.6.2", architecture: "Universal" },
39+
{ postgres: "17.9", postgis: "3.5.5", architecture: "Universal" },
40+
{ postgres: "16.13", postgis: "3.4.5", architecture: "Universal" },
41+
{ postgres: "15.17", postgis: "3.3.9", architecture: "Universal" },
42+
{ postgres: "14.22", postgis: "3.2.9", architecture: "Universal" },
4343
],
4444
},
4545
{
4646
name: {
47-
en: "Postgres.app with PostgreSQL 17 (Universal)",
48-
de: "Postgres.app mit PostgreSQL 17 (Universal)",
47+
en: "Postgres.app with PostgreSQL 17",
48+
de: "Postgres.app mit PostgreSQL 17",
4949
},
5050
size: "120MB",
51-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-17.dmg",
52-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
53-
postgresappVersion: "2.9.3",
51+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-17.dmg",
52+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
53+
postgresappVersion: "2.9.4",
5454
postgresappMinSystemVersion: "10.15",
5555
postgresqlVersions: [
56-
{ postgres: "17.8", postgis: "3.5.5", architecture: "Universal" },
56+
{ postgres: "17.9", postgis: "3.5.5", architecture: "Universal" },
5757
],
5858
},
5959
{
6060
name: {
61-
en: "Postgres.app with PostgreSQL 16 (Universal)",
62-
de: "Postgres.app mit PostgreSQL 16 (Universal)",
61+
en: "Postgres.app with PostgreSQL 16",
62+
de: "Postgres.app mit PostgreSQL 16",
6363
},
6464
size: "113MB",
65-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-16.dmg",
66-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
67-
postgresappVersion: "2.9.3",
65+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-16.dmg",
66+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
67+
postgresappVersion: "2.9.4",
6868
postgresappMinSystemVersion: "10.15",
6969
postgresqlVersions: [
70-
{ postgres: "16.12", postgis: "3.4.5", architecture: "Universal" },
70+
{ postgres: "16.13", postgis: "3.4.5", architecture: "Universal" },
7171
],
7272
},
7373
{
7474
name: {
75-
en: "Postgres.app with PostgreSQL 15 (Universal)",
76-
de: "Postgres.app mit PostgreSQL 15 (Universal)",
75+
en: "Postgres.app with PostgreSQL 15",
76+
de: "Postgres.app mit PostgreSQL 15",
7777
},
7878
size: "105MB",
79-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-15.dmg",
80-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
81-
postgresappVersion: "2.9.3",
79+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-15.dmg",
80+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
81+
postgresappVersion: "2.9.4",
8282
postgresappMinSystemVersion: "10.15",
8383
postgresqlVersions: [
84-
{ postgres: "15.16", postgis: "3.3.8", architecture: "Universal" },
84+
{ postgres: "15.17", postgis: "3.3.9", architecture: "Universal" },
8585
],
8686
},
8787
{
8888
name: {
89-
en: "Postgres.app with PostgreSQL 14 (Universal)",
90-
de: "Postgres.app mit PostreSQL 14 (Universal)",
89+
en: "Postgres.app with PostgreSQL 14",
90+
de: "Postgres.app mit PostreSQL 14",
9191
},
9292
size: "88MB",
93-
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.3/Postgres-2.9.3-14.dmg",
94-
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.3",
95-
postgresappVersion: "2.9.3",
93+
downloadLocation: "https://github.com/PostgresApp/PostgresApp/releases/download/v2.9.4/Postgres-2.9.4-14.dmg",
94+
releaseNotesLocation: "https://github.com/PostgresApp/PostgresApp/releases/v2.9.4",
95+
postgresappVersion: "2.9.4",
9696
postgresappMinSystemVersion: "10.15",
9797
postgresqlVersions: [
98-
{ postgres: "14.21", postgis: "3.2.8", architecture: "Universal" },
98+
{ postgres: "14.22", postgis: "3.2.9", architecture: "Universal" },
9999
],
100100
},
101101
]

0 commit comments

Comments
 (0)