File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
2020 - latest
2121 - alpine
2222 - postgres_13
23+ - postgres_14
2324 - nightly
2425 steps :
2526 - name : Checkout repository
2627 uses : actions/checkout@v2
2728
2829 - name : Clone tools branch
29- run : git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
30+ run : git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3031
3132 - name : Install package dependencies
3233 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v2
2727
2828 - name : Clone tools branch
29- run : git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
29+ run : git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3030
3131 - name : Install package dependencies
3232 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ jobs:
1818 - latest
1919 - alpine
2020 - postgres_13
21+ - postgres_14
2122 - nightly
2223 steps :
2324 - name : Checkout repository
2425 uses : actions/checkout@v2
2526
2627 - name : Clone tools branch
27- run : git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
28+ run : git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
2829
2930 - name : Install package dependencies
3031 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 1818 - latest
1919 - alpine
2020 - postgres_13
21+ - postgres_14
2122 - nightly
2223 steps :
2324 - name : Checkout repository
2728 ref : master
2829
2930 - name : Clone tools branch
30- run : git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
31+ run : git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3132
3233 - name : Install package dependencies
3334 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2727 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
2828
2929 - name : Clone tools branch
30- run : git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
30+ run : git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3131
3232 - name : Set git name and email
3333 run : |
Original file line number Diff line number Diff line change 1+ ### citus-docker v11.1.3.docker (October 17,2022) ###
2+
3+ * Bump Citus version to 11.1.3
4+
5+ * Bump PostgreSQL version to 15.0
6+
17### citus-docker v11.1.2.docker (September 30,2022) ###
28
39* Bump Citus version to 11.1.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.
3- FROM postgres:14.5
4- ARG VERSION=11.1.2
3+ FROM postgres:15.0
4+ ARG VERSION=11.1.3
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" \
@@ -20,8 +20,8 @@ RUN apt-get update \
2020 curl \
2121 && curl -s https://install.citusdata.com/community/deb.sh | bash \
2222 && apt-get install -y postgresql-$PG_MAJOR-citus-11.1=$CITUS_VERSION \
23- postgresql-$PG_MAJOR-hll=2.16 .citus-1 \
24- postgresql-$PG_MAJOR-topn=2.4.0 \
23+ postgresql-$PG_MAJOR-hll=2.17 .citus-1 \
24+ postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \
2525 && apt-get purge -y --auto-remove curl \
2626 && rm -rf /var/lib/apt/lists/*
2727
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.
3- FROM postgres:14.5 -alpine
4- ARG VERSION=11.1.2
3+ FROM postgres:15.0 -alpine
4+ ARG VERSION=11.1.3
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.1.2 "
8+ image : " citusdata/citus:11.1.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.1.2 "
18+ image : " citusdata/citus:11.1.3 "
1919 labels : ["com.citusdata.role=Worker"]
2020 depends_on : [manager]
2121 environment : *AUTH
Original file line number Diff line number Diff line change 1- postgres_14_version=14.2
2- postgres_13_version=13.6
3- postgres_12_version=12.10
1+ postgres_15_version=15.0
2+ postgres_14_version=14.5
3+ postgres_13_version=13.8
You can’t perform that action at this time.
0 commit comments