Skip to content

Bump vagrant from v2.2.4 to v2.2.11#51

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/vagrant-v2.2.11
Closed

Bump vagrant from v2.2.4 to v2.2.11#51
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/vagrant-v2.2.11

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps vagrant from v2.2.4 to v2.2.11.

Changelog

Sourced from vagrant's changelog.

2.2.11 (November 05, 2020)

IMPROVEMENTS:

  • command/cap: Add ability to specify target GH-11965
  • command/cloud: Add --force flag to version release command GH-11912
  • command/cloud: Updates to utilize the 3.0 version of vagrant_cloud GH-11916
  • core: Switch from unmaintained gem erubis to erubi GH-11893
  • core: Download Vagrant boxes using auth headers GH-11835
  • core: Remove dependency on mime gem GH-11857
  • core: Handle Errno::EALREADY exceptions on port check GH-12008
  • core: Fix missing hook/trigger insertion into action stack GH-12014
  • guest/linux: Make max reboot wait duration configurable GH-12011
  • guest/windows: Make max reboot wait duration configurable GH-12011
  • providers/virtualbox: Fix availability check of provider GH-11936
  • tests: Add integration tests for Docker provider GH-11907

BUG FIXES:

  • core/synced_folders: Don't persist synced folders to fstab is guest is not reachable GH-11900
  • core: Don't try to recover machine without a uuid GH-11863
  • config/disks: Transform provider specific config to common form GH-11939
  • config/vm: Override synced-folder :nfs option GH-11988
  • contrib/zsh: Remove newline from beginning of completion script GH-11963
  • guests/arch: Install smbclient when setting up arch smb GH-11923
  • guest/linux: Check for /etc/fstab before trying to modify GH-11897
  • guest/linux: Create an /etc/fstab if does not exist GH-11909
  • guest/linux: Persist SMB mounts GH-11846
  • guest/debian: Set hostname in /etc/hosts as first step to changing hostname GH-11885
  • guest/rhel: Check for existence of network files before trying to update them GH-11877
  • guest/suse: Don't use hostnamectl to set hostname if not available on system GH-11996
  • tests: Remove rsync dependency from tests GH-11889

2.2.10 (August 24, 2020)

FEATURES:

  • hyperv/disks: Add ability to manage virtual disks for guests GH-11541

IMPROVEMENTS:

  • core: Allow provisioners to be run when a communicator is not available GH-11579
  • core: Add autocomplete command that allows for install of bash or zsh autocomplete scripts GH-11523
  • core: Update to childprocess gem to 4.0.0 GH-11717
  • core: Add action to wait for cloud-init to finish running GH-11773
  • core: Update to net-ssh to 6.0 and net-sftp to 3.0 GH-11621
  • core: Optimize port in use check for faster validation GH-11810
  • core: Support for Ruby 2.7 GH-11814
  • core: Add synced folder capabilities for mount options and default fstab modification behavior GH-11797
  • guest/arch: Use systemd-networkd to configure networking for guests GH-11400
Commits
  • 0660f22 Release v2.2.11
  • b8e1460 Bump net-ssh to 6.2 release client for host key algorithm fix
  • 6d71bdb Update utility version
  • 4f336ed Merge pull request #12018 from jmfury/jm.bump-hsm-version-1.0.8
  • aa008d2 Merge pull request #12020 from chrisroberts/e-direct-docs
  • e861c31 Update API documentation to include direct
  • aafc51d Update CHANGELOG
  • e75c36e Merge pull request #12011 from amaltson/make-reboot-retry-duration-configurable
  • 4751353 Fetch reboot env var at run time and keep constant values constant
  • eddd21b Merge pull request #12017 from chrisroberts/f-token-warning-print
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [vagrant](https://github.com/hashicorp/vagrant) from v2.2.4 to v2.2.11.
- [Release notes](https://github.com/hashicorp/vagrant/releases)
- [Changelog](https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vagrant@v2.2.4...0660f22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 6, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #52.

@dependabot-preview dependabot-preview Bot deleted the dependabot/bundler/vagrant-v2.2.11 branch November 9, 2020 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants