Habitat 0.90.6 Released

We are happy to announce the release of Habitat 0.90.6.

No, you didn’t miss anything; there was no 0.89.0 release. As alluded to in Upcoming Version Changes for Habitat, we’ve completely overhauled our release process to be more streamlined, automated, and continuous. In the course of building and testing it, we burned through some extra versions.

Apart from that, service init hooks now run asynchronously, so you no longer have to worry about long-running init processes blocking up your Supervisor!

Be sure to read on for additional changes! If you just want the binaries, head on over to Install Habitat . Thanks!

0.90.6 (2019-11-13)

Full Changelog

New Features & Enhancements

Bug Fixes

  • remove IGNORE_SIGNALS feature #7140 (mwrock)
  • fix version checks in windows tar exporter #7125 (mwrock)
  • sup: immediately set initialization_state if no init hook exists #7117 (stevendanna)
  • Fully qualified package names download irrespective of channel #7108 (markan)
  • fix tar exporter on windows #7116 (mwrock)
  • stop windows service if launcher exits #7099 (mwrock)
  • Initialize health check gateway state to Unknown #7087 (stevendanna)
  • add windows system paths to environment PATH variable if included #7073 (mwrock)
  • make pkg download fail when zero packages #7068 (markan)
  • do not use hab as default user on windows #7059 (mwrock)
  • Order objects used for template data #7031 (raskchanky)
  • fixes using a svc_user on windows #7049 (mwrock)

Merged Pull Requests