Skip to content

0.34.0

Choose a tag to compare

@edigaryev edigaryev released this 19 Jun 14:35
7957a9b

Notable changes

Orchard now automatically tries tart ip --resolver=agent for --net-bridged-enabled VMs

...and falls back to tart ip --resolver=arp when IP address resolution through Guest agent for Tart VMs fails.

This should make IP resolution more robust for --net-bridged-enabled VMs at a cost of potentially spending 5 additional seconds before falling back to ARP resolver.

However, since all non-vanilla Cirrus Labs macOS images now ship with the Guest agent for Tart VMs installed by default, this should rarely happen in practice.

To notice the effect of this change, you need to upgrade the following components on your workers:

And also update the VM images:

What's Changed

  • Bump github.com/samber/lo from 1.50.0 to 1.51.0 in the all-updates group by @dependabot in #322
  • Try "tart ip --resolver=agent" first when using "--net-bridged" by @edigaryev in #323

Full Changelog: 0.33.3...0.34.0