diff --git a/.github/workflows/publish_docker_images_cron.yml b/.github/workflows/publish_docker_images_cron.yml index fa6905e..4ede743 100644 --- a/.github/workflows/publish_docker_images_cron.yml +++ b/.github/workflows/publish_docker_images_cron.yml @@ -20,13 +20,14 @@ jobs: - latest - alpine - postgres_13 + - postgres_14 - nightly steps: - name: Checkout repository uses: actions/checkout@v2 - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/.github/workflows/publish_docker_images_on_manual.yml b/.github/workflows/publish_docker_images_on_manual.yml index feeeb69..b571911 100644 --- a/.github/workflows/publish_docker_images_on_manual.yml +++ b/.github/workflows/publish_docker_images_on_manual.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/.github/workflows/publish_docker_images_on_push.yml b/.github/workflows/publish_docker_images_on_push.yml index 7385d2b..3aeac8a 100644 --- a/.github/workflows/publish_docker_images_on_push.yml +++ b/.github/workflows/publish_docker_images_on_push.yml @@ -18,13 +18,14 @@ jobs: - latest - alpine - postgres_13 + - postgres_14 - nightly steps: - name: Checkout repository uses: actions/checkout@v2 - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/.github/workflows/publish_docker_images_on_tag.yml b/.github/workflows/publish_docker_images_on_tag.yml index faa4e4c..63e8de7 100644 --- a/.github/workflows/publish_docker_images_on_tag.yml +++ b/.github/workflows/publish_docker_images_on_tag.yml @@ -18,6 +18,7 @@ jobs: - latest - alpine - postgres_13 + - postgres_14 - nightly steps: - name: Checkout repository @@ -27,7 +28,7 @@ jobs: ref: master - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 6f3b087..b9c3c2c 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -27,7 +27,7 @@ jobs: run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources - name: Clone tools branch - run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools - name: Set git name and email run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index f290270..3cb024f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### citus-docker v11.1.3.docker (October 17,2022) ### + +* Bump Citus version to 11.1.3 + +* Bump PostgreSQL version to 15.0 + ### citus-docker v11.1.2.docker (September 30,2022) ### * Bump Citus version to 11.1.2 diff --git a/Dockerfile b/Dockerfile index 0baaa8f..ff411e4 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.5 -ARG VERSION=11.1.2 +FROM postgres:15.0 +ARG VERSION=11.1.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" \ @@ -20,8 +20,8 @@ RUN apt-get update \ curl \ && curl -s https://install.citusdata.com/community/deb.sh | bash \ && apt-get install -y postgresql-$PG_MAJOR-citus-11.1=$CITUS_VERSION \ - postgresql-$PG_MAJOR-hll=2.16.citus-1 \ - postgresql-$PG_MAJOR-topn=2.4.0 \ + postgresql-$PG_MAJOR-hll=2.17.citus-1 \ + postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \ && apt-get purge -y --auto-remove curl \ && rm -rf /var/lib/apt/lists/* diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ecb2457..8c17aaa 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.5-alpine -ARG VERSION=11.1.2 +FROM postgres:15.0-alpine +ARG VERSION=11.1.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 3f8c051..644af2f 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.1.2" + image: "citusdata/citus:11.1.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.1.2" + image: "citusdata/citus:11.1.3" labels: ["com.citusdata.role=Worker"] depends_on: [manager] environment: *AUTH diff --git a/pkgvars b/pkgvars index 3be43ba..c6fef05 100644 --- a/pkgvars +++ b/pkgvars @@ -1,3 +1,3 @@ -postgres_14_version=14.2 -postgres_13_version=13.6 -postgres_12_version=12.10 +postgres_15_version=15.0 +postgres_14_version=14.5 +postgres_13_version=13.8 diff --git a/postgres-13/Dockerfile b/postgres-13/Dockerfile index b9b553a..56c1f90 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.8 -ARG VERSION=11.1.2 +ARG VERSION=11.1.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" \ @@ -20,8 +20,8 @@ RUN apt-get update \ curl \ && curl -s https://install.citusdata.com/community/deb.sh | bash \ && apt-get install -y postgresql-$PG_MAJOR-citus-11.1=$CITUS_VERSION \ - postgresql-$PG_MAJOR-hll=2.16.citus-1 \ - postgresql-$PG_MAJOR-topn=2.4.0 \ + postgresql-$PG_MAJOR-hll=2.17.citus-1 \ + postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \ && apt-get purge -y --auto-remove curl \ && rm -rf /var/lib/apt/lists/* diff --git a/postgres-15/Dockerfile b/postgres-14/Dockerfile similarity index 92% rename from postgres-15/Dockerfile rename to postgres-14/Dockerfile index 95eab1e..5a5f20e 100644 --- a/postgres-15/Dockerfile +++ b/postgres-14/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:15beta4 -ARG VERSION=11.1.2 +# see citusdata/tools/packaging_automation/templates/docker/postgres-14/postgres-14.tmpl.dockerfile. +FROM postgres:14.5 +ARG VERSION=11.1.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" \