Skip to content

Releases: dentarg/postgres

Support for Ubuntu 22.04

19 May 16:44
3ab3e1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

Support for custom environment variable name

19 May 15:17
79902aa
Compare
Choose a tag to compare

What's Changed

  • Support for custom environment variable name by @dentarg in #1

Full Changelog: 1.2.0...1.3.0

GitHub Actions has PostgreSQL 14 now

09 Oct 10:00
Compare
Choose a tag to compare

Previous releases of this action wont work because you can only run using the latest GitHub Actions image, that now has PostgreSQL 14 installed: https://www.postgresql.org/docs/14/release-14.html

Include database name in POSTGRES_URL

14 Nov 18:26
Compare
Choose a tag to compare

GitHub Actions has Postgre SQL 13.0 now

10 Oct 13:22
Compare
Choose a tag to compare

See 8393301

Previous releases of this action wont work because you can only run using the latest GitHub Actions image.

TCP/IP

30 Sep 14:21
Compare
Choose a tag to compare

Connect to PostgreSQL over TCP/IP.

"local socket"

30 Sep 13:55
Compare
Choose a tag to compare

POSTGRES_URL set to use "local socket" connection.