Skip to content

Commit 332d9e6

Browse files
committed
docs(changelogs): add new release v2.21.0
1 parent d4fa817 commit 332d9e6

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
|![](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. |
33
|---:|---|
4+
| 05/05/2019 | Hephy Workflow [v2.21.0][] release |
45
| 03/08/2019 | Hephy Workflow [v2.20.2][] patch release |
56
| 02/14/2019 | Hephy Workflow [v2.20.1][] patch release |
67
| 11/29/2018 | Hephy Workflow [v2.20.0][] new release|
@@ -100,3 +101,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
100101
[v2.20.0]: https://gist.github.com/Cryptophobia/667cc30f42dc38d6784212eea00bfc58
101102
[v2.20.1]: https://gist.github.com/Cryptophobia/54b4d28f29c1f272fb892586a94f8223
102103
[v2.20.2]: https://gist.github.com/Cryptophobia/31f5cded1dc91719ea0c0a0d4a3d7ad7
104+
[v2.21.0]: https://gist.github.com/Cryptophobia/61f725a891bcb9a147db6434dc2b8149

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ pages:
9494
- Controller API v2.2: reference-guide/controller-api/v2.2.md
9595
- Controller API v2.3: reference-guide/controller-api/v2.3.md
9696
- Changelogs:
97+
- v2.21.0: changelogs/v2.21.0.md
9798
- v2.20.2: changelogs/v2.20.2.md
9899
- v2.20.1: changelogs/v2.20.1.md
99100
- v2.20.0: changelogs/v2.20.0.md

src/changelogs/v2.21.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Workflow v2.20.2 -> v2.21.0
2+
3+
#### Releases
4+
5+
- router v2.15.1 -> v2.16.0
6+
- slugbuilder v2.7.0 -> v2.7.1
7+
- workflow v2.20.2 -> v2.21.0
8+
- workflow-cli v2.20.2 -> v2.21.0
9+
- workflow-e2e v2.20.2 -> v2.21.0
10+
11+
#### Features
12+
13+
- [`7313ef9`](https://github.com/teamhephy/router/commit/7313ef9915c22d7038cfcb5091502e3047dc8093) (router) - router: Add ability to set MaxHeaderSize and MaxFieldSize globally
14+
15+
#### Fixes
16+
17+
- [`16b5d8e`](https://github.com/teamhephy/router/commit/16b5d8e06d6aaecaad3ecd323dc4569db4407445) (router) - rootfs: fix(rootfs) don't bake Dockerfile into image
18+
- [`b276068`](https://github.com/teamhephy/router/commit/b276068d293bfe5007d1f0b51b2012416e847f13) (router) - router: fix(router) add missing ssl config in default host
19+
- [`d4fa817`](https://github.com/teamhephy/workflow/commit/d4fa817f3773a7e9fedf9c5386ab1ca5724bf48a) (workflow) - changelogs: fix typo in v2.20.2 changelog
20+
21+
#### Documentation
22+
23+
- [`075cd89`](https://github.com/teamhephy/workflow/commit/075cd898f1a08f6776e05767c0fc936574a5e33d) (workflow) - changelogs: add new patch release v2.20.2
24+
25+
#### Maintenance
26+
27+
- [`3c0c1a1`](https://github.com/teamhephy/router/commit/3c0c1a157527b4270295139cd82970f1f0558502) (router) - rootfs: update to nginx 1.14.2 / vts 0.1.18
28+
- [`6b55e4b`](https://github.com/teamhephy/router/commit/6b55e4bf24a5ccbb871cc9a1fa4750cdbe3b338f) (router) - Makefile: update to go-dev v1.10.0
29+
- [`8c75726`](https://github.com/teamhephy/router/commit/8c757267124470aafdf55f2a591be0d802185bb2) (router) - Dockerfile: remove external binaries
30+
- [`9265cb5`](https://github.com/teamhephy/slugbuilder/commit/9265cb58e9cfd8f21af8e54f01ced6cb54801bdc) (slugbuilder) - buildpacks: update all buildpacks to latest versions (#12)

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application configuration, creating and rolling back releases, managing domain n
99
certificates, providing seamless edge routing, aggregating logs, and sharing applications with
1010
teams. All of this is exposed through a simple REST API and command line interface.
1111

12-
Please note that this documentation is for Hephy Workflow (v2.20.2). Older versions of Deis and
12+
Please note that this documentation is for Hephy Workflow (v2.21.0). Older versions of Deis and
1313
Hephy Workflow are not supported.
1414

1515
## Getting Started

0 commit comments

Comments
 (0)