Skip to content

Releases: bfren/docker-postgresql

v3.2.0

23 Feb 19:43
bfa0b24

Choose a tag to compare

v3.2.0 (#102)

Major updates
* Adding new test framework

Minor updates
* Using latest base images

v3.1.6

15 Feb 08:36
9213e11

Choose a tag to compare

v3.1.6 (#101)

Minor updates
* Using latest base images
* Updating to PostgreSQL 12.18, 13.14, 14.11, 15.6 and 16.2
* Supporting new globbing

Documentation updates
* Adding /backup volume to README

v3.1.5

30 Jan 14:23
e588318

Choose a tag to compare

v3.1.5 (#100)

Documentation updates
* Adding sample compose file
* Updating environment variables in README.md
* Adding link to Nu duration definitions

v3.1.4

29 Jan 22:31
8901302

Choose a tag to compare

v3.1.4 (#99)

Minor updates
* Explicitly converting int to string when generating random numbers
* Adding conf generate

v3.1.3

29 Jan 11:05
1a7e4a7

Choose a tag to compare

v3.1.3 (#98)

Minor updates
* Using latest base images

v3.1.2

13 Jan 11:21
f34202e

Choose a tag to compare

v3.1.2 (#97)

Minor updates
* Using latest base images
* Adding module exports

Documentation updates
* Updating copyright year to 2024

v3.1.1

22 Dec 20:15
aaa57f2

Choose a tag to compare

v3.1.1 (#96)

Minor updates
* Using latest base images
* Using nu mktemp

v3.1.0

09 Dec 11:37
497aacc

Choose a tag to compare

v3.1.0 (#95)

Major updates
* Adding PostgreSQL 16 and switching to use Alpine 3.19 as base
* Supporting custom ALPINE_EDITION

Development updates
* Using PostgreSQL 16 as default in run.sh

v3.0.0

01 Dec 09:42
98f917b

Choose a tag to compare

v3.0.0 (#94)

**Complete rewrite using [nushell](https://nushell.sh)**

## Major updates and breaking changes
* To enter nushell do `docker exec -it container_name nu` and type `bf-postgresql + tab` to see a complete list of functions
* All environment variables now begin `BF_PG`

## Minor updates
* Updating to PostgreSQL 12.17, 13.13, 14.10 and 15.5

## Build updates
* Updating workflows to latest versions
* Using -dev instead of -beta for development builds

## Development updates
* Enforcing LF line endings

v2.3.29

06 Oct 15:07
4f8ca12

Choose a tag to compare

v2.3.29 (#92)

Minor updates
* Using latest base images