Chris Roberts
c1fa7e475f
Update files for new development
2022-09-29 14:06:30 -07:00
Chris Roberts
ce5861925d
Release 2.3.1
v2.3.1
2022-09-29 14:04:16 -07:00
Sophia Castellarin
6ac6f17119
Merge pull request #12926 from soapy1/update-experimental-go-docs
...
Update experimental go docs
2022-09-28 17:35:57 -04:00
Chris Roberts
ae574fc4eb
Update CHANGELOG
2022-09-28 14:35:01 -07:00
Chris Roberts
8694a400d6
Merge pull request #12925 from chrisroberts/fix-user-agent
...
Fix downloader user agent
2022-09-28 14:34:09 -07:00
sophia
5f3f7fad21
Update CHANGELOG.md
2022-09-28 16:59:17 -04:00
Sophia Castellarin
7a7c8a4677
Merge pull request #12919 from soapy1/box-metadata-errors
...
Return errors when box metadata is unavailable or invalid
2022-09-28 16:58:38 -04:00
sophia
ab26942d11
Add link to all vagrant-go known issues
2022-09-28 16:58:00 -04:00
sophia
bc4904264e
Secret interactive input is now supported
...
ref: https://github.com/hashicorp/vagrant/issues/12865
2022-09-28 16:56:27 -04:00
sophia
aa4e263cff
Bump sdk
2022-09-28 16:53:21 -04:00
sophia
f811e995da
Return errors when box metadata is unavailable or invalid
2022-09-28 16:52:00 -04:00
Chris Roberts
c7ef689d86
Prevent trailing space character on user agent
2022-09-28 13:51:54 -07:00
Sophia Castellarin
ad2d9da37d
Merge pull request #12917 from soapy1/colored-input
...
Support colored input prompts
2022-09-28 16:50:50 -04:00
sophia
57a020cde4
Bump sdk
2022-09-28 16:49:33 -04:00
kaitlincart
e0646e773f
Merge pull request #12899 from hashicorp/kc.issue-template-new
...
New Issue Template
2022-09-26 09:56:14 -07:00
kaitlincart
b53b387451
remove checklists
2022-09-23 15:54:43 -07:00
sophia
d958b15352
go generate to pick up input color changes
2022-09-23 16:22:29 -04:00
kaitlincart
f9c4b2009b
updates from our backlog session
2022-09-23 12:07:31 -07:00
kaitlincart
c8b541f393
Update .github/ISSUE_TEMPLATE/engineering-task.md
...
Co-authored-by: Sophia Castellarin <sophia@hashicorp.com>
2022-09-23 11:50:48 -07:00
Chris Roberts
5edd2efac6
Update CHANGELOG
2022-09-22 11:42:59 -07:00
Chris Roberts
716694e7b8
Merge pull request #12910 from chrisroberts/sudoers
...
Update NFS exports usage
2022-09-22 11:41:28 -07:00
kaitlincart
9829df8b99
Merge pull request #12912 from hashicorp/kc.devdot-updates
...
Devdot updates
2022-09-22 11:16:16 -07:00
kaitlincart
d5c77ce25a
Merge pull request #12896 from hashicorp/kc.issue-template-update
...
Bug Report Template Updates
2022-09-21 14:07:25 -07:00
kaitlincart
9a735f94cc
devdot updates
2022-09-21 13:28:43 -07:00
Chris Roberts
867b120c8f
Merge pull request #12833 from dcermak/relax-grpc-tools-version
...
Relax overly strict grpc-tools version requirement
2022-09-21 13:27:27 -07:00
Chris Roberts
0b053233ea
Update CHANGELOG
2022-09-21 13:26:33 -07:00
Chris Roberts
c13c0feabf
Merge pull request #12885 from wbclark/12884_keys_only_fix
...
(#12884 ) Use default ssh.private_key_path when ssh.keys_only = false
2022-09-21 13:21:27 -07:00
sophia
3f770aaac8
Update CHANGELOG.md
2022-09-21 16:10:59 -04:00
Sophia Castellarin
0aeaab8762
Merge pull request #12909 from soapy1/communicator-no-method
...
Ensure last line from extracting the SSH_AUTH_SOCK is not nil
2022-09-21 16:09:20 -04:00
Chris Roberts
8492cdcc94
Update CHANGELOG
2022-09-21 13:03:48 -07:00
Chris Roberts
db710d1268
Merge pull request #12911 from chrisroberts/version-format
...
Provide helpful error message on invalid version
2022-09-21 13:02:49 -07:00
Sophia Castellarin
efd62b892c
Merge pull request #12879 from soapy1/provider-flag
...
Provider flag
2022-09-21 15:41:15 -04:00
sophia
9b48684226
Ensure last line from extracting the SSH_AUTH_SOCK is not nil
2022-09-21 15:25:44 -04:00
Chris Roberts
b6d4a8dac9
Merge pull request #12638 from dcermak/support-ruby-3-1
...
Support Ruby 3.1
2022-09-21 11:26:51 -07:00
Chris Roberts
7d7ad89ac5
Provide helpful error message on invalid version
...
When a box version (or constraint) is provided with an invalid
format, rescue the error and return a customized error with
information for the user explaining the problem.
2022-09-21 11:21:24 -07:00
Chris Roberts
ca229adbe4
Update NFS documentation for sudoers content
2022-09-21 10:35:55 -07:00
Chris Roberts
b21e4b0602
Use static file path when creating new exports file
2022-09-21 10:35:55 -07:00
sophia
3be4eacaa9
Return an error if the provider is not usable
2022-09-20 14:33:43 -04:00
sophia
7403835511
Update CHANGELOG.md
2022-09-20 10:25:31 -04:00
Sophia Castellarin
e753ea12d1
Merge pull request #12898 from soapy1/pass-around-errors
...
Pass around errors
2022-09-20 10:22:04 -04:00
sophia
33f0267cc4
Bump sdk
2022-09-19 15:15:08 -04:00
sophia
49280286ad
Strip new lines from error details
...
The error details message should just be one string without spacing
so the terminal can set a output length. This will allow messages
from Ruby and Go errors to have similar formating.
2022-09-19 15:14:42 -04:00
sophia
b9fb6c5f5f
Refactor to use localizer to create error with status
2022-09-19 15:14:42 -04:00
sophia
bd801af984
Add details to errors
2022-09-19 15:14:42 -04:00
sophia
9a276d7818
Get additional message into error
2022-09-19 15:14:42 -04:00
sophia
880db9adc0
Add dependency on google rpc protos
2022-09-19 15:14:42 -04:00
sophia
ccb89c0143
Don't check for errors when checking if a provider is usable
...
If a provider is unusable then Usable() will throw an error. When
checking for a default provider, Vagrant should not raise an error
if there is an issue with executing Usable().
2022-09-19 15:14:42 -04:00
sophia
add66c4c2a
Include message in rpc status error from ruby
2022-09-19 15:14:42 -04:00
sophia
6d4f769c87
Validate provider
2022-09-19 15:14:42 -04:00
sophia
571daea639
Validate provider by default when collecting machine config
2022-09-19 15:14:42 -04:00