Releases: mesosphere/packer-plugin-goss
Releases · mesosphere/packer-plugin-goss
packer-plugin-goss-v3.3.0
Changelog
- a986e5b Add LICENSE file (YaleUniversity#44)
- 2c65c16 Add build instructions to README
- 10d9592 Add support for passing environment variables to GOSS execution (YaleUniversity#33)
- 1c68d9a Add support for passing inline vars to GOSS (YaleUniversity#32)
- 9e36bb8 Add support for supplying --var file (YaleUniversity#15)
- 0705d97 Add support for using goss to target Windows (YaleUniversity#39)
- 824cfb9 Add support to download goss spec form remote VM (YaleUniversity#35)
- f4f81c5 Adding quick comment to the file that needs to be changed to open discussion up (YaleUniversity#70)
- 5c54520 Adding requested Changes.
- 48cfe42 Adding step 4 for setting plugin executable (YaleUniversity#14)
- 5b2bf82 Bump packer-plugin-sdk to latest (YaleUniversity#64)
- 178b9d6 Clarify readme
- 9a68738 Cleanups and optional use_sudo flag.
- 06e3573 Fix & Enhance Goss packer provisioner (YaleUniversity#30)
- c9b58b7 Fix compatibility issues with latest packer versions (YaleUniversity#18)
- 617d576 Fix example packer (YaleUniversity#31)
- 4bd613d Fix passing release version to ldflags (YaleUniversity#91)
- a86e223 Go modules and updates for Packer 1.5 API (YaleUniversity#21)
- 612402d Goss rendered spec file download improvement (YaleUniversity#56)
- 5facae7 Improve README for installation process and update the example packer.json (YaleUniversity#12)
- 80180cb Initial commit
- 9ac10cc Make output format configurable (YaleUniversity#11)
- eaf9ece Merge pull request #1 from mesosphere/dkoshkin/feat-go-1.21
- 28e18d8 Merge pull request #2 from mesosphere/dkoshkin/build-goreleaser-config-version
- ef964c3 Merge pull request YaleUniversity#3 from justinlarose/master
- 1f76056 Merge pull request YaleUniversity#7 from vamegh/goss-auth-ssl-download-support
- 942b35a Specify version 3 in go.mod (YaleUniversity#45)
- a3e3910 Update README, add example
- 50fc177 Update README.md (YaleUniversity#55)
- ae4926c Update packer-plugin-sdk to use version 0.1 (YaleUniversity#50)
- d9cd428 Update packer-provisioner-goss.go
- e0ae859 Update targetOs to target_os to fix packer errors (YaleUniversity#46)
- 3924a44 Update to packer-plugin-sdk v0.0.11 and regenerate HCL config (YaleUniversity#43)
- 17be7de build: Add darwin arm64 to build targets (YaleUniversity#67)
- 0bdee3b build: Add linux arm64 to build targets (YaleUniversity#61)
- 6bba417 build: fix GoReleaser configuration version
- 40b745f build: fix goreleaser snapshot args
- 25b3327 build: use Go version from go.mod
- 569cb90 chore(deps): bump actions/checkout from 2 to 4 (YaleUniversity#75)
- 39becb9 chore(deps): bump actions/setup-go from 2 to 5 (YaleUniversity#74)
- b1fb5be chore(deps): bump goreleaser/goreleaser-action from 2 to 5 (YaleUniversity#73)
- f7d8a23 chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (YaleUniversity#92)
- 35c9bfc convert to goreleaser and match format for releases (YaleUniversity#57)
- 2974d27 correct example in readme
- 252c245 feat(ci): add release build and test stage for PRs (YaleUniversity#79)
- 22962f7 feat(dependabot): add dependabot config (YaleUniversity#72)
- ac68330 feat(deps): bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.19.1 (YaleUniversity#77)
- d87416f feat(deps): bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0 (YaleUniversity#83)
- 8e5496a feat(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (YaleUniversity#87)
- 7be6cf0 feat(deps): bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (YaleUniversity#98)
- 9395c68 feat(deps): bump github.com/hashicorp/packer-plugin-sdk (YaleUniversity#88)
- d63027a feat(deps): bump github.com/hashicorp/packer-plugin-sdk (YaleUniversity#97)
- 99aa2bf feat(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.5.2 (YaleUniversity#76)
- b156695 feat(deps): bump github.com/zclconf/go-cty from 1.10.0 to 1.14.2 (YaleUniversity#81)
- c519e1c feat(plugin): support packer init plugin installation (YaleUniversity#69)
- 659b7e4 feat: update Go to 1.22.8
- de54fe5 fix release workflow (YaleUniversity#68)
- b6b7db8 fix(goreleaser): remove ignore section (YaleUniversity#86)
- e98d8b1 fix(goreleaser): use --clean instead of --rm-dist (YaleUniversity#94)
- ff4db78 fix(goss): add quit and silent to curl/wget for better UI during goss download (YaleUniversity#96)
- 939413b remove i386 from builds
- ba548c3 replace double quotes with single quotes (YaleUniversity#49)
- c4cfdcd setup automated binary build (YaleUniversity#36)
- 054242a update go to 1.16 and go.sum file for packer-plugin-sdk 0.1.0 (YaleUniversity#54)