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.3.4
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.4.0
Choose a head ref
  • 17 commits
  • 75 files changed
  • 4 contributors

Commits on Feb 1, 2023

  1. Update environment variables URL in error message

    Closes #142
    Wilken Rivera authored and nywilken committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fd628a5 View commit details
    Browse the repository at this point in the history
  2. ssh: add warnings on DSA usage

    The DSA signature algorithm is not considered secure anymore, and is
    actively deprecated in the Go crypto libs.
    
    To let users know that they should not use that anymore, we add a notice
    in the comments for the SSH private key options.
    lbajolet-hashicorp committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0ab9c86 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Remove ioutil in favour of io and os packages and exclude crypto/dsa …

    …from linting as the warning is not relevant.
    rossmaclean authored and lbajolet-hashicorp committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    45e4613 View commit details
    Browse the repository at this point in the history
  2. Add deprecation warning for DSA

    Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com>
    rossmaclean and lbajolet-hashicorp committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    aa0cffe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Update hashicorp/go-getter pkg to address CVE-2023-0475

    Wilken Rivera authored and nywilken committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2085e33 View commit details
    Browse the repository at this point in the history
  2. Add go-test action for SDK

    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a124fa7 View commit details
    Browse the repository at this point in the history
  3. Update working directory for go checks

    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4754c3b View commit details
    Browse the repository at this point in the history
  4. Update generated files

    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    dcc669e View commit details
    Browse the repository at this point in the history
  5. Remove directory from matrix

    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e5ba35c View commit details
    Browse the repository at this point in the history
  6. Update go generate with Go 1.18

    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    47e77fe View commit details
    Browse the repository at this point in the history
  7. Remove Go 1.19 from test matrix

    Go 1.19 has different formatting directives that appears to be causing
    conflicts with 1.18.
    Wilken Rivera committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e2f3241 View commit details
    Browse the repository at this point in the history
  8. packer-sdc: return errors on duplicate tag/field

    When generating the flattened structures for a HCL2-compatible config,
    we didn't prevent users from defining duplicate fields or tags, instead
    warning them.
    
    The warning in itself did not prevent the resulting structures from
    being generated, leading into a situation where the first definition of
    the arg/tag would have precedence over the subsequent definitions,
    leading to shadowing their definitions.
    
    To prevent this in the future, we immediately return an error when such
    a conflict is introduced, and signal to the user which attribute is
    problematic.
    lbajolet-hashicorp authored and nywilken committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d160ce0 View commit details
    Browse the repository at this point in the history
  9. Update golang.org/x/net to address GO-2023-1571

    Wilken Rivera authored and nywilken committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    62bcc50 View commit details
    Browse the repository at this point in the history
  10. Use login user name when available

    Wilken Rivera authored and nywilken committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ac3abdc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Remove circle-ci jobs in favor of GHA

    Wilken Rivera authored and nywilken committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a11399a View commit details
    Browse the repository at this point in the history
  2. Add test to runner for Darwin Os

    * Remove directory from matrix build for Windows config
    Wilken Rivera authored and nywilken committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ba0cbeb View commit details
    Browse the repository at this point in the history
  3. cut release v0.4.0

    Wilken Rivera committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    75fe363 View commit details
    Browse the repository at this point in the history
Loading