diff --git a/README.md b/README.md index e1886f4a..1701e94d 100644 --- a/README.md +++ b/README.md @@ -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.
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 | @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 12e8a73f..06699249 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/src/changelogs/v2.22.3.md b/src/changelogs/v2.22.3.md new file mode 100644 index 00000000..5aeddeab --- /dev/null +++ b/src/changelogs/v2.22.3.md @@ -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 diff --git a/src/index.md b/src/index.md index eecb1178..d27b1f4b 100644 --- a/src/index.md +++ b/src/index.md @@ -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 diff --git a/src/quickstart/install-cli-tools.md b/src/quickstart/install-cli-tools.md index 77c1f2dc..4cf610c9 100644 --- a/src/quickstart/install-cli-tools.md +++ b/src/quickstart/install-cli-tools.md @@ -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