Skip to content

Commit 0a1c413

Browse files
committed
docs(changelogs): add new patch release v2.22.2
Signed-off-by: Cryptophobia <[email protected]>
1 parent 47232c4 commit 0a1c413

File tree

5 files changed

+48
-2
lines changed

5 files changed

+48
-2
lines changed

README.md

+2
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+
| 11/15/2020 | Hephy Workflow [v2.22.2][] patch release |
1314
| 10/12/2020 | Hephy Workflow [v2.22.1][] patch release |
1415
| 10/02/2020 | Hephy Workflow [v2.22.0][] release |
1516
| 05/26/2020 | Hephy Workflow [v2.21.6][] patch release |
@@ -127,3 +128,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
127128
[v2.21.6]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.6.md
128129
[v2.22.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.0.md
129130
[v2.22.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.1.md
131+
[v2.22.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.2.md

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ pages:
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.22.2: changelogs/v2.22.2.md
9798
- v2.22.1: changelogs/v2.22.1.md
9899
- v2.22.0: changelogs/v2.22.0.md
99100
- v2.21.6: changelogs/v2.21.6.md

src/changelogs/v2.22.2.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Workflow v2.22.1 -> v2.22.2
2+
3+
#### Releases
4+
5+
- controller v2.21.1 -> v2.21.2
6+
- fluentd v2.14.2 -> v2.15.0
7+
- nsq v2.4.1 -> v2.5.0
8+
- postgres v2.7.5 -> v2.7.6
9+
- workflow v2.22.1 -> v2.22.2
10+
- workflow-cli v2.22.1 -> v2.22.2
11+
- workflow-e2e v2.22.1 -> v2.22.2
12+
13+
#### Features
14+
15+
- [`0440e56`](https://github.com/teamhephy/controller/commit/0440e566678249b3d0da5dec1fdae7b71a201696) (controller) - HPAs: resolves #135 recreate HPAs from db on load
16+
- [`e68c723`](https://github.com/teamhephy/fluentd/commit/e68c723f6199bb7d78a99eff568e39ca596ad2d8) (fluentd) - fluentd: support containerd log format
17+
- [`976d7eb`](https://github.com/teamhephy/fluentd/commit/976d7ebb709097ac5f80dbde79c319d0829b0bfb) (fluentd) - nsqd: add stateless nsqd cluster support
18+
- [`593e853`](https://github.com/teamhephy/nsq/commit/593e85345e97f8e799fe44c160128b6891fdf5a7) (nsq) - nsqd: add stateless nsqd cluster support
19+
20+
#### Refactors
21+
22+
- [`0213a2d`](https://github.com/teamhephy/postgres/commit/0213a2d26f3e835ae3fee4dfa51537591fca3a9d) (postgres) - azure: revert to using wal-e versions of azure and azure-storage-blob
23+
24+
#### Fixes
25+
26+
- [`ec87381`](https://github.com/teamhephy/controller/commit/ec87381bcb2f28acd59964663354eb880177ff4b) (controller) - controller: refresh objectstorage-keyfile for apps
27+
- [`a17a8b0`](https://github.com/teamhephy/fluentd/commit/a17a8b0626a38a0f46269b6346005d7f68677da9) (fluentd) - influxdb: fix influxdb host and port
28+
- [`c928f0b`](https://github.com/teamhephy/fluentd/commit/c928f0be35d49378c10dd2011407eccb56cda465) (fluentd) - charts: skipped value for daemon_environment: Not a table
29+
- [`c7a316c`](https://github.com/teamhephy/workflow/commit/c7a316c9cdb754e98c02cf99fdfbd81749a17312) (workflow) - charts: azure storage conn string
30+
31+
#### Maintenance
32+
33+
- [`3861032`](https://github.com/teamhephy/fluentd/commit/38610321bf4a7a9a2d9aa74585be5ef0035cc8ab) (fluentd) - fluentd: rename parts from deis to hephy
34+
- [`b6885dd`](https://github.com/teamhephy/fluentd/commit/b6885dd84f409212c555a28dd8f1164e64129f64) (fluentd) - charts: adding external docker_registry support
35+
- [`4199cfc`](https://github.com/teamhephy/fluentd/commit/4199cfc3d2ce46525f974ec0d476eb4cb818c479) (fluentd) - .travis.yml: change .travis.yml
36+
- [`3898e76`](https://github.com/teamhephy/fluentd/commit/3898e765aebab2df1ff41db5d354f9c17e479542) (fluentd) - fluent: upgrade fluent to v1.4
37+
- [`771cb43`](https://github.com/teamhephy/fluentd/commit/771cb431002fa9e159480b306edd58216216f188) (fluentd) - fluentd: upgrade fluentd
38+
- [`38fb9c8`](https://github.com/teamhephy/fluentd/commit/38fb9c805f4b9402e787820e6c54d93b6e709873) (fluentd) - fluentd: add Gemfile.lock
39+
- [`8fbaf60`](https://github.com/teamhephy/fluentd/commit/8fbaf60f39b63075de8d9e169229cf71b35d1752) (fluentd) - influxdb: change influxdb service name
40+
- [`5237644`](https://github.com/teamhephy/nsq/commit/5237644f640253050f2c10394201c47a001b1635) (nsq) - nsqd: change deis to hephy
41+
- [`0d610d2`](https://github.com/teamhephy/nsq/commit/0d610d2490ef782d1c6d93a6478a1ed0e940ee41) (nsq) - .travis.yml: add .travis.yml
42+
- [`5a39724`](https://github.com/teamhephy/nsq/commit/5a397243117531fe5563c8dd595beb08cd63e55d) (nsq) - nsqd: update nsqd to nsqio/nsq:v1.2.0
43+
- [`717b119`](https://github.com/teamhephy/workflow/commit/717b11980a702061e3c805e5a59f19ffda47de1a) (workflow) - charts: remove misleading comments for azure storage connection string

src/index.md

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

1414
## Getting Started
1515

src/quickstart/install-cli-tools.md

+1-1
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.1
22+
v2.22.2
2323

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

0 commit comments

Comments
 (0)