Skip to content

Releases: StackStorm/packer-st2

v2.8.0-20180710

10 Jul 06:41
Compare
Choose a tag to compare

Changes

  • StackStorm 2.8.0 released

Vagrant

vagrant init stackstorm/st2 --box-version 2.8.0-20180710
vagrant up

v2.7.2-20180614

14 Jun 20:39
d292cf9
Compare
Choose a tag to compare

Changes

  • Fix MacOS Vagrant access via IP 10.10.10.10 by using /30 mask in Virtualbox private network (#41)

Vagrant

vagrant init stackstorm/st2 --box-version 2.7.2-20180614
vagrant up

v2.7.2-20180523

23 May 13:52
Compare
Choose a tag to compare

Changes

  • Add Vagrant port-forwarding rule to access st2web via https://127.0.0.1:9000/ as a fallback (#36)

Vagrant

vagrant init stackstorm/st2 --box-version 2.7.2-20180523
vagrant up

v2.7.2-20180516

16 May 13:01
Compare
Choose a tag to compare

https://stackstorm.com/2018/05/20/announcing-stackstorm-vagrant-ova/

Changes

  • StackStorm 2.7.2 released

Vagrant

vagrant init stackstorm/st2 --box-version 2.7.2-20180516
vagrant up

v2.7.1-20180514

14 May 20:21
Compare
Choose a tag to compare

Changes

  • Fix Vagrant Cloud deploy step, caused by wrong 'file not exist' error (#31)
  • Expose StackStorm Vagrant access via IP 10.10.10.10 (#29)
  • Extract from CIRCLE_TAG and pin ST2_VERSION & BOX_VERSION on release (#33)

Vagrant

vagrant init stackstorm/st2 --box-version 2.7.1-20180514
vagrant up

v2.7.1-20180511

11 May 21:59
Compare
Choose a tag to compare

Changes

  • Add continuous integration (#19)
  • Deploy tagged builds to GitHub releases (#25)
  • Add ST2_VERSION and BOX_VERSION ENV vars for version pinning (#26)
  • Create custom vagrant-cloud-standalone Packer post processor, make deploy to Vagrant Cloud (#27)

Vagrant

vagrant init stackstorm/st2 --box-version 2.7.1-20180511
vagrant up

v2.7.1-20180510

10 May 16:37
c2c766b
Compare
Choose a tag to compare
v2.7.1-20180510 Pre-release
Pre-release
Stamping v2.7.1-20180510

v2.7.1-20180509

10 May 06:00
44b49c2
Compare
Choose a tag to compare
v2.7.1-20180509 Pre-release
Pre-release
Stamping v2.7.1-20180509

v2.7.1-20180507

07 May 18:04
91ffd7f
Compare
Choose a tag to compare

Initial demo release with minimally working StackStorm Vagrant box, created from Packer build pipeline.

vagrant init stackstorm/st2 --box-version 2.7.1-20180507
vagrant up

Changelog

  • Add first system Vagrant-focused integration tests, tie them with the build (#5)
  • Add custom MOTD/welcome message after logging in to console (#15)
  • Add StackStorm infrastructure integration tests, ship with new st2-integration-tests executable available to user (#20)
  • Install Virtualbox guest additions (#22)