Skip to content

Releases: YaleUniversity/packer-plugin-goss

Remove unsupported debug option, deduce download path, improved output readability

14 Jul 19:17
06e3573
Compare
Choose a tag to compare
  • Debug option is omitted as it is not supported for goss validate
  • Download path is correctly deduced if URl is provided
  • Add format options config option for the output.

Packer 1.5+ API support

27 Jan 11:43
a86e223
Compare
Choose a tag to compare
  • support for the packer 1.5+ API
  • add retries
  • add timeouts

Add var file support

06 Jul 10:33
Compare
Choose a tag to compare

Support passing a variable file to leverage goss templating feature

[Fix] Usability improvements and new features

16 Apr 12:09
Compare
Choose a tag to compare

v0.2.0 release had bad binaries, so I'm cutting a new release to avoid confusion

[PR#3] Correct example in the readme
[PR#7] Update packer-provisioner-goss.go
Custom Gossfile suport (the --gossfile flag)
Tests now supports uploading directories - ignore support disabled (for now)
Username and Password for auth to download goss from custom authed locations
SSL cert check disable option - for internal services using self-signed certs
[PR#11] Make output format configurable

Usability improvements and new features

02 Mar 11:43
1f76056
Compare
Choose a tag to compare
Pre-release
  • [PR#3] Correct example in the readme
  • [PR#4] Update packer-provisioner-goss.go
    • Custom Gossfile suport (the --gossfile flag)
    • Tests now supports uploading directories - ignore support disabled (for now)
    • Username and Password for auth to download goss from custom authed locations
    • SSL cert check disable option - for internal services using self-signed certs

Initial Release

18 May 01:50
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This release has basic support for installing Goss on the target machine, uploading a goss.yaml file to the remote directory and executing the tests with goss validate.