Bump version
This commit is contained in:
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## [0.4.2.0] - 2017-06-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- #742, Add connection retrying on startup and SIGHUP - @steve-chavez
|
- #742, Add connection retrying on startup and SIGHUP - @steve-chavez
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"POSTGREST_VER": {
|
"POSTGREST_VER": {
|
||||||
"description": "Version of PostgREST to deploy",
|
"description": "Version of PostgREST to deploy",
|
||||||
"value": "0.4.1.0"
|
"value": "0.4.2.0"
|
||||||
},
|
},
|
||||||
"DB_URI": {
|
"DB_URI": {
|
||||||
"description": "Database connection string",
|
"description": "Database connection string",
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
|
|||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Install postgrest
|
# Install postgrest
|
||||||
RUN POSTGREST_VERSION="0.4.1.0" \
|
RUN POSTGREST_VERSION="0.4.2.0" \
|
||||||
BUILD_DEPS="curl ca-certificates xz-utils" && \
|
BUILD_DEPS="curl ca-certificates xz-utils" && \
|
||||||
apt-get -qq update && \
|
apt-get -qq update && \
|
||||||
apt-get -qq install -y --no-install-recommends $BUILD_DEPS && \
|
apt-get -qq install -y --no-install-recommends $BUILD_DEPS && \
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ name: postgrest
|
|||||||
description: Reads the schema of a PostgreSQL database and creates RESTful routes
|
description: Reads the schema of a PostgreSQL database and creates RESTful routes
|
||||||
for the tables and views, supporting all HTTP verbs that security
|
for the tables and views, supporting all HTTP verbs that security
|
||||||
permits.
|
permits.
|
||||||
version: 0.4.1.0
|
version: 0.4.2.0
|
||||||
synopsis: REST API for any Postgres database
|
synopsis: REST API for any Postgres database
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user