1708 Commits

Author SHA1 Message Date
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
Mike Bruins
c2b007ab31
Removal requires sudo access 2021-03-09 10:03:19 +10:30
Sophia Castellarin
20bd1e1f87
Merge pull request #12131 from nnorakk/patch-1
Update ansible_intro.mdx
2021-03-08 14:48:13 -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
Chris Roberts
438bac2279 Update utility version 1.0.20 2021-02-26 11:01:23 -08:00
Chris Roberts
54c53a4294 Bump vmware utility version 1.0.19 2021-02-25 15:37:08 -08:00
sophia
b41d114235 Add some docs for networking assumptions 2021-02-24 15:10:43 -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
Zachary Shilton
8d7751c3e1
website: bump components (#12196) 2021-02-17 10:23:43 -05:00
Bryce Kalow
81b7d1524b
website: update next and nextjs-scripts (#12173) 2021-02-09 10:13:36 -06:00
Wouter Schoot
16f230f4b6 More typosquat 2021-02-04 21:17:25 +01:00
Wouter Schoot
0169666fcd
Update usage.mdx 2021-01-28 16:28:19 +01:00
Bryce Kalow
64843eb717
website: add new redirects based on recent 404s (#12157) 2021-01-26 10:18:32 -06:00
Jeff Escalante
365dc3bed2
remove netlify artifacts (#12142) 2021-01-21 16:14:11 -05:00
Chris Roberts
a997b9e5bd Update community page links 2021-01-20 16:01:12 -08:00
Brandon Romano
2013e13c49 Website StackMenu updates for 1/14 2021-01-13 10:28:57 -08:00
Jeff Escalante
eb8a113698
Website: prepare for vercel hosting (#12114)
* prepare for vercel hosting

* smooth out some config syntax

* update readme

* fix a couple broken links

* temporarily add back netlify config for transition
2021-01-12 20:09:00 -05:00
Chris Roberts
c7700df686 Update vmware utility version 1.0.18 2021-01-12 13:38:09 -08:00
Chris Roberts
d87e49752d Update Big Sur known issues within documentation
Add Big Sur specific known issues to the provider documentation
    and link to the known issues page from the note on the vmware page
2021-01-12 13:10:46 -08:00
Sophia Castellarin
7cf16bf821
Update website/pages/vmware/index.jsx
Co-authored-by: Jack Pearkes <jackpearkes@gmail.com>
2021-01-12 11:57:08 -06:00
sophia
d89088b3c8 Add known issues section to vmware page 2021-01-12 10:37:53 -06:00
Zachary Shilton
cf5341c997
Prepare for build-time code highlighting (#12118)
* Bump to nextjs-scripts 14

* Pull in latest code-block

* Bump to stable nextjs-scripts
2021-01-07 14:53:07 -05:00
nnorakk
11a0723c29
Update ansible_intro.mdx 2021-01-05 22:23:02 -03:00
Jeff Escalante
892a2cef17
restore search 2020-12-14 18:50:15 -05:00
Heechul Ryu
2e3a4692be
Add disks flag in cloud-init usage
As pointed out here, https://www.grzegorowski.com/how-to-test-cloud-init-locally-with-vagrant, `cloud-init` doesn't work without `disks` flag, so it's being added it.
2020-12-10 18:07:12 +00:00
Jeff Escalante
8789e7c118
fix security page, remove unneeded deps, adjust jsconfig 2020-12-03 17:33:25 -05:00
Jeff Escalante
133c7272d0
add next-remote-watch 2020-11-24 15:37:33 -05:00
Jeff Escalante
79041a9cd1
update to latest version of DocsPage 2020-11-24 15:10:08 -05:00
Jeff Escalante
137f194ccf
update deps, migrate to mdx remote 2020-11-24 14:26:26 -05:00
Chris Roberts
74e38789ae Update website version 2.2.14 2020-11-20 09:40:49 -08:00
Daniel
b0a65eab36
Add nfs exports troubleshoot hint 2020-11-18 08:30:29 +01:00
sophia
d850c88840 Bump vmware utility version 2020-11-16 17:02:23 -06:00
Chris Roberts
f36ece40e2 Update utility version on downloads 2020-11-09 09:32:33 -08:00
sophia
baabb8b762 Add vmware disks docs 2020-11-09 11:28:01 -06:00
Chris Roberts
a1e00b2a04 Update version on website 2.2.13 2020-11-06 19:07:06 -08:00
Chris Roberts
c7957fee1e Update website vagrant version 2.2.12 2020-11-06 13:00:24 -08:00
Chris Roberts
ba31203981 Update website Vagrant version 2.2.11 2020-11-05 16:33:11 -08:00
Chris Roberts
6d71bdb6ae Update utility version 2020-11-05 10:29:08 -08:00
Chris Roberts
4f336edff2
Merge pull request #12018 from jmfury/jm.bump-hsm-version-1.0.8
[Website] Bump HSM version for design tweaks
2020-11-05 09:35:10 -08:00
Chris Roberts
e861c3183f Update API documentation to include direct
Adds Vagrant Cloud API documentation for using the direct upload
approach with proper curl and ruby examples.
2020-11-05 09:28:36 -08:00
Chris Roberts
e75c36e1a4
Merge pull request #12011 from amaltson/make-reboot-retry-duration-configurable
Make the max reboot retry duration configurable
2020-11-03 15:47:51 -08:00
Chris Roberts
4751353a5f Fetch reboot env var at run time and keep constant values constant
Keep the default duration as a constant and fetch the custom environment
variable at run time with a fallback to the default. Set the sleep duration
into a constant and add tests covering the expected behaviors when the
default duration is in use as well as the override value. Also match the
environment variable up with the constant just for consistency.
2020-11-03 15:11:10 -08:00
Jimmy Merritello
1f791115d1
Bump HSM version for design tweaks 2020-11-02 10:24:38 -06:00
Arthur Maltson
b0b45966cb 📝 Add documentation around new retry timeout
With the newly added `VAGRANT_MAX_REBOOT_RETRY_TIMEOUT` environment
variable, add some documentation explaining how and when to use it.
2020-10-31 18:15:18 -04:00
Chris Roberts
822655d85c Make note that the extra_args option is only for the ssh command 2020-10-30 12:39:49 -07:00
Michele
48e133e31e Use docker mirror 2020-10-28 21:23:25 -07:00
sophia
336001ac17 Update default branch to main 2020-10-19 16:37:10 -05:00
Jimmy Merritello
283c3ac58c
Update HSM version w/ waypoint 2020-10-15 11:36:23 -05:00
Chris Roberts
ec1e619fcf
Merge pull request #11962 from jmfury/jm.website-bump-hsm-menu
[Website] Bump HSM version
2020-10-14 14:53:29 -07:00
Alexander Chen
331eee1bc6
Update website/pages/vagrant-cloud/boxes/using.mdx
Co-authored-by: Sophia Castellarin <sophia@hashicorp.com>
2020-10-14 14:32:20 -07:00