Skip to content

Commit 8a8546d

Browse files
authored
Merge pull request #98 from Cryptophobia/master
docs(changelogs): add new patch release v2.21.2
2 parents 28a5511 + 93a06c4 commit 8a8546d

File tree

4 files changed

+60
-1
lines changed

4 files changed

+60
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
| 08/11/2019 | Hephy Workflow [v2.21.2][] patch release |
45
| 06/21/2019 | Hephy Workflow [v2.21.1][] patch release |
56
| 05/05/2019 | Hephy Workflow [v2.21.0][] release |
67
| 03/08/2019 | Hephy Workflow [v2.20.2][] patch release |
@@ -104,3 +105,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
104105
[v2.20.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.2.md
105106
[v2.21.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.0.md
106107
[v2.21.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.1.md
108+
[v2.21.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.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.21.2: changelogs/v2.21.2.md
9798
- v2.21.1: changelogs/v2.21.1.md
9899
- v2.21.0: changelogs/v2.21.0.md
99100
- v2.20.2: changelogs/v2.20.2.md

src/changelogs/v2.21.2.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
## Workflow v2.21.1 -> v2.21.2
2+
3+
#### Releases
4+
5+
- builder v2.13.1 -> v2.13.2
6+
- controller v2.20.3 -> v2.20.4
7+
- fluentd v2.13.1 -> v2.14.0
8+
- workflow v2.21.1 -> v2.21.2
9+
- workflow-cli v2.21.1 -> v2.21.2
10+
- workflow-e2e v2.21.1 -> v2.21.2
11+
12+
#### Features
13+
14+
- [`d51f2f9`](https://github.com/teamhephy/controller/commit/d51f2f98f1fcd4dc85427e9756bed092531d3ccb) (controller) - deployment: set deployment API to apps/v1 if k8s >= 1.9
15+
- [`8ce0e1a`](https://github.com/teamhephy/controller/commit/8ce0e1a2c5fdf546edf4d526ef329aad1e9ba0e0) (controller) - scheduler: add api version parsing on scheduler init with tests
16+
- [`cbdaaae`](https://github.com/teamhephy/controller/commit/cbdaaae1c9894d32052193f66659cff6b9ecbe42) (controller) - charts: add /v1/apps apiGroup for scaling fix
17+
- [`b02b048`](https://github.com/teamhephy/controller/commit/b02b0484b81b93c0cb4ab79e49fbe5a42bb94f70) (controller) - controller: Add POD_IP variable with pod's IP address
18+
- [`f1642a1`](https://github.com/teamhephy/controller/commit/f1642a1ca0512205c5090505be190067cc323a84) (controller) - app.py: refactor DEIS_EXPOSE_POD_IP logic in controller
19+
- [`01e73d3`](https://github.com/teamhephy/fluentd/commit/01e73d32e99fd493ef8b1547be1f6b70471089fb) (fluentd) - fluentd: use official fluent/fluentd:1.3 docker image
20+
21+
#### Refactors
22+
23+
- [`9af0863`](https://github.com/teamhephy/controller/commit/9af0863f97377143263d6f1238334da1246edd86) (controller) - deployment: ref(deployment) removes unneeded version mutation
24+
25+
#### Fixes
26+
27+
- [`366c488`](https://github.com/teamhephy/builder/commit/366c488a20bd99a6dd777c83f363ab5dfa9e7d8d) (builder) - buildpack: use Procfile when BUILDPACK_URL is set
28+
- [`afba893`](https://github.com/teamhephy/builder/commit/afba893f5c26b141b3cc010c269439ac8d93c2fd) (builder) - glide: change goautoneg dependency to fix build
29+
- [`64b8cd9`](https://github.com/teamhephy/builder/commit/64b8cd93d5cf9b780b70b3e341238e3dc1a5ef04) (builder) - glide: fix glide install locally
30+
- [`291e66d`](https://github.com/teamhephy/builder/commit/291e66df4259dfa9c0a305b340b1663bdbd0466e) (builder) - glide: fix all package names to teamhephy org
31+
- [`4257c81`](https://github.com/teamhephy/builder/commit/4257c814d1fefc694fa9c736edd7414d2ceec357) (builder) - travis: add trusty distro for mercurial vcs
32+
- [`08c09f3`](https://github.com/teamhephy/builder/commit/08c09f387fe9f1eb01e8e324da9c74812446e547) (builder) - glide: fixing glide build for travis ci
33+
- [`b1d03dd`](https://github.com/teamhephy/builder/commit/b1d03dda1f74690c3b323339f972f66c7f65e82a) (builder) - glide: update prometheus/common package
34+
- [`e880c74`](https://github.com/teamhephy/builder/commit/e880c749ee5d9b1cf84522838c43e108f05075ec) (builder) - glide: revert to last good commit on docker/distribution
35+
- [`8ff6792`](https://github.com/teamhephy/builder/commit/8ff6792a2bea3ccf9effacb81a0fce6fd5a9f14e) (builder) - Makefile: fix repo name for docker build
36+
- [`fc779d9`](https://github.com/teamhephy/controller/commit/fc779d9d7f1f2654b4d16d4c7bde1b4e94605125) (controller) - controller: Revert check image access when creating builds
37+
- [`ae37e16`](https://github.com/teamhephy/controller/commit/ae37e16e4fc11ffdbdf073bb4ef939c14db2f163) (controller) - controller: Revert check_image_access only when using docker
38+
- [`731fc99`](https://github.com/teamhephy/controller/commit/731fc99b2bf21aa1f04249a6070f028289990d21) (controller) - controller: revert release.check_image_access for now
39+
- [`fae66db`](https://github.com/teamhephy/controller/commit/fae66db2600d57bf54b4d80dd94393ff1555616a) (controller) - pod.py: only set POD_IP if DEIS_EXPOSE_POD_IP is set to 'True'
40+
- [`ba976bd`](https://github.com/teamhephy/controller/commit/ba976bdd70859311ff6c080cb2d99a1e8db1efea) (controller) - controller: fix(controller) apps/v1 is not understood, revert
41+
- [`2988579`](https://github.com/teamhephy/controller/commit/2988579a2f2fb6adbed4eb9aacce802a5387e07e) (controller) - controller: fix(controller) try passing in App's apiVersion
42+
- [`6deabce`](https://github.com/teamhephy/fluentd/commit/6deabcedd7f55b2a13c79a92035caad3d0afd37b) (fluentd) - fluentd: small fixes on #11 fluent/fluentd:1.3 docker image
43+
- [`5824446`](https://github.com/teamhephy/fluentd/commit/5824446a8bdbaecb3b22668738c1aa3e35598f6e) (fluentd) - boot.sh: fix FLUENTD_CONF env var during boot
44+
45+
#### Tests
46+
47+
- [`6913d6a`](https://github.com/teamhephy/controller/commit/6913d6a5a6a2e7dd1b58a74e5f8557b498fd639a) (controller) - deployment: add behavior test for deployment.api_version
48+
- [`60b2036`](https://github.com/teamhephy/controller/commit/60b2036ac9d69aed7f3a991e4caf688d0a41b2bd) (controller) - deployment: make the api_version tests pass
49+
- [`ef3f6b4`](https://github.com/teamhephy/controller/commit/ef3f6b4cf528a92d2192cc3e5cd71b0b356e1ccf) (controller) - deployment: remove unused test artifacts
50+
- [`0e840b4`](https://github.com/teamhephy/controller/commit/0e840b49593b8e0430e455da9cd540f3c055e928) (controller) - kubehttpclient: test(kubehttpclient) add .version() behavior test
51+
- [`c3f0aa3`](https://github.com/teamhephy/controller/commit/c3f0aa3ba9a15daaff8ca36af6f7725cd2aad078) (controller) - deployment: test(deployment) relaxed api_version behavior test
52+
53+
#### Maintenance
54+
55+
- [`af63629`](https://github.com/teamhephy/builder/commit/af63629a644697fddc7f9da030b0814c7439d17c) (builder) - builder: fix broken test with correct repo name
56+
- [`fef3f6e`](https://github.com/teamhephy/controller/commit/fef3f6ed8de6f3162bbe898efefe1c52feffc8b7) (controller) - deps: bump django from 1.11.21 to 1.11.23 in /rootfs

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

1414
## Getting Started
1515

0 commit comments

Comments
 (0)