From: | Jonathan Abdiel Gonzalez Valdebenito <jonathan(dot)abdiel(at)gmail(dot)com> |
---|---|
To: | pgsql-www(at)lists(dot)postgresql(dot)org |
Subject: | Support for listing the beta versions |
Date: | 2025-08-18 12:18:40 |
Message-ID: | CALE5RAv+0m9SCuQJX03LkuNEyasH-Qtgy5iu+FaAXmpDsgd73Q@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
Hello,
Sometime ago I find out about this beautiful URL
https://www.postgresql.org/versions.json which turns out to be really
useful to get the latest available versions of PostgreSQL for automation
process(building and testing mostly) but I sadly find out that the beta
versions aren't listed.
To show first how we use it first we parse and transform the content[1]
into a compatible format that is useful for us (HCL), this is then
updated[2] to make the build process easy and transparent for testing[3] in
other projects.
Does the site provide a way to get the active beta versions or is there a
plan to publish those active beta versions?
I know that most people will ask themself "why is this useful?" but testing
beta versions is really useful to detect bugs and also, having that
automated it's something really useful so people can focus on the bugs not
on remembering to update some configuration file.
Regards!
[1]
https://github.com/cloudnative-pg/postgres-containers/pull/269/files#diff-ff9c56df6264f225b05fd0745304138d7da5a9ac2131474d13a13d99adbe2c09R29
[2]
https://github.com/cloudnative-pg/postgres-containers/blob/main/docker-bake.hcl#L35
[3] https://github.com/cloudnative-pg/postgres-trunk-containers/
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan Abdiel Gonzalez Valdebenito | 2025-08-18 13:16:00 | Re: Support for listing the beta versions |
Previous Message | David Rowley | 2025-08-18 01:10:24 | Re: PostgreSQL Contributor levels |