Skip to content

Commit

Permalink
Merge branch 'release-5.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Nov 8, 2016
2 parents 675c26e + 7aac349 commit 8685eae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### citus-docker v5.2.2 (November 8, 2016) ###

* Bump Citus version to 5.2.2

* Based on latest PostgreSQL 9.5.5 image and official Citus 5.2.2 package

### citus-docker v5.2.1-1.docker (September 16, 2016) ###

* Preserves ca-certificates package in images to avoid breaking apt-get
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:9.5.4
FROM postgres:9.5.5
MAINTAINER Citus Data https://citusdata.com

ENV CITUS_VERSION 5.2.1.citus-1
ENV CITUS_VERSION 5.2.2.citus-1

# install Citus
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '2'
services:
master:
container_name: 'citus_master'
image: 'citusdata/citus:5.2.1'
image: 'citusdata/citus:5.2.2'
ports: ['5432:5432']
labels: ['com.citusdata.role=Master']
worker:
image: 'citusdata/citus:5.2.1'
image: 'citusdata/citus:5.2.2'
labels: ['com.citusdata.role=Worker']
config:
container_name: 'citus_config'
Expand Down
4 changes: 2 additions & 2 deletions tutum.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
master:
image: 'citusdata/citus:5.2.1'
image: 'citusdata/citus:5.2.2'
ports: ['5432:5432']
tags: ['master']
links: ['worker']
deployment_strategy: every_node
worker:
image: 'citusdata/citus:5.2.1'
image: 'citusdata/citus:5.2.2'
target_num_containers: 2
tags: ['worker']
config:
Expand Down

0 comments on commit 8685eae

Please sign in to comment.