sophia
efc2bc0674
Update CHANGELOG
2021-05-26 09:29:53 -05:00
Sophia Castellarin
7033852da5
Merge pull request #12391 from yodaaut/fix_ansible_version_detection
...
detects new versions of ansible-4.0.0+
2021-05-26 09:29:13 -05:00
Sophia Castellarin
94676fc944
Merge pull request #12342 from fhemberger/fix-ansible-links
...
Website and Templates: Fix links to Ansible inventory user guide
2021-05-26 09:26:56 -05:00
Philipp Panzer
afa71702e2
add test for ansible core version format
2021-05-25 23:40:04 +02:00
Sophia Castellarin
45a84d5dcc
Merge pull request #12361 from fhemberger/patch-1
...
fix(website/ansible_intro): Update deprecated Ansible variable names
2021-05-25 15:55:39 -05:00
Philipp Panzer
89c071d374
detects new versions of ansible-4.0.0+
...
Ansible has switched dependency between version 3.4.0 (ansible-base) and 4.0.0 (ansible-core), which now outputs new version scheme of "ansible [core 2.11.0]" instead of "ansible 2.10.9".
This fix keeps old and new version detection working.
2021-05-25 13:28:22 +02:00
sophia
cf73ff31e2
Update CHANGELOG
2021-05-24 16:53:45 -05:00
Sophia Castellarin
8d38ba1cdf
Merge pull request #12127 from max-arnold/salt-bootstrap-win
...
Always use upstream Salt bootstrap script on Windows
2021-05-24 16:49:51 -05:00
sophia
1a02a09157
Update Podman and Docker provisioner docs
...
In particular, they should be more clear about the need to have
a guest VM defined in order to use the provisioners.
2021-05-24 10:14:45 -05:00
Jon "The Nice Guy" Spriggs
cf1211078e
Update public_network.mdx
2021-05-24 14:36:32 +01:00
Sophia Castellarin
1650f94215
Merge pull request #12372 from eltociear/patch-4
...
Fix typo in usage.mdx
2021-05-18 09:21:01 -05:00
Ikko Ashimine
1d4af5381f
Update website/content/docs/disks/hyperv/usage.mdx
...
Co-authored-by: Sophia Castellarin <sophia@hashicorp.com>
2021-05-18 09:44:02 +09:00
Brandon Romano
aae8f4f4a5
Merge pull request #12374 from hashicorp/br.hashiconf-banner
...
Adds AlertBanner to promote HashiConf EU
2021-05-17 15:32:30 -07:00
Brandon Romano
0b0262e8a1
Adds AlertBanner to promote HashiConf EU
2021-05-17 15:11:58 -07:00
Ikko Ashimine
5f6e1f94f4
Fix typo in usage.mdx
...
specificy -> specificity
2021-05-17 15:40:55 +09:00
Frederic Hemberger
0138f7f6ae
fix(website/ansible_intro): Update deprecated Ansible variable names
...
`ansible_ssh_host`, `ansible_ssh_port` and `ansible_ssh_user` are no longer used in Ansible and are called `ansible_host`, `ansible_port` and `ansible_user` instead.
2021-05-12 10:50:56 +02:00
Sophia Castellarin
3e4b4646f4
Merge pull request #12339 from dcermak/fix_powershell_test_failures
...
Mock the PowerShell.executable method in more tests
2021-05-10 12:29:26 -05:00
sophia
9ec665a5dc
Add package manager override for brew install instructions
...
ref:
https://github.com/hashicorp/homebrew-tap#what-packages-are-available
2021-05-10 12:23:36 -05:00
Zachary Shilton
b8d0e71fa2
website: support hidden pages in nav-data ( #12348 )
...
* website: bump to docs-page prerelease w hidden support
* website: replace hidden pages hot fix for /docs
* website: remove unused files for old hidden pages hotfix
* website: bump to stable docs-page, w next-mdx-remote bump
2021-05-06 13:18:28 -04:00
Kendall Strautman
8173a57904
Style: Update brand colors ( #12258 )
...
* style: update brand colors
* chore: upgrade react-component deps
* add new downloads page
* chore: upgrades react-tabs
* chore: update deps
* style: home page color updates
* style: fix vmware background
* chore: upgrade body text color components
* style: adds body-copy color override
* feat: updates favicon
* content(home): swap trusted by logo image
* content(home): updates parity svg
* chore: updates product download page
* chore: updates product download page to stable
* style: fix sticky footer for downloads page
* chore: update favicon path
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2021-05-03 11:40:28 -07:00
Frederic Hemberger
1dadd72c62
Fix links to Ansible inventory user guide
2021-05-01 11:34:07 +02:00
Dan Čermák
b1ba47c52c
Mock the PowerShell.executable method in more tests
...
On *nix systems we might not have powershell installed and then finding
powershell.exe or pwsh.exe fails in some tests. If we instead mock
self.executable to return "powershell", then the tests pass and don't cause any
side effects.
2021-04-30 09:37:20 +02:00
Chris Roberts
da87420f57
Update files for new development
2021-04-29 09:27:06 -07:00
Chris Roberts
ab0e888705
Release 2.2.16
v2.2.16
2021-04-29 09:25:35 -07:00
Chris Roberts
646b8db476
Update CHANGELOG
2021-04-29 08:16:03 -07:00
Chris Roberts
091a48edd2
Merge pull request #12335 from chrisroberts/pwsh-support
...
Support pwsh executable name for powershell
2021-04-29 08:14:50 -07:00
Chris Roberts
5967a23fa0
Support pwsh executable name for powershell
...
This updates the powershell detection to look for the `pwsh` executable
and use it when the powershell executable is not available.
2021-04-28 12:45:48 -07:00
Dan Čermák
016911965d
Bump listen version to ~> 3.5
2021-04-27 10:27:11 +02:00
Zachary Shilton
da0a2bff53
website: resolve unlinked content ( #12322 )
...
* website: add back unlinked pages to match previous state
* website: add check for unlinked content
* website: fix issue with missing scope
2021-04-23 09:11:58 -04:00
Zachary Shilton
74810747ab
website: update readme ( #12321 )
...
* website: bump to latest nextjs-scripts prerelease
* website: run generate:readme to update readme blocks
* website: revert bump to nextjs-scripts, deferred
2021-04-22 09:51:14 -04:00
grahamhub
bfa73b06c6
cli: implement --info flag for package #12191
2021-04-15 00:28:41 -05:00
Chris Roberts
5b501a3fb0
Update CHANGELOG
2021-04-14 15:38:42 -07:00
Chris Roberts
7271e02628
Merge pull request #12302 from chrisroberts/linux-reboot
...
Properly wait for reboot process to start
2021-04-14 15:35:35 -07:00
Chris Roberts
424d085343
Merge pull request #12306 from grahamhub/issue-12305
...
fix versioning syntax #12305
2021-04-14 15:15:50 -07:00
grahamhub
c157c6c317
fix versioning syntax (on correct branch) #12305
2021-04-14 16:43:20 -05:00
grahamhub
8ecf0fb0d8
specify correct dir for info.json #12191
2021-04-14 16:18:48 -05:00
Sophia Castellarin
5dc093373a
Merge pull request #12301 from soapy1/ruby-ghaction
...
Use ruby/setup-ruby gh action
2021-04-14 09:22:17 -05:00
Chris Roberts
a088fbba39
Properly wait for reboot process to start
...
This adds a check to the `#wait_for_reboot` method on the linux
guest reboot capability to determine if the a reboot is still
in process. This prevents the reboot process from being initiated
and the `#ready?` check on the guest being called before the
system shutdown process has shutdown the communicator process.
2021-04-13 16:42:31 -07:00
Chris Roberts
67b9e50923
Update CHANGELOG
2021-04-13 15:57:06 -07:00
Chris Roberts
be154dfc9a
Merge pull request #12298 from chrisroberts/fix-rsa-ssh
...
Fix SSH communicator connections for rsa keys
2021-04-13 15:55:29 -07:00
Chris Roberts
f835fc3215
Update CHANGELOG
2021-04-13 15:53:44 -07:00
Chris Roberts
fb1cf6ece8
Merge pull request #12300 from chrisroberts/docker-output-fix
...
Fix matching on build output for docker provider
2021-04-13 15:51:15 -07:00
sophia
ff40bd2cf9
Use ruby/setup-ruby gh action
...
actions/setup-ruby is deprecated
2021-04-13 16:23:54 -05:00
Chris Roberts
c5664e479e
Fix matching on build output for docker provider
2021-04-13 13:23:43 -07:00
sophia
d86fc6500c
Update CHANGELOG
2021-04-13 13:58:09 -05:00
Sophia Castellarin
dfc8cab1cc
Merge pull request #12281 from soapy1/smb-mount-name
...
Get folder mount name
2021-04-13 13:57:37 -05:00
Chris Roberts
a08597d787
Tighten constraints on net-ssh to ensure functionality. Update patch
...
Keep the constraint on net-ssh tight so we can be confident that the
patching will be successful and that a net-ssh release won't inadvertently
cause our local updates to become non-functional.
Fix patch to only update the behavior for RSA based keys when the server
is recent enough to include the signature changes
2021-04-13 10:58:59 -07:00
Chris Roberts
246058ffbb
Add #signature_algorithm and update #ssh_do_sign and #to_blob
...
Modifies `OpenSSL::PKey::RSA` to provide a `#signature_algorithm`
method which provides the signature algorithm value expected by
OpenSSH. The `#ssh_do_sign` method is updated to use the set
algorithm (SHA256) and `#to_blob` is updated to include the
signature algorithm instead of the key type.
2021-04-12 17:28:52 -07:00
Brandon Romano
5bc3cdc987
Merge pull request #12282 from hashicorp/br.stackmenu
...
Upgrade stackmenu to latest
2021-04-07 09:40:42 -07:00
sophia
b1da22b07d
Update CHANGELOG
2021-04-07 09:39:15 -05:00