Skip to content

Releases: stackdio/stackdio

0.8.0a3

13 Oct 22:38
Compare
Choose a tag to compare
0.8.0a3 Pre-release
Pre-release

This is the third alpha release for 0.8.0.

The title / slug / description fields were removed from blueprint volumes and blueprint access rules, as they were not used and were causing issues when creating new blueprints.

0.8.0a2

13 Oct 15:25
Compare
Choose a tag to compare
0.8.0a2 Pre-release
Pre-release

This is the second alpha release for 0.8.0.

There was a bug in a migration preventing upgrade from 0.7.7.

0.8.0a1

12 Oct 15:30
Compare
Choose a tag to compare
0.8.0a1 Pre-release
Pre-release

This is the first alpha for stackd.io 0.8.0.

New features for the 0.8 line:

  • A notifications framework
  • Support for EBS optimization / EBS volume encryption
  • Better status tracking on stacks

0.7.7

06 May 17:18
Compare
Choose a tag to compare

Fixes a critical bug where deleting a single host in a stack would delete the whole stack

0.7.6

01 Apr 19:10
Compare
Choose a tag to compare

This is the sixth bugfix release for the 0.7 line.

Bugfixes

  • Fixed an issue where blueprints that had labels with keys contained in the title would show up multiple times in a q filter
  • Fixed an issue where volume tagging would fail when changing labels during launch
  • The /api/stacks/<id>/volumes/ endpoint no longer returns 500 responses
  • Core provisioning now supports non-upstart OSs
  • Core provisioning now supports RHEL 6
  • Fixed an issue where termination would retry on failure, but still continue to fail

0.7.5

10 Mar 22:53
Compare
Choose a tag to compare

This is the fifth bugfix release for the 0.7 line. It also includes a couple of new features.

New Features

  • Blueprints can now have labels like stacks could previously
  • You can now search for stacks and blueprints based on their labels

Bugfixes

  • Fixed a bug where stacks that had attached volumes could not be terminated and re-launched
  • Fixed a bug where the bootstrap_args were incorrectly set when creating cloud imaged
  • Fixed a bug where the git@ portion of ssh formula URIs was being stripped off, causing import errors

0.7.4

04 Mar 18:06
Compare
Choose a tag to compare

This is the fourth bugfix release for the 0.7 line.

Fixes:

  • Launching & terminating with salt-cloud is now much more stable
  • You can now launch a stack from the blueprints page
  • Added new AWS instance types
  • Fixed an issue with changing stack labels before volumes get created
  • All formulas that have a formula version on a stack get copied into the stack's env
  • Timing logging is much more accurate
  • Update how bootstrap_args get set to allow for use of the stable type

0.7.3

28 Jan 17:04
Compare
Choose a tag to compare

This is the third bugfix release for the 0.7 line.

Fixes:

  • Several issues around creating volumes on a stack
  • Private formulas now get copied to the stack directory every orchestration, not only if the dir is missing
  • A couple issues where the UI would show a server error instead of bad request
  • You can now import ssh formulas

0.7.2

13 Jan 21:45
Compare
Choose a tag to compare

This is the second bugfix release for the 0.7 line.

Fixes:

  • Fixed an issue that was introduced in 0.7.1 where the timing logging would cause an exception in certain situations
  • /api endpoints will now always return JSON. (500 responses previously returned html)

0.7.1

08 Jan 20:03
Compare
Choose a tag to compare

This is the first bug fix release for the 0.7 line of stackd.io.

Fixes:

  • Fixed an issue where non-admin users couldn't add permissions to objects
  • Fixed an issue where users couldn't update formula versions on blueprints
  • Added a host definition detail page for blueprints