GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.26k stars 858 forks source link

Update Packer to release version 1.8.3 #584

Closed ejv closed 1 year ago

ejv commented 2 years ago

This PR does the following:

Note, the previous Packer release version 1.8.1 included fixes to address issues with legacy SSH key algorithms that fundamentally arose due to upstream changes in OpenSSH. This typically manifested in the form of build failures due to Packer authentication errors (handshake failed) on contemporary OS base images. Client authentication support for algorithms based on SHA-2 for use with existing RSA keys is now implemented, which will mitigate this particular corner case.

ejv commented 1 year ago

Updated PR in https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/604.