Vagrant

詳細情報

タイトル Vagrant
URL https://www.vagrantup.com/
バージョン ver 2.4.9
更新日 2025/08/21
追加日 2016/02/06
種別 フリーソフト
説明 開発環境の構築と共有を簡単化するためのツール。Windows / Mac / Linuxに対応。

レビュー

Vagrant は開発環境を構築・配布するためのツール。

Vagrantで管理する開発環境は、VirtualBoxやVMwareのようなローカル仮想化プラットフォーム、AWSやOpenStackのようなクラウド、DockerやLXCのようなコンテナで動作させることができる。

Vagrant は、完全なポータブル開発環境を作成・管理するためのフレームワークと設定フォーマットを提供する。これらの開発環境はコンピュータ上でもクラウド上でも動作し、Windows、Mac OS X、Linux 間でポータブルを実現している。

スクリーンショット

スクリーンショットはありません。

更新グラフ

バージョン履歴

## 2.4.10.dev (UNRELEASED)
## 2.4.9 (August 21, 2025)
FEATURES:
- provider/virtualbox: Add support for VirtualBox 7.2 [GH-13709]
IMPROVEMENTS:
- docs: Update the node version for the docs site [GH-13713]
- docs: Remove outdated link for Vagrant Cloud [GH-13710]
BUG FIXES:
- provisioner/ansible: Fix OS version detection, when installing Ansible on RHEL-like operating systems [GH-13701]
## 2.4.9.dev (UNRELEASED)
## 2.4.8 (August 05, 2025)
IMPROVEMENTS:
- core: Improve error message when no matching provider is found for a box [GH-13693]
- core: Improve error message on box add failures [GH-13687]
BUG FIXES:
- core: Fix box add action when adding a box directly from a file [GH-13699]
- provider/hyperv: Fix XML configuration parsing logic, and add additional checks for minimum amount of memory and CPU [GH-13691]
- core: Fix guest network configuration when more than one network interface is present [GH-13686]
## 2.4.8.dev (UNRELEASED)
## 2.4.7 (June 17, 2025)
BUG FIXES:
- guests/linux: Fix /etc/fstab clean up behavior [GH-13681]
- provider/docker: Fix auto generated container names [GH-13678]
- provider/hyperv: Fix import for XML based configuration [GH-13674]
## 2.4.7.dev (UNRELEASED)
## 2.4.6 (May 21, 2025)
IMPROVEMENTS:
- core: Improve error messages on box add failures [GH-13660]
- core: Only generate and attach ISO for cloud-init on first boot [GH-13666]
- host/windows: Add basic oscdimg detection on Windows [GH-13668]
- provider/hyperv: Enable cloud-init support [GH-13671]
- provider/virtualbox: Allow link-local IPv6 addresses for hostonly [GH-12653]
BUG FIXES:
- command: Remove server mode checks [GH-13657]
- core: Prevent cloud-init from regenerating and attaching ISO [GH-13666]
- provider/hyperv: Extract machine ID if collection returned [GH-13669]
- provider/hyperv: Fix import failure due to lack of resources [GH-13670]
- provider/virtualbox: Fix VirtualBox private network setup [GH-13659]
## 2.4.6.dev (UNRELEASED)
## 2.4.5 (April 23, 2025)
- communicator/none: Add experimental none communicator [GH-13651]
BUG FIXES:
- core/bundler: Handle multiple versions for system specifications [GH-13652]
## 2.4.4 (April 21, 2025)
## 2.4.5.dev (UNRELEASED)
## 2.4.4 (April 21, 2025)
FEATURES:
IMPROVEMENTS:
- communicator/ssh: Update connect retry behavior, make configurable [GH-13628]
- core: Better behavior outside installers [GH-13636]
- guest/amazonlinux: Support networkd based configuration [GH-13626]
- guest/arch: Update networking for recent versions [GH-13640]
- guest/rhel: Fix networking setup in recent versions [GH-13625]
- host/darwin: Remove HFS from ISO creation [GH-13561]
- provider/hyperv: Add dvd disk support [GH-13642]
- provider/hyperv: Update primary disk detection [GH-13643]
- provider/virtualbox: Add VirtioSCSI storage controller support [GH-13587]
- util/powershell: Prefer using pwsh when available [GH-13648]
BUG FIXES:
- command/box: Fix architecture constraints in outdated/updated command [GH-13601]
- command/box: Fix architecture constraint on provider matches [GH-13647]
- communicators/winrm: Catch IO::Timeout when waiting for communicator [GH-13606]
- communicators/ssh: Catch IO::Timeout when waiting for communicator [GH-13606]
(省略されました)
## 2.4.4.dev (UNRELEASED)
## 2.4.3 (November 12, 2024)
IMPROVEMENTS:
- command/cloud: Support HCP authentication [GH-13540]
BUG FIXES:
- core: Relax constraint on logger dependency [GH-13532]
## 2.4.3.dev (UNRELEASED)
## 2.4.2 (November 01, 2024)
FEATURES:
- provider/virtualbox: Add support for VirtualBox 7.1 [GH-13513]
IMPROVEMENTS:
- core: Always downcase type value when getting digest for checksum calculation [GH-13471]
- core: Activate all runtime dependencies at startup [GH-13526]
- guest/debian: Fix NFS install capability to prevent hang on install [GH-13411]
- kernel_v2/config: Add warning for IPv6 address ending with :1 [GH-13362]
- provider/docker: Properly match container ID when trailing output is present [GH-13475]
- provider/docker: Support build with containerd storage [GH-13343]
- provider/virtualbox: Allow paused state when booting vm [GH-13496]
- provider/virtualbox: Handling warnings in output when detecting version [GH-13394]
- synced_folder/nfs: Output mounting entry [GH-13383]
- synced_folder/smb: Adjust ordering in mount entry output [GH-13383]
BUG FIXES:
- command/cloud: Fix provider upload [GH-13467]
- host/bsd: Use nfsd update command instead of restart [GH-13490]
- kernel_v2/config: Fix IP address check [GH-13494]
(省略されました)
## 2.4.2.dev (UNRELEASED)
## 2.4.1 (January 19, 2024)
FEATURES:
IMPROVEMENTS:
- communicator/ssh: Support ECDSA type keys for insecure key replacement [GH-13327]
- communicator/ssh: Inspect guest for supported key types [GH-13334]
- core: Update Ruby constraint to allow Ruby 3.3 [GH-13335]
- core/bundler: Force strict dependencies for default gems [GH-13336]
- provisioner/ansible: Support pip installation for RHEL >= 8 [GH-13326]
- util/keypair: Add support for ECDSA keys [GH-13327]
BUG FIXES:
- command/plugin: Fix plugin extension installation on Windows [GH-13328]
- communicator/ssh: Fix private key writing on Windows [GH-13329]
- core: Fix Vagrant SSL helper detection on macOS [GH-13277]
- core: Fix box collection sorting [GH-#13320]
- util/platform: Fix architecture mapping for Windows [GH-13278]
VAGRANT-GO:
## 2.4.1.dev (UNRELEASED)
IMPROVEMENTS:
BUG FIXES:
VAGRANT-GO:
## 2.4.0 (October 16, 2023)
FEATURES:
差分がありません