diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 2f176472..67a58d3b 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -46,5 +46,4 @@ jobs: --prj_ver ${{ github.event.inputs.project_version }} \ --gh_token "${GH_TOKEN}" \ --pipeline \ - --exec_path "$(pwd)" \ - --postgres_version "${POSTGRES_VERSION}" + --exec_path "$(pwd)" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b62d759..d193c2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### citus-docker v11.0.3.docker (July 05,2022) ### + +* Bump Citus version to 11.0.3 + +* Bump PostgreSQL 14 version to 14.4 + +* Bump PostgreSQL 13 version to 13.7 + +* Bump PostgreSQL 12 version to 12.11 + + ### citus-docker v11.0.2.docker (June 16,2022) ### * Bump Citus version to 11.0.2 diff --git a/Dockerfile b/Dockerfile index 6b5b6402..4f73e90f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # This file is auto generated from it's template, # see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile. -FROM postgres:14.3 -ARG VERSION=11.0.2 +FROM postgres:14.4 +ARG VERSION=11.0.3 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \ diff --git a/alpine/Dockerfile b/alpine/Dockerfile index cac6127a..ceec6342 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,7 +1,7 @@ # This file is auto generated from it's template, # see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile. -FROM postgres:14.3-alpine -ARG VERSION=11.0.2 +FROM postgres:14.4-alpine +ARG VERSION=11.0.3 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \ diff --git a/docker-compose.yml b/docker-compose.yml index 36897a51..0982778d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: master: container_name: "${COMPOSE_PROJECT_NAME:-citus}_master" - image: "citusdata/citus:11.0.2" + image: "citusdata/citus:11.0.3" ports: ["${COORDINATOR_EXTERNAL_PORT:-5432}:5432"] labels: ["com.citusdata.role=Master"] environment: &AUTH @@ -15,7 +15,7 @@ services: PGPASSWORD: "${POSTGRES_PASSWORD}" POSTGRES_HOST_AUTH_METHOD: "${POSTGRES_HOST_AUTH_METHOD:-trust}" worker: - image: "citusdata/citus:11.0.2" + image: "citusdata/citus:11.0.3" labels: ["com.citusdata.role=Worker"] depends_on: [manager] environment: *AUTH diff --git a/postgres-12/Dockerfile b/postgres-12/Dockerfile index bc8e25a7..4d385989 100644 --- a/postgres-12/Dockerfile +++ b/postgres-12/Dockerfile @@ -1,7 +1,7 @@ # This file is auto generated from it's template, # see citusdata/tools/packaging_automation/templates/docker/postgres-12/postgres-12.tmpl.dockerfile. -FROM postgres:12.10 -ARG VERSION=11.0.2 +FROM postgres:12.11 +ARG VERSION=11.0.3 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \ diff --git a/postgres-13/Dockerfile b/postgres-13/Dockerfile index 73d17f97..9b824684 100644 --- a/postgres-13/Dockerfile +++ b/postgres-13/Dockerfile @@ -1,7 +1,7 @@ # This file is auto generated from it's template, # see citusdata/tools/packaging_automation/templates/docker/postgres-13/postgres-13.tmpl.dockerfile. FROM postgres:13.7 -ARG VERSION=11.0.2 +ARG VERSION=11.0.3 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \ diff --git a/tools b/tools new file mode 160000 index 00000000..0258f453 --- /dev/null +++ b/tools @@ -0,0 +1 @@ +Subproject commit 0258f453d693cb370464233c0fc2523025f23a83