You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
# 0.6.0-rc3 (2016-02-01)
4
+
5
+
- Exit with code 3 if error is during pre-create check
6
+
3
7
# 0.6.0-rc2 (2016-01-28)
4
8
5
9
- Fix issue creating Swarms
@@ -19,7 +23,7 @@ General
19
23
- Short form of command invocations is now supported
20
24
-`docker-machine start`, `docker-machine stop` and others will now use
21
25
`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
23
27
- Machine now returns exit code 3 if the pre-create check fails.
24
28
- This is potentially useful for scripting `docker-machine`.
25
29
-`docker-machine provision` command added to allow re-running of provisioning
@@ -245,7 +249,7 @@ Drivers
245
249
- Digital Ocean
246
250
- Support for creating Droplets with Cloud-init User Data
247
251
- Openstack
248
-
- Sanitize keynames by replacing dots with underscores
252
+
- Sanitize keynames by replacing dots with underscores
249
253
- All
250
254
- Most base images are now set to `Ubuntu 15.10`
251
255
- Fix compatibility with drivers developed with docker-machine 0.5.0
@@ -311,7 +315,7 @@ Provisioners
311
315
- General
312
316
- Add pluggable driver model
313
317
- 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
315
319
by GitHub attempting to get the current `boot2docker.iso` version
316
320
- Various enhancements around the Makefile and build toolchain (still an active WIP)
317
321
- Disable SSH multiplex explicitly in commands run with the "External" client
@@ -387,7 +391,7 @@ Provisioners
387
391
- Ability to import Boot2Docker instances
388
392
- Boot2Docker CLI migration guide (experimental)
389
393
- 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
391
395
- 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.
0 commit comments