Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vmware/packer-plugin-vmware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: vmware/packer-plugin-vmware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    5e61132 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. chore(dev): prepare development cycle (#461)

    Prepare the plugin for the 2.1.0 development cycle and pre-release builds.
    
    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
    tenthirtyam authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    79d9ece View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. refactor: add support for bridged networking (#462)

    Refactors to add support bridged networking.
    
    - Adds the ability to retrieve the IP address of the guest operating system from VMware Tools.
    - Detects the IP address of the host to use when using bridged networking.
    - Uses the IP address of the guest operating system received from VMware Tools when using bridged networking.
    - Uses the IP address of the guest operating system received from VMware Tools as a fallback for NAT and host-only networking.
    
    Note: The method for NAT and host-only networking may be subsequently refactored to only use the VMware Tools method, but this commit limits the scope to only adding support for bridged networking.
    
    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
    tenthirtyam authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    50c60ca View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. chore(release): v2.1.0 (#463)

    Release v2.1.0.
    
    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
    tenthirtyam authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    8246401 View commit details
    Browse the repository at this point in the history
Loading