Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from twitter-fabric/1.0.2-release
Browse files Browse the repository at this point in the history
Version bump to 1.0.2
  • Loading branch information
fionawhim committed Jan 29, 2016
2 parents 8f16b23 + 676cf90 commit d705eb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d705eb0

Please sign in to comment.