13846 Commits

Author SHA1 Message Date
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
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
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
Chris Roberts
438bac2279 Update utility version 1.0.20 2021-02-26 11:01:23 -08:00
Chris Roberts
e135087d63
Merge pull request #12213 from chrisroberts/monkey-patches
Update net-ssh constraint to non-prerelease version
2021-02-26 08:03:47 -08:00
Chris Roberts
034cb8c59e Update net-ssh constraint to non-prerelease version
To prevent resolution issues with the introduction
    of a prerelease constraint, update the net-ssh constraint
    to be a minimum at the latest release. Include monkey
    patches to include support for wanted host key algos.
    The monkey patches are only applied to the latest
    net-ssh currently and will be ignored once the current
    prerelease has been fully released.
2021-02-25 17:07:00 -08:00
Chris Roberts
54c53a4294 Bump vmware utility version 1.0.19 2021-02-25 15:37:08 -08:00
sophia
5d3c37126f Get default dhcp ip from a matching host ip 2021-02-24 15:53:27 -06:00
sophia
b41d114235 Add some docs for networking assumptions 2021-02-24 15:10:43 -06:00
sophia
b95521a272 Update CHANGELOG 2021-02-23 14:25:06 -06:00
Sophia Castellarin
d111596446
Merge pull request #12188 from soapy1/vagrant-does-not-reference-empty-string-vm
Don't try to find "" by prefix in the machine index
2021-02-23 14:24:17 -06:00
Sophia Castellarin
4d73181635
Merge pull request #12104 from ryuheechul/patch-1
Add disks flag in cloud-init usage
2021-02-23 14:04:02 -06:00
sophia
2f2dcda4f6 Update CHANGELOG 2021-02-23 14:01:51 -06:00
Sophia Castellarin
b6c1f6b659
Merge pull request #12148 from dcermak/bump_listen
Bump listen gem version and remove ruby_dep
2021-02-23 14:01:11 -06:00
sophia
b9bab5c0a7 Update CHANGELOG 2021-02-23 13:27:51 -06:00
Sophia Castellarin
181b4ea890
Merge pull request #12177 from soapy1/apply-download-opts-to-metadata
Apply download options to metadata requests
2021-02-23 13:26:53 -06:00
sophia
89ea1c1fee Update CHANGELOG 2021-02-23 13:21:51 -06:00