Chef Habitat 1.6.500 Released!

We are announcing the release of Habitat 1.6.500. This release provides the following fixes and enhancements:

  • We have added validation to hab sup run to reject service specific arguments if you are not starting a service with hab sup run. For example, hab sup run --strategy at-once will fail because no service is provided. However, hab sup run core/nginx --strategy at-once will succeed because you have provided a service (nginx) to run.
  • More sophisticated backoff delay periods governing service restarts for failed init and run hooks. See the docs for a complete explanation on how to use this feature.

Please read on for all the details.
Thanks for using Habitat!

Merged Pull Requests