Skip to content

Commit

Permalink
Bump Postgres versions to 16.6, 15.10, 14.15 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Nov 26, 2024
1 parent 8692119 commit e3c9bb0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Bump Citus version to 12.1.6

* Bump Postgres versions to 16.6, 15.10, 14.15

### citus-docker v12.1.5.docker (July 18,2024) ###

* Bump Citus version to 12.1.5
Expand All @@ -10,7 +12,7 @@

* Bump Citus version to 12.1.4

* Bump Postgresql versions to 16.3, 15.7, 14.12
* Bump Postgresql versions to 16.3, 15.7, 14.12

### citus-docker v12.1.3.docker (April 24,2024) ###

Expand Down Expand Up @@ -157,7 +159,7 @@
### citus-docker v10.0.2.docker (March 4, 2021) ###

* Bump Citus version to 10.0.2

* Bump PostgreSQL version to 13.2

### citus-docker v9.5.2.docker (January 27, 2021) ###
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is auto generated from it's template,
# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
FROM postgres:16.2
FROM postgres:16.6
ARG VERSION=12.1.6
LABEL maintainer="Citus Data https://citusdata.com" \
org.label-schema.name="Citus" \
Expand Down
6 changes: 3 additions & 3 deletions pkgvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
postgres_16_version=16.2
postgres_15_version=15.6
postgres_14_version=14.11
postgres_16_version=16.5
postgres_15_version=15.10
postgres_14_version=14.15

2 changes: 1 addition & 1 deletion postgres-14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is auto generated from it's template,
# see citusdata/tools/packaging_automation/templates/docker/postgres-14/postgres-14.tmpl.dockerfile.
FROM postgres:14.11
FROM postgres:14.15
ARG VERSION=12.1.6
LABEL maintainer="Citus Data https://citusdata.com" \
org.label-schema.name="Citus" \
Expand Down
2 changes: 1 addition & 1 deletion postgres-15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is auto generated from it's template,
# see citusdata/tools/packaging_automation/templates/docker/postgres-15/postgres-15.tmpl.dockerfile.
FROM postgres:15.6
FROM postgres:15.10
ARG VERSION=12.1.6
LABEL maintainer="Citus Data https://citusdata.com" \
org.label-schema.name="Citus" \
Expand Down

0 comments on commit e3c9bb0

Please sign in to comment.