Skip to content

Releases: Parallels/vagrant-parallels

v2.4.7

26 Jun 12:00
v2.4.7
4acb032
Compare
Choose a tag to compare

What's Changed

  • Bump vagrant from v2.4.3 to 2.4.5 by @dependabot in #502
  • Map the share option to the prl_fsd --share flag by @mpdude in #505
  • Ensure no empty array of options for prl_fsd by @mike-ross in #507
  • Bump rack from 2.2.13 to 2.2.14 in /website/docs in the bundler group across 1 directory by @dependabot in #506

New Contributors

Full Changelog: v2.4.6...v2.4.7

v2.4.6

19 Jun 05:32
c7824c5
Compare
Choose a tag to compare

What's Changed

  • Fixed some acceptance test failures for ubuntu box by @bineesh-n in #499
  • Update README.md to mention Xcode command line development tools by @middaparka in #501

New Contributors

Full Changelog: v2.4.5...v2.4.6

v2.4.5

11 Mar 13:11
77eb2d2
Compare
Choose a tag to compare
updated version

v2.4.4

27 Feb 06:57
7434d61
Compare
Choose a tag to compare
  • Add a check for prl_fsd and use that to mount if it exists.
    [GH-487]
  • Updated the documentation to reflect the new version of the provider.
    [GH-488]

v2.4.3

24 Feb 13:37
88e2ad5
Compare
Choose a tag to compare
Merge pull request #486 from Parallels/POS-24-enterpise-license

Add 'enterprise' edition support for Parallels CLI functionality check

v2.4.2 - Minor bug fixes

05 Feb 08:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

Use 'clonefile' copy for APFS disks

16 Oct 08:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0 - Shared Folders for .macvm VMs on Apple M-series hosts

22 May 09:09
8cabe92
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Implement shared folder support for .macvm VMs [GH-448]

BUG FIXES:

  • Fix shared folder mount error on .macvm VMs [GH-445]

v2.3.1

23 Mar 16:26
eb8f2df
Compare
Choose a tag to compare

BUG FIXES:

  • Fix the detection of VM IP. Wait for the IP to become available to avoid connection issues and Vagrant warnings. [GH-440]

v2.3.0 - Fix SSH for .macvm VMs on Macs with Apple M-series chip

22 Mar 14:59
5892f8e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support fetching the VM IP using prlctl [GH-434].
  • Update gem dependensies and support Ruby 3.0 [GH-437], [GH-439].

BUG FIXES:

  • Fixes SSH access to .macvm VMs on Macs with Apple M-series chip [GH-435]