xenserver / packer-plugin-xenserver

A builder plugin for Packer.IO to support building Citrix Hypervisor images.
Mozilla Public License 2.0
101 stars 114 forks source link

Incompatible API version with Plugin , Plugin version 4 , ours 5 #102

Open karanveersingh5623 opened 4 years ago

karanveersingh5623 commented 4 years ago

Hi Team I am trying to use this plugin to make Xen VMs , when I try to issue command "packer build xx.json" , its says incompatible API version , please help . My packer version is at "1.5.6"

Please help me with the solution

ddelnano commented 3 years ago

@karanveersingh5623 if you are still interested in using a packer builder for xenserver, I suggest you take a look at my fork ( (ddelnano/packer-builder-xenserver). I just got it fully functioning and will be actively maintaining the project.

zymurgy commented 3 years ago

@ddelnano I'm using your fork, but having the same issue: "error initializing builder 'xenserver-iso': Incompatible API version with plugin. Plugin version: 4, Ours: 5." My packer version is v1.6.6, which I installed via homebrew.

ddelnano commented 3 years ago

Sorry I jumped the gun on this. I thought I had updated the packer dependency but my fork was still on an older version. I have a PR (https://github.com/ddelnano/packer-builder-xenserver/pull/5) that will work with the latest packer but I'm still working through a few issues with it.

I will keep this issue updated once that change has been merged.

ddelnano commented 3 years ago

v0.2.0 of my fork is compatible with packer 1.6.5.