From: Anil Belur Date: Wed, 10 Aug 2022 00:58:41 +0000 (+1000) Subject: Feat: Upgrade packer version to v1.8.2 X-Git-Tag: v0.79.4~7^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b1dc155b19de6dec476a5037cee96721f2c750b1;p=releng%2Fglobal-jjb.git Feat: Upgrade packer version to v1.8.2 v1.8.2 addresses certain security issues which may not directly imapact us. Issue-ID: IT-24377 Change-Id: I275e99e8a7debdf9cae4ca943e19125293d9560b Signed-off-by: Anil Belur --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index abe3564c..09a76a10 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -30,7 +30,7 @@ submodule-disable: false packer-builder: openstack packer-cloud-settings: packer-cloud-env - packer-version: 1.6.6 + packer-version: 1.8.2 ##################### # Job Configuration # diff --git a/releasenotes/notes/upgrade-packer-1.8.2-ff647084adf72c39.yaml b/releasenotes/notes/upgrade-packer-1.8.2-ff647084adf72c39.yaml new file mode 100644 index 00000000..658b71cb --- /dev/null +++ b/releasenotes/notes/upgrade-packer-1.8.2-ff647084adf72c39.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + Upgrade Packer version to v1.8.2. The version is more recent v1.8.2 + and has security updates. + + Ref: https://github.com/hashicorp/packer/releases/tag/v1.8.2