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-vsphere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.6
Choose a base ref
...
head repository: vmware/packer-plugin-vsphere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.7
Choose a head ref
  • 7 commits
  • 20 files changed
  • 6 contributors

Commits on Mar 19, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 27, 2024

  1. build(deps): bump github.com/vmware/govmomi from 0.36.1 to 0.36.2

    Bumps [github.com/vmware/govmomi](https://github.com/vmware/govmomi) from 0.36.1 to 0.36.2.
    - [Release notes](https://github.com/vmware/govmomi/releases)
    - [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
    - [Commits](vmware/govmomi@v0.36.1...v0.36.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vmware/govmomi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lbajolet-hashicorp committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    27b6be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: use cdroms len instead of ISOPaths len (#394)

    * common: factor out a function to list cdrom devices
    * common: use cdroms len instead of ISOPaths len
    * driver/vm_mock: nil-out added ISO paths in EjectCdroms
    * docs: Add the documentation for `reattach_cdroms` to the 
    generated documentation.
    
    
    ---------
    
    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
    Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com>
    Hi-Angel and tenthirtyam authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bc09f66 View commit details
    Browse the repository at this point in the history
  2. docs: update external documentation links

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
    Ryan Johnson authored and nywilken committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    310be57 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: upload max retries (#379)

    - Updates the `vsphere` post-processor to support `max_retries` for the upload to a vSphere endpoint. Defaults to 5.
    - Sets and uses constants for `DefaultMaxRetries`, `DefaultDiskMode`,
     and `OvftoolWindows`.
    
    Ref: #30
    
    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
    Ryan Johnson authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0a8ddcd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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