Skip to content

Latest commit

 

History

History
284 lines (205 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

284 lines (205 loc) · 11.1 KB

0.15.02 (2018-05-22)

  • On RedHad based guest, the installer will now try to install the 'kernel-devel' package additionally to 'kernel-devel-uname -r' Thanks @ghoneycutt [GH-299]

0.15.1 (2018-01-08)

  • Fix disabling yes | via options. Thanks @davidjb [GH-280]

0.15.0 (2017-09-21)

  • Interactive userinputs from the installer run will be answered with "yes" by default. Thanks @jerr0328 [GH-268], [GH-267]
  • Added logging of mounting/umounting VBoxGuestAdditions.iso file. Thanks @m03 [GH-249]
  • Updates remote location of development dependencies.

0.14.2 (2017-05-09)

  • Fix Debian installer. Thanks @chrisko [GH-255], [GH-256]

0.14.1 (2017-05-05)

  • Fix GA version string parsing. Thanks @curtisharvey [GH-253]

0.14.0 (2017-05-04)

No changes.

0.14.0-beta1 (2017-02-24)

  • Added support for VirtualBox 5.1. Thanks @cdloh [GH-238], [GH-230]
    • Waring: The helper method vboxadd_tool was replaced by find_tool(tool)
  • The installers distro(vm) helper method got moved from the Linux class down the Base class which should make implementing non-linux installers easier. This change was purposed by @fabriciocolombo back in [GH-129]
  • The debian installer added support for proxmox VE. Thanks @maninga [GH-246]
  • The debian installer now calls apt-get update with -y --force-yes options. Thanks @podarok [GH-237]
  • Add synopsis for help/list-commands. Thanks @m03 [GH-235], [GH-236]
  • Fix typo in the Installers::Base#yield_installation_warning method name (keeping the incorrect yield_installation_waring as an alias for backward compatibility. This alias will be removed in a future version) Thanks @m03 [GH-234]

0.13.0 (2016-08-12)

  • Fix a bug introduced by upgrading "micormachine". Thanks @omenlabs for [GH-225]
  • Fix a typo in a local variable. Thanks @vdloo for [GH-227]
  • Add a Arch Linux specific installer. Thanks @vdloo, also for fixing some typos in [GH-229]
  • Add a SUSE Linux Enterprise Server (sles) specific installer to address [GH-219] and [GH-216]. Thanks @vpereira, @glookie1 for the hard digging. Thanks @vpereira for [GH-219]. Thanks @bkeepers for the dontenv project, from which I stole it's parser.

0.12.0 (2016-06-16)

  • Fix version comparison when version is reported with revision. Thanks @apeabody for [GH-179], [GH-201]
  • Fix package manager detection on Fedora. Thanks @robnagler for [GH-185]
  • Fix missing binutils dependency for RedHat. Thanks @andy-maier for [GH-188]
  • Fix detecting of chkconfg or service command. Thanks @jherre for [GH-191]
  • Fix cleaning up temp files on Windows. Thanks @JexCheng for [GH-212]
  • Fix ubuntu removing packaged_additions for old installations. [GH-199] Also thanks @thpang67 for [GH-208]
  • Fix driver and service version comparison. Big thanks to @NeMO84 for [GH-213] and [GH-214]
  • Improve installing dependencies on openSUSE. Thanks @vpereira for [GH-190]
  • Improve detection of the VBoxGuestAdditions.iso file. Thanks @Raskil for [GH-206]
  • Add the vm name to log outputs. Thanks @Tomohiro for [GH-210]

For those who want to create their own (or overwrite existing) installers, this sample for a vbguest driver plugin might help you to get started: https://github.com/dotless-de/vagrant-vbguest/tree/master/testdrive/vagrant-vbguest-unikorn

For a full diff see: https://github.com/dotless-de/vagrant-vbguest/compare/v0.11.0...v0.12.0

0.11.0 (2015-10-29)

  • Add installer for opensuse. Thanks @darnells for [GH-163]
  • Add installer for fedora. Thanks @jamesgecko and @PatrickCoffey for [GH-158]
  • Add installer for oracle. Thanks @TobyHFerguson for [GH-145]
  • Add redhat installer support for centos7. Thanks @roidelapluie for [GH-162]
  • Add debian installer support for debian8. Thanks @ubermuda for [GH-171]
  • Add ISO autodetection on Archlinux hosts. [GH-135]
  • Add lookup for the vboxadd tool, instead of assuming it in /etc/init.d
  • And systemd-ish startup methods if available, instead of assuming /etc/init.d/vboxadd beeing useable.
  • Add configuration options for iso upload path and mount point.
  • Add a --no-cleanup command-line switch to make debugging a bit more convenient.

0.10.1 (2015-10-08)

  • Make sure our log message strings are loaded [GH-107]
  • Add ‘bzip2’ as a dependency for redhat based distributions. [GH-155], [GH-167]

0.10.0 (2013-12-09)

  • Adds new config option installer_arguments
    Customize arguments passed to the VirtualBox GuestAdditions shell script installer. Defaults to "--no-x11". [GH-98]
  • Cope with UbuntuCloudImage by default [GH-86], [GH-64], [GH-43] On Ubuntu, always try to remove conflicting installations of GuestAdditions by removing those packages: virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
  • Unload kernel modules when UbuntuCloudImage packages are installed. (Thanks @eric1234 for commenting on ec9a7b1f0a)
  • Wait for SSH connection to be ready. Fixes timing issues with vagrant v1.3.0 and later. [GH-80], [GH-90]
  • Fix a typo in command description [GH-84]
  • Tweak gem dependencies [GH-82]
    • add rake as development dependency
    • remove version locks on gems provided by vagrant
  • Pass plugin name when registration the action hook for vagrant ≥1.1 [GH-80]
  • Fix crash on Vagrant 1.4 [GH-100]

heads-up

  • With [GH-94] the name, vagrant-vbguest registers itself to vagrant's (≥1.1) plugin-system changed from 'vbguest management' to 'vagrant-vbguest'

0.9.0

  • Adds support for vagrant 1.3 [GH-71], [GH-72]
  • Fix crash when using as a command [GH-68].
  • Don't trust VirtualBox Media Manager informations when looking for a iso file. [GH-70]

heads-up

  • Be lax about missing installer for guest OS. No longer throws an error when no Installer class for the guest os was found. Keep the error message, stop vbguest workflow, but keep vagrant running. [GH-65]

0.8.0

  • Adds Vagrant 1.2 compatibility [GH-59], [GH-60], [GH-62] / (thanks @Andrew8xx8 for pointing directions)
  • Fix basic/fallback linux installer [GH-56]
  • Guard auto-reload on broken vagrant builds. Some varant 1.1.x versions have a bug regarding ssh and cleaning up old connections, which results in varant crashing when a box is reloaded.

0.7.1

  • Fix auto-reloading for vagrant 1.1 [GH-52] Also changes the reload method for vagrant 1.0 when ran as middleware (to not run buildin actions manually).

0.7.0

  • When looking for a GuestAdditions iso file in media manager allow version number in filename. [GH-48], [GH-49] / (thanks @neerolyte)
  • Support multiple locations to be searched while "guessing" GuestAdditions iso file
  • On Linux guests also search "$HOME/.VirtualBox" for GuestAdditions iso file. [GH-48]
  • Add support for redhat-based distributions (Scientific Linux and presumably CentOS) [GH-47], [GH-46] / (thanks @neerolyte)
  • Fix an issue with VirtualBox GuestAdditions 4.2.8 [GH-44] / (thanks @jimmycuadra)
  • Reworked bunch of internals, particularly how vagrants's environemnt is passed arround. Also decoupled GuestAdditions finder into a seperate class.
  • Intodruce a vagrant 1.0 compatibility layer for Installers and other vbguest internals

heads-up

  • [GH-44] changes the behavior of vbguest to that effect, that it will no longer halt vagrant workflow if running the VirtualBox GuestAdditions Installer returns an error-code. Instead it will print a human readable waring message.
  • The environment (env) in custom installers is no longer the actions environment Hash, but the Environment instance. Which has some implications on how you can access e.g. the ui: instead of env[:ui] use env.ui
  • To achieve compatibility to both vagrant 1.0 and 1.1, custom Installers, when executing shell commands on the guest system, should use vbguests communicate wrapper. e.g.: A call like vm.channel.sudo 'apt-get update' should be changed to communicate.sudo 'apt-get update' The old vm.channel syntax will continue to work on vagrant 1.0.x but will fail on vagrant 1.1.x.

0.6.4 (2013-01-24)

  • Fix passing a installer class as an config option [GH-40]

0.6.3 (2013-01-19)

  • Fix generic linux installer for not explicitly supported distributions [GH-39]

0.6.2 (2013-01-18)

  • Fix typos and wording in error messages and I18n keys et al. [GH-38]

0.6.1 (2013-01-13)

  • Fix missing command output block and parameters for installation process [GH-37]
  • Update README to reflect new wording for status informations

0.6.0 (2013-01-13)

  • Debian installer now cope with missing dkms package [GH-30]
  • Fixed some issues when runnig on just creating boxes [GH-31]
  • Fixed workding (thx @scalp42) [GH-32]
  • Add debug logging
  • Installers no longer are shell scripts, but ruby classes
  • Users may pass in their own installer classes (yes! plugins in plugins)
  • New sprintf style %{version} placeholder for iso download path. (old $VBOX_VERSION placeholder still working)
  • Revisited command arguments to not just mirror config values:
    • New --do argument: force-run one of those commands:
      • start : Try to start the GuestAdditions Service
      • rebuild : Rebuild the currently installed Guest Additions
      • install : Run the installation process from "iso file"
    • New --status argument
    • Removed -I|--no-install argument (instead use --status)

0.5.1 (2012-11-30)

  • Fix: Provisioning will not run twice when rebooted due to incomplete GuestAdditions installation [GH-27] / (thanks @gregsymons for pointing)

0.5.0 (2012-11-19)

  • Box will be rebooted if the GuestAdditions installation process does not load the kernel module [GH-25], [GH-24]
  • Add --auto-reboot argument to allow rebooting when running as a command (which is disabled by default when runnind as command)
  • Adds this Changelog

0.4.0 (2012-10-21)

  • Add global configuration options [GH-22]
  • Add iso_path option :auto to rest a previously configured path [GH-22]

0.3.5

  • Fix iso detection for windows hosts [GH-20]

0.3.4

  • Fix installer shell script invocation [GH-18]

0.3.3

  • Add Fedora to the list of supported plattforms [GH-17]
  • Add system package update (apt-get update) to the debian installer if package installation fails [GH-16]
  • Drop dependency on vagrant gem [GH-15]

0.3.2

  • Stop GuestAdditions installation and fail with an error when installation of dependency packes fails [GH-13]

0.3.1

  • Ruby 1.8.7 compatibility [GH-12]

0.3.0

  • Removed dependency to the virtualbox gem by using vagrants vm driver [GH-8]

0.2.1

  • Typo fixes in readme and internal renamings. [GH-9], [GH-7]

0.2.0

  • Makes a guess on where to look for a VBoxGuestAdditions.iso file based on the host system (when VirtualBox does not tell). [GH-6]
  • Adds command line options --no-install, --no-remote, --iso
  • Requires vagrant v0.9.4 or later

0.1.1

  • Fix vagrant 0.9.4 compatibility [GH-4]

0.1.0

  • Vagrant 0.9 compatibility (drops 0.8 support) [GH-3]

Previous (≤ 0.0.3)

  • Vagrant 0.8 support