Skip to content

Commit

Permalink
Merge pull request #77 from Cryptophobia/feature/add-in-release-v2.20.0
Browse files Browse the repository at this point in the history
docs(README.md): update docs for release v2.20.0
  • Loading branch information
Cryptophobia authored Nov 29, 2018
2 parents 6b44e68 + 2b23102 commit 7d1b6a9
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 16 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@

|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Hephy Workflow is the open source fork of Deis Workflow.<br />Please [read the announcement][] for more detail. |
|---:|---|
| 11/29/2018 | Hephy Workflow [v2.20.0][] new release |
| 08/27/2018 | Team Hephy [blog][] comes online |
| 08/20/2018 | Deis [#community slack][] goes dark |
| 08/10/2018 | Hephy Workflow [v2.19.4][] fourth patch release |
| 08/08/2018 | [Deis website][] goes dark, then redirects to Azure Kubernetes Service |
| 08/01/2018 | Hephy Workflow [v2.19.3][] third patch release |
| 07/17/2018 | Hephy Workflow [v2.19.2][] second patch release |
| 07/12/2018 | Hephy Workflow [v2.19.1][] first patch release |
| 06/29/2018 | Hephy Workflow [v2.19.0][] first release in the open source fork of Deis |
| 06/16/2018 | Hephy Workflow [v2.19][] series is announced |
| 03/16/2018 | [Hephy Workflow website][] comes online |
| 03/01/2018 | End of Deis Workflow maintenance: critical patches no longer merged |
| 12/11/2017 | Team Hephy [slack community][] invites first volunteers |
| 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode |
Expand Down Expand Up @@ -96,9 +93,6 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[#community slack]: https://slack.deis.io/
[slack community]: https://slack.teamhephy.com/
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
[v2.19]: https://web.teamhephy.com
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3/revisions
[v2.19.1]: https://github.com/teamhephy/workflow/releases/tag/v2.19.1
[v2.19.2]: https://github.com/teamhephy/workflow/releases/tag/v2.19.2
[v2.19.3]: https://github.com/teamhephy/workflow/releases/tag/v2.19.3
[v2.19.4]: https://github.com/teamhephy/workflow/releases/tag/v2.19.4
[Hephy Workflow website]: https://web.teamhephy.com
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3
[v2.20.0]: https://gist.github.com/Cryptophobia/667cc30f42dc38d6784212eea00bfc58
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ pages:
- Controller API v2.2: reference-guide/controller-api/v2.2.md
- Controller API v2.3: reference-guide/controller-api/v2.3.md
- Changelogs:
- v2.20.0: changelogs/v2.20.0.md
- v2.19.0: changelogs/v2.19.0.md
- v2.17.0: changelogs/v2.17.0.md
- v2.16.0: changelogs/v2.16.0.md
- v2.15.0: changelogs/v2.15.0.md
Expand Down
66 changes: 66 additions & 0 deletions src/changelogs/v2.19.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
## Workflow v2.18.0 -> v2.19.0

#### Releases

- builder v2.12.0 -> v2.13.0
- controller v2.17.3 -> v2.19.0
- dockerbuilder v2.7.3 -> v2.8.0
- fluentd v2.12.0 -> v2.13.0
- logger v2.4.5 -> v2.5.0
- minio v2.3.6 -> v2.4.1
- monitor v2.10.1 -> v2.11.0
- nsq v2.2.8 -> v2.3.0
- postgres v2.5.6 -> v2.6.0
- redis v2.2.7 -> v2.3.0
- registry v2.4.2 -> v2.5.0
- registry-token-refresher v1.1.3 -> v1.2.0
- router v2.13.3 -> v2.14.0
- slugbuilder v2.5.0 -> v2.6.0
- slugrunner v2.4.0 -> v2.5.0
- workflow v2.18.0 -> v2.19.0
- workflow-cli v2.19.0 -> v2.18.0
- workflow-e2e v2.13.0 -> v2.13.99
- workflow-manager v2.5.1 -> v2.6.0

#### Features

- [68ee0af](https://github.com/teamhephy/controller/commit/68ee0afd620659c7c6748c9d95d30eb6a3e5b3d8) (controller) - Adding procfile_structure on app api
- [aef1f6b](https://github.com/teamhephy/controller/commit/aef1f6b3cd3b57c778e6141cb818a8022ac5d727) (controller) - Adding exception field on release api
- [5c1b736](https://github.com/teamhephy/controller/commit/5c1b73688b9435fcdb3af54f034456320bd53951) (controller) - Adding lifecycle hooks to deis-controller api

#### Fixes

- [`e72b608`](https://github.com/teamhephy/minio/commit/e72b608533d63c6400d04a32a2915119415c816c) (minio) - minio: correct architecture
- [`7e76671`](https://github.com/teamhephy/router/commit/7e76671b114039d5004a8ef7394ef7b8ab0c3a9b) (router) - nginx: fix(nginx) wait for nginx reload to avoid zombies
- [`c60680f`](https://github.com/teamhephy/controller/commit/c60680f267ff1449281d227e9cfcb6295034d064) (controller) - clusterrole: deis run need pods-create perms rbac
- [`c60680f`](https://github.com/teamhephy/controller/pull/5/commits/c60680f267ff1449281d227e9cfcb6295034d064) (controller) - Fixes issue [#4](https://github.com/teamhephy/controller/issues/4) deis run need pods-create perms rbac

#### Documentation

- [`64fea21`](https://github.com/teamhephy/builder/commit/64fea2112d19cafa15137320633e9416019e09fb) (builder) - README.md: remove outdated license blurb
- [`81c9d54`](https://github.com/teamhephy/builder/commit/81c9d54bcd0a9669fe7abc1cfacf93e249a31103) (builder) - README.md: add notice of final release and maintenance mode
- [`54181df`](https://github.com/teamhephy/dockerbuilder/commit/54181df684d96de97bb1738d8fdc5b5624a9115e) (dockerbuilder) - README.md: remove outdated license blurb
- [`aec212a`](https://github.com/teamhephy/dockerbuilder/commit/aec212a396d9a49cf5362073d75e73d5bf081e77) (dockerbuilder) - README.md: add notice of final release and maintenance mode
- [`ffb243b`](https://github.com/teamhephy/minio/commit/ffb243b3249367dd60763481802664c0627d29af) (minio) - README.md: remove outdated license blurb
- [`2edc14f`](https://github.com/teamhephy/minio/commit/2edc14f4aa159d2c3fd507d9a0e13ba7394d5446) (minio) - README.md: add notice of final release and maintenance mode
- [`9e637e4`](https://github.com/teamhephy/monitor/commit/9e637e4f5025614a6280f454a6d6f0acd0823277) (monitor) - README.md: remove outdated license blurb
- [`f5ab740`](https://github.com/teamhephy/monitor/commit/f5ab74041f95281accbc5365a601bfd9a46eecc7) (monitor) - README.md: add notice of final release and maintenance mode
- [`27562f5`](https://github.com/teamhephy/nsq/commit/27562f5cda35e1b54445b84da3871cb4d8864dd9) (nsq) - README.md: remove outdated license blurb
- [`110ddb4`](https://github.com/teamhephy/nsq/commit/110ddb46f5a922f868f19b321c854c20d1585fcc) (nsq) - README.md: add notice of final release and maintenance mode
- [`f8d0b02`](https://github.com/teamhephy/redis/commit/f8d0b02394abd213253d1d88b209a8369895abc4) (redis) - README.md: remove outdated license blurb
- [`10b6ba4`](https://github.com/teamhephy/redis/commit/10b6ba4012d98518ceedad8c03ee1fc8c31d506d) (redis) - README.md: add notice of final release and maintenance mode
- [`993044c`](https://github.com/teamhephy/registry/commit/993044cf65211768cf9c22b7b2ee5aba2be35090) (registry) - README.md: remove outdated license blurb
- [`8d66318`](https://github.com/teamhephy/registry/commit/8d663188eae011b4475ad32ce2431ec0b9a1e808) (registry) - README.md: add notice of final release and maintenance mode
- [`4de040e`](https://github.com/teamhephy/registry-token-refresher/commit/4de040efd6298a3399b2561278caf66af1eeabf8) (registry-token-refresher) - README.md: remove outdated license blurb
- [`245ff33`](https://github.com/teamhephy/registry-token-refresher/commit/245ff33c2b9772ac4ecae36a178cf83d89bd6b6c) (registry-token-refresher) - README.md: add notice of final release and maintenance mode
- [`ee5cd1a`](https://github.com/teamhephy/slugbuilder/commit/ee5cd1a59655e81e8df6318039fb4a57969f485f) (slugbuilder) - README.md: remove outdated license blurb
- [`e3fcacc`](https://github.com/teamhephy/slugbuilder/commit/e3fcacc0a19d913a83f7bb0c1227070007073c93) (slugbuilder) - README.md: add notice of final release and maintenance mode
- [`63b716e`](https://github.com/teamhephy/slugrunner/commit/63b716e8c43693c75dcd47450c8c5a244c074882) (slugrunner) - README.md: add notice of final release and maintenance mode
- [`3ed8196`](https://github.com/teamhephy/workflow-manager/commit/3ed81960bef0eea133f7c151023f410d8d001727) (workflow-manager) - README.md: add notice of final release and maintenance mode

#### Maintenance

- [`28c463f`](https://github.com/teamhephy/router/commit/28c463f58a87937e531c6a6e0134c033e3ac23b9) (router) - nginx: Updating to nginx 1.13.7
- [`713e10c`](https://github.com/teamhephy/controller/commit/ddbd8acef713e10c2918c28f1967ed937e32a817) (controller) - charts: add support for rbac v1 API endpoint
- [`713e10c`](https://github.com/teamhephy/controller/commit/ddbd8acef713e10c2918c28f1967ed937e32a817) (router) - charts: add support for rbac v1 API endpoint
- [`713e10c`](https://github.com/teamhephy/controller/commit/ddbd8acef713e10c2918c28f1967ed937e32a817) (builder) - charts: add support for rbac v1 API endpoint
Loading

0 comments on commit 7d1b6a9

Please sign in to comment.