13901 Commits

Author SHA1 Message Date
grahamhub
8ecf0fb0d8 specify correct dir for info.json #12191 2021-04-14 16:18:48 -05:00
Sophia Castellarin
5dc093373a
Merge pull request #12301 from soapy1/ruby-ghaction
Use ruby/setup-ruby gh action
2021-04-14 09:22:17 -05:00
Chris Roberts
67b9e50923 Update CHANGELOG 2021-04-13 15:57:06 -07:00
Chris Roberts
be154dfc9a
Merge pull request #12298 from chrisroberts/fix-rsa-ssh
Fix SSH communicator connections for rsa keys
2021-04-13 15:55:29 -07:00
Chris Roberts
f835fc3215 Update CHANGELOG 2021-04-13 15:53:44 -07:00
Chris Roberts
fb1cf6ece8
Merge pull request #12300 from chrisroberts/docker-output-fix
Fix matching on build output for docker provider
2021-04-13 15:51:15 -07:00
sophia
ff40bd2cf9 Use ruby/setup-ruby gh action
actions/setup-ruby is deprecated
2021-04-13 16:23:54 -05:00
Chris Roberts
c5664e479e Fix matching on build output for docker provider 2021-04-13 13:23:43 -07:00
sophia
d86fc6500c Update CHANGELOG 2021-04-13 13:58:09 -05:00
Sophia Castellarin
dfc8cab1cc
Merge pull request #12281 from soapy1/smb-mount-name
Get folder mount name
2021-04-13 13:57:37 -05:00
Chris Roberts
a08597d787 Tighten constraints on net-ssh to ensure functionality. Update patch
Keep the constraint on net-ssh tight so we can be confident that the
    patching will be successful and that a net-ssh release won't inadvertently
    cause our local updates to become non-functional.

    Fix patch to only update the behavior for RSA based keys when the server
    is recent enough to include the signature changes
2021-04-13 10:58:59 -07:00
Chris Roberts
246058ffbb Add #signature_algorithm and update #ssh_do_sign and #to_blob
Modifies `OpenSSL::PKey::RSA` to provide a `#signature_algorithm`
    method which provides the signature algorithm value expected by
    OpenSSH. The `#ssh_do_sign` method is updated to use the set
    algorithm (SHA256) and `#to_blob` is updated to include the
    signature algorithm instead of the key type.
2021-04-12 17:28:52 -07:00
Brandon Romano
5bc3cdc987
Merge pull request #12282 from hashicorp/br.stackmenu
Upgrade stackmenu to latest
2021-04-07 09:40:42 -07:00
sophia
b1da22b07d Update CHANGELOG 2021-04-07 09:39:15 -05:00
Sophia Castellarin
ba97613235
Merge pull request #12275 from soapy1/fedora-guest-detection-import
Import guest detection module
2021-04-07 09:38:34 -05:00
sophia
408d2cb8bc Update CHANGELOG 2021-04-07 09:38:08 -05:00
Sophia Castellarin
70b5f23589
Merge pull request #12278 from soapy1/downloader-token
Add box directly with authed urls
2021-04-07 09:37:14 -05:00
sophia
82dde55e64 Get folder mount name 2021-04-06 16:25:08 -05:00
Brandon Romano
6d1f478a13 Upgrade stackmenu to latest 2021-04-06 11:39:12 -07:00
Chris Roberts
9c45f7d256
Merge pull request #12255 from eltociear/patch-2
Fix typo in publish_test.rb
2021-04-06 09:29:02 -07:00
sophia
b480790a8d Add box directly with authed urls 2021-04-05 16:39:01 -05:00
sophia
97e4fd2551 Import guest detection module 2021-04-05 16:34:56 -05:00
Chris Roberts
f7973f00ed
Merge pull request #12260 from eltociear/patch-3
Fix typo in en.yml
2021-03-31 15:38:34 -07:00
Bryce Kalow
2c3397c468
feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
Ikko Ashimine
b5965a30ea
Fix typo in en.yml
extention -> extension
2021-03-31 20:06:14 +09:00
Chris Roberts
b42cf83a88 Update files for new development 2021-03-30 16:17:12 -07:00
Chris Roberts
9247e07fc8 Release 2.2.15 v2.2.15 2021-03-30 16:14:54 -07:00
Bryce Kalow
ca16fd27b2
website: add should-build script (#12239) 2021-03-29 10:01:05 -05:00
Ikko Ashimine
ddb3994c25
Fix typo in publish_test.rb
vesion -> version
2021-03-27 11:34:15 +09:00
Chris Roberts
d70ff086af
Merge pull request #12254 from chrisroberts/docs-win-curl
Add env var docs for disabling wincurl
2021-03-25 14:31:44 -07:00
Chris Roberts
9b4091b6a6 Add env var docs for disabling wincurl 2021-03-25 14:11:46 -07:00
Chris Roberts
7589e590bf Update CHANGELOG 2021-03-25 13:38:25 -07:00
Chris Roberts
8adecd1a32
Merge pull request #12253 from chrisroberts/default-gem-resolve
Fix dependency resolution where default gems are included
2021-03-25 13:35:30 -07:00
Chris Roberts
f1076aa333
Merge pull request #12252 from chrisroberts/access-token-behavior-artifactory
Update authentication middleware access token handling
2021-03-25 12:42:03 -07:00
Chris Roberts
7362ac52e4 Fix dependency resolution where default gems are included
Parts of the stdlib which have been externalized but are still
    included within Ruby introduce issues when pinning Vagrant's
    dependencies to resolve plugin installs. When determining
    Vagrant's dependency list prior to solution generation, check
    the specification and ignore any default gems to prevent
    pinning versions that are not actual dependencies.
2021-03-25 12:35:33 -07:00
Chris Roberts
cf51c18ad8 Update authentication middleware access token handling
Replace the `VAGRANT_ALLOW_PARAM_AUTH_TOKEN` environment variable
    with `VAGRANT_SERVER_ACCESS_TOKEN_BY_URL` and update the behavior
    when the environment variable is set to add the access token as
    a query parameter and disable the addition of the authentication
    header.

    Fixes #12080
2021-03-24 17:24:47 -07:00
sophia
4b110d2790 Update CHANGELOG 2021-03-24 15:43:55 -05:00
Sophia Castellarin
8a71470963
Merge pull request #12242 from soapy1/bump-vagrant-cloud
Bump vagrant_cloud gem
2021-03-24 15:43:13 -05:00
Chris Roberts
b1f4e732ec Update CHANGELOG 2021-03-24 13:03:48 -07:00
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
sophia
6d9b48fec1 Bump vagrant_cloud gem 2021-03-18 14:47:02 -05: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