Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.97 KB

[Unreleased]

[0.1.2.beta] - 2024-12-05

WARNING: This version of the plugin adds initial synced folder support. By default, Vagrant will pick the directory share method which it supports and prefers. e.g., SMB. However, SMB is not fully tested, so you need to force the plugin to pick the one that is simple and tested rsync

Vagrant.configure("2") do |config|
  config.vm.synced_folder ".", "/vagrant", type: "rsync"
  config.vm.box = "utm/ubuntu-24.04"
end

Added

  • Initial Synced Folder support with sync
  • Warning: By default vagrant brings other sync methods eg: SMB, NFS but they are not ready to use.

[0.1.1] - 2024-12-03

IMPORTANT: This version of the plugin only works with UTM version 4.5.1 and above, and is incompatible with 0.0.1 version of the plugin.

Added

  • command: add new vagrant command vagrant ip-address (9252020)
  • command: add help messages to custom plugin commands (a35466f)
  • action: Set mac address when bringing up new machine (0efe15b)

Changed

  • plugin: Make config.vm.box mandatory for this plugin (b5be5e8)

Fixed

  • disposable: allow disposable start only for machines already created (cbf591e)
  • up: Set given mac address or random mac address for first interface of a machine to get different IPs of a same base box.

Removed

  • Driver: Removed support for UTM version 4.5.x (9aea46e)

[0.1.0] (Beta) - 2024-11-30

IMPORTANT: This version of the plugin only works with UTM version 4.5.1 and above, and is incompatible with previous versions of the plugin.

Added

  • driver: add new driver for UTM version 4.6.x (13d0ca0)
  • vagrant: add vagrant box support (f7accad)
  • command: support vagrant package command (39fb5a5)

Removed

  • Drop support for utm_file_url from provider config (4fb0ac0)
  • Remove support for importing utm files in zip format (c988671)

[0.0.1] (Pilot release) - 2024-08-08

  • Initial release with all basic vagrant commands
  • Uses UTM file in zip format from a url as VM box to import