1919 Commits

Author SHA1 Message Date
Chris Roberts
443ff01ab7 Add key_type configuration option for ssh
Adds a new `key_type` option to the Vagrantfile ssh configuration. It
defaults to :auto which allows auto detection of key type to use.
Otherwise it can be set to an explicit type supported by Vagrant.
2024-01-10 11:37:50 -08:00
vagrant-bot
5a2b888c37 Release 2.4.0 2023-10-16 16:20:13 +00:00
Chris Roberts
3750601cfb Final content adjustments 2023-10-02 14:44:00 -07:00
kaitlincart
fcdcc873c8
Update architecture.mdx
Default arch intro paragraph update
2023-09-29 16:24:18 -07:00
kaitlincart
7bded13949
Update architecture.mdx
Intro paragraph edit and headings updates.
2023-09-29 10:31:36 -07:00
Chris Roberts
fb5d004241 Fix link anchors 2023-09-28 17:29:06 -07:00
Chris Roberts
0d05b41536 Add architecture page to cloud nav 2023-09-28 17:24:40 -07:00
Chris Roberts
7d889756e6 Add note about architecture value within metadata 2023-09-28 17:24:24 -07:00
Chris Roberts
38f75784d1 Update supported arch values 386 -> i386 2023-09-28 17:24:07 -07:00
Chris Roberts
3d1fc711a3 Add architecture page to vagrant cloud docs 2023-09-28 17:23:56 -07:00
Chris Roberts
4faf740059 Update API paths in box create docs 2023-09-28 17:23:35 -07:00
Chris Roberts
f32055deed Add version to v1 API docs 2023-09-28 17:23:26 -07:00
Chris Roberts
8cd606e5ca Move API docs and add v2 docs 2023-09-28 17:23:09 -07:00
Chris Roberts
d5f12fd7ec
Merge pull request #13239 from chrisroberts/architecture-aware
Add architecture support
2023-09-27 13:24:55 -07:00
kaitlincart
254fe6a97d
Update ansible install link
The install link for ansible was broken.
2023-09-21 10:07:07 -07:00
Chris Roberts
66435a8a98 Add architecture to docs 2023-09-14 16:15:03 -07:00
Chris Roberts
513be177d3 Remove experimental checks
Removes experimental checks on existing experimental features.
2023-09-08 14:15:34 -07:00
hashicorp-copywrite[bot]
36a312ee26
add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
dependabot[bot]
5fc64cde9b
Merge pull request #13227 from hashicorp/dependabot/npm_and_yarn/website/tough-cookie-4.1.3 2023-07-31 14:59:17 +00:00
dependabot[bot]
cf4a99fbed
Merge pull request #13233 from hashicorp/dependabot/npm_and_yarn/website/word-wrap-1.2.4 2023-07-31 14:58:47 +00:00
Chris Roberts
b3a056df5f
Merge pull request #13012 from hashicorp/mktg-tf-2700f3711b54c7f3044e18b66ce1b72f
chore: Update Digital Team Files
2023-07-28 17:15:23 -07:00
dependabot[bot]
74a8d6cf4d
Bump word-wrap from 1.2.3 to 1.2.4 in /website
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 22:20:09 +00:00
dependabot[bot]
756b12729c
Bump tough-cookie from 4.0.0 to 4.1.3 in /website
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 00:16:24 +00:00
Chris Roberts
827140cd90
Merge pull request #13219 from chrisroberts/ssh-keys
Add keypair support for ed25519
2023-06-27 10:33:11 -07:00
Chris Roberts
2e95d08309 Update box documentation about keys 2023-06-26 15:48:53 -07:00
Chris Roberts
f056c293b5
Merge pull request #13209 from nnlkcncff/patch-1
Update machine_settings.mdx
2023-06-21 14:39:48 -07:00
Chris Roberts
d83bfc0d40 Perform best effort ssl revocation check on Windows
When performing a request via curl on Windows using schannel, ssl
certificate revocation checks does not handle verification failures
gracefully when an error is encountered that is unrelated to the actual
revocation of a certificate.

