Skip to content

Releases: aerius/database-build

1.2.0

16 Feb 14:22
e0f2d55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Sep 10:08
2aee5e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.1.0

1.0.4

17 Nov 08:34
886a93f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

12 Aug 11:29
09047ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Aug 11:54
b142e64
Compare
Choose a tag to compare

What's Changed

  • Update version to 1.0.2: Add option to provide path for settings file by @SerhatG in #12

Full Changelog: 1.0.1...1.0.2

1.0.1

29 Jun 15:41
555153a
Compare
Choose a tag to compare

Changes:

  • Add option to not cleanup db-data while building DB
    This can be used in conjunction with the new buildkit cache feature to make the builds faster by caching these.

Full Changelog: 1.0.0...1.0.1

1.0.0

13 Jan 09:43
f4fc123
Compare
Choose a tag to compare
  • Add VERSION file containing version number
  • Updated Docker image tags to reflect the version number
    Image tags will be in the following format: <version>-psql_<PostgreSQL_version>-pgis_<PostGIS_version>
  • Remove generated Docker files
    These were added so Dockerhub could automatically build them, but we're going to use our own Registry starting from 1.0.
  • GitHub Action: Publish Docker images
  • Use native tooling to check whether Postgres is up (#10)
    This should also better handle certain edge cases.
  • Script updates
    Command to output a JSON with the used datasources
    Support for CREATE OR REPLACE PROCEDURE (script would crash before)
    Some minor buildscript tweaks, including the HTML-documentation color scheme
  • Added support for PostgreSQL 13 and PostGIS 3.1.
  • Also add PostgreSQL 14 support.
    And PostGIS 3.2 support for the recent** PostgreSQL versions.
  • Some other small fixes

** Deemed recent by me.

0.9.0

05 May 07:31
74e18f4
Compare
Choose a tag to compare

This is the version using the older versioning for Docker images with the format of: <postgres_version>-<postgis_version>.
The older versioning doesn't account for the version of the build script itself. From 1.0.0 onwards we'll use a new format that will account for this.