From: Aric Gardner Date: Fri, 4 Oct 2019 05:09:42 +0000 (+0530) Subject: Update packer version to 1.4.4 X-Git-Tag: v0.45.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=0727a30524c2f708f81448c03dd37d1ebb272167;p=releng%2Fglobal-jjb.git Update packer version to 1.4.4 Update packer version to 1.4.4, which fixes the issue with the metadata update failure during image update. https://github.com/hashicorp/packer/pull/8016 Signed-off-by: Aric Gardner Signed-off-by: Anil Belur Change-Id: Ibe2ee5e7b22008fd6ee7ec29361bbe110da5cbac --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 559e8e6c..1d933e7e 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -29,7 +29,7 @@ submodule-timeout: 10 submodule-disable: false packer-cloud-settings: packer-cloud-env - packer-version: 1.4.2 + packer-version: 1.4.4 ##################### # Job Configuration # diff --git a/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml b/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml new file mode 100644 index 00000000..4885ec8a --- /dev/null +++ b/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - | + Update packer version to 1.4.4. + + The present version 1.4.3 fails on setting the metadata for an images + while its being updated onto the cloud. + + This causes the failure: + + Error setting image metadata: Bad request with: Invalid volume: Updating + volume metadata is not allowed for volumes in uploading status: 400. + + https://github.com/hashicorp/packer/pull/8016