YaleUniversity / packer-plugin-goss

Goss Provisioner for Packer
MIT License
136 stars 45 forks source link

Update plugin protocol #42

Closed nunofernandes closed 3 years ago

nunofernandes commented 3 years ago

With the recent release of packer v1.7.0 here they state:

core: The API that the Packer core uses to communicate with community plugins has changed; maintainers of community plugins will need to upgrade their plugins in order to make them compatible with v1.7.0. An upgrade guide will be available on our guides page https://www.packer.io/guides.

When using packer v1.7.0 with the current version of this provisioner, I get the following error:

Error: Failed to initialize build "amazon-ebs"

error initializing provisioner 'goss': The protocol of this plugin (protocol
version 4 and lower) was deprecated, please use a newer version of this
plugin.Or use an older version of Packer (pre 1.7) with this plugin.

Can you update the plugin protocol?