Skip to content

Commit fed8e26

Browse files
committed
docs(changelogs): add new release v2.23.0
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 452c996 commit fed8e26

5 files changed

Lines changed: 33 additions & 2 deletions

File tree

README.md

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

1111
|![](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. |
1212
|---:|---|
13+
| 05/08/2021 | Hephy Workflow [v2.23.0][] release |
1314
| 01/02/2021 | Hephy Workflow [v2.22.3][] patch release |
1415
| 11/15/2020 | Hephy Workflow [v2.22.2][] patch release |
1516
| 10/12/2020 | Hephy Workflow [v2.22.1][] patch release |
@@ -131,3 +132,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
131132
[v2.22.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.1.md
132133
[v2.22.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.2.md
133134
[v2.22.3]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.3.md
135+
[v2.23.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.23.0.md

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ nav:
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.23.0: changelogs/v2.23.0.md
9798
- v2.22.3: changelogs/v2.22.3.md
9899
- v2.22.2: changelogs/v2.22.2.md
99100
- v2.22.1: changelogs/v2.22.1.md

src/changelogs/v2.23.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Workflow v2.22.3 -> v2.23.0
2+
3+
#### Releases
4+
5+
- controller v2.21.3 -> v2.22.0
6+
- router v2.18.1 -> v2.19.0
7+
- slugbuilder v2.7.8 -> v2.8.0
8+
- slugrunner v2.6.3 -> v2.7.0
9+
- workflow v2.22.3 -> v2.23.0
10+
- workflow-cli v2.22.3 -> v2.23.0
11+
- workflow-e2e v2.22.3 -> v2.23.0
12+
13+
#### Features
14+
15+
- [`fa49020`](https://github.com/teamhephy/controller/commit/fa490205416a400453621d0606c139b6e4033d97) (controller) - django: upgrade django framework and deps
16+
- [`73ecafb`](https://github.com/teamhephy/slugbuilder/commit/73ecafb92bbf705994433c72b84895ddc6ebffba) (slugbuilder) - slugbuilder: update stack to heroku-20-build
17+
- [`4e3bac5`](https://github.com/teamhephy/slugrunner/commit/4e3bac588a5413da50e01df1c8026c376027bed1) (slugrunner) - slugrunner: update stack to heroku-20
18+
19+
#### Documentation
20+
21+
- [`91c72ff`](https://github.com/teamhephy/workflow/commit/91c72ffa39bf8d32c1b81d8c5396236478918e83) (workflow) - README: fix year 2021 for v2.22.3
22+
23+
#### Maintenance
24+
25+
- [`ace34f8`](https://github.com/teamhephy/controller/commit/ace34f887a6eae9ce933b7bcafa60260f75b6217) (controller) - django: upgrade django to >= 2.2.20
26+
- [`713ad1d`](https://github.com/teamhephy/router/commit/713ad1ddca06b2c8bc0d355fdef43b3d515cc1ed) (router) - charts: regenerate dhparams for router
27+
- [`199cfd8`](https://github.com/teamhephy/router/commit/199cfd86e4a37eef8ce9153fc99e00036da33687) (router) - rootfs: upgrade to openssl 1.1.1k
28+
- [`0ec588b`](https://github.com/teamhephy/slugbuilder/commit/0ec588bbc3eecab32a06e47265217cdfb4001814) (slugbuilder) - buildpacks: update all buildpacks to latest

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.22.3). Older versions of Hephy Workflow and Deis Workflow are not supported.
12+
Please note that this documentation is for Hephy Workflow (v2.23.0). Older versions of Hephy Workflow and Deis Workflow are not supported.
1313

1414
## Getting Started
1515

src/quickstart/install-cli-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
1919
Check your work by running `deis version`:
2020

2121
$ deis version
22-
v2.22.3
22+
v2.23.0
2323

2424
!!! note
2525
Note that version numbers may vary as new releases become available

0 commit comments

Comments
 (0)