We are happy to announce the release of Habitat 1.6.139!
Version 1.6.139 includes commands to interact with Chef Habitat Builder's Lightweight Role-Based Access Control (RBAC). See this post for details.
This release also adds a hab sup restart
command which restarts the Supervisor without impacting its running services.
Several hab
command line interface (CLI) aliases have been deprecated. A deprecation warning will be written when a deprecated alias is used. Deprecated aliases will be removed in a future release so be sure to update your automation and processes accordingly. Deprecating these aliases will help standardize how users interact with the hab
CLI.
1.6.139 (2020-08-24)
New Features & Enhancements
-
Add
hab sup restart
command #7878 (davidMcneil)
Behavioral Changes
-
Pull packages from the
--channel
argument onhab sup run
#7871 (davidMcneil) -
Deprecate CLI aliases #7872 (davidMcneil)
-
Add splay to health check execution #7850 (davidMcneil)
Merged Pull Requests
-
Fix text in e2e test #7883 (davidMcneil)
-
Replace
hab install
withhab pkg install
in plan-build #7882 (christophermaier) -
Fix CLI deprecation when generating completions #7881 (davidMcneil)
-
Report errors when getting user and group #7879 (davidMcneil)
-
Update dependencies #7875 (davidMcneil)
-
Remove the
hab pkg export cf
command from windows #7877 (davidMcneil) -
do not add c:/hab/bin to persistent path in ci #7876 (mwrock)
-
Fix
hab sup --version
afterstructopt
refactoring #7873 (davidMcneil) -
Remove custom cli parsing #7870 (davidMcneil)
-
Improve error message when installing internal packages #7869 (davidMcneil)
-
Improve parsing of
hab pkg export
#7865 (davidMcneil) -
Add some e2e tests around crypto functionality #7867 (christophermaier)
-
Automated update of Habitat Documentation #7861 (chef-expeditor[bot])
-
Update Changelog for 1.6.115 #7864 (christophermaier)
-
make bind timeout configurable and add debug output around startup #7858 (mwrock)
-
Cleanup
hab pkg export
subcommand #7857 (davidMcneil)