13861 Commits

Author SHA1 Message Date
Chris Roberts
5b6fc4c0bb
Merge pull request #12250 from chrisroberts/cloud-upload-sized
Check file size prior to upload and automatically adjust options
2021-03-24 13:01:15 -07:00
Chris Roberts
4d77da0553
Merge pull request #12183 from wtanaka/master
Added a note to the changelog documenting the change from a .vagrant
2021-03-24 12:59:45 -07:00
Sophia Castellarin
7b1cdddda3
Merge pull request #12249 from eltociear/patch-1
Fix typo in vagrantfile.rb
2021-03-24 12:13:46 -05:00
Chris Roberts
fd4da92245 Check file size prior to upload and automatically adjust options
When uploading box file, check if the size is greater than
    5GB. If the size is larger and the direct to storage option
    is enabled, disable the option due to current 5GB restriction
    on direct uploads.
2021-03-23 15:11:32 -07:00
Ikko Ashimine
4dca0b90fa
Fix typo in vagrantfile.rb
inital -> initial
2021-03-23 18:16:45 +09:00
Chris Roberts
f603392804 Update CHANGELOG 2021-03-17 13:59:07 -07:00
Chris Roberts
60323fdd6c
Merge pull request #12235 from chrisroberts/api-notify-ups
Prevent notification on default store, fix client end point
2021-03-17 13:57:47 -07:00
Chris Roberts
a6082a106a Update CHANGELOG 2021-03-17 13:56:32 -07:00
Chris Roberts
e69858794e
Merge pull request #12234 from chrisroberts/authenticate-box-url
Deprecate hook and disable access token parameter by default
2021-03-17 13:10:11 -07:00
Chris Roberts
16e91e4ba2 Do not convert value to allow nil value to pass through 2021-03-17 13:08:43 -07:00
Chris Roberts
3316098bb6 White space trim 2021-03-17 13:08:30 -07:00
Chris Roberts
d580fbbee2 Use the server url helper method within the client
Some client setup locations where not using the custom helper
    method for the vagrant server URL value so they have been
    updated. The api path is also appended if it is not set for
    custom server URLs
2021-03-15 17:17:10 -07:00
Chris Roberts
c6153ff84f Remove deprecation log messages 2021-03-15 15:36:33 -07:00
Chris Roberts
d3fffd65d2 Prevent notifications on redirect to default store
This also checks if the redirect notification has been displayed
    before inspecting the source and location to prevent repeat checks
    after the notification has been sent.
2021-03-15 15:21:07 -07:00
Chris Roberts
867d65b079 Remove access token parameter if found on URL 2021-03-15 15:17:48 -07:00
Chris Roberts
51382a0d0a Deprecate hook and disable access token parameter by default
This sets the `authenticate_box_url` hook as deprecated and also
    disables the cloud auth middleware from adding an access token
    as a URL parameter by default. An environment variable has been
    added which can be used for re-enabling the access token URL
    parameter behavior if required for some legacy system which does
    not support the authorization header.
2021-03-15 14:46:46 -07:00
sophia
e963774ceb Update CHANGELOG 2021-03-12 10:11:35 -06:00
Sophia Castellarin
c412cfd71d
Merge pull request #12168 from cjmartian/remove-space
remove all space from checksums
2021-03-12 10:10:44 -06:00
Connor Martin
e041bc7998 add checksum test 2021-03-11 17:47:08 -06:00
Connor Martin
e92fe5d720 Merge branch 'main' of github.com:hashicorp/vagrant into remove-space 2021-03-11 17:20:57 -06:00
sophia
7b4bfd450d Update CHANGELOG 2021-03-11 13:33:37 -06:00
Sophia Castellarin
02b176d3d5
Merge pull request #12230 from soapy1/detect-fedora
Detect fedora using os-releases id
2021-03-11 13:33:14 -06:00
sophia
fad1819cb0 Detect fedora using os-releases id
OS releases was added to fedora in Feb 2012
c6a541628f
and released into both F17 and F18: https://bugzilla.redhat.com/show_bug.cgi?id=733117

Those have both been EOL'ed since 2014
2021-03-11 11:50:43 -06:00
Sophia Castellarin
1c976f26ae
Merge pull request #12223 from soapy1/test-double-fix
Use test doubles instead of 'true'
2021-03-10 17:16:18 -06:00
sophia
7c8e204b8c Use test doubles instead of 'true' 2021-03-10 16:44:20 -06:00
Chris Roberts
c99a07ff60 Update CHANGELOG 2021-03-09 11:40:23 -08:00
Chris Roberts
8a69d0c4da
Merge pull request #12225 from chrisroberts/resolution-isolation
Activate builtin specs on startup, provider better plugin install errors
2021-03-09 11:38:14 -08:00
Chris Roberts
ae48e960fc Add test for behavior difference when running outside of installer 2021-03-09 08:06:10 -08:00
Chris Roberts
80ec78929a Adjust syntax on method 2021-03-09 08:05:55 -08:00
Chris Roberts
320fb81824 Clean up tests to handle modifications 2021-03-08 17:14:53 -08:00
Chris Roberts
55dc18cb96 Default the builtin specs when initializing 2021-03-08 17:14:14 -08:00
Chris Roberts
5dd0a8c8ac
Merge pull request #12224 from xenomorpheus/patch-1
Removal requires sudo access on Mac
2021-03-08 16:34:42 -08:00
Chris Roberts
32f4951759 Activate builtin specs during startup
When starting up, and before any loading, find our current
    specification and activate all the internal dependencies
    while also collecting the activated specifications. Store
    these for later use when doing plugin resolutions. We bypass
    the builtin list when running in bundler since they will
    still show up as not activated, but we use the entire list
    regardless.
2021-03-08 16:25:13 -08:00
Chris Roberts
282dadf784 When not running inside bundler, only use specifications that are activated 2021-03-08 15:58:47 -08:00
Chris Roberts
2d7694e380 Activate all dependencies when starting up 2021-03-08 15:58:28 -08:00
Chris Roberts
2d019cb608 Provide specialized messages on plugin install failure if possible
Inspect the error message received when failing to install a
    plugin. If it's something we can determine the cause, send
    back a cleaner error message to the user on how to resolve.
2021-03-08 15:57:13 -08:00
Mike Bruins
c2b007ab31
Removal requires sudo access 2021-03-09 10:03:19 +10:30
sophia
66fc0d84ea Update CHANGELOG 2021-03-08 16:34:17 -06:00
Sophia Castellarin
33586066f9
Merge pull request #12201 from kpy3/main
FreeBSD updated ansible to py37-ansible
2021-03-08 16:33:39 -06:00
sophia
e95b344cc5 Update CHANGELOG 2021-03-08 15:42:49 -06:00
Sophia Castellarin
990d94ed9d
Merge pull request #12152 from dpausp/fix-nixos-networking
Fix network config for recent NixOS releases
2021-03-08 15:42:10 -06:00
Sophia Castellarin
20bd1e1f87
Merge pull request #12131 from nnorakk/patch-1
Update ansible_intro.mdx
2021-03-08 14:48:13 -06:00
sophia
b8e61c53de Update CHANGELOG 2021-03-08 14:06:17 -06:00
Sophia Castellarin
c151651df9
Merge pull request #12216 from dcermak/bump_bcrypt_pbkdf
Bump bcrypt_pbkdf version
2021-03-08 14:05:52 -06:00
sophia
e2cef4a5d1 Update CHANGELOG 2021-03-08 13:59:05 -06:00
Sophia Castellarin
0c653a3d4f
Merge pull request #12211 from soapy1/get-default-dhcp-ip
Get default dhcp ip from a matching host ip
2021-03-08 13:57:46 -06:00
sophia
b26861c392 Update CHANGELOG 2021-03-08 13:54:56 -06:00
Sophia Castellarin
ade9ecdde7
Merge pull request #12186 from soapy1/vagrant-destroy-exit-code
Don't count not created machines as declined when destroying
2021-03-08 13:54:03 -06:00
Sophia Castellarin
8b6e3cff2f
Merge pull request #12209 from soapy1/networking-assumptions-docs
Add some docs for networking assumptions
2021-03-08 13:52:34 -06:00
Dan Čermák
d996166098 Bump bcrypt_pbkdf version
There were no functional changes between 1.0.0 and 1.1.0:
b5d1a921fc...v1.1.0
so this update should be safe
2021-03-01 10:59:12 +01:00