diff --git a/CHANGELOG b/CHANGELOG index 5ca0946..fb5f15b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ +Release 11 (2018-09-05) +----------------------- +Add Iglu Server 0.4.0 image (#74) + Release 10 (2018-08-31) ----------------------- +----------------------- Fix entrypoint script on piinguin for new base image (#86) Fix README files to include gosu (#88) Fix CHANGELOG year in last three releases (#90) diff --git a/README.md b/README.md index 2bcc36a..de94897 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ docker pull snowplow-docker-registry.bintray.io/snowplow/elasticsearch-loader:0. docker pull snowplow-docker-registry.bintray.io/snowplow/s3-loader:0.6.0 # Iglu Server image -docker pull snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.3.0 +docker pull snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.4.0 # Piinguin Server image docker pull snowplow-docker-registry.bintray.io/snowplow/piinguin-server:0.1.1 @@ -62,7 +62,7 @@ docker build -t snowplow/elasticsearch-loader:0.10.2 elasticsearch-loader/0.10.2 docker build -t snowplow/s3-loader:0.6.0 s3-loader/0.6.0 # Iglu Server image -docker build -t snowplow/iglu-server:0.3.0 iglu-server/0.3.0 +docker build -t snowplow/iglu-server:0.4.0 iglu-server/0.4.0 # Piinguin Server image docker build -t snowplow/piinguin-server:0.1.1 piinguin-server/0.1.1 @@ -116,8 +116,8 @@ docker run \ # Iglu Server docker run \ -v ${PWD}/iglu-server-config:/snowplow/config \ - snowplow/iglu-server:0.3.0 \ # if you have built the image - # snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.3.0 if you have pulled the image + snowplow/iglu-server:0.4.0 \ # if you have built the image + # snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.4.0 if you have pulled the image --config /snowplow/config/application.conf ```