Skip to content

Commit

Permalink
docs(changelogs): add new patch release v2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Jun 21, 2019
1 parent 513c2ec commit 5e7c0e1
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ docker-build:
docker-serve:
${DEV_ENV_CMD} ${IMAGE} $(MKDOCSSERVE)

run: docker-build docker-serve
run: docker-build docker-serve
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,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. |
|---:|---|
| 06/21/2019 | Hephy Workflow [v2.21.1][] patch release |
| 05/05/2019 | Hephy Workflow [v2.21.0][] release |
| 03/08/2019 | Hephy Workflow [v2.20.2][] patch release |
| 02/14/2019 | Hephy Workflow [v2.20.1][] patch release |
Expand Down Expand Up @@ -97,8 +98,9 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[slack community]: https://slack.teamhephy.com/
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
[Hephy Workflow website]: https://web.teamhephy.com
[v2.19.0]: https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3
[v2.20.0]: https://gist.github.com/Cryptophobia/667cc30f42dc38d6784212eea00bfc58
[v2.20.1]: https://gist.github.com/Cryptophobia/54b4d28f29c1f272fb892586a94f8223
[v2.20.2]: https://gist.github.com/Cryptophobia/31f5cded1dc91719ea0c0a0d4a3d7ad7
[v2.21.0]: https://gist.github.com/Cryptophobia/61f725a891bcb9a147db6434dc2b8149
[v2.19.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.19.0.md
[v2.20.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.0.md
[v2.20.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.1.md
[v2.20.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.2.md
[v2.21.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.0.md
[v2.21.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.1.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.21.1: changelogs/v2.21.1.md
- v2.21.0: changelogs/v2.21.0.md
- v2.20.2: changelogs/v2.20.2.md
- v2.20.1: changelogs/v2.20.1.md
Expand Down
23 changes: 23 additions & 0 deletions src/changelogs/v2.21.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Workflow v2.21.0 -> v2.21.1

#### Releases

- controller v2.20.2 -> v2.20.3
- slugbuilder v2.7.1 -> v2.7.2
- workflow v2.21.0 -> v2.21.1
- workflow-cli v2.21.0 -> v2.21.1
- workflow-e2e v2.21.0 -> v2.21.1

#### Fixes

- [`87f6ccf`](https://github.com/teamhephy/controller/commit/87f6ccffa2492384275de1609d96aaccca878c59) (controller) - docker: docker timeout must be an int, float or None
- [`964e64a`](https://github.com/teamhephy/controller/commit/964e64abc207cdb5ff8f66c3630b7fb5a30e2605) (controller) - controller: Revert check image access when creating builds
- [`1114ea5`](https://github.com/teamhephy/controller/commit/1114ea5e628e9f15e7e3e58dc79692fd29182772) (controller) - controller: Revert check_image_access only when using docker
- [`13dd3db`](https://github.com/teamhephy/controller/commit/13dd3db61933ab1c7b4ae9abd97ba6a8761179b0) (controller) - controller: revert release.check_image_access for now

#### Maintenance

- [`83bd863`](https://github.com/teamhephy/controller/commit/83bd8635f08f90a9f646a48c8283f3732e97e660) (controller) - django-rest-framework: upgrade to 3.9.3
- [`6f63656`](https://github.com/teamhephy/controller/commit/6f63656aa043ad17cafe0af02a1715ddc4d0d034) (controller) - deps: bump djangorestframework from 3.9.3 to 3.9.4 in /rootfs
- [`0ce6249`](https://github.com/teamhephy/controller/commit/0ce6249f9bb881731d0c211afee5995d59b4eeba) (controller) - deps: bump django from 1.11.20 to 1.11.21 in /rootfs
- [`51809e9`](https://github.com/teamhephy/slugbuilder/commit/51809e9d721dae134aea90bd569c3524c715f472) (slugbuilder) - buildpacks: update all buildpacks to latest versions
3 changes: 1 addition & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +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.21.0). Older versions of Deis and
Hephy Workflow are not supported.
Please note that this documentation is for Hephy Workflow (v2.21.1). Older versions of Hephy Workflow and Deis Workflow are not supported.

## Getting Started

Expand Down

0 comments on commit 5e7c0e1

Please sign in to comment.