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
submodule-timeout: 10
submodule-disable: false
packer-cloud-settings: packer-cloud-env
- packer-version: 1.4.2
+ packer-version: 1.4.4
#####################
# Job Configuration #
--- /dev/null
+---
+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