-
Notifications
You must be signed in to change notification settings - Fork 59
Comparing changes
Open a pull request
base repository: hashicorp/packer-plugin-sdk
base: v0.3.4
head repository: hashicorp/packer-plugin-sdk
compare: v0.4.0
- 17 commits
- 75 files changed
- 4 contributors
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd628a5 - Browse repository at this point
Copy the full SHA fd628a5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0ab9c86 - Browse repository at this point
Copy the full SHA 0ab9c86View commit details
Commits on Feb 3, 2023
-
Remove ioutil in favour of io and os packages and exclude crypto/dsa …
…from linting as the warning is not relevant.
Configuration menu - View commit details
-
Copy full SHA for 45e4613 - Browse repository at this point
Copy the full SHA 45e4613View commit details -
Add deprecation warning for DSA
Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa0cffe - Browse repository at this point
Copy the full SHA aa0cffeView commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2085e33 - Browse repository at this point
Copy the full SHA 2085e33View commit details -
Wilken Rivera committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for a124fa7 - Browse repository at this point
Copy the full SHA a124fa7View commit details -
Update working directory for go checks
Wilken Rivera committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 4754c3b - Browse repository at this point
Copy the full SHA 4754c3bView commit details -
Wilken Rivera committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for dcc669e - Browse repository at this point
Copy the full SHA dcc669eView commit details -
Wilken Rivera committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for e5ba35c - Browse repository at this point
Copy the full SHA e5ba35cView commit details -
Update go generate with Go 1.18
Wilken Rivera committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 47e77fe - Browse repository at this point
Copy the full SHA 47e77feView commit details -
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 committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for e2f3241 - Browse repository at this point
Copy the full SHA e2f3241View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d160ce0 - Browse repository at this point
Copy the full SHA d160ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bcc50 - Browse repository at this point
Copy the full SHA 62bcc50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3abdc - Browse repository at this point
Copy the full SHA ac3abdcView commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a11399a - Browse repository at this point
Copy the full SHA a11399aView commit details -
Add test to runner for Darwin Os
* Remove directory from matrix build for Windows config
Configuration menu - View commit details
-
Copy full SHA for ba0cbeb - Browse repository at this point
Copy the full SHA ba0cbebView commit details -
Wilken Rivera committed
Mar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 75fe363 - Browse repository at this point
Copy the full SHA 75fe363View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.4...v0.4.0