File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 inputs :
99 project_version :
1010 description : " Version number to be released e.g 10.0.3"
11- postgres_version :
12- required : false
13- description : " Postgres version number. If it is empty, postgres version will not be changed"
1411 microsoft_email :
1512 description : " Email to be written on changelogs"
1613 default : " gindibay@microsoft.com"
Original file line number Diff line number Diff line change 1+ ### citus-docker v11.0.4.docker (July 14,2022) ###
2+
3+ * Bump Citus version to 11.0.4
4+
15### citus-docker v11.0.3.docker (July 05,2022) ###
26
37* Bump Citus version to 11.0.3
812
913* Bump PostgreSQL 12 version to 12.11
1014
11-
1215### citus-docker v11.0.2.docker (June 16,2022) ###
1316
1417* Bump Citus version to 11.0.2
Original file line number Diff line number Diff line change 11# This file is auto generated from it's template,
22# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
33FROM postgres:14.4
4- ARG VERSION=11.0.3
4+ ARG VERSION=11.0.4
55LABEL maintainer="Citus Data https://citusdata.com" \
66 org.label-schema.name="Citus" \
77 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Original file line number Diff line number Diff line change 11# This file is auto generated from it's template,
22# see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile.
33FROM postgres:14.4-alpine
4- ARG VERSION=11.0.3
4+ ARG VERSION=11.0.4
55LABEL maintainer="Citus Data https://citusdata.com" \
66 org.label-schema.name="Citus" \
77 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: "3"
55services :
66 master :
77 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
8- image : " citusdata/citus:11.0.3 "
8+ image : " citusdata/citus:11.0.4 "
99 ports : ["${COORDINATOR_EXTERNAL_PORT:-5432}:5432"]
1010 labels : ["com.citusdata.role=Master"]
1111 environment : &AUTH
@@ -15,7 +15,7 @@ services:
1515 PGPASSWORD : " ${POSTGRES_PASSWORD}"
1616 POSTGRES_HOST_AUTH_METHOD : " ${POSTGRES_HOST_AUTH_METHOD:-trust}"
1717 worker :
18- image : " citusdata/citus:11.0.3 "
18+ image : " citusdata/citus:11.0.4 "
1919 labels : ["com.citusdata.role=Worker"]
2020 depends_on : [manager]
2121 environment : *AUTH
Original file line number Diff line number Diff line change 11# This file is auto generated from it's template,
22# see citusdata/tools/packaging_automation/templates/docker/postgres-12/postgres-12.tmpl.dockerfile.
33FROM postgres:12.11
4- ARG VERSION=11.0.3
4+ ARG VERSION=11.0.4
55LABEL maintainer="Citus Data https://citusdata.com" \
66 org.label-schema.name="Citus" \
77 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Original file line number Diff line number Diff line change 11# This file is auto generated from it's template,
22# see citusdata/tools/packaging_automation/templates/docker/postgres-13/postgres-13.tmpl.dockerfile.
33FROM postgres:13.7
4- ARG VERSION=11.0.3
4+ ARG VERSION=11.0.4
55LABEL maintainer="Citus Data https://citusdata.com" \
66 org.label-schema.name="Citus" \
77 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments