Skip to content

Commit

Permalink
Merge pull request #1208 from habitat-sh/0.9.1
Browse files Browse the repository at this point in the history
Releasing 0.9.1
  • Loading branch information
fnichol authored Sep 1, 2016
2 parents d53cdcf + f49d324 commit 52946b2
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 3 deletions.
67 changes: 65 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand All @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0-dev
0.9.1

0 comments on commit 52946b2

Please sign in to comment.