Skip to content

Commit

Permalink
Merge pull request #2138 from habitat-sh/release_210
Browse files Browse the repository at this point in the history
Approved by: @nobody from Nowhere
Merged by: The Sentinels
  • Loading branch information
thesentinels authored Apr 20, 2017
2 parents 1393008 + 2d92be6 commit 7dceeb6
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,91 @@
# Habitat CHANGELOG

## [0.21.0](https://github.com/habitat-sh/habitat/tree/0.21.0) (04-20-2017)
[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.20.0...0.21.0)

## Features & Enhancements

- \[builder-web\] Bring in the dark palette [\#2120](https://github.com/habitat-sh/habitat/issues/2120)
- `hab sup load` does not allow `--config-from` [\#2104](https://github.com/habitat-sh/habitat/issues/2104)
- Investigate adding Scaffolding direct run deps as direct Plan build deps [\#2097](https://github.com/habitat-sh/habitat/issues/2097)
- EventSrv subscriber OnConnect receives seed of initial events [\#2023](https://github.com/habitat-sh/habitat/issues/2023)
- Create scaffolding plan for python [\#2010](https://github.com/habitat-sh/habitat/issues/2010)
- RFC: Post-Run hook for service initialization [\#1983](https://github.com/habitat-sh/habitat/issues/1983)
- Add support for local directory and files for `pkg\_source` [\#1972](https://github.com/habitat-sh/habitat/issues/1972)
- Create Blueprint for Go Applications [\#1963](https://github.com/habitat-sh/habitat/issues/1963)
- Implement Channel API [\#1864](https://github.com/habitat-sh/habitat/issues/1864)
- Start Supervisor without services [\#1861](https://github.com/habitat-sh/habitat/issues/1861)
- \[RFC\] Graceful departure from cluster [\#1812](https://github.com/habitat-sh/habitat/issues/1812)
- Proposal: Habitat post run hook [\#1393](https://github.com/habitat-sh/habitat/issues/1393)
- \[builder-web\] Fix Acceptance Tests [\#1001](https://github.com/habitat-sh/habitat/issues/1001)
- \[builder-web\] Lint Angular code with codelyzer [\#886](https://github.com/habitat-sh/habitat/issues/886)
- Integrate EventSrv into the supervisor. [\#2132](https://github.com/habitat-sh/habitat/pull/2132) ([raskchanky](https://github.com/raskchanky))
- \[plan-build\] Add Scaffolding direct deps as direct build deps for Plans. [\#2116](https://github.com/habitat-sh/habitat/pull/2116) ([fnichol](https://github.com/fnichol))
- Add Heap Analytics to header of static site and builder-web [\#2106](https://github.com/habitat-sh/habitat/pull/2106) ([reset](https://github.com/reset))
- Supervisor spring cleaning public fields [\#2095](https://github.com/habitat-sh/habitat/pull/2095) ([bodymindarts](https://github.com/bodymindarts))
- Add PostRun hook to hook table [\#2088](https://github.com/habitat-sh/habitat/pull/2088) ([bodymindarts](https://github.com/bodymindarts))
- \[builder\] Update version computing logic in plan.sh files. [\#2087](https://github.com/habitat-sh/habitat/pull/2087) ([fnichol](https://github.com/fnichol))
- \[plan-build\] Split dep resolving into 3 steps around Scaffolding. [\#2085](https://github.com/habitat-sh/habitat/pull/2085) ([fnichol](https://github.com/fnichol))
- \[plan-build\] Add limited readline functionality to `attach\(\)` function. [\#2084](https://github.com/habitat-sh/habitat/pull/2084) ([fnichol](https://github.com/fnichol))
- Verify that specified bindings exist in census before service start. [\#2076](https://github.com/habitat-sh/habitat/pull/2076) ([bodymindarts](https://github.com/bodymindarts))
- \[plan-build\] Make `pkg\_source` optional so local builds are first class. [\#2074](https://github.com/habitat-sh/habitat/pull/2074) ([fnichol](https://github.com/fnichol))
- Add Last Value Caching \(LVC\) to EventSrv [\#2048](https://github.com/habitat-sh/habitat/pull/2048) ([christophermaier](https://github.com/christophermaier))
- Store package and channel data in postgres [\#2042](https://github.com/habitat-sh/habitat/pull/2042) ([mwrock](https://github.com/mwrock))
- Implement sharding down to the data layer [\#1961](https://github.com/habitat-sh/habitat/pull/1961) ([adamhjk](https://github.com/adamhjk))

## Bug fixes

- Config updates not propagated via bindings [\#2134](https://github.com/habitat-sh/habitat/issues/2134)
- Builder API list\_user\_origins is broken [\#2081](https://github.com/habitat-sh/habitat/issues/2081)
- Invalid cross-device link [\#2078](https://github.com/habitat-sh/habitat/issues/2078)
- Adding dependencies in scaffolding fails [\#2073](https://github.com/habitat-sh/habitat/issues/2073)
- pkgPathFor writes error msg when there is integer in ServiceConfig [\#2067](https://github.com/habitat-sh/habitat/issues/2067)
- `--config-from` broken on latest release. [\#2058](https://github.com/habitat-sh/habitat/issues/2058)
- Validate `-bind \<bind\>:\<svc\>.\<group\>` before starting service [\#2046](https://github.com/habitat-sh/habitat/issues/2046)
- Regression 0.18.0 - Binding Config Fails To Populate ServiceConfig For Templates [\#1907](https://github.com/habitat-sh/habitat/issues/1907)
- cannot manually install artifacts dropped into /hab/cache/artifacts [\#1736](https://github.com/habitat-sh/habitat/issues/1736)
- Hab-sup as pid1 in docker container [\#1606](https://github.com/habitat-sh/habitat/issues/1606)
- hab start does not propagate the --url parameter to hab sup start [\#1556](https://github.com/habitat-sh/habitat/issues/1556)
- \[butterfly\] Write dat random tmpfile locally then move. [\#2100](https://github.com/habitat-sh/habitat/pull/2100) ([fnichol](https://github.com/fnichol))
- \[sup\] Restore support of the `--config-from` on `hab start`. [\#2098](https://github.com/habitat-sh/habitat/pull/2098) ([fnichol](https://github.com/fnichol))
- Tighten the scope of pkg\_path\_for's deserializing [\#2077](https://github.com/habitat-sh/habitat/pull/2077) ([smurawski](https://github.com/smurawski))

**Closed issues:**

- Upgrade builder-web to most recent Angular, TypeScript [\#2072](https://github.com/habitat-sh/habitat/issues/2072)
- pkgPathFor seems broken [\#2059](https://github.com/habitat-sh/habitat/issues/2059)
- Document "blueprints" \(real name TBD\) Feature Usage [\#1951](https://github.com/habitat-sh/habitat/issues/1951)
- TOML parsing of config files fails with toml-rs 3.0 [\#1865](https://github.com/habitat-sh/habitat/issues/1865)
- Fix the release process [\#1862](https://github.com/habitat-sh/habitat/issues/1862)
- Use Postgres to build package graph [\#1851](https://github.com/habitat-sh/habitat/issues/1851)
- Properly Intercept ctrl+c Interrupts in Windows Supervisor [\#1843](https://github.com/habitat-sh/habitat/issues/1843)

**Merged pull requests:**

- Add the config data to the CensusEntry protobuf [\#2136](https://github.com/habitat-sh/habitat/pull/2136) ([raskchanky](https://github.com/raskchanky))
- Add Builder dev doc [\#2130](https://github.com/habitat-sh/habitat/pull/2130) ([chefsalim](https://github.com/chefsalim))
- Remove postinstall step from builder-api plan. [\#2127](https://github.com/habitat-sh/habitat/pull/2127) ([rhass](https://github.com/rhass))
- Bring in the dark palette [\#2126](https://github.com/habitat-sh/habitat/pull/2126) ([cnunciato](https://github.com/cnunciato))
- add Robb Kidd to doc maintainers [\#2117](https://github.com/habitat-sh/habitat/pull/2117) ([robbkidd](https://github.com/robbkidd))
- include builder-web in make bldr-run [\#2109](https://github.com/habitat-sh/habitat/pull/2109) ([mwrock](https://github.com/mwrock))
- default db url properties so that config tomls do not need to include them [\#2108](https://github.com/habitat-sh/habitat/pull/2108) ([mwrock](https://github.com/mwrock))
- explain how to run builder-web and get faster builds in a linux vm [\#2107](https://github.com/habitat-sh/habitat/pull/2107) ([mwrock](https://github.com/mwrock))
- Replace failing acceptance tests with Angular tests [\#2105](https://github.com/habitat-sh/habitat/pull/2105) ([cnunciato](https://github.com/cnunciato))
- refactoring in components/core [\#2102](https://github.com/habitat-sh/habitat/pull/2102) ([bodymindarts](https://github.com/bodymindarts))
- Dispatch jobs in parallel [\#2093](https://github.com/habitat-sh/habitat/pull/2093) ([chefsalim](https://github.com/chefsalim))
- Fix some awkward wording in the docs [\#2092](https://github.com/habitat-sh/habitat/pull/2092) ([raskchanky](https://github.com/raskchanky))
- Sync created origins with session service [\#2091](https://github.com/habitat-sh/habitat/pull/2091) ([adamhjk](https://github.com/adamhjk))
- Restore /user/origins API endpoint [\#2089](https://github.com/habitat-sh/habitat/pull/2089) ([adamhjk](https://github.com/adamhjk))
- Lint builder-web with Codelyzer [\#2083](https://github.com/habitat-sh/habitat/pull/2083) ([cnunciato](https://github.com/cnunciato))
- Make builder-api tests more resilient [\#2080](https://github.com/habitat-sh/habitat/pull/2080) ([adamhjk](https://github.com/adamhjk))
- Reformat with rustfmt 0.8.3 [\#2070](https://github.com/habitat-sh/habitat/pull/2070) ([adamhjk](https://github.com/adamhjk))
- Minor tweaks to fix plan builds [\#2069](https://github.com/habitat-sh/habitat/pull/2069) ([chefsalim](https://github.com/chefsalim))
- Upgrade builder-web to Angular 4, TypeScript 2 [\#2068](https://github.com/habitat-sh/habitat/pull/2068) ([cnunciato](https://github.com/cnunciato))
- DockerCon is our next Habitat event [\#2060](https://github.com/habitat-sh/habitat/pull/2060) ([nathenharvey](https://github.com/nathenharvey))
- bump version to 0.21.0-dev [\#2056](https://github.com/habitat-sh/habitat/pull/2056) ([mwrock](https://github.com/mwrock))
- Add Scaffolding to Concepts sidebar in docs [\#2053](https://github.com/habitat-sh/habitat/pull/2053) ([reset](https://github.com/reset))
- Bug fixes for builder [\#2052](https://github.com/habitat-sh/habitat/pull/2052) ([chefsalim](https://github.com/chefsalim))

## [0.20.0](https://github.com/habitat-sh/habitat/tree/0.20.0) (04-07-2017)
[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.19.0...0.20.0)

Expand All @@ -14,6 +100,7 @@
- Gateway API does not return health check output [\#1548](https://github.com/habitat-sh/habitat/issues/1548)
- RAML depot/builder-api endpoints [\#845](https://github.com/habitat-sh/habitat/issues/845)
- RAML depot/builder-api endpoints [\#845](https://github.com/habitat-sh/habitat/issues/845)
- Release 0.20.0 [\#2051](https://github.com/habitat-sh/habitat/pull/2051) ([reset](https://github.com/reset))
- Update Scaffolding documentation. [\#2049](https://github.com/habitat-sh/habitat/pull/2049) ([rhass](https://github.com/rhass))
- Add load/unload/stop/run command to Supervisor [\#2038](https://github.com/habitat-sh/habitat/pull/2038) ([reset](https://github.com/reset))
- First pass at the eventsrv [\#2019](https://github.com/habitat-sh/habitat/pull/2019) ([raskchanky](https://github.com/raskchanky))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0-dev
0.21.0

0 comments on commit 7dceeb6

Please sign in to comment.