Skip to content

Commit

Permalink
docs(changelogs): add new patch release v2.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Nov 15, 2020
1 parent 47232c4 commit 0a1c413
Show file tree
Hide file tree
Showing 5 changed files with 48 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. |
|---:|---|
| 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 |
| 05/26/2020 | Hephy Workflow [v2.21.6][] patch release |
Expand Down Expand Up @@ -127,3 +128,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[v2.21.6]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.6.md
[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
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.22.2: changelogs/v2.22.2.md
- v2.22.1: changelogs/v2.22.1.md
- v2.22.0: changelogs/v2.22.0.md
- v2.21.6: changelogs/v2.21.6.md
Expand Down
43 changes: 43 additions & 0 deletions src/changelogs/v2.22.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## Workflow v2.22.1 -> v2.22.2

#### Releases

- controller v2.21.1 -> v2.21.2
- fluentd v2.14.2 -> v2.15.0
- nsq v2.4.1 -> v2.5.0
- postgres v2.7.5 -> v2.7.6
- workflow v2.22.1 -> v2.22.2
- workflow-cli v2.22.1 -> v2.22.2
- workflow-e2e v2.22.1 -> v2.22.2

#### Features

- [`0440e56`](https://github.com/teamhephy/controller/commit/0440e566678249b3d0da5dec1fdae7b71a201696) (controller) - HPAs: resolves #135 recreate HPAs from db on load
- [`e68c723`](https://github.com/teamhephy/fluentd/commit/e68c723f6199bb7d78a99eff568e39ca596ad2d8) (fluentd) - fluentd: support containerd log format
- [`976d7eb`](https://github.com/teamhephy/fluentd/commit/976d7ebb709097ac5f80dbde79c319d0829b0bfb) (fluentd) - nsqd: add stateless nsqd cluster support
- [`593e853`](https://github.com/teamhephy/nsq/commit/593e85345e97f8e799fe44c160128b6891fdf5a7) (nsq) - nsqd: add stateless nsqd cluster support

#### Refactors

- [`0213a2d`](https://github.com/teamhephy/postgres/commit/0213a2d26f3e835ae3fee4dfa51537591fca3a9d) (postgres) - azure: revert to using wal-e versions of azure and azure-storage-blob

#### Fixes

- [`ec87381`](https://github.com/teamhephy/controller/commit/ec87381bcb2f28acd59964663354eb880177ff4b) (controller) - controller: refresh objectstorage-keyfile for apps
- [`a17a8b0`](https://github.com/teamhephy/fluentd/commit/a17a8b0626a38a0f46269b6346005d7f68677da9) (fluentd) - influxdb: fix influxdb host and port
- [`c928f0b`](https://github.com/teamhephy/fluentd/commit/c928f0be35d49378c10dd2011407eccb56cda465) (fluentd) - charts: skipped value for daemon_environment: Not a table
- [`c7a316c`](https://github.com/teamhephy/workflow/commit/c7a316c9cdb754e98c02cf99fdfbd81749a17312) (workflow) - charts: azure storage conn string

#### Maintenance

- [`3861032`](https://github.com/teamhephy/fluentd/commit/38610321bf4a7a9a2d9aa74585be5ef0035cc8ab) (fluentd) - fluentd: rename parts from deis to hephy
- [`b6885dd`](https://github.com/teamhephy/fluentd/commit/b6885dd84f409212c555a28dd8f1164e64129f64) (fluentd) - charts: adding external docker_registry support
- [`4199cfc`](https://github.com/teamhephy/fluentd/commit/4199cfc3d2ce46525f974ec0d476eb4cb818c479) (fluentd) - .travis.yml: change .travis.yml
- [`3898e76`](https://github.com/teamhephy/fluentd/commit/3898e765aebab2df1ff41db5d354f9c17e479542) (fluentd) - fluent: upgrade fluent to v1.4
- [`771cb43`](https://github.com/teamhephy/fluentd/commit/771cb431002fa9e159480b306edd58216216f188) (fluentd) - fluentd: upgrade fluentd
- [`38fb9c8`](https://github.com/teamhephy/fluentd/commit/38fb9c805f4b9402e787820e6c54d93b6e709873) (fluentd) - fluentd: add Gemfile.lock
- [`8fbaf60`](https://github.com/teamhephy/fluentd/commit/8fbaf60f39b63075de8d9e169229cf71b35d1752) (fluentd) - influxdb: change influxdb service name
- [`5237644`](https://github.com/teamhephy/nsq/commit/5237644f640253050f2c10394201c47a001b1635) (nsq) - nsqd: change deis to hephy
- [`0d610d2`](https://github.com/teamhephy/nsq/commit/0d610d2490ef782d1c6d93a6478a1ed0e940ee41) (nsq) - .travis.yml: add .travis.yml
- [`5a39724`](https://github.com/teamhephy/nsq/commit/5a397243117531fe5563c8dd595beb08cd63e55d) (nsq) - nsqd: update nsqd to nsqio/nsq:v1.2.0
- [`717b119`](https://github.com/teamhephy/workflow/commit/717b11980a702061e3c805e5a59f19ffda47de1a) (workflow) - charts: remove misleading comments for azure storage connection string
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.1). Older versions of Hephy Workflow and Deis Workflow are not supported.
Please note that this documentation is for Hephy Workflow (v2.22.2). 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.1
v2.22.2

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

0 comments on commit 0a1c413

Please sign in to comment.