From 0727a30524c2f708f81448c03dd37d1ebb272167 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 4 Oct 2019 10:39:42 +0530 Subject: [PATCH] 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 --- jjb/lf-ci-jobs.yaml | 2 +- .../upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml 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 -- 2.16.6