Releases: StackStorm/packer-st2
Releases · StackStorm/packer-st2
v2.8.0-20180710
Changes
- StackStorm 2.8.0 released
Vagrant
vagrant init stackstorm/st2 --box-version 2.8.0-20180710
vagrant up
v2.7.2-20180614
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
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
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
v2.7.1-20180511
Changes
- Add continuous integration (#19)
- Deploy tagged builds to GitHub releases (#25)
- Add
ST2_VERSION
andBOX_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
Stamping v2.7.1-20180510
v2.7.1-20180509
Stamping v2.7.1-20180509
v2.7.1-20180507
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)