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 withhab 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
andrun
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
- temp fix for multi e2e failures #8500 (mwrock)
- chore: Included githubactions in the dependabot config #8499 (naveensrinivasan)
- Bump prost from 0.10.0 to 0.10.1 #8486 (dependabot[bot])
- Bump prost-types from 0.10.0 to 0.10.1 #8487 (dependabot[bot])
- Update Hugo docs build script #8495 (IanMadd)
- add documentation for updating a supervisor #8493 (mwrock)
- Docs updates reflecting hook retry/backoff changes #8490 (mwrock)
- Bump toml from 0.5.8 to 0.5.9 #8488 (dependabot[bot])
- Bump libc from 0.2.123 to 0.2.124 #8489 (dependabot[bot])
- Implement advanced behavior for init and run hooks #8454 (atrniv)
- Bump libc from 0.2.122 to 0.2.123 #8484 (dependabot[bot])
- Set permissions for GitHub actions #8481 (nathannaveen)
- Bump httparse from 1.6.0 to 1.7.0 #8483 (dependabot[bot])
- Bump flate2 from 1.0.22 to 1.0.23 #8482 (dependabot[bot])
- Bump libc from 0.2.121 to 0.2.122 #8480 (dependabot[bot])
- Update Habitat Supervisor API Docs - 20220323155103 #8467 (chef-ci)
- Hab-sup-run arguments modified. #8464 (dikshagupta1)
- Rustfmt and Nightly Rust Bump to nightly-2022-03-23 #8468 (chef-expeditor[bot])
- Bump log from 0.4.14 to 0.4.16 #8466 (dependabot[bot])
- update prost crates #8478 (mwrock)
- Bump prost-derive from 0.9.0 to 0.10.0 #8474 (dependabot[bot])
- Bump paste from 1.0.6 to 1.0.7 #8472 (dependabot[bot])
- Bump semver from 1.0.6 to 1.0.7 #8473 (dependabot[bot])
- Bump async-trait from 0.1.52 to 0.1.53 #8471 (dependabot[bot])
- update changelog #8469 (atrniv)