Nathan LeClaire
c616791108
Merge pull request #3616 from nathanleclaire/revert_version_bump
...
Revert "Bump version for 0.8.0"
2016-07-27 13:41:31 -07:00
Nathan LeClaire
fd85914f80
Revert "Bump version for 0.8.0"
...
This reverts commit 324f31ea4b .
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-07-27 13:38:59 -07:00
Nathan LeClaire
9a2e327224
Merge pull request #3614 from nathanleclaire/v0.8.0_bump
...
Bump version for 0.8.0
2016-07-27 13:31:45 -07:00
Nathan LeClaire
324f31ea4b
Bump version for 0.8.0
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-07-27 13:21:30 -07:00
Nathan LeClaire
fcad7821d7
Merge pull request #3612 from GenPage/patch-1
...
Update digitalocean driver image defaults
2016-07-27 13:16:28 -07:00
Dylan Page
6c39ec9e3f
Update digitalocean driver image defaults
...
- Changed default image from 15.10 to 16.04.1
- Use slug instead of ID to prevent breakage with ubuntu point releases
Signed-off-by: Dylan Page <genpage@digitalocean.com >
2016-07-27 14:08:06 -04:00
Nathan LeClaire
ff1f645174
Merge pull request #3611 from nathanleclaire/fix_do_slug
...
Fix missing slug issue
2016-07-26 17:39:40 -07:00
Nathan LeClaire
9ab845ce01
Fix missing slug issue
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-07-26 17:32:17 -07:00
Nathan LeClaire
783b3a8341
Merge pull request #3552 from juanjose49/Update-Windows-VirtualBox-Driver
...
Change VirtualBox on Windows base paths to use long path prefix
2016-07-08 17:24:11 -07:00
Nathan LeClaire
770d198619
Merge pull request #3575 from ahmetalpbalkan/azure-atomic-write
...
azure: another cross-fs tempfile moving fix
2016-07-08 10:11:22 -07:00
Ahmet Alp Balkan
af44041f28
azure: another cross-fs tempfile moving fix
...
Actually fixes #3313 .
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2016-07-08 10:04:05 -07:00
Nathan LeClaire
eeb35dd5e4
Merge pull request #3573 from aculich/patch-1
...
remove LTS from Ubuntu 15.10 in aws driver docs
2016-07-07 09:49:32 -07:00
Aaron Culich
f171370343
remove LTS from Ubuntu 15.10 in aws driver docs
...
The 14.04.x and 16.04 [release](https://wiki.ubuntu.com/Releases ) are LTS., but Ubuntu 15.10 is not an LTS release, so I'd suggest removing that designation from the docs.
Signed-off-by: Aaron Culich <aculich@berkeley.edu >
2016-07-05 22:40:16 -07:00
Nathan LeClaire
34ea48e7dc
Merge pull request #3564 from cdrage/add-variantid-to-osrelease
...
Add VARIANT and VARIANT_ID to os-release
2016-07-05 16:39:16 -07:00
Nathan LeClaire
7712452207
Merge pull request #3546 from leonhartX/master
...
add swarm-join-opt support
2016-07-05 16:35:08 -07:00
Nathan LeClaire
338744a639
Merge pull request #3571 from nathanleclaire/disable_nonswarm_ext_attribute_client_for_server_cert
...
Disable extended key usage as a client for non-Swarm-master server certs
2016-07-05 16:23:35 -07:00
Nathan LeClaire
c0b721b5f9
Disable extended key usage as a client for non-Swarm-master server certs
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-07-05 16:08:28 -07:00
Charlie Drage
e29c77bff3
Add VARIANT and VARIANT_ID to os-release
...
In order to provision different variant types such as embedded and
server releases, it's required to grep the VARIANT and VARIANT_ID
variables of os-release.
Specifically from this commit:
56267336c7
Which adds the VARIANT_ID="atomic.host" in order to differentiate
between Fedora Server and container-centric Atomic Host releases.
This commit adds the accessability of VARIANT and VARIANT_ID in order
for Docker Machine to successfully provision different variants of Fedora
releases.
Signed-off-by: Charlie Drage <charlie@charliedrage.com >
2016-07-04 17:33:58 -04:00
Nathan LeClaire
42a08deba5
Merge pull request #3560 from s-koba/3559-fix-crash_report
...
Remove "open : no such file or directory" message during crash report
2016-06-30 17:48:40 -07:00
KOBAYASHI Shinji
cd95232ac7
Remove "open : no such file or directory" message during crash report
...
Add an empty string check to the path argument of addFile(). Send()
method of BugsnagCrashReporter calls addFile() passing err.LogFilePath
as the path argument, which is an empty string if the driver is not
virtualbox.
Fixes #3559
Signed-off-by: KOBAYASHI Shinji <koba@jp.fujitsu.com >
2016-06-30 06:46:14 +00:00
Juan San Emeterio
ec7018348d
Accounted for the escaped backslashes
...
Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com >
2016-06-28 12:52:51 -04:00
Juan San Emeterio
70c7de3ddc
Modified the Windows VirtualBox Driver
...
*The current implementation for the Windows VirtualBox driver maps
directly to the 'c:\\Users' directory. This regularly causes exceptions
when a file is written to a volume on a Windows machine where there is a
limitation on the number of characters allowed in a file path.
*By instead using the proposed mapping of '\\?\c:\\Users' the Windows
API will allow the file path to exceed the character limit and should
resolve issues and cryptic errors for many users that are using Docker
Machine to build artifacts with lengthy file paths.
Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com >
2016-06-28 12:37:08 -04:00
Ke Xu
0ca33d886c
add swarm-join-opt support
...
Signed-off-by: Ke Xu <leonhartx.k@gmail.com >
2016-06-27 18:17:44 +09:00
Nathan LeClaire
5f6bc6fa72
Merge pull request #3508 from s-koba/3507-fix-redhat-ssh-logs
...
Add SSH logs when provisioning with RedHat derivatives
docs-v0.8.0-rc2-2016-06-23
2016-06-23 17:29:26 -07:00
Nathan LeClaire
cdd8c86e41
Merge pull request #3535 from tronicum/fedora-version
...
bumped version up to fedora 23 (should'nt it use a matching versi…
2016-06-23 17:28:54 -07:00
Nathan LeClaire
9c4a8a93a1
Merge pull request #3524 from dantjones/master
...
Add Skytap Docker Machine Driver Plugin
2016-06-23 17:22:55 -07:00
Nathan LeClaire
97c3f27434
Merge pull request #3521 from katzj/gce-instances-monitoring-scope
...
Add the monitoring scope to the default scopes for GCE instances created by docker-machine
2016-06-23 17:22:39 -07:00
tronicum
5c888874e0
updated test
...
Signed-off-by: tronicum <tronicum@gmail.com >
2016-06-23 16:01:38 +02:00
tronicum
071ce5e667
bumped version up to fedora 23 (should'nt it use a matching version and only default to something else otherwise?)
...
Signed-off-by: tronicum <tronicum@gmail.com >
2016-06-23 15:39:01 +02:00
Dan Jones
7830ca897f
Add Skytap Docker Machine Driver Plugin
...
Signed-off-by: Dan Jones <dan@virtualjones.net >
2016-06-22 13:53:30 -07:00
Jeremy Katz
2692ac9005
Add the monitoring scope to the default scopes for GCE instances created by docker-machine
...
Signed-off-by: Jeremy Katz <jekatz@google.com >
2016-06-22 10:18:47 -04:00
Nathan LeClaire
bca4af7130
Merge pull request #3510 from nathanleclaire/0.8.0-script
...
0.8.0 release tasks
2016-06-15 09:33:52 -07:00
Nathan LeClaire
9e0aec6b8c
Update changelog for release 0.8.0
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-06-14 16:18:03 -07:00
Nathan LeClaire
4357f4ca3b
Update release script to work with any version pattern
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-06-14 16:17:47 -07:00
KOBAYASHI Shinji
ec4697ea33
Add SSH logs when provisioning with RedHat derivatives
...
Fixes #3507
Signed-off-by: KOBAYASHI Shinji <koba@jp.fujitsu.com >
2016-06-14 11:13:32 +00:00
Nathan LeClaire
91ec013436
Merge pull request #3502 from nathanleclaire/plugin_exit
...
Add code to exit when heartbeat call fails
2016-06-13 17:52:14 -07:00
Nathan LeClaire
7986255782
Merge pull request #3503 from nathanleclaire/vmwarefusion_fix_cpus
...
Fix driver CPU inconsistency
2016-06-13 17:51:47 -07:00
Nathan LeClaire
c9e8a87a3b
Fix driver CPU inconsistency
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-06-13 16:06:08 -07:00
Nathan LeClaire
d2fe2c281a
Add code to exit when heartbeat call fails
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-06-13 16:03:10 -07:00
Nathan LeClaire
3dd8466ca8
Merge pull request #3489 from legal90/fix-doc-parallels
...
docs: Fix the name of "Parallels Desktop for Mac"
2016-06-13 16:00:05 -07:00
Nathan LeClaire
ba9219eb03
Merge pull request #3463 from malex984/add-virtualbox-ui-type
...
Adding an optional VM's UI type for the virtualbox driver
2016-06-13 15:53:02 -07:00
Mikhail Zholobov
4739fbda5b
docs: Fix the name of "Parallels Desktop for Mac"
...
Signed-off-by: Mikhail Zholobov <legal90@gmail.com >
2016-06-09 17:56:28 +03:00
Sven Dowideit
e3594a517f
Merge pull request #3468 from SvenDowideit/more-validation-fixes
...
More docs validation fixes
2016-06-02 15:04:20 -07:00
Sven Dowideit
0589857e9e
More docs validation fixes
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2016-06-02 18:32:27 +00:00
Nathan LeClaire
52d0020542
Merge pull request #3405 from eedeebee/3404-add-tcsh-support-to-env-command
...
Add tcsh support to --shell
2016-06-01 15:56:28 -07:00
Nathan LeClaire
a482479f5b
Merge pull request #3436 from tyrken/upgrade-govmomi-netip
...
Upgrade govmomi to 0.6.2, use WaitForNetIP
2016-06-01 15:54:01 -07:00
Tristan Keen
73e8b0de2b
Merge branch 'master' into upgrade-govmomi-netip
2016-05-31 22:11:18 +01:00
Oleksandr Motsak
6a2221fd97
Adding an optional VM's UI type for the virtualbox driver ("--virtualbox-ui-type")
...
NOTE: with this one can specify the UI Type: gui,sdl,separate instead of the default choice (headless)
NOTE: running X11 server is required if UI type is not headless
Signed-off-by: Oleksandr Motsak <http://goo.gl/mcpzY >
2016-05-28 16:51:45 +02:00
Nathan LeClaire
2420975f4e
Merge pull request #3423 from npcode/fix-swarm-port-binding
...
Fix port binding of swarm master
2016-05-27 13:46:51 -07:00
Nathan LeClaire
6002b411ce
Merge pull request #3381 from bamarni/issue-3359
...
[SSH] Allow private keys with 0400 permissions (fixes #3359 )
2016-05-23 18:28:50 -07:00