Habitat 1.5.50 Released!

We are happy to announce the release of Habitat 1.5.50!

In this release we have a number of CLI improvements, as well as improvements to the service updater that lays the groundwork for service rollbacks. We’ve also added a NO_NAMED_PIPE_HEALTH_CHECK feature on Windows systems that forces the health check to spawn a new powershell instance, rather than reuse one, which is useful in memory-constrained scenarios.

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

1.5.50 (2020-03-03)

Full Changelog

Bug Fixes

New Features & Enhancements

  • adds hab origin info subcommand #7445 (jeremymv2)
  • Add flag to ignore missing packages in seed lists #7512 (smacfarlane)
  • Get-HabPackagePath accepts any valid ident like pkg_path_for #7505 (mwrock)
  • add NO_NAMED_PIPE_HEALTH_CHECK feature flag to suppress named pipe on windows #7474 (mwrock)
  • provide guidance on 409 conflict #7473 (jeremymv2)
  • windows-service improvements #7422 (mwrock)

Behavioral Changes

Merged Pull Requests