diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b7992e11..33f4eb90cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,56 @@ # Habitat CHANGELOG -## [0.10.0-dev](https://github.com/habitat-sh/habitat/tree/0.10.0-dev) (08-16-2016) -[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.9.0...0.10.0-dev) +## [0.9.1](https://github.com/habitat-sh/habitat/tree/0.9.1) (09-01-2016) +[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.9.0...0.9.1) ## Features & Enhancements - Document required structure of run hook [\#989](https://github.com/habitat-sh/habitat/issues/989) +- Remove extra word [\#1191](https://github.com/habitat-sh/habitat/pull/1191) ([ksexton](https://github.com/ksexton)) +- Adds access token scope to CLI [\#1189](https://github.com/habitat-sh/habitat/pull/1189) ([freethejazz](https://github.com/freethejazz)) +- Adding routes for downloading packages and keys from views [\#1141](https://github.com/habitat-sh/habitat/pull/1141) ([nsdavidson](https://github.com/nsdavidson)) +- GitHub building & Admin Gateway [\#1070](https://github.com/habitat-sh/habitat/pull/1070) ([reset](https://github.com/reset)) + +## Bug fixes + +- Corporate proxy not working on Mac [\#1180](https://github.com/habitat-sh/habitat/issues/1180) +- setuid bit is lost upon install [\#1175](https://github.com/habitat-sh/habitat/issues/1175) +- Habitat tutorial fails to run init hook due to permissions problems [\#1168](https://github.com/habitat-sh/habitat/issues/1168) +- build error: 'ssl:error:SslError' is undefined [\#1155](https://github.com/habitat-sh/habitat/issues/1155) +- Non-existent hab user/group results in `Failed to set permissions` error [\#755](https://github.com/habitat-sh/habitat/issues/755) +- \[core\] Use 'Owner' and 'Permissions' during unpack [\#1187](https://github.com/habitat-sh/habitat/pull/1187) ([fujin](https://github.com/fujin)) +- update mytutorialapp to work with Habitat 0.9.0 [\#1169](https://github.com/habitat-sh/habitat/pull/1169) ([metadave](https://github.com/metadave)) + +**Closed issues:** + +- Can't enter studio on Mac Docker [\#1197](https://github.com/habitat-sh/habitat/issues/1197) +- Provide a `fix\_interpreter\_unsafe` function [\#1182](https://github.com/habitat-sh/habitat/issues/1182) +- hab studio enter fails on mac os x [\#1178](https://github.com/habitat-sh/habitat/issues/1178) +- differing versions of `core/openssl` cause conflicts between `core/python2` and `core/postgresql` [\#1037](https://github.com/habitat-sh/habitat/issues/1037) **Merged pull requests:** +- \[ci/lint\] Fix hard-coded rustfmt version in lint.sh. [\#1206](https://github.com/habitat-sh/habitat/pull/1206) ([fnichol](https://github.com/fnichol)) +- \[ci/lint\] Update rustfmt version parsing logic. [\#1205](https://github.com/habitat-sh/habitat/pull/1205) ([fnichol](https://github.com/fnichol)) +- \[ci/rustfmt\] Uninstall then install rustfmt when upgrading. [\#1204](https://github.com/habitat-sh/habitat/pull/1204) ([fnichol](https://github.com/fnichol)) +- \[ci/rustfmt\] Force install newer version of rustfmt when required. [\#1202](https://github.com/habitat-sh/habitat/pull/1202) ([fnichol](https://github.com/fnichol)) +- \[ci/rustfmt\] Upgrade to lint with rustfmt 0.6.0. [\#1200](https://github.com/habitat-sh/habitat/pull/1200) ([fnichol](https://github.com/fnichol)) +- \[http-client\] Add missing colon on Host header when connecting to proxy. [\#1199](https://github.com/habitat-sh/habitat/pull/1199) ([fnichol](https://github.com/fnichol)) +- Start of Building on Windows doc [\#1198](https://github.com/habitat-sh/habitat/pull/1198) ([smurawski](https://github.com/smurawski)) +- builder-api should start as root/root [\#1196](https://github.com/habitat-sh/habitat/pull/1196) ([jtimberman](https://github.com/jtimberman)) +- Extract linux/mac specific behavior in the habitat core crate [\#1193](https://github.com/habitat-sh/habitat/pull/1193) ([smurawski](https://github.com/smurawski)) +- Set the pkg user/group for builder-api-proxy [\#1190](https://github.com/habitat-sh/habitat/pull/1190) ([jtimberman](https://github.com/jtimberman)) +- Updated link to building packages topic [\#1186](https://github.com/habitat-sh/habitat/pull/1186) ([davidwrede](https://github.com/davidwrede)) +- update tutorial shasum for v0.9.0 [\#1181](https://github.com/habitat-sh/habitat/pull/1181) ([metadave](https://github.com/metadave)) +- Updated plan example and fixed link to core plans repo. [\#1179](https://github.com/habitat-sh/habitat/pull/1179) ([davidwrede](https://github.com/davidwrede)) +- updated and clarified valid service group names [\#1177](https://github.com/habitat-sh/habitat/pull/1177) ([davidwrede](https://github.com/davidwrede)) +- \[docs\] Install cargo 0.13 nightly \(fixes \#1155\) [\#1176](https://github.com/habitat-sh/habitat/pull/1176) ([chetan](https://github.com/chetan)) +- files in a packages config directory are logged upon parse failure [\#1171](https://github.com/habitat-sh/habitat/pull/1171) ([metadave](https://github.com/metadave)) +- touchup backline plan file [\#1166](https://github.com/habitat-sh/habitat/pull/1166) ([reset](https://github.com/reset)) +- Start 0.10.0-dev [\#1165](https://github.com/habitat-sh/habitat/pull/1165) ([reset](https://github.com/reset)) +- Typo in "announcement" [\#1164](https://github.com/habitat-sh/habitat/pull/1164) ([juliandunn](https://github.com/juliandunn)) +- Habitat publishing guide and program fixes [\#1163](https://github.com/habitat-sh/habitat/pull/1163) ([reset](https://github.com/reset)) +- Quote no\_proxy correctly [\#1162](https://github.com/habitat-sh/habitat/pull/1162) ([adamhjk](https://github.com/adamhjk)) - Add CLI UX principles to repo [\#1158](https://github.com/habitat-sh/habitat/pull/1158) ([ryankeairns](https://github.com/ryankeairns)) - Document use of exec in run hooks [\#1154](https://github.com/habitat-sh/habitat/pull/1154) ([mivok](https://github.com/mivok)) @@ -771,6 +813,7 @@ **Merged pull requests:** +- \[delivery\] Only fully rebuild devshell image once a day. [\#327](https://github.com/habitat-sh/habitat/pull/327) ([fnichol](https://github.com/fnichol)) - Adds basic, wide open CORS support to depot [\#326](https://github.com/habitat-sh/habitat/pull/326) ([adamhjk](https://github.com/adamhjk)) - Update project Makefiles and related build programs. [\#324](https://github.com/habitat-sh/habitat/pull/324) ([fnichol](https://github.com/fnichol)) - add libsodium [\#323](https://github.com/habitat-sh/habitat/pull/323) ([metadave](https://github.com/metadave)) @@ -828,20 +871,27 @@ - Initial version of httpd plan. [\#266](https://github.com/habitat-sh/habitat/pull/266) ([juliandunn](https://github.com/juliandunn)) - build bldr-web in a studio [\#265](https://github.com/habitat-sh/habitat/pull/265) ([jtimberman](https://github.com/jtimberman)) - calculate checksum and return as ETag for packages [\#263](https://github.com/habitat-sh/habitat/pull/263) ([reset](https://github.com/reset)) +- fix build\_deps in a few packages [\#262](https://github.com/habitat-sh/habitat/pull/262) ([juliandunn](https://github.com/juliandunn)) - fixes for node, add phantomjs [\#261](https://github.com/habitat-sh/habitat/pull/261) ([jtimberman](https://github.com/jtimberman)) - Organization Create Form [\#259](https://github.com/habitat-sh/habitat/pull/259) ([smith](https://github.com/smith)) +- Repositories [\#258](https://github.com/habitat-sh/habitat/pull/258) ([reset](https://github.com/reset)) - match more explicitly when searching for metafiles [\#257](https://github.com/habitat-sh/habitat/pull/257) ([reset](https://github.com/reset)) - clarify malformed metafile error message [\#256](https://github.com/habitat-sh/habitat/pull/256) ([reset](https://github.com/reset)) +- Break up actions and reducers into separate files [\#255](https://github.com/habitat-sh/habitat/pull/255) ([smith](https://github.com/smith)) - Depot Fixes [\#254](https://github.com/habitat-sh/habitat/pull/254) ([reset](https://github.com/reset)) - Fix for depot and origin [\#253](https://github.com/habitat-sh/habitat/pull/253) ([adamhjk](https://github.com/adamhjk)) - Blank organization list page [\#252](https://github.com/habitat-sh/habitat/pull/252) ([smith](https://github.com/smith)) - Add GitHub repo selection [\#251](https://github.com/habitat-sh/habitat/pull/251) ([smith](https://github.com/smith)) +- self documenting makefiles! [\#249](https://github.com/habitat-sh/habitat/pull/249) ([jtimberman](https://github.com/jtimberman)) - Linked Accounts page [\#248](https://github.com/habitat-sh/habitat/pull/248) ([smith](https://github.com/smith)) +- install declared transitive dependencies on package installation [\#247](https://github.com/habitat-sh/habitat/pull/247) ([reset](https://github.com/reset)) - convert references of derivation to origin, project wide [\#246](https://github.com/habitat-sh/habitat/pull/246) ([reset](https://github.com/reset)) - adjuster is spelled wrong [\#245](https://github.com/habitat-sh/habitat/pull/245) ([juliandunn](https://github.com/juliandunn)) +- Project Page [\#244](https://github.com/habitat-sh/habitat/pull/244) ([smith](https://github.com/smith)) - Functional tests passing in new studios [\#243](https://github.com/habitat-sh/habitat/pull/243) ([adamhjk](https://github.com/adamhjk)) - \[plans\] Fix the bldr Plan and several dependent ones. [\#242](https://github.com/habitat-sh/habitat/pull/242) ([fnichol](https://github.com/fnichol)) - Add a preamble [\#241](https://github.com/habitat-sh/habitat/pull/241) ([juliandunn](https://github.com/juliandunn)) +- \[plan\] Add plan for current Go \(1.6\) & for Go 1.4.3. [\#240](https://github.com/habitat-sh/habitat/pull/240) ([fnichol](https://github.com/fnichol)) - Update `make gpg` instructions in README. [\#239](https://github.com/habitat-sh/habitat/pull/239) ([fnichol](https://github.com/fnichol)) - build deps in a post studio world [\#238](https://github.com/habitat-sh/habitat/pull/238) ([jtimberman](https://github.com/jtimberman)) - \[plan\] Add diffutils to the backline plan. [\#237](https://github.com/habitat-sh/habitat/pull/237) ([fnichol](https://github.com/fnichol)) @@ -853,10 +903,23 @@ - \[bldr-build\] Add fix\_shebang, pkg\_interpreter\_for [\#231](https://github.com/habitat-sh/habitat/pull/231) ([jtimberman](https://github.com/jtimberman)) - Notification system [\#229](https://github.com/habitat-sh/habitat/pull/229) ([smith](https://github.com/smith)) - Reduce the complexity of the root Makefile. [\#228](https://github.com/habitat-sh/habitat/pull/228) ([fnichol](https://github.com/fnichol)) +- \[plans\] Correctly set dynamic linker for foundational Plans. [\#227](https://github.com/habitat-sh/habitat/pull/227) ([fnichol](https://github.com/fnichol)) - Make studio run work [\#226](https://github.com/habitat-sh/habitat/pull/226) ([adamhjk](https://github.com/adamhjk)) +- Rename `make pkg-shell` to `make shell`. [\#225](https://github.com/habitat-sh/habitat/pull/225) ([fnichol](https://github.com/fnichol)) - Create a project page [\#224](https://github.com/habitat-sh/habitat/pull/224) ([smith](https://github.com/smith)) - \[plan\] De-optimize gmp plan. [\#223](https://github.com/habitat-sh/habitat/pull/223) ([fnichol](https://github.com/fnichol)) - Development environment with studio [\#222](https://github.com/habitat-sh/habitat/pull/222) ([adamhjk](https://github.com/adamhjk)) +- Add projects list [\#221](https://github.com/habitat-sh/habitat/pull/221) ([smith](https://github.com/smith)) +- Adding docker build support to studios [\#220](https://github.com/habitat-sh/habitat/pull/220) ([adamhjk](https://github.com/adamhjk)) +- Add bind mounting of the docker socket [\#218](https://github.com/habitat-sh/habitat/pull/218) ([adamhjk](https://github.com/adamhjk)) +- Building up to bldr [\#217](https://github.com/habitat-sh/habitat/pull/217) ([adamhjk](https://github.com/adamhjk)) +- Upgrade to latest angular2 beta; migrate tsd \> typings [\#216](https://github.com/habitat-sh/habitat/pull/216) ([smith](https://github.com/smith)) +- Use the gossip layer for the Census and Election [\#215](https://github.com/habitat-sh/habitat/pull/215) ([adamhjk](https://github.com/adamhjk)) +- Update to Redis 3.0.7 [\#214](https://github.com/habitat-sh/habitat/pull/214) ([juliandunn](https://github.com/juliandunn)) +- \[bldr-build\] Bundled updates, week of February 8, 2016 [\#213](https://github.com/habitat-sh/habitat/pull/213) ([fnichol](https://github.com/fnichol)) +- Add end-to-end tests [\#212](https://github.com/habitat-sh/habitat/pull/212) ([smith](https://github.com/smith)) +- Downgrade angular to beta 2 [\#211](https://github.com/habitat-sh/habitat/pull/211) ([smith](https://github.com/smith)) +- Simulate log streaming [\#210](https://github.com/habitat-sh/habitat/pull/210) ([smith](https://github.com/smith)) - add a short flag for --topology [\#209](https://github.com/habitat-sh/habitat/pull/209) ([metadave](https://github.com/metadave)) - Multiple build view [\#207](https://github.com/habitat-sh/habitat/pull/207) ([smith](https://github.com/smith)) - Update node and angular2 [\#206](https://github.com/habitat-sh/habitat/pull/206) ([smith](https://github.com/smith)) diff --git a/VERSION b/VERSION index 29b2d3ea50..f374f6662e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0-dev +0.9.1