Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelogs): add new patch release v2.21.3 #101

Merged
merged 1 commit into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

|![](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. |
|---:|---|
| 09/11/2019 | Hephy Workflow [v2.21.3][] patch release |
| 08/11/2019 | Hephy Workflow [v2.21.2][] patch release |
| 06/21/2019 | Hephy Workflow [v2.21.1][] patch release |
| 05/05/2019 | Hephy Workflow [v2.21.0][] release |
Expand Down Expand Up @@ -106,3 +107,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[v2.21.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.0.md
[v2.21.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.1.md
[v2.21.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.2.md
[v2.21.3]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.3.md
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ 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.21.3: changelogs/v2.21.3.md
- v2.21.2: changelogs/v2.21.2.md
- v2.21.1: changelogs/v2.21.1.md
- v2.21.0: changelogs/v2.21.0.md
Expand Down
21 changes: 21 additions & 0 deletions src/changelogs/v2.21.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Workflow v2.21.2 -> v2.21.3

#### Releases

- router v2.16.0 -> v2.16.1
- workflow v2.21.2 -> v2.21.3
- workflow-cli v2.21.2 -> v2.21.3
- workflow-e2e v2.21.2 -> v2.21.3

#### Refactors

- [`d253929`](https://github.com/teamhephy/router/commit/d253929ac61764cb1f02b843355b23c565ffe0b0) (router) - tcell: DEPRECATION - removing Tcell module security option in nginx

#### Fixes

- [`7790869`](https://github.com/teamhephy/workflow/commit/77908694f7be7f04fc89a3e4c9572799f769be93) (workflow) - html: fix docker-file links for modsecurity

#### Maintenance

- [`32d7fd3`](https://github.com/teamhephy/router/commit/32d7fd353b213db6216e9984fd01c06bb2771a44) (router) - nginx: upgrading nginx to latest stable release v1.16.1
- [`322a0a8`](https://github.com/teamhephy/router/commit/322a0a81e5b0a4e6cba8eae502bdf21facad985a) (router) - nginx: upgrading nginx to latest stable release v1.16.1
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application configuration, creating and rolling back releases, managing domain n
certificates, providing seamless edge routing, aggregating logs, and sharing applications with
teams. All of this is exposed through a simple REST API and command line interface.

Please note that this documentation is for Hephy Workflow (v2.21.2). Older versions of Hephy Workflow and Deis Workflow are not supported.
Please note that this documentation is for Hephy Workflow (v2.21.3). Older versions of Hephy Workflow and Deis Workflow are not supported.

## Getting Started

Expand Down