|
| 1 | +### v0.8.0 -> v0.9.0 |
| 2 | + |
| 3 | +#### Features |
| 4 | + |
| 5 | +- 8428bd5 feat(router): proxy builder through router |
| 6 | +- bddb43e feat(user-data): adds nsenter alias |
| 7 | +- 5ad1fc0 feat(router): route deis.domain to controller |
| 8 | +- 5d60551 feat(vagrant): make rsync as default |
| 9 | +- e86d9d8 feat(builder): build apps from more than master |
| 10 | +- 321b96c feat(controller): allow shared users domain access |
| 11 | +- 65bf80e feat(controller): log domains deployed |
| 12 | +- c1c7ee7 feat(controller): hook up domains to router |
| 13 | +- 23df4ab feat(controller): add Domain model |
| 14 | +- fcadd48 feat(controller): Toggle registration using etcd |
| 15 | +- 730149c feat(builder): update builder to pass SHA/Procfile/Dockerfile (if available) |
| 16 | +- c5aec20 feat(dockerfile): improve dockerfile and procfile workflow |
| 17 | +- f330bfd feat(router): support for multiple routers |
| 18 | +- f845dc8 feat(router): configurable gzip settings |
| 19 | +- e0ba0a9 feat(builder): expose runtime configuration during slugbuilder execution |
| 20 | +- 097827c feat(Vagrantfile): add fallback to rsync |
| 21 | +- 2bce3f4 feat(contrib): add changelog script |
| 22 | +- 4712658 feat(contrib): add CoreOS flair to motd |
| 23 | +- 11b07e2 feat(contrib/coreos/user-data): create Deis motd |
| 24 | +- 4808ea9 feat(client): add --app option to apps:run |
| 25 | +- b2e2b78 feat(client): add auth command |
| 26 | + |
| 27 | +#### Fixes |
| 28 | + |
| 29 | +- 0470a38 fix(controller): add source release version |
| 30 | +- d290bb2 fix(controller): revert "<no value>" polling target to confd_settings.py |
| 31 | +- 733a61c fix(docker): always use ":latest" tag in docker pull |
| 32 | +- b800e9b fix(router): restore check_cmd and grep nginx.conf |
| 33 | +- f349741 fix(controller): change timeout for docker container template |
| 34 | +- 2767c47 fix(travis): add dummy FLEETCTL_TUNNEL envvar |
| 35 | +- c0eae21 fix(Makefile): enable targets to work for non-Vagrant |
| 36 | +- 07d49ef fix(controller): watch fifth column for state |
| 37 | +- 82a0339 fix(controller): use new `fleetctl` semantics |
| 38 | +- 1c67726 fix(data-containers): change test command to "inspect" |
| 39 | +- 52b93ac fix(Makefile): update to work with fleetctl 0.3.2 |
| 40 | +- 91e7e21 fix(test): update example-ruby-sinatra location |
| 41 | +- 77c1703 fix(contrib): revert seed hosts for CDN workaround |
| 42 | +- 3e1708c fix(Makefile): Information about missing FLEETCTL_TUNNEL |
| 43 | +- f4a41ad fix(Makefile): include router component in `make build` and friends |
| 44 | +- 1fdbf2c fix(Makefile): use fleetctl to filter actual deis-* units |
| 45 | +- 129ad5d fix(controller): change api logs response to 204 when no logs |
| 46 | +- bdf08ba fix(signals): use different dispatch_uid for log signals |
| 47 | +- 6aad59c fix(*): set etcd keys safely in /bin/boot |
| 48 | +- 968efd0 fix(router): create /deis/domains |
| 49 | +- 6886795 fix(controller): give access to /domains |
| 50 | +- dbfed01 fix(client): handle created response code on domains:add |
| 51 | +- 9a9c40c fix(controller): do not deploy releases on domains |
| 52 | +- 526cd06 fix(client): cleanup domains output |
| 53 | +- ed642ff fix(router): resolve golang template scoping issue |
| 54 | +- 1646f72 fix(controller): add /domains access in confd |
| 55 | +- 133f707 fix(controller): revert e647336741 |
| 56 | +- 64c90e7 fix(confd): give controller/router /deis access |
| 57 | +- 1c06b51 fix(controller): cast registrationEnabled to bool |
| 58 | +- 2dee62c fix(scheduler): detect exposed ports from image for PORT envvar |
| 59 | +- 3d5d243 fix(tests): close db connections during threaded execution |
| 60 | +- 5710ccb fix(flake8): resolve code formatting issues |
| 61 | +- f680df6 fix(deploy): rework initial deploy logic based on workflow |
| 62 | +- 877a87b fix(builder): include default_process_types from .release |
| 63 | +- b4ff75e fix(migration): squash migrations, add newline |
| 64 | +- cdbd9b9 fix(scale): move initial scaling logic to model, add tests |
| 65 | +- 553978c fix(controller): only scale web=1 if procfile has web entry |
| 66 | +- 2984581 fix(schema): remove uniqueness constraint on containers |
| 67 | +- c8efffd fix(announcer): detect first exposed port instead of hardcoding to 5000/tcp |
| 68 | +- a056894 fix(test): remove `-K` ssh-add option that isn't available on Linux |
| 69 | +- 1d46330 fix(builder): add scale() back to first build |
| 70 | +- fd88251 fix(flake8): fix spaces and a docstring |
| 71 | +- 95c2c77 fix(app): only set initial structure when build hook is triggered |
| 72 | +- c951ffa fix(Vagrantfile): fix vagrant sync command |
| 73 | +- 96e0428 fix(README): fix typo |
| 74 | +- d3dfa37 fix(contrib): seed hosts for CDN workaround |
| 75 | +- 166282a fix(CHANGELOG): prep for changelog script |
| 76 | +- 90c73d0 fix(test): don't fail if already registered, and pause for builder |
| 77 | +- 48cd94f fix(client): return 1 on two more error cases |
| 78 | +- 45e5e0c fix(contrib): correct coloring |
| 79 | +- 23f0f0c fix(logger): allow digits in app name when parsing log file |
| 80 | +- 33f72a1 fix(controller): restore App.destroy() and call delete() |
| 81 | +- 998498f fix(Makefile): fix 'check-fleet' rule for $FLEETCTL_TUNNEL with port. |
| 82 | +- 6d64cbf fix(readme): unify language with deis.io |
| 83 | +- c510fc5 fix(controller): give processes unique counters |
| 84 | +- 2c699ed fix(controller): remove username length validation |
| 85 | +- 75aeb67 fix(registry): store apps as appname |
| 86 | +- 926c8f4 fix(client): return non-zero on errors |
| 87 | +- a0cf80c fix(docker): use btrfs inside builder |
| 88 | +- 15751ad fix(builder): do not check for a Procfile |
| 89 | +- 4edfb2c fix(pip): update location of pip installer |
| 90 | + |
| 91 | +#### Documentation |
| 92 | + |
| 93 | +- 70fe559 docs(*): document DEIS_NUM_ROUTERS |
| 94 | +- ad8eabd docs(readme): remove cruft and add clarifications |
| 95 | +- ccdfc34 Revert "docs(contrib/rackspace): document manual update for CoreOS" |
| 96 | +- d759e1e docs(README.md): Update Documentation for creating Applicaiton |
| 97 | +- e98d9c2 docs(releases): update for Docker Index tagging capability |
| 98 | +- d459eec docs(configure-dns): fix typo |
| 99 | +- d4aa8c9 docs(UPGRADING.md): add upgrade documentation |
| 100 | +- 20ecc29 docs(contrib/rackspace): document manual update for CoreOS |
| 101 | +- 54888af docs(developer): use note styling |
| 102 | +- dbbb7b4 docs(developer): add domain documentation |
| 103 | +- 87159d5 docs(developer): flesh out developer docs |
| 104 | +- ae0365b docs(*): update docs for local3.deisapp.com, local5.deisapp.com |
| 105 | +- db2d845 docs(bare-metal): filled in bare metal section in provision doc |
| 106 | +- ff3e029 docs(*): add bare-metal guide |
| 107 | +- 9435bfd docs(README): add troubleshooting for 'not reachable' peers |
| 108 | +- f3c60cc docs(contrib): github-changes -> changelog script |
| 109 | +- b70aa56 docs(*): clarify clusters:create options |
| 110 | +- ac15bce docs(README): adds troubleshooting information |
| 111 | +- 28f3727 docs(*): strongly suggest Deis clusters of 3+ nodes |
| 112 | +- 900e583 docs(contributing): add TESTING footer |
| 113 | +- 842838a docs(vagrant): update references to vagrant files |
| 114 | +- 2dd299c docs(README): install nfs on Ubuntu |
| 115 | +- 98b478a docs(contributing): split out DCO |
| 116 | + |
1 | 117 | ### v0.8.0 (2014/05/06 18:30 +00:00) |
2 | 118 | - [54ff9ca](https://github.com/deis/deis/commit/54ff9caaaaa2be20960afe41c883014a796b81b2) Updated CLI binaries and links in client README. (@mboersma) |
3 | 119 | - [4694844](https://github.com/deis/deis/commit/4694844e603583d2b0cee0fa0b4922a9857dc5d9) Switch master to v0.8.0. (@mboersma) |
|
0 commit comments