Chris Roberts
55dc18cb96
Default the builtin specs when initializing
2021-03-08 17:14:14 -08:00
Chris Roberts
32f4951759
Activate builtin specs during startup
...
When starting up, and before any loading, find our current
specification and activate all the internal dependencies
while also collecting the activated specifications. Store
these for later use when doing plugin resolutions. We bypass
the builtin list when running in bundler since they will
still show up as not activated, but we use the entire list
regardless.
2021-03-08 16:25:13 -08:00
Chris Roberts
282dadf784
When not running inside bundler, only use specifications that are activated
2021-03-08 15:58:47 -08:00
Chris Roberts
2d7694e380
Activate all dependencies when starting up
2021-03-08 15:58:28 -08:00
Chris Roberts
2d019cb608
Provide specialized messages on plugin install failure if possible
...
Inspect the error message received when failing to install a
plugin. If it's something we can determine the cause, send
back a cleaner error message to the user on how to resolve.
2021-03-08 15:57:13 -08:00
Chris Roberts
438bac2279
Update utility version 1.0.20
2021-02-26 11:01:23 -08:00
Chris Roberts
e135087d63
Merge pull request #12213 from chrisroberts/monkey-patches
...
Update net-ssh constraint to non-prerelease version
2021-02-26 08:03:47 -08:00
Chris Roberts
034cb8c59e
Update net-ssh constraint to non-prerelease version
...
To prevent resolution issues with the introduction
of a prerelease constraint, update the net-ssh constraint
to be a minimum at the latest release. Include monkey
patches to include support for wanted host key algos.
The monkey patches are only applied to the latest
net-ssh currently and will be ignored once the current
prerelease has been fully released.
2021-02-25 17:07:00 -08:00
Chris Roberts
54c53a4294
Bump vmware utility version 1.0.19
2021-02-25 15:37:08 -08:00
sophia
b95521a272
Update CHANGELOG
2021-02-23 14:25:06 -06:00
Sophia Castellarin
d111596446
Merge pull request #12188 from soapy1/vagrant-does-not-reference-empty-string-vm
...
Don't try to find "" by prefix in the machine index
2021-02-23 14:24:17 -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
sophia
2f2dcda4f6
Update CHANGELOG
2021-02-23 14:01:51 -06:00
Sophia Castellarin
b6c1f6b659
Merge pull request #12148 from dcermak/bump_listen
...
Bump listen gem version and remove ruby_dep
2021-02-23 14:01:11 -06:00
sophia
b9bab5c0a7
Update CHANGELOG
2021-02-23 13:27:51 -06:00
Sophia Castellarin
181b4ea890
Merge pull request #12177 from soapy1/apply-download-opts-to-metadata
...
Apply download options to metadata requests
2021-02-23 13:26:53 -06:00
sophia
89ea1c1fee
Update CHANGELOG
2021-02-23 13:21:51 -06:00
Sophia Castellarin
6f1ab0ed5e
Merge pull request #12181 from soapy1/alpine-configure-networks
...
Check if interface exists before shutting it down
2021-02-23 13:21:19 -06:00
sophia
a9bd70a3cd
Update CHANGELOG
2021-02-23 13:19:25 -06:00
Sophia Castellarin
6a63a1bae5
Merge pull request #12184 from soapy1/vbox-synced-folders
...
Extract os friendly mount name for vbox shared folders
2021-02-23 13:17:55 -06:00
sophia
d06795da25
Update CHANGELOG
2021-02-23 12:40:38 -06:00
Sophia Castellarin
f2a1e25783
Merge pull request #12189 from soapy1/box-metadata-download-error
...
Raise error if downloading box metadata fails
2021-02-23 12:39:42 -06:00
sophia
3ee055bf6a
Update CHANGELOG
2021-02-22 17:08:06 -06:00
Sophia Castellarin
d52e0e1b09
Merge pull request #12205 from soapy1/shell-agnostic-for-loop
...
Make shell script for loop shell agnostic
2021-02-22 17:07:41 -06:00
Sophia Castellarin
5b72b645d3
Merge pull request #12199 from soapy1/update-ci-scripts
...
Update ci scripts for assume role setup
2021-02-22 16:12:01 -06:00
sophia
220f346d2b
Make shell script for loop shell agnostic
2021-02-22 12:36:54 -06:00
Dan Čermák
d87ed23655
Bump listen gem version and remove ruby_dep
...
listen no longer depends on ruby_dep and thus this pointlessly drags in another
dependency.
2021-02-22 08:48:56 +01:00
sophia
018def1858
Update CHANGELOG
2021-02-19 15:16:27 -06:00
Sophia Castellarin
a6d401cfbe
Merge pull request #12200 from soapy1/bump-vagrant-cloud
...
Bump vagrant cloud version
2021-02-19 15:15:19 -06:00
Sophia Castellarin
08bbff7bf9
Merge pull request #12182 from soapy1/fix-minimal-vagrantfile-test
...
Fix minimal Vagrantfile test
2021-02-19 14:47:04 -06:00
sophia
acef4692af
Bump vagrant cloud version
2021-02-19 14:16:07 -06:00
sophia
d8affe4ff4
Update ci scripts for assume role setup
2021-02-19 12:31:35 -06:00
sophia
d9b3bebf67
Make tests run on changes to templates
2021-02-19 09:42:37 -06:00
Zachary Shilton
8d7751c3e1
website: bump components ( #12196 )
2021-02-17 10:23:43 -05:00
sophia
4b67216d71
Raise error if downloading box metadata fails
2021-02-12 17:07:04 -06:00
sophia
ab1c3c2547
Don't try to find "" by prefix in the machine index
2021-02-11 15:59:15 -06:00
sophia
b30a87ce6c
Extract os friendly mount name for vbox shared folders
2021-02-10 15:25:56 -06:00
sophia
ccbdcd46d0
Fix minimal Vagrantfile test
...
A minimal Vagrantfile may set the vi mode for ruby
2021-02-10 11:34:50 -06:00
sophia
b24d4252c5
Check if interface exists before shutting it down
2021-02-10 10:44:36 -06:00
sophia
44f527ff8e
Apply download options to metadata requests
2021-02-09 18:33:20 -06:00
Bryce Kalow
81b7d1524b
website: update next and nextjs-scripts ( #12173 )
2021-02-09 10:13:36 -06:00
sophia
5cc8d5def9
Update CHANGELOG
2021-02-04 15:55:07 -06:00
Sophia Castellarin
9307d4b0dd
Merge pull request #12135 from max-arnold/salt-bootstrap-nix
...
Modernize Salt bootstrap script
2021-02-04 15:53:51 -06:00
Sophia Castellarin
cde266627c
Merge pull request #12170 from wschoot/main
...
More typosquat
2021-02-04 14:30:23 -06:00
Wouter Schoot
16f230f4b6
More typosquat
2021-02-04 21:17:25 +01:00
Sophia Castellarin
6acee0fad4
Merge pull request #12150 from hashicorp/f-add-vi-init-min
...
Update Vagrantfile.min.erb add vi mode for ruby
2021-02-04 13:58:53 -06:00
Sophia Castellarin
d30ff4d5d3
Merge pull request #12159 from wschoot/patch-1
...
Update usage.mdx
2021-02-04 13:51:15 -06: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
Alvaro Miranda Aguilera
def5ccc42e
Update Vagrantfile.min.erb
2021-01-23 12:05:41 +01:00