Habitat 0.78.0 Released!

We are happy to announce the release of Habitat 0.78.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 Install Habitat.

Thanks again for using Habitat!

Highlights:

There are a handful of new features we'd like to highlight in this release.

All service shutdown activity (e.g., hab svc stop , hab svc unload , as well as shutdown for service upgrades) now happens asynchronously. This also means that any post-stop hook your service may have will also run asynchronously, so if you have long-running operations in that hook, they will no longer block other operations! All other hooks remain synchronous, but this is the first of many upcoming changes that will make more and more operations asynchronous. There was a corresponding release for the Launcher as a result of this work; you'll want to make sure you update it, as well.

Our core/hab , core/hab-sup and core/hab-launcher packages are all now built with debug symbols, so it should be easier to understand what is happening should you discover a bug in Habitat.

You can now get client authentication with TLS on the Supervisor's HTTP gateway by providing the --ca-certs=FILE option.

We've also made some changes to the Supervisor's output that will make it look better on Windows systems.

For more info, check out the full changelog below:

New Features & Enhancements

Bug Fixes

  • Remove old templated content when adding a service #6269 (christophermaier)
  • refactor ctl_gateway and launcher to leverage windows color friendly StructuredOutput #6256 (mwrock)
  • Fix plan build regression in 0.76.0 release #6257 (baumanj)

Merged Pull Requests