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: hashicorp/packer-plugin-qemu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: hashicorp/packer-plugin-qemu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.8
Choose a head ref
  • 9 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 9, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    7846ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19d6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99cd190 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2bb77 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Dec 6, 2022

  1. Update CHANGELOG.md

    nywilken authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9adb2b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. builder: fix interpolation for build_steps

    When the build_steps alternative for inputting boot commands was merged,
    we did not add an exception for interpolating its contents prior to the
    type_boot_command step.
    
    This caused all its contents to be pre-interpolated, but since it relies
    on data that was not populated at interpolation-time, we ended-up with
    the templated content replaced by <no value>.
    
    Adding the boot_steps to the exceptions fixes this problem.
    lbajolet-hashicorp committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    fff76d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e4fa7 View commit details
    Browse the repository at this point in the history
Loading