Skip to content

Commit

Permalink
docs(changelogs): add new patch release v2.22.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <[email protected]>
  • Loading branch information
Cryptophobia committed Jan 2, 2021
1 parent 003adef commit 876241f
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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. |
|---:|---|
| 01/02/2020 | Hephy Workflow [v2.22.3][] patch release |
| 11/15/2020 | Hephy Workflow [v2.22.2][] patch release |
| 10/12/2020 | Hephy Workflow [v2.22.1][] patch release |
| 10/02/2020 | Hephy Workflow [v2.22.0][] release |
Expand Down Expand Up @@ -129,3 +130,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[v2.22.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.0.md
[v2.22.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.1.md
[v2.22.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.2.md
[v2.22.3]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.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 @@ nav:
- Controller API v2.2: reference-guide/controller-api/v2.2.md
- Controller API v2.3: reference-guide/controller-api/v2.3.md
- Changelogs:
- v2.22.3: changelogs/v2.22.3.md
- v2.22.2: changelogs/v2.22.2.md
- v2.22.1: changelogs/v2.22.1.md
- v2.22.0: changelogs/v2.22.0.md
Expand Down
29 changes: 29 additions & 0 deletions src/changelogs/v2.22.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Workflow v2.22.2 -> v2.22.3

#### Releases

- controller v2.21.2 -> v2.21.3
- fluentd v2.15.0 -> v2.15.1
- nsq v2.5.0 -> v2.5.1
- slugbuilder v2.7.7 -> v2.7.8
- workflow v2.22.2 -> v2.22.3
- workflow-cli v2.22.2 -> v2.22.3
- workflow-e2e v2.22.2 -> v2.22.3

#### Features

- [`8344d5e`](https://github.com/teamhephy/controller/commit/8344d5eb3b384fbe83f5cd619ece7a5262caf7a6) (controller) - controller: permit setting GUNICORN_WORKERS
- [`787faf4`](https://github.com/teamhephy/controller/commit/787faf4b689f367ca1ba6b65b6e0dd41470920ce) (controller) - controller: document added chart values

#### Fixes

- [`0312315`](https://github.com/teamhephy/controller/commit/0312315538d2812615e7b4da8fccdeba77c33687) (controller) - HPAs: add continue in try and catch block
- [`aabfeb8`](https://github.com/teamhephy/fluentd/commit/aabfeb892ecab2abcc38a6fc7b803151506e93ca) (fluentd) - charts: env var should point to nsqd service
- [`77f09e3`](https://github.com/teamhephy/nsq/commit/77f09e365d4f3c43a6c9cba3e240746e4e794c3f) (nsq) - chart: Helm 3 validates, error on statefulset
- [`e0a2ae9`](https://github.com/teamhephy/slugbuilder/commit/e0a2ae983a7b7735312236dd8a404fc80ac16cb8) (slugbuilder) - build.sh: Quotes on variable causes build detect to break
- [`09e9bb5`](https://github.com/teamhephy/slugbuilder/commit/09e9bb55b4018aacb48932323f9bd3de0f702120) (slugbuilder) - slugbuilder: really fix buildpack detection

#### Maintenance

- [`b4c53b6`](https://github.com/teamhephy/slugbuilder/commit/b4c53b655c9cd712471995967791dc9b0df5b647) (slugbuilder) - buildpacks: update all buildpacks to latest versions
- [`2f14761`](https://github.com/teamhephy/workflow/commit/2f14761f927561e239fa1503cbdda26e493b32ba) (workflow) - mkdocs: fixing mkdocs so it builds in strict mode
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.22.2). Older versions of Hephy Workflow and Deis Workflow are not supported.
Please note that this documentation is for Hephy Workflow (v2.22.3). Older versions of Hephy Workflow and Deis Workflow are not supported.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/install-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
Check your work by running `deis version`:

$ deis version
v2.22.2
v2.22.3

!!! note
Note that version numbers may vary as new releases become available
Expand Down

0 comments on commit 876241f

Please sign in to comment.