Skip to content

Commit 91964ca

Browse files
author
Gürkan İndibay
authored
Bump docker to version 11.0.3 (#304)
* Bump docker to version 11.0.3
1 parent cf15543 commit 91964ca

8 files changed

Lines changed: 22 additions & 11 deletions

File tree

.github/workflows/update_version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
--prj_ver ${{ github.event.inputs.project_version }} \
4747
--gh_token "${GH_TOKEN}" \
4848
--pipeline \
49-
--exec_path "$(pwd)" \
50-
--postgres_version "${POSTGRES_VERSION}"
49+
--exec_path "$(pwd)"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### citus-docker v11.0.3.docker (July 05,2022) ###
2+
3+
* Bump Citus version to 11.0.3
4+
5+
* Bump PostgreSQL 14 version to 14.4
6+
7+
* Bump PostgreSQL 13 version to 13.7
8+
9+
* Bump PostgreSQL 12 version to 12.11
10+
11+
112
### citus-docker v11.0.2.docker (June 16,2022) ###
213

314
* Bump Citus version to 11.0.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
3-
FROM postgres:14.3
4-
ARG VERSION=11.0.2
3+
FROM postgres:14.4
4+
ARG VERSION=11.0.3
55
LABEL 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" \

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile.
3-
FROM postgres:14.3-alpine
4-
ARG VERSION=11.0.2
3+
FROM postgres:14.4-alpine
4+
ARG VERSION=11.0.3
55
LABEL 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" \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "3"
55
services:
66
master:
77
container_name: "${COMPOSE_PROJECT_NAME:-citus}_master"
8-
image: "citusdata/citus:11.0.2"
8+
image: "citusdata/citus:11.0.3"
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.2"
18+
image: "citusdata/citus:11.0.3"
1919
labels: ["com.citusdata.role=Worker"]
2020
depends_on: [manager]
2121
environment: *AUTH

postgres-12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-12/postgres-12.tmpl.dockerfile.
3-
FROM postgres:12.10
4-
ARG VERSION=11.0.2
3+
FROM postgres:12.11
4+
ARG VERSION=11.0.3
55
LABEL 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" \

postgres-13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-13/postgres-13.tmpl.dockerfile.
33
FROM postgres:13.7
4-
ARG VERSION=11.0.2
4+
ARG VERSION=11.0.3
55
LABEL 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" \

tools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0258f453d693cb370464233c0fc2523025f23a83

0 commit comments

Comments
 (0)