lmars / packer-post-processor-vagrant-s3

A Packer post-processor to upload vagrant boxes to S3
MIT License
74 stars 27 forks source link

publish new release (and support packer init) #63

Open floh96 opened 3 years ago

floh96 commented 3 years ago

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.

Jalle19 commented 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.

HaveFun83 commented 3 years ago

Will be really great to see a new release here :+1:

Jalle19 commented 3 years ago

Pending resolution to https://github.com/lmars/packer-post-processor-vagrant-s3/issues/64

matt-richardson commented 3 years ago

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

Jalle19 commented 3 years ago

My comment was supposed to link to https://github.com/lmars/packer-post-processor-vagrant-s3/issues/64