Update packer version to 1.4.4 42/61742/4
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 4 Oct 2019 05:09:42 +0000 (10:39 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 4 Oct 2019 05:09:42 +0000 (10:39 +0530)
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 <agardner@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ibe2ee5e7b22008fd6ee7ec29361bbe110da5cbac

jjb/lf-ci-jobs.yaml
releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml [new file with mode: 0644]

index 559e8e6..1d933e7 100644 (file)
@@ -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 (file)
index 0000000..4885ec8
--- /dev/null
@@ -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