A new option is available to perform best effort revocation checks on
curl, so this is enabled by default on the Windows platform. A new
config option (`box_download_disable_ssl_revoke_best_effort`) has also
been added which can be optionally enabled to restore previous behavior
which results in a hard error if any error is encountered.
2023-06-20 16:37:00 -07:00
nnlkcncff
f120129329
Update machine_settings.mdx
Correcting a double «the".
2023-06-17 16:30:15 +03:00
Chris Roberts
1f904866b5 Release 2.3.7 2023-06-15 13:40:35 -07:00
Chris Roberts
e08fac3989
Merge pull request #13203 from hashicorp/dependabot/npm_and_yarn/website/cross-fetch-3.1.6
Bump cross-fetch from 3.1.4 to 3.1.6 in /website
2023-06-13 13:57:58 -07:00
Chris Roberts
7b7300c45e
Merge pull request #13202 from hashicorp/dependabot/npm_and_yarn/website/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
2023-06-13 13:57:31 -07:00
dependabot[bot]
e0de544a00
Bump json5 from 2.2.0 to 2.2.3 in /website
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:46 +00:00
dependabot[bot]
f830761356
Bump cross-fetch from 3.1.4 to 3.1.6 in /website
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v3.x/CHANGELOG.md)
- [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.6)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:34 +00:00
dependabot[bot]
4eb4f88ac8
Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:34 +00:00
Chris Roberts
0a20379b1a Enable deprecated key type and host key algorithm
Recent versions of OpenSSH remove support of ssh-rsa key types and host
key algorithms from the default conection configuration. Set options to
enable them and provide a configuration option which can disable them if
required.
2023-05-22 17:09:47 -07:00
Chris Roberts
7d35c832db Release 2.3.6 2023-05-19 09:50:03 -07:00
Chris Roberts
119d448071 Release 2.3.5 2023-05-15 16:16:22 -07:00
Bryce Kalow
2a22359380
website: adds content-check command and README update (#13100) 2023-03-01 11:53:38 -06:00
Bryce Kalow
3a745bd131
docs: change frontmatter key from script to description (#13096) 2023-02-24 15:49:20 -06:00
kaitlincart
1a76d40460
Merge branch 'main' into kc.descriptions-docs 2023-02-24 09:35:25 -08:00
kaitlincart
24361018fd
Update website/content/vagrant-cloud/users/authentication.mdx
Co-authored-by: Anthony <russo555@gmail.com>
2023-02-24 09:33:13 -08:00
kaitlincart
50d71eed3c
Update website/content/vagrant-cloud/support.mdx
Co-authored-by: Chris Marchesi <chrism@vancluevertech.com>
2023-02-24 09:33:04 -08:00
kaitlincart
4bcd6e0dbe
Apply suggestions from code review
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
2023-02-22 12:00:45 -08:00
kaitlincart
72b0e947ad
Update website/content/vagrant-cloud/boxes/using.mdx
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
2023-02-22 11:59:11 -08:00
kaitlincart
1074f19fa3 fixes links in headers 2023-02-22 10:46:59 -08:00
kaitlincart
9c64bd1033 adds description metadata, final batch 2023-02-22 10:16:05 -08:00
kaitlincart
7efb70214b adds descriptions, second batch 2023-02-17 14:30:28 -08:00
Sophia Castellarin
57562c2d75
Merge pull request #12660 from joel0/hyperv-mem
Explain how to disable Dynamic Memory in Hyper-V
2023-02-17 14:02:03 -08:00
Sophia Castellarin
8cc21d048d
Merge pull request #13085 from soapy1/misc-docs-updates
Misc docs updates
2023-02-16 15:19:56 -08:00
kaitlincart
26597c0d80 adds descriptions, first batch 2023-02-16 15:02:30 -08:00