Skip to content

Commit

Permalink
docs(changelogs): add new major release v2.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Oct 3, 2020
1 parent a0b79ea commit 321d399
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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. |
|---:|---|
| 10/02/2020 | Hephy Workflow [v2.22.0][] release |
| 05/26/2020 | Hephy Workflow [v2.21.6][] patch release |
| 04/23/2020 | Hephy Workflow [v2.21.5][] patch release |
| 12/31/2019 | Hephy Workflow [v2.21.4][] patch release |
Expand Down Expand Up @@ -123,3 +124,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[v2.21.4]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.4.md
[v2.21.5]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.5.md
[v2.21.6]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.6.md
[v2.22.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.0.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.22.0: changelogs/v2.22.0.md
- v2.21.6: changelogs/v2.21.6.md
- v2.21.5: changelogs/v2.21.5.md
- v2.21.4: changelogs/v2.21.4.md
Expand Down
127 changes: 127 additions & 0 deletions src/changelogs/v2.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
## Workflow v2.21.6 -> v2.22.0

#### Releases

- builder v2.13.5 -> v2.13.6
- controller v2.20.7 -> v2.21.0
- dockerbuilder v2.8.1 -> v2.8.2
- fluentd v2.14.1 -> v2.14.2
- logger v2.5.0 -> v2.5.1
- minio v2.4.3 -> v2.4.4
- monitor v2.11.1 -> v2.11.2
- nsq v2.4.0 -> v2.4.1
- postgres v2.7.3 -> v2.7.4
- redis v2.4.0 -> v2.4.1
- registry v2.5.0 -> v2.6.0
- registry-token-refresher v1.2.0 -> v1.2.1
- router v2.17.0 -> v2.18.0
- slugbuilder v2.7.5 -> v2.7.6
- slugrunner v2.6.1 -> v2.6.2
- workflow v2.21.6 -> v2.22.0
- workflow-cli v2.21.6 -> v2.22.0
- workflow-e2e v2.21.6 -> v2.22.0
- workflow-manager v2.6.1 -> v2.6.2

#### Features

- [`6ddeac0`](https://github.com/teamhephy/router/commit/6ddeac092c496dcb6c5546789568bbdf792eb0c5) (router) - k8s.io: upgrade to using appv1, corev1, metav1 in router
- [`3950958`](https://github.com/teamhephy/workflow-cli/commit/3950958b3bbf8b8a8a72feed6f6001642f067b8c) (workflow-cli) - branding: feat(branding) - use executable-based values

#### Refactors

- [`93682c6`](https://github.com/teamhephy/controller/commit/93682c6fceae1619f912b2e00f0b95bca7ace2e8) (controller) - apis: deprecated apis in k8s 1.16
- [`b4928ed`](https://github.com/teamhephy/controller/commit/b4928ed9f20a15459f33d22d6b0d5ec4d5447186) (controller) - apis: trying to fix mock tests now
- [`27b8f8a`](https://github.com/teamhephy/controller/commit/27b8f8a13d836b99a88488fee179c1cfc410c896) (controller) - charts: move from extensions/v1beta1 to apps/v1
- [`a6fa780`](https://github.com/teamhephy/controller/commit/a6fa780f25c7f6381e31ad6460875588e8055561) (controller) - mock.py: sanitize pod urls to api_v1 in the mocker
- [`d8e65a9`](https://github.com/teamhephy/controller/commit/d8e65a94a841179bc7b44538ec1df664013eaaf2) (controller) - apis: parse version out for replicasets
- [`25a7f41`](https://github.com/teamhephy/controller/commit/25a7f41b13d7b397373a5f8548490b82cd1cb313) (controller) - mock.py: reduce line length for style check
- [`5930851`](https://github.com/teamhephy/controller/commit/5930851c78979dd667aa0ce35e03968a2ffa7527) (controller) - charts: add apiversion checks to helm charts
- [`a081823`](https://github.com/teamhephy/controller/commit/a0818232cfed5c10d263fe3ea72441733af9569e) (controller) - apis: deprecated apis in k8s 1.16
- [`6bf5019`](https://github.com/teamhephy/controller/commit/6bf50190458934fbbee5cba80bc4f684b5aee007) (controller) - apis: trying to fix mock tests now
- [`8d60a34`](https://github.com/teamhephy/controller/commit/8d60a347935d04579f18b875ee082b6ab728c278) (controller) - mock.py: sanitize pod urls to api_v1 in the mocker
- [`d1120ca`](https://github.com/teamhephy/controller/commit/d1120ca15270ba0b0bd2dd5d5872c7d42304efb9) (controller) - apis: parse version out for replicasets
- [`fd6b7cf`](https://github.com/teamhephy/controller/commit/fd6b7cf322e6b8332d57e551fa1733dfd8da0a9a) (controller) - mock.py: reduce line length for style check
- [`b944765`](https://github.com/teamhephy/controller/commit/b944765b2ede3272b6ab70c8bb74735e13c6db84) (controller) - charts: add apiversion checks to helm charts

#### Fixes

- [`a4d0e22`](https://github.com/teamhephy/controller/commit/a4d0e22530db83125aa462dae3eb1d1930e7efab) (controller) - controller: Set replicas to the current value of the deployment.
- [`3d84a8f`](https://github.com/teamhephy/controller/commit/3d84a8f12f392dc27b312cf4f85e6d045232af12) (controller) - scheduler: handle missing timestamps in pod events
- [`c0294a3`](https://github.com/teamhephy/controller/commit/c0294a3c1ed25ad900ed1055f151f6def52820b1) (controller) - controller: Retry on potential ReplicaSet create race-condition. (#127)
- [`613827b`](https://github.com/teamhephy/controller/commit/613827bf45b4af6d7e28a37151c4ea6e17c61518) (controller) - controller: Update API groups
- [`5613bc8`](https://github.com/teamhephy/controller/commit/5613bc80acdfae1a449316d20ea64aa198753ca6) (controller) - README: resolving a merge conflict
- [`49286c9`](https://github.com/teamhephy/controller/commit/49286c916f2580407ded14c334139ade112568df) (controller) - charts: fixing a merge conflict with master branch
- [`11583b1`](https://github.com/teamhephy/monitor/commit/11583b134c91c07ae83e6484deb52dc7c27aae67) (monitor) - monitor: DaemonSet selector must match labels
- [`a5b22ca`](https://github.com/teamhephy/router/commit/a5b22caae98b81b9c05db2a8e7900fc9cbc674f9) (router) - Dockerfile: add missing libyajl2 runtime dependency
- [`55e718d`](https://github.com/teamhephy/workflow-cli/commit/55e718d46a1b2d734a496b7feac68ea974d51bb8) (workflow-cli) - branding: fix(branding) - misplaced `executable.Name()`

#### Documentation

- [`fd3feba`](https://github.com/teamhephy/controller/commit/fd3feba12d1e5d5270e2b62f35a7612a556ca5bb) (controller) - README: add travis build status badge
- [`77c6da2`](https://github.com/teamhephy/controller/commit/77c6da2ed1cbe050400d00c80131f0329359dc74) (controller) - README: add travis build status badge

#### Maintenance

- [`c557e50`](https://github.com/teamhephy/builder/commit/c557e5068640b68bc77ac0c1f82ad04c5d453eb8) (builder) - builder: permit umbrella override api group
- [`8d13925`](https://github.com/teamhephy/builder/commit/8d13925053fe721646726f1a387ee81ff6222938) (builder) - charts: define APIVersion template
- [`caa35ae`](https://github.com/teamhephy/builder/commit/caa35ae5b524a0b85c6242ddadba5569d524ae2c) (builder) - charts: remove quay.io from deployment
- [`12a8344`](https://github.com/teamhephy/controller/commit/12a83440b02d2008ffe78c405880edd284788f11) (controller) - deps: bump django from 1.11.28 to 1.11.29 in /rootfs
- [`b87a2ca`](https://github.com/teamhephy/controller/commit/b87a2ca5ce389168cc1c731a494697c55d6e2b3e) (controller) - rootfs: bump to hephy/base:v0.4.1 base image
- [`3693b1c`](https://github.com/teamhephy/controller/commit/3693b1c09a2d9a7334185e493788f7338e8ec0f1) (controller) - controller: permit umbrella override api group
- [`601f5c3`](https://github.com/teamhephy/controller/commit/601f5c31c57293f16b8be7efbf852cb9926ee629) (controller) - charts: define APIVersion template
- [`1921e14`](https://github.com/teamhephy/dockerbuilder/commit/1921e14b805ae345fc962f073e8627d30fd21ebb) (dockerbuilder) - charts: change to hephy docker hub org
- [`fcba50c`](https://github.com/teamhephy/dockerbuilder/commit/fcba50c52e55aad5a7205af497a94aac627e027e) (dockerbuilder) - charts: remove quay.io from configmap
- [`69d81f1`](https://github.com/teamhephy/fluentd/commit/69d81f15c00bbeac736d6979aeacd359c12739c2) (fluentd) - fluentd: permit umbrella override api group
- [`ee5dfd6`](https://github.com/teamhephy/fluentd/commit/ee5dfd6a50e618c4079671751b2aa7cd4dff518f) (fluentd) - charts: define APIVersion template
- [`0d69440`](https://github.com/teamhephy/fluentd/commit/0d694400d8197d66d1a667b101f446408e5a75c3) (fluentd) - charts: switch to hephy docker hub org
- [`0557fcc`](https://github.com/teamhephy/fluentd/commit/0557fcce3617e235dc38c6dbf3ded0e78569c2d5) (fluentd) - charts: remove quay.io from chart ds
- [`2b506e2`](https://github.com/teamhephy/logger/commit/2b506e2ce8ba062f6f9d606a540064bcfe83b437) (logger) - logger: permit umbrella override api group
- [`c1ae6ec`](https://github.com/teamhephy/logger/commit/c1ae6ecdba3fcf8f4f4e087da62eaf785f353081) (logger) - charts: define APIVersion template
- [`ed6dad4`](https://github.com/teamhephy/logger/commit/ed6dad4b47c344ee512f80a5bbe9fb5f32179b6f) (logger) - charts: switch to hephy docker hub org
- [`ea34768`](https://github.com/teamhephy/logger/commit/ea3476819e0b0886b3347f69b910a1c2458f3fbd) (logger) - charts: remove quay.io from deployment
- [`07e1753`](https://github.com/teamhephy/minio/commit/07e1753f64edb67e20ad971751ce2c3e88ef3060) (minio) - minio: permit umbrella override api group
- [`4c8791c`](https://github.com/teamhephy/minio/commit/4c8791c8d266c7a3452dceae18ea4a237e592c6c) (minio) - charts: define APIVersion template
- [`b222498`](https://github.com/teamhephy/minio/commit/b2224988a6fab0bfd9b830f96de5332fa59389ee) (minio) - charts: change to hephy docker hub org
- [`b99ab0c`](https://github.com/teamhephy/minio/commit/b99ab0c64290948257358260ee48d50404fb6630) (minio) - charts: remove quay.io from deployment
- [`9d0adca`](https://github.com/teamhephy/monitor/commit/9d0adca9393a0a54b7f738177d3462e013b058f5) (monitor) - monitor: permit umbrella override api group
- [`0325ebf`](https://github.com/teamhephy/monitor/commit/0325ebf617b36971246a34de5abee4eafea534fb) (monitor) - charts: define APIVersion templates
- [`845f6da`](https://github.com/teamhephy/monitor/commit/845f6da890dd23b52df65ceaaebbd0b98f48d833) (monitor) - charts: change to hephy docker hub org
- [`2248bbb`](https://github.com/teamhephy/monitor/commit/2248bbb5558e32f7902335d60fbfa0aa7432e1e7) (monitor) - charts: remove quay.io from grafana
- [`a4cdc7d`](https://github.com/teamhephy/monitor/commit/a4cdc7dabc0779c3b65c862469627a4bdc9b941c) (monitor) - charts: remove quay.io from influxdb
- [`d4c9b4e`](https://github.com/teamhephy/monitor/commit/d4c9b4e107938c2ecd454700ffd27a89bcf73bd7) (monitor) - charts: remove quay.io from telegraf ds
- [`90cb5f8`](https://github.com/teamhephy/monitor/commit/90cb5f8c804c7a6b5e7d24c113c8b2aaa3b806b2) (monitor) - charts: update to use template for new api versions
- [`13d30b9`](https://github.com/teamhephy/nsq/commit/13d30b96768fceae664927c1212cef21011f5a1b) (nsq) - nsqd: permit umbrella override api group
- [`d941fdd`](https://github.com/teamhephy/nsq/commit/d941fddbee932aafc727e7b02bb9227d95a1d9ee) (nsq) - charts: define APIVersion template
- [`0ac7a40`](https://github.com/teamhephy/nsq/commit/0ac7a40c0f4d4c7e35d3da196066daa6a7ac6ff4) (nsq) - charts: change to hephy docker hub org
- [`6887bf3`](https://github.com/teamhephy/nsq/commit/6887bf317653ba8c19f58be26d6004e99d6fd379) (nsq) - charts: remove quay.io from deployment
- [`8ffb071`](https://github.com/teamhephy/postgres/commit/8ffb0710188f3003c5dee83c4fc5d2e46f089002) (postgres) - postgres: permit umbrella override api group
- [`533d3a6`](https://github.com/teamhephy/postgres/commit/533d3a6a02b91032932f6b2bcd7b20df600c2a54) (postgres) - charts: define APIVersion template
- [`2a3ae35`](https://github.com/teamhephy/postgres/commit/2a3ae3534272e26f49960469075984caae6dcbc4) (postgres) - charts: change to hephy docker hub org
- [`bc3a034`](https://github.com/teamhephy/redis/commit/bc3a034e4d6af744755d84c79600c7c097ee5d67) (redis) - redis: permit umbrella override api group
- [`c560e0a`](https://github.com/teamhephy/redis/commit/c560e0abd6f6e6c4acc1f0e27b7bf64c2d6f1aed) (redis) - charts: define APIVersions template
- [`f955052`](https://github.com/teamhephy/redis/commit/f95505287e827f7416e26a06f1a6d7169113fe5c) (redis) - charts: move to using hephy docker hub org
- [`c0bb0e8`](https://github.com/teamhephy/redis/commit/c0bb0e829917d5f412051dddcea2006dcee5d170) (redis) - charts: remove quay.io from the deployment
- [`4b3d114`](https://github.com/teamhephy/registry/commit/4b3d114f08fa47ec3f17a91d05de342ae0e3d6ff) (registry) - registry: permit umbrella override api group
- [`0fbb478`](https://github.com/teamhephy/registry/commit/0fbb47824305b075269dd1cad9112a766010f71e) (registry) - charts: define APIVersion template
- [`2fb167f`](https://github.com/teamhephy/registry/commit/2fb167f8fb0ba4dadfbe3bbfc2186de007e296a3) (registry) - charts: move to using hephy docker hub org
- [`0b5e90d`](https://github.com/teamhephy/registry/commit/0b5e90df32cf4f1da68b7d8444669ab257aa5fca) (registry) - charts: remove quay.io from deployment
- [`9d69c68`](https://github.com/teamhephy/registry-token-refresher/commit/9d69c6855daf60dbaf22684e78debc31952153ea) (registry-token-refresher) - registry-token-refresher: permit umbrella override api group
- [`9168d35`](https://github.com/teamhephy/registry-token-refresher/commit/9168d3541176521967d6a6e2b66c52272a24711e) (registry-token-refresher) - charts: define APIVersion template
- [`35e1166`](https://github.com/teamhephy/registry-token-refresher/commit/35e116666ce1b059eefa6b03e9123ac4f52e686a) (registry-token-refresher) - charts: switch to hephy docker hub org
- [`f70e65d`](https://github.com/teamhephy/registry-token-refresher/commit/f70e65d6ad265fafcc087acab06c4fa9473cc879) (registry-token-refresher) - charts: remove quay.io from the deployment
- [`2df4300`](https://github.com/teamhephy/router/commit/2df430081caae7e3a65e5bce1725c358d544b6b1) (router) - router: permit umbrella override api group
- [`cac151d`](https://github.com/teamhephy/router/commit/cac151da93cfcb67130e646f381e7584af9483b1) (router) - charts: define APIVersion template
- [`21a8fdb`](https://github.com/teamhephy/router/commit/21a8fdbc42d62c36dd4ff6faecfe5ee62992229d) (router) - chart: update to use hephy docker hub org
- [`142e0f1`](https://github.com/teamhephy/router/commit/142e0f1d361bfc9ac211a5851ce009acfdaf42c9) (router) - charts: remove quay.io from deployment chart
- [`10d96c6`](https://github.com/teamhephy/router/commit/10d96c6c8935a395933ca5b8122df0af67a6ca7c) (router) - glide: upgrade to k8s.io/client-go release-14.0
- [`5ce91b9`](https://github.com/teamhephy/router/commit/5ce91b9c09bf41b8b4e58fba52e1f9cf70565ccb) (router) - charts: update the charts to reflect new api/v1
- [`266a880`](https://github.com/teamhephy/slugbuilder/commit/266a880c55d651801b7156bfe0dfb8a78133345a) (slugbuilder) - charts: switch to hephy docker hub org
- [`a913048`](https://github.com/teamhephy/slugbuilder/commit/a913048dcab8659c350e64b14ca1af9bc332327f) (slugbuilder) - charts: remove quay.io from configmap
- [`98d0599`](https://github.com/teamhephy/slugrunner/commit/98d059915981776b1ba067e7c9315a35b9fa0266) (slugrunner) - charts: remove quay.io from configmap
- [`7c2cf67`](https://github.com/teamhephy/slugrunner/commit/7c2cf67b87341dde0d53f50e0cda996ead6754c1) (slugrunner) - charts: change to hephy docker hub org
- [`e6e0882`](https://github.com/teamhephy/workflow/commit/e6e0882ac416341206953638a759ddfbc3277bb2) (workflow) - charts: use_rbac set to true by default
- [`c5032f2`](https://github.com/teamhephy/workflow-cli/commit/c5032f241f448d2311646230ac68f0eb6d85ce8d) (workflow-cli) - golang: remove glide, use go mod, use latest hephy/go-dev
- [`ef6b745`](https://github.com/teamhephy/workflow-manager/commit/ef6b745157ce424f09b9ef7f001f95da55e2958c) (workflow-manager) - workflow-manager: permit umbrella override api group
- [`f248611`](https://github.com/teamhephy/workflow-manager/commit/f2486112490d2929364c31a0d741125bc0db331b) (workflow-manager) - charts: define APIVersion template
- [`5e3300c`](https://github.com/teamhephy/workflow-manager/commit/5e3300ce210c87d5aa7bb8dcd7236e5aa4a47f98) (workflow-manager) - charts: update deployment template to remove quay.io
- [`46d0bf2`](https://github.com/teamhephy/workflow-manager/commit/46d0bf2781aac9192e0e63e386fa36b8e1d67df7) (workflow-manager) - charts: use hephy docker hub org
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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.6). Older versions of Hephy Workflow and Deis Workflow are not supported.
Please note that this documentation is for Hephy Workflow (v2.22.0). Older versions of Hephy Workflow and Deis Workflow are not supported.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/install-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
Check your work by running `deis version`:

$ deis version
v2.21.6
v2.22.0

!!! note
Note that version numbers may vary as new releases become available
Expand Down

0 comments on commit 321d399

Please sign in to comment.