YaleUniversity / packer-plugin-goss

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

Packer release updates #70

Closed btassone closed 8 months ago

btassone commented 8 months ago

Continuing discussion here

btassone commented 8 months ago

Ignore the extraneous .goreleaser.yml file changed. Wanted a PR that was open more relevant to the renaming change so just did this quickly. Let me know if the build output is what you all want please :)

Sorry for the delay, been a very busy past 2 weeks.

btassone commented 8 months ago

packer-plugin-goss-v3.2.1-pre

Contains the build assets with the new project name change, aside from the -pre (which is dropped for latest releases). Is this correct?

FalcoSuessgott commented 8 months ago

i can verify it works !!! :)

packer {
  required_version = ">= 1.9.0"

  required_plugins {
    openstack = {
      version = "1.1.1"
      source  = "github.com/hashicorp/openstack"
    }
    goss = {
      version = "3.2.1-pre"
      source = "github.com/YaleUniversity/goss"
    }
  }
}
packer init .
Installed plugin github.com/yaleuniversity/goss v3.2.1-pre in "/home/morelly_t1/git/sva/cc-in-au/solutions/golden-image-factory/_plugins/github.com/yaleuniversity/goss/packer-plugin-goss_v3.2.1-pre_x5.0_linux_amd64"
FalcoSuessgott commented 8 months ago

Thanks a lot @btassone for your help and patience. Maybe release an official tag and then we can finally relax :D

btassone commented 8 months ago

Thanks a lot @btassone for your help and patience. Maybe release an official tag and then we can finally relax :D

Haha roger that. Not a problem. Thank you all for your patience! I'll cut it right now