Habitat 0.28.0 Released

We are happy to announce the release of Habitat 0.28.0. We have a number of new features as well as bug fixes, so please read on for all the details. If you just want the binaries, head on over to our downloads page: https://www.habitat.sh/docs/get-habitat/ Thanks again for using Habitat!

Features & Enhancements

This release includes a rewrite of hab plan init to allow auto-detection of your application stack! If you are using a stack that has a scaffolding already written as a first class plan, then your application’s plan will be automatically filled out for you with sane defaults. We plan to continue to invest in building out these higher level abstractions to make it super easy to begin building and managing your applications using habitat. Watch a video demo of this new feature on our weekly demos, here: https://www.youtube.com/watch?v=RxwYkbz8uc0

  • hab plan init rewrite with autodetection #2847 (eeyun)
  • Add eventsg variable to terraform module #2846 (reset)

Bug fixes

  • build clap command tree in a separate thread with increased stack size #2848 (mwrock)