Skip to content

Releases: stackdio/stackdio

0.7.0

17 Dec 20:04
Compare
Choose a tag to compare

stackd.io version 0.7.0 is finally here! There are many major improvements over the 0.6.x line:

  • A totally revamped permissions system
    • Can assign fine-grained permissions to stacks, blueprints, formulas, etc
  • A totally new UI
    • Re-written as an MPA instead of an SPA
  • Up-to-date versions of python dependencies
    • Including salt 2015.8.x
  • Formulas auto-update during orchestration

0.7.0rc4

14 Dec 19:29
Compare
Choose a tag to compare
0.7.0rc4 Pre-release
Pre-release

This is the fourth release candidate for stackd.io version 0.7.0. It includes several bug fixes found in rc3.

0.7.0rc3

18 Nov 17:40
Compare
Choose a tag to compare
0.7.0rc3 Pre-release
Pre-release

This is the third release candidate for stackd.io version 0.7.0. It includes several bug fixes found in rc2, along with a packer build to build an Amazon Machine Image (AMI) for easy installation in AWS.

Here is a list of fixed bugs:

  • Changed UI optimization to be for a multi page site instead of several single page sites
  • Fixed cloud account wizard so that the 2 checkboxes weren't linked together
  • The profile page no longer gives a server error when it's just a bad request
  • Deleting a formula no longer gives a server error when it's a bad request
  • Default formula version is now visible in the API
  • Formula versions UI is rewritten to use dropdowns to select versions
  • When creating blueprints & stacks, formula versions for all used formulas are now automatically populated. The version is set to the default if a version was not provided by the user.
  • Added a change password page, only visible when LDAP is disabled
  • Users no longer get logged out of their sessions when changing their password via the API
  • Fixed a bug where launch log file handlers weren't removed if the launch failed, causing weird OS file errors downstream

0.7.0rc2

30 Oct 21:57
Compare
Choose a tag to compare
0.7.0rc2 Pre-release
Pre-release

This is the second release candidate for stackd.io version 0.7.0. It includes fixes for critical issues that prevented users from upgrading from 0.6.x.

0.7.0rc1

28 Oct 20:51
Compare
Choose a tag to compare
0.7.0rc1 Pre-release
Pre-release

This is the first release candidate for stackd.io version 0.7.0. There are many major improvements over the 0.6.x line:

  • A totally revamped permissions system
    • Can assign fine-grained permissions to stacks, blueprints, formulas, etc
  • A totally new UI
    • Re-written as an MPA instead of an SPA
  • Up-to-date versions of python dependencies
    • Including salt 2015.8.x

0.7.0a4

10 Sep 19:02
Compare
Choose a tag to compare
0.7.0a4 Pre-release
Pre-release

Finished adding the consumer view to the UI. You can now create and operate on stacks, in addition to having the ability to view your user profile.

0.7.0a3

06 Aug 21:05
Compare
Choose a tag to compare
0.7.0a3 Pre-release
Pre-release

Fixes since 0.7.0a2:

  • Can now create stacks and formulas
  • SSH users now actually get created
  • You can actually pip install from the tarball attached to this release (pip install https://github.com/stackdio/stackdio/releases/download/0.7.0a3/stackdio-server-0.7.0a3.tar.gz)
  • Beginnings of new IU

0.7.0a2

03 Aug 20:55
Compare
Choose a tag to compare
0.7.0a2 Pre-release
Pre-release

Changes since 0.7.0a1:

  • Completely refactored serializers / views to utilize DRF more correctly. Moved most code out of API views and into serializers and validators.
  • This catches A LOT more errors, causing the appropriate 400 status code instead of 500 errors.
  • Renamed CloudProfile to CloudImage
  • Allow updating of formula fields

0.7.0a1

21 Jul 16:21
Compare
Choose a tag to compare
0.7.0a1 Pre-release
Pre-release

Includes a completely revamped permissions model
The UI is completely broken, to be fixed before 0.7.0 is released

0.6.1

19 Jan 15:43
Compare
Choose a tag to compare