Skip to content

0.8.0b2

Pre-release
Pre-release

Choose a tag to compare

@clarkperkins clarkperkins released this 30 Nov 18:06
· 132 commits to master since this release

This is the second beta release for 0.8.0.

Bugfixes:

  • Fixed slug creation issue on blueprints
  • Fixed some salt warning messages
  • Fixed server error when filtering on labels
  • Pre-cache the health field to avoid long response times every 5 minutes
  • Fixed error when adding hosts - previously would use the wrong index for the new host
  • Blueprints with components not in the formula master branch can now be created

Changes:

  • All properties are now stored in the database instead of on the filesystem
  • We now utilize salt's gitfs to avoid having to write our own buggy git logic for cloning formulas