From 676cf905ef9f23cde91a2d6fb4dc7309a822369d Mon Sep 17 00:00:00 2001 From: Pete Hopkins Date: Thu, 28 Jan 2016 09:08:10 -0500 Subject: [PATCH] Version bump to 1.0.2 --- CHANGELOG.md | 8 ++++++++ README.md | 8 +++----- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1841805..60f69c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v1.0.2 (2016-01-27): +#### Features + - "/udp" can now be used when specifying port mappings + +#### Bug fixes + - Deleting the primary service container at the end of a run now removes its + volumes as well + ### v1.0.1 (2016-01-14): #### Features - Using a custom command reports the auto-generated container name diff --git a/README.md b/README.md index 171032a..6b3e24d 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ and test environments. Galley automatically starts a container’s dependencies start up a web server, its database, an intermediate data service (and its database), some queues, worker processes, and the monitoring server they all connect to. -**Latest version:** 1.0.1 +**Latest version:** 1.0.2 - - Custom commands now report the auto-generated name, and the `--as-service` command can be used to restore - the Galleyfile name and port bindings - - `stop-env` now can take any number of environments - - Fixes bugs around how ports are exposed and uses Docker Hub credentials when necessary + - Support for “/udp” in port mapping + - Fixes container removal to delete volumes for primary service’s container ### What makes Galley different? diff --git a/package.json b/package.json index 8429a1b..07bb7ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "galley", - "version": "1.0.1", + "version": "1.0.2", "description": "Galley is a Docker container orchestator for development and testing.", "main": "build/lib/index.js", "scripts": {