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: v1.0.9
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: v1.0.10
Choose a head ref
  • 20 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 19, 2022

  1. Add SSHKeyGen step

    This makes use of the SSH communicators temporary key generation
    
    The builders already referenced "StepCleanupTempKeys" but since none were created it did nothing
    LIV2 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ae4e198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f963b33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Include temporary keypair docs

    LIV2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    092609f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Prepare for 1.0.10 dev

    nywilken committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b9ce476 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 12, 2023

  1. Merge branch 'boot_arg_sshpublickey' of github.com:LIV2/packer-plugin…

    …-vmware into LIV2-boot_arg_sshpublickey
    nywilken committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5cf0d88 View commit details
    Browse the repository at this point in the history
  2. Update StepSSHKeyGen logic

    SSH key generation should only occur when using the SSH communicator.
    While there is no issue generating just to generating, it feels like an
    extra step that can lead to confusion if the communicator in use is not "ssh".
    nywilken committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    047bbac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b9a62 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    790baeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e788e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5bd41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20fc25f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f41e1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b22397 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    978e156 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    a087f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586a9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18a4d17 View commit details
    Browse the repository at this point in the history
  4. Fix configuration of additional disk

    Additional disks would always get configured as scsi devices regardless of disk_adapter_type
    This change ensures that additional disks are always configured on the same bus as the primary disk
    This resolves #91
    LIV2 authored and nywilken committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4555b42 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Cut release 1.0.10

    nywilken committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f4a9c24 View commit details
    Browse the repository at this point in the history
Loading