Chris Roberts
0a0333adb7
Remove CEBConfig
2023-06-05 14:18:05 -07:00
Chris Roberts
e125f55688
Remove services and state not required
2023-06-05 14:18:05 -07:00
Chris Roberts
788c5be03a
Delete server config state and service
2023-06-05 14:18:05 -07:00
Chris Roberts
24acecdae1
Update dev tools
2023-06-05 14:18:05 -07:00
Chris Roberts
0533386d36
Update CHANGELOG
2.3.7.dev+000019-0533386d
2.3.7.dev+000020-0533386d
2.3.7.dev+000021-0533386d
2.3.7.dev+000022-0533386d
2.3.7.dev+000023-0533386d
2.3.7.dev+000024-0533386d
2023-06-02 17:46:21 -07:00
Chris Roberts
6809812965
Merge pull request #13086 from dafyddj/fix/salt-highstate
...
Fix Salt provisioner for Windows guests
2023-06-02 17:44:49 -07:00
Chris Roberts
f52db80142
Update CHANGELOG
2023-06-02 17:15:11 -07:00
Chris Roberts
33bc24d9d7
Merge pull request #13194 from chrisroberts/ssh-comm-interactive
...
Remove keyboard-interactive authentication method
2023-06-02 17:14:23 -07:00
Chris Roberts
bcb9cb5b80
Update CHANGELOG
2023-06-02 17:13:21 -07:00
Chris Roberts
627a5193ef
Merge pull request #13179 from chrisroberts/ssh-deprecated-types
...
Enable deprecated key type and host key algorithm
2023-06-02 17:09:52 -07:00
Chris Roberts
41342dceb3
Remove keyboard-interactive authentication method
...
The keyboard-interactive authentication method was added due to a
mis-reading of a reported issue where the box was not properly
configured for Vagrant. This removes the keyboard-interactive
authentication method which resolves a password prompting issue caused
by its addition.
2023-06-01 17:49:15 -07:00
Chris Roberts
9c83a75bc3
Update CHANGELOG
2.3.7.dev+000018-9c83a75b
2.3.7.dev+000094-9c83a75b
2023-06-01 12:53:38 -07:00
Chris Roberts
30d215edc4
Merge pull request #13178 from chrisroberts/ssl-provider-load
...
Add helper for loading OpenSSL providers
2023-06-01 12:52:22 -07:00
Chris Roberts
5900771a88
Include workflow dispatch for dev builds
2.3.7.dev+000093-5900771a
2023-06-01 10:07:59 -07:00
Chris Roberts
c2fd973cfc
Merge pull request #13192 from chrisroberts/dev-builds
...
Support development builds for specific host
2023-06-01 09:50:44 -07:00
Chris Roberts
3eca70387e
Support development builds for specific host
2023-05-31 18:02:08 -07:00
Chris Roberts
f14883dc89
Include libcrypto when linking
2023-05-31 08:48:13 -07:00
Chris Roberts
75faafaa3a
Update flags prior to checks and makefile generation
2023-05-31 08:48:13 -07:00
Chris Roberts
e3c8ad33ff
Properly handle when header file is not found
...
When header file is not found, generate a dummy Makefile and target
result so extension build will be successful but essentially a no-op
2023-05-31 08:48:13 -07:00
Chris Roberts
415b006ebd
Add helper for loading OpenSSL providers
...
On OpenSSL 3, engines have been deprecated being replaced by providers.
The Ruby openssl library supported loading specific engines, but there
is no replacement currently using providers. The winrm communicator
specifically relies on a MD4 which OpenSSL has marked as legacy and no
longer loads by default.
The extension included loads the legacy provider as well as the default
provider. The legacy provider includes MD4, thus allowing winrm to
function again.
2023-05-25 15:36:55 -07:00
Chris Roberts
1b63ba859b
Adjust scheduled time for nightly build
2.3.7.dev+000013-1b63ba85
2.3.7.dev+000016-1b63ba85
2.3.7.dev+000017-1b63ba85
2023-05-25 15:33:35 -07:00
Chris Roberts
7b0bf8be83
Merge pull request #13185 from chrisroberts/build-workflows
...
build workflows
2023-05-25 15:24:54 -07:00
Chris Roberts
f9c3736994
Add build triggers
...
Include workflows for triggering nightly builds and custom dev builds
from `build-` prefixed branches
2023-05-25 14:07:26 -07:00
Chris Roberts
72d528fa0e
Be explicit with tag and commit ID on release
2023-05-24 17:15:54 -07: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
Allison Larson
2092df529a
Update CHANGELOG.md
2023-05-22 09:59:19 -07:00
Allison Larson
b651c65b54
Merge pull request #13166 from allisonlarson/verify_salt_download
...
Salt: Verify bootstrap-salt download
2023-05-22 09:54:00 -07:00
Allison Larson
7db87b9da3
Salt: Remove old bootstrap scripts
2023-05-19 16:09:46 -07:00
Allison Larson
2fa539e499
Salt: Download & verify shasum of default bootstrap-salt file
2023-05-19 16:09:46 -07:00
Chris Roberts
d6624f3498
Update files for new development
2023-05-19 09:51:56 -07:00
Chris Roberts
7d35c832db
Release 2.3.6
v2.3.6
2023-05-19 09:50:03 -07:00
Allison Larson
babcd62b5d
Update CHANGELOG.md
2023-05-19 09:30:29 -07:00
Allison Larson
ceddf2e6cd
Merge pull request #13153 from allisonlarson/docker_bridge_ip_update
...
Docker: Attempt using docker command for bridge ip
2023-05-19 09:14:04 -07:00
Chris Roberts
253cb9696c
Update CHANGELOG
2.3.6.dev+000085-9509f43
2023-05-18 13:19:17 -07:00
Chris Roberts
d85e56db41
Merge pull request #13165 from chrisroberts/serve-constant
...
Move constants to isolated file to be loaded on-demand
2023-05-18 13:17:28 -07:00
Chris Roberts
b0c5852145
Move constants to isolated file to be loaded on-demand
...
Since the protos are only loaded when the serve command is invoked, move
the constant alias definitions into an isolated file so they are only
loaded when needed by the serve command
2023-05-18 12:02:07 -07:00
Allison Larson
12b73a46b2
docker: attempt using docker command for bridge ip
...
Don't rely on `/sbin/ip` to fetch the docker bridge ip address, instead
first attempt to use the docker command to fetch it. If it fails, fall
back to previous behavior.
2023-05-18 10:54:38 -07:00
Chris Roberts
5a5eb331cc
Merge pull request #13162 from chrisroberts/vagrant-go-arm64
...
Update Makefile output location and update targets
2.3.6.dev+5009580690-66edc80
2.3.6.dev+66edc80
2023-05-17 16:25:43 -07:00
Chris Roberts
882b4929fd
Update testing workflow
2023-05-17 16:14:09 -07:00
Chris Roberts
4e2e4f399d
Update build script for updated Makefile
2023-05-17 15:12:19 -07:00
Chris Roberts
09b1ebd7e1
Update Makefile output location and update targets
...
Write vagrant-go binaries into the ./bin directory. Add targets for
platforms and specific architectures.
2023-05-17 14:37:46 -07:00
Chris Roberts
bdd223b0f8
Update CHANGELOG
2023-05-17 13:58:56 -07:00
Chris Roberts
6234ef021a
Merge pull request #13159 from chrisroberts/unlock-fix
...
Release file lock before file deletion
2.3.6.dev+68b3d94
2023-05-17 13:40:24 -07:00
Chris Roberts
66802b0684
Merge pull request #13160 from chrisroberts/locale-ordering
...
Update locale preference for the virtualbox driver
2023-05-17 13:39:49 -07:00
Chris Roberts
8e98c5ff1c
Update locale preference for the virtualbox driver
...
Update the locale preference list to prefer UTF-8 variations of `C` when
available.
2023-05-17 11:59:05 -07:00
Chris Roberts
1f26256680
Release file lock before file deletion
...
When unlocking the file mutex utility always unlock the file prior to
deletion to ensure the file can be properly deleted.
2023-05-17 11:13:10 -07:00
vagrant-bot
59a0e304ff
Terraform managed file
2023-05-16 14:58:23 -07:00
Chris Roberts
179849341e
Update files for new development
2023-05-15 16:16:38 -07:00
Chris Roberts
119d448071
Release 2.3.5
v2.3.5
2023-05-15 16:16:22 -07:00
Chris Roberts
ee7cdd6c0e
Update CHANGELOG
2.3.5.dev+0365203
2023-05-15 13:18:45 -07:00