Open floh96 opened 3 years ago
Sorry guys, I keep forgetting to look into this. Thanks for opening a new issue, I'll try to remember this time.
Will be really great to see a new release here :+1:
Pending resolution to https://github.com/lmars/packer-post-processor-vagrant-s3/issues/64
Hey @Jalle19. Looks like version 1.5.0 was tagged (thanks!), but looks like it also needs a release created.
Using this plugin block:
packer {
required_plugins {
vagrant-s3 = {
version = ">= 1.5.0"
source = "github.com/lmars/vagrant-s3"
}
}
}
I get:
$ packer init .
no release version found for the github.com/lmars/vagrant-s3 plugin matching the constraint(s): ">= 1.5.0"
ps - not sure what you meant by this comment?
Pending resolution to https://github.com/lmars/packer-post-processor-vagrant-s3
My comment was supposed to link to https://github.com/lmars/packer-post-processor-vagrant-s3/issues/64
Now that #62 is merged and the plugin works again with the newest version of packer a new release should be published. Ideally the release process should be updated, so that the plugin supports
packer init
as documented here. Friendly ping @lmars @Jalle19.