X Tutup
Skip to content

Commit 86272a8

Browse files
committed
Update changelog for v0.6.0-rc3
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent d2300ca commit 86272a8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 0.6.0-rc3 (2016-02-01)
4+
5+
- Exit with code 3 if error is during pre-create check
6+
37
# 0.6.0-rc2 (2016-01-28)
48

59
- Fix issue creating Swarms
@@ -19,7 +23,7 @@ General
1923
- Short form of command invocations is now supported
2024
- `docker-machine start`, `docker-machine stop` and others will now use
2125
`default` as the machine name argument if one is not specified
22-
- Fix issue with panics in drivers
26+
- Fix issue with panics in drivers
2327
- Machine now returns exit code 3 if the pre-create check fails.
2428
- This is potentially useful for scripting `docker-machine`.
2529
- `docker-machine provision` command added to allow re-running of provisioning
@@ -245,7 +249,7 @@ Drivers
245249
- Digital Ocean
246250
- Support for creating Droplets with Cloud-init User Data
247251
- Openstack
248-
- Sanitize keynames by replacing dots with underscores
252+
- Sanitize keynames by replacing dots with underscores
249253
- All
250254
- Most base images are now set to `Ubuntu 15.10`
251255
- Fix compatibility with drivers developed with docker-machine 0.5.0
@@ -311,7 +315,7 @@ Provisioners
311315
- General
312316
- Add pluggable driver model
313317
- Clean up code to be more modular and reusable in `libmachine`
314-
- Add `--github-api-token` for situations where users are getting rate limited
318+
- Add `--github-api-token` for situations where users are getting rate limited
315319
by GitHub attempting to get the current `boot2docker.iso` version
316320
- Various enhancements around the Makefile and build toolchain (still an active WIP)
317321
- Disable SSH multiplex explicitly in commands run with the "External" client
@@ -387,7 +391,7 @@ Provisioners
387391
- Ability to import Boot2Docker instances
388392
- Boot2Docker CLI migration guide (experimental)
389393
- Format option for `inspect` command
390-
- New logging output format to improve readability and display across platforms
394+
- New logging output format to improve readability and display across platforms
391395
- Updated "active" machine concept - now is implicit according to `DOCKER_HOST` environment variable. Note: this removes the implicit "active" machine and can no longer be specified with the `active` command. You change the "active" host by using the `env` command instead.
392396
- Specify Swarm version (`--swarm-image` flag)
393397

0 commit comments

Comments
 (0)
X Tutup