Chris Roberts
713fa419f2
Merge pull request #13214 from chrisroberts/schannel-best-effort
...
Perform best effort ssl revocation check on Windows
2023-06-21 14:32:44 -07:00
Chris Roberts
0c0ac57f29
Update CHANGELOG
2023-06-21 14:32:14 -07:00
Chris Roberts
f72cda8b49
Include subdirectory when generating makefile
2.3.8.dev+000031-f72cda8b
2.3.8.dev+000032-f72cda8b
2023-06-21 12:28:05 -07:00
Chris Roberts
bdea8f8b16
Merge pull request #13215 from chrisroberts/ssl-helper-path
...
Adjust extension location for correct install path
2023-06-21 10:16:47 -07:00
Chris Roberts
b494c30ced
Adjust extension location for correct install path
...
With existing layout the built shared library will end up in the `./lib`
directory, but the expected location being checked is `./lib/vagrant`.
Adjusting the path within the extension directory results in the proper
adjustment to the installation path.
2023-06-21 09:43:28 -07:00
vagrant-bot
961378e9e2
Terraform managed file
2023-06-21 08:33:24 -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
b616ef76fb
Update files for new development
2023-06-15 13:42:27 -07:00
Chris Roberts
1f904866b5
Release 2.3.7
v2.3.7
2023-06-15 13:40:35 -07:00
vagrant-bot
2f2eaf2660
Terraform managed file
2023-06-15 08:47:09 -07:00
Chris Roberts
8a5b57cc14
Merge pull request #13205 from hashicorp/dependabot/npm_and_yarn/website/node-fetch-and-cross-fetch-2.6.11
...
Bump node-fetch and cross-fetch in /website
2.3.7.dev+000031-8a5b57cc
2.3.7.dev+000032-8a5b57cc
2023-06-13 13:58:17 -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
Chris Roberts
c9472c75e1
Merge pull request #13204 from hashicorp/dependabot/npm_and_yarn/website/json5-2.2.3
...
Bump json5 from 2.2.0 to 2.2.3 in /website
2023-06-13 13:57:04 -07:00
Chris Roberts
8fbbc8f411
Update CHANGELOG
2.3.7.dev+000029-8fbbc8f4
2023-06-12 17:26:43 -07:00
Chris Roberts
15291e2ab7
Merge pull request #13207 from chrisroberts/extension-dev-libs
...
Clarify missing library error
2023-06-12 17:25:37 -07:00
Chris Roberts
3422582d68
Clarify missing library error
...
When an extension fails to build due to missing libraries on the local
system, call out that it is the development files that are misssing and
when installing the library via a package manager it will likely require
the library's development package.
2023-06-12 16:45:42 -07:00
Chris Roberts
da262ab8e9
Merge pull request #13206 from chrisroberts/skip-action-alternatives
...
Handle skipped required tests
2023-06-12 14:41:25 -07:00
Chris Roberts
beaa942ec8
Handle skipped required tests
...
Required tests that are skipped based on path matching need to have an
inverse match with the same name that always succeeds to allow the tests
to be marked as passing.
2023-06-12 14:24:21 -07:00
Chris Roberts
468b80c43c
Update CHANGELOG
2023-06-12 09:48:35 -07:00
dependabot[bot]
dc66c9d661
Bump node-fetch and cross-fetch in /website
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) and [cross-fetch](https://github.com/lquixada/cross-fetch ). These dependencies needed to be updated together.
Updates `node-fetch` from 2.6.1 to 2.6.11
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.11 )
Updates `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: node-fetch
dependency-type: indirect
- dependency-name: cross-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:55 +00: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
46cf185809
Merge pull request #13201 from chrisroberts/dependency-updates
...
Update vagrant-go dependencies
2023-06-12 09:46:07 -07:00
Chris Roberts
8e50b801cd
Add a force-test target to disable caching
2023-06-12 09:33:00 -07:00
Chris Roberts
1c98ab7111
Use proto merge for merging proto based types
2023-06-12 09:33:00 -07:00
Chris Roberts
dcb517e1fb
Prevent parent overwrites during upserts
2023-06-12 09:33:00 -07:00
Chris Roberts
02f844a05d
Require project path to not be empty on test setup
2023-06-12 09:33:00 -07:00
Chris Roberts
49b0aac36c
Adjust test for no error but empty result
2023-06-12 09:33:00 -07:00
Chris Roberts
4562ba6ae1
Update vagrant-go dependencies
2023-06-12 09:33:00 -07:00
Chris Roberts
df59a46189
Update CHANGELOG
2023-06-12 09:33:00 -07:00
Chris Roberts
abd79ed1ca
Update CHANGELOG
2023-06-08 13:38:27 -07:00
Chris Roberts
5c31ef758b
Merge pull request #12904 from chrisroberts/gorm
...
Update vagrant-go data layer
2023-06-08 13:34:33 -07:00
Chris Roberts
0c21086bc2
Test cleanups and adjustments to get everything working
2023-06-07 17:46:04 -07:00
Chris Roberts
8112da0cdc
Update ignore file
2023-06-07 17:44:24 -07:00
Chris Roberts
8be93a18cc
Remove unused vendored package and server install
2023-06-05 17:50:48 -07:00
Chris Roberts
8e26495189
Project client and proc mapper fixes
...
Default the options for default provider so an options value is not
required when calling. The index for the proc lookup should use the key
method, not index.
2023-06-05 17:39:58 -07:00
Chris Roberts
fd617c494f
Update go deps
2023-06-05 17:39:58 -07:00
Chris Roberts
d05bff6570
Update local dev to Ruby 3.1
2023-06-05 17:39:58 -07:00
Chris Roberts
a6d38a8795
Remove ptypes and usages
2023-06-05 17:30:55 -07:00
Chris Roberts
6d88f3a54f
Fix up some of the testing
2023-06-05 14:18:53 -07:00
Chris Roberts
6104e29129
Go mod updates
2023-06-05 14:18:49 -07:00
Chris Roberts
dd184936db
Generated proto updates
2023-06-05 14:18:06 -07:00
Chris Roberts
c797ce5471
Data layer updates
...
Implement direct test coverage on data models and apply
fixes for behavior inconsistencies.
2023-06-05 14:18:06 -07:00
Chris Roberts
6970336d87
Update model definitions and saving
2023-06-05 14:18:06 -07:00
Chris Roberts
4f559c06ab
Add string pointer converters
2023-06-05 14:18:06 -07:00
Chris Roberts
eab9ef8e66
Box find should return nil on not found
2023-06-05 14:18:06 -07:00
Chris Roberts
247b6f55d0
Add upsert helpers
2023-06-05 14:18:06 -07:00