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-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: hashicorp/packer-plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 15 commits
  • 21 files changed
  • 7 contributors

Commits on Mar 31, 2025

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

Commits on Apr 7, 2025

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

Commits on Apr 9, 2025

  1. Merge pull request #286 from hashicorp/ssh-doc-update

    Added Documentaion Comments for SSH Tunnel flags
    tanmay-hc authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    3970219 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. multistep: use go doc comment syntax

    Updated the `doc.go` file to adhere to
    [Go Doc Comment](https://go.dev/doc/comment) syntax. This allows
    the documentation to render correctly on `pkg.go.dev`.
    
    I was reading the `multistep` package documentation when I noticed
    this. Perhaps there are more packages that need updating but I didn't
    enumerate them.
    sudomateo authored and lbajolet-hashicorp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    8a318d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. communicator: fix SSH agent usage on Windows

    I am adding the changes to handle the ssh-agent forwarding in windows, before this changes the packer code would always go and check the SSH_AUTH_SOCK environment variable for socket file, which is the behavior in linux but in windows a named static files gets used for this purpose, so have added changes for the same.
    
    This was reported by multiple users for reference i have added the github issue link above.
    
    Tests:
    Have added the Unit Test cases for the new changes.
    anshulsharma-hashicorp authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    6c61dc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

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

Commits on Apr 25, 2025

  1. fixes for packer_acc_tests for windows (#281)

    * correcting path for user_data_file
    
    * updating go mod
    
    * updating path
    
    * updating source ami for windows
    
    * fixing package import
    
    * adding skip_create_ami to avoid creating AMI in acceptance test.
    kp2099 authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    2faa16e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Merge pull request #290 from hashicorp/deprecate-msg

    Deprecating `Message` method in UI interface
    tanmay-hc authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    d270050 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    5566877 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from hashicorp/bump-xnet

    Bump golang /x/net to 0.38
    JenGoldstrich authored May 2, 2025
    Configuration menu
    Copy the full SHA
    b72e5b3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    389a7a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #292 from hashicorp/pin-actions

    Pin actions to address security scanner
    JenGoldstrich authored May 12, 2025
    Configuration menu
    Copy the full SHA
    3de6ff7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Update PR template for PCI (#294)

    * chore: update pr template for PCI
    
    * chore: update pr template for PCI
    devashish-patel authored May 30, 2025
    Configuration menu
    Copy the full SHA
    7a5a8ab View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

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

Commits on Jun 24, 2025

  1. Merge pull request #295 from hashicorp/sensitive-var-key

    Added the SensitiveVarsConfigKey
    tanmay-hc authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    d2010b9 View commit details
    Browse the repository at this point in the history
Loading