ddelnano / packer-plugin-xenserver

A builder plugin for Packer.IO to support building XenServer images.
Mozilla Public License 2.0
76 stars 37 forks source link

Release v0.5.0 assets are not compatible with packer 1.7 #40

Closed mboutet closed 1 year ago

mboutet commented 2 years ago

As a result, Packer is unable to download the plugin.

For example, release v0.4.0 contains the adequate assets.

ddelnano commented 2 years ago

The CI job that releases the binaries is broken and unfortunately I didn't have time to fix it the day I realized this. There is something that needs to be migrated #35, which I'll try to look at soon.

ddelnano commented 2 years ago

@mboutet I've released v0.5.0 which includes a newer packer-plugin-sdk. This seems to have broken packer 1.7 from being able to install the provider. The release notes of the packer-plugin-sdk didn't mention any obvious breaking changes

Screen Shot 2022-06-12 at 4 58 04 PM

I need to spend more time looking into that, but hopefully upgrading to packer 1.8 will work until I figure that out.

ddelnano commented 1 year ago

packer 1.8 doesn't have an issue with the latest releases. Since this is the latest release of packer, I'm going to close this issue. I recommend anyone still experiencing this issue to upgrade.