Skip to content

Commit a861d11

Browse files
authored
Merge pull request #12 from citusdata/release-6.0.1
Release 6.0.1 cr: @jasonmp85
2 parents 5f253f6 + f9e1cba commit a861d11

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### citus-docker v6.0.1 (December 1, 2016) ###
2+
3+
* Bump Citus version to 6.0.1
4+
15
### citus-docker v6.0.0 (November 9, 2016) ###
26

37
* Bump Citus version to 6.0.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM postgres:9.6.1
22
MAINTAINER Citus Data https://citusdata.com
33

4-
ENV CITUS_VERSION 6.0.0.citus-1
4+
ENV CITUS_VERSION 6.0.1.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,12 +3,12 @@ version: '2'
33
services:
44
master:
55
container_name: 'citus_master'
6-
image: 'citusdata/citus:6.0.0'
6+
image: 'citusdata/citus:6.0.1'
77
ports: ['5432:5432']
88
labels: ['com.citusdata.role=Master']
99
volumes: ['/var/run/postgresql']
1010
worker:
11-
image: 'citusdata/citus:6.0.0'
11+
image: 'citusdata/citus:6.0.1'
1212
labels: ['com.citusdata.role=Worker']
1313
config:
1414
container_name: 'citus_config'

0 commit comments

Comments
 (0)