Skip to content

Commit c9cac62

Browse files
authored
Merge pull request #86 from Cryptophobia/feature/add-in-release-v2.20.1
docs(changelogs): add new patch release v2.20.1
2 parents e453a83 + 3bb06b1 commit c9cac62

4 files changed

Lines changed: 44 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
|![](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. |
33
|---:|---|
4-
| 11/29/2018 | Hephy Workflow [v2.20.0][] new release |
4+
| 02/14/2019 | Hephy Workflow [v2.20.1][] patch release |
5+
| 11/29/2018 | Hephy Workflow [v2.20.0][] new release|
56
| 08/27/2018 | Team Hephy [blog][] comes online |
67
| 08/20/2018 | Deis [#community slack][] goes dark |
78
| 08/10/2018 | Hephy Workflow [v2.19.4][] fourth patch release |
@@ -96,3 +97,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
9697
[Hephy Workflow website]: https://web.teamhephy.com
9798
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3
9899
[v2.20.0]: https://gist.github.com/Cryptophobia/667cc30f42dc38d6784212eea00bfc58
100+
[v2.20.1]: https://gist.github.com/Cryptophobia/54b4d28f29c1f272fb892586a94f8223

mkdocs.yml

Lines changed: 1 addition & 0 deletions
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.20.1: changelogs/v2.20.1.md
9798
- v2.20.0: changelogs/v2.20.0.md
9899
- v2.19.0: changelogs/v2.19.0.md
99100
- v2.17.0: changelogs/v2.17.0.md

src/changelogs/v2.20.1.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
## Workflow v2.20.0 -> v2.20.1
3+
4+
#### Releases
5+
6+
- controller v2.20.0 -> v2.20.1
7+
- postgres v2.7.1 -> v2.7.2
8+
- redis v2.3.0 -> v2.4.0
9+
- router v2.15.0 -> v2.15.1
10+
- slugrunner v2.6.0 -> v2.6.1
11+
- workflow v2.20.0 -> v2.20.1
12+
- workflow-cli v2.20.0 -> v2.20.1
13+
- workflow-e2e v2.20.0 -> v2.20.1
14+
15+
#### Features
16+
17+
- [`ae89bf4`](https://github.com/teamhephy/postgres/commit/ae89bf46d77fb3fd798b1361f4709793e5d029e3) (postgres) - postgres: adding upgrade scripts to the postgres
18+
- [`e897f3d`](https://github.com/teamhephy/redis/commit/e897f3de7844a5cc1ab4e2a2f54131f906490045) (redis) - redis: using official redis:5-alpine docker image
19+
20+
#### Fixes
21+
22+
- [`2426c29`](https://github.com/teamhephy/controller/commit/2426c2939c79b65fa4328d1d3f7a52bc26854198) (controller) - hpa: set deployment API to apps/v1 if k8s >= 1.9
23+
- [`26add98`](https://github.com/teamhephy/controller/commit/26add981765947c9819d43cef29f0b6c3af806a7) (controller) - tests: extend pod name regex
24+
- [`1ce3bc5`](https://github.com/teamhephy/controller/commit/1ce3bc5632b2f5855ba775cc173100d1fa34fda2) (controller) - controller: check image access when creating builds
25+
- [`b3a741d`](https://github.com/teamhephy/controller/commit/b3a741da4ea78c8c4cebfe71915c7451743af7b0) (controller) - controller: check_image_access only when using docker
26+
- [`e5dc063`](https://github.com/teamhephy/redis/commit/e5dc063cde33932d38931458a59b9438b11d42c7) (redis) - pipeline: ERR Client sent AUTH, but no password is set
27+
- [`bd68d5d`](https://github.com/teamhephy/slugrunner/commit/bd68d5da41aed9abeb88a4e628269be3f32836eb) (slugrunner) - slugrunner: for ruby 2.6.0 with new MJIT
28+
- [`5fe23af`](https://github.com/teamhephy/workflow-e2e/commit/5fe23aff18b0d1e352bb2e866f2808e42cf543e4) (workflow-e2e) - charts: update charts to our own teamhephy org
29+
- [`1053a80`](https://github.com/teamhephy/workflow-e2e/commit/1053a801cc7f2e8b0d1cc5bb44ef29ccbb1d0982) (workflow-e2e) - charts: fix in-cluster test setup via helm chart
30+
31+
#### Documentation
32+
33+
- [`9228b76`](https://github.com/teamhephy/workflow/commit/9228b76638815cee0c4cf7d4f1ae726172ec1f85) (workflow) - workflow: improve docs on how to connect to external services
34+
- [`93089d8`](https://github.com/teamhephy/workflow/commit/93089d8cbf5116e05ca62720619c8f4b291b9107) (workflow) - workflow: grafana table is broken
35+
36+
#### Maintenance
37+
38+
- [`7c14dd1`](https://github.com/teamhephy/controller/commit/7c14dd14ec52c915356dc63f6759b5a62f3b0abf) (controller) - requirements: update django version to 1.11.18
39+
- [`15fb561`](https://github.com/teamhephy/workflow-e2e/commit/15fb561aec07b927778e5897cdc6e1fbdb722435) (workflow-e2e) - README: change github URLs to teamhephy

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

1515
## Getting Started

0 commit comments

Comments
 (0)