Skip to content

Commit fea4993

Browse files
committed
docs(README.md): update docs for release v2.20.0
Updating the docs and cli links for Hephy Workflow v2.20.0 release.
1 parent 6b44e68 commit fea4993

6 files changed

Lines changed: 10 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
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 |
45
| 08/27/2018 | Team Hephy [blog][] comes online |
56
| 08/20/2018 | Deis [#community slack][] goes dark |
67
| 08/10/2018 | Hephy Workflow [v2.19.4][] fourth patch release |
78
| 08/08/2018 | [Deis website][] goes dark, then redirects to Azure Kubernetes Service |
8-
| 08/01/2018 | Hephy Workflow [v2.19.3][] third patch release |
9-
| 07/17/2018 | Hephy Workflow [v2.19.2][] second patch release |
10-
| 07/12/2018 | Hephy Workflow [v2.19.1][] first patch release |
11-
| 06/29/2018 | Hephy Workflow [v2.19.0][] first release in the open source fork of Deis |
12-
| 06/16/2018 | Hephy Workflow [v2.19][] series is announced |
9+
| 03/16/2018 | [Hephy Workflow website][] comes online |
1310
| 03/01/2018 | End of Deis Workflow maintenance: critical patches no longer merged |
1411
| 12/11/2017 | Team Hephy [slack community][] invites first volunteers |
1512
| 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode |
@@ -96,9 +93,6 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
9693
[#community slack]: https://slack.deis.io/
9794
[slack community]: https://slack.teamhephy.com/
9895
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
99-
[v2.19]: https://web.teamhephy.com
100-
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3/revisions
101-
[v2.19.1]: https://github.com/teamhephy/workflow/releases/tag/v2.19.1
102-
[v2.19.2]: https://github.com/teamhephy/workflow/releases/tag/v2.19.2
103-
[v2.19.3]: https://github.com/teamhephy/workflow/releases/tag/v2.19.3
104-
[v2.19.4]: https://github.com/teamhephy/workflow/releases/tag/v2.19.4
96+
[Hephy Workflow website]: https://web.teamhephy.com
97+
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3
98+
[v2.20.0]: https://gist.github.com/Cryptophobia/667cc30f42dc38d6784212eea00bfc58

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

1515
## Getting Started

src/managing-workflow/upgrading-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ deis-workflow-manager-2654760652-kitf9 1/1 Running 0 5m
8383
Users of Deis Workflow should now upgrade their deis client to avoid getting `WARNING: Client and server API versions do not match. Please consider upgrading.` warnings.
8484

8585
```
86-
curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0 && sudo mv deis $(which deis)
86+
curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.20.0 && sudo mv deis $(which deis)
8787
```
8888

8989

src/quickstart/install-cli-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use the CLI to create and configure and manage applications.
55

66
Install the latest `deis` client for Linux or Mac OS X with:
77

8-
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
8+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.20.0
99

1010
The installer places the `deis` binary in your current directory, but you
1111
should move it somewhere in your $PATH:

src/roadmap/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Kick off https://ci.teamhephy.info/job/workflow-cli-build-stable/ with the `TAG`
252252
and then verify `stable` artifacts are available and appropriately updated after the job completes:
253253

254254
```
255-
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
255+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.20.0
256256
$ ./deis version
257257
# (Should show $WORKFLOW_RELEASE)
258258
```

src/users/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with Deis Workflow.
77

88
Install the latest `deis` client for Linux or Mac OS X with:
99

10-
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
10+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.20.0
1111

1212
The installer puts `deis` in your current directory, but you should move it
1313
somewhere in your $PATH:

0 commit comments

Comments
 (0)