Skip to content

Commit 7aac349

Browse files
committed
Bump to Citus v5.2.2 and PostgreSQL 9.5.5
See those projects' CHANGELOGs for more details.
1 parent 12108fd commit 7aac349

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### citus-docker v5.2.2 (November 8, 2016) ###
2+
3+
* Bump Citus version to 5.2.2
4+
5+
* Based on latest PostgreSQL 9.5.5 image and official Citus 5.2.2 package
6+
17
### citus-docker v5.2.1-1.docker (September 16, 2016) ###
28

39
* Preserves ca-certificates package in images to avoid breaking apt-get

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM postgres:9.5.4
1+
FROM postgres:9.5.5
22
MAINTAINER Citus Data https://citusdata.com
33

4-
ENV CITUS_VERSION 5.2.1.citus-1
4+
ENV CITUS_VERSION 5.2.2.citus-1
55

66
# install Citus
77
RUN apt-get update \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: '2'
33
services:
44
master:
55
container_name: 'citus_master'
6-
image: 'citusdata/citus:5.2.1'
6+
image: 'citusdata/citus:5.2.2'
77
ports: ['5432:5432']
88
labels: ['com.citusdata.role=Master']
99
worker:
10-
image: 'citusdata/citus:5.2.1'
10+
image: 'citusdata/citus:5.2.2'
1111
labels: ['com.citusdata.role=Worker']
1212
config:
1313
container_name: 'citus_config'

tutum.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
master:
2-
image: 'citusdata/citus:5.2.1'
2+
image: 'citusdata/citus:5.2.2'
33
ports: ['5432:5432']
44
tags: ['master']
55
links: ['worker']
66
deployment_strategy: every_node
77
worker:
8-
image: 'citusdata/citus:5.2.1'
8+
image: 'citusdata/citus:5.2.2'
99
target_num_containers: 2
1010
tags: ['worker']
1111
config:

0 commit comments

Comments
 (0)