YaleUniversity / packer-plugin-goss

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

Plugin version 1.0.0 incompatible with Packer 1.6.0+ #28

Closed codenrhoden closed 4 years ago

codenrhoden commented 4 years ago

Using the latest Packer (1.6.0), I run into this when trying to use the Goss plugin:

$ packer --version
1.6.0

$ packer build ...
...
error initializing provisioner 'goss': Incompatible API version with plugin.
Plugin version: 4, Ours: 5

I may take a stab at fixing this myself, but wanted to open the issue first anyways.

codenrhoden commented 4 years ago

Ah - some automation I had in place was picking up an old version, not 1.0.0. My mistake.