Skip to content

Commit 8b92867

Browse files
authored
Merge pull request #132 from Cryptophobia/master
docs(changelogs): add new patch release v2.22.1
2 parents bd467b0 + e4cd2d6 commit 8b92867

File tree

5 files changed

+78
-2
lines changed

5 files changed

+78
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
|![](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. |
1212
|---:|---|
13+
| 10/12/2020 | Hephy Workflow [v2.22.1][] patch release |
1314
| 10/02/2020 | Hephy Workflow [v2.22.0][] release |
1415
| 05/26/2020 | Hephy Workflow [v2.21.6][] patch release |
1516
| 04/23/2020 | Hephy Workflow [v2.21.5][] patch release |
@@ -125,3 +126,4 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
125126
[v2.21.5]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.5.md
126127
[v2.21.6]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.6.md
127128
[v2.22.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.0.md
129+
[v2.22.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.1.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.22.1: changelogs/v2.22.1.md
9798
- v2.22.0: changelogs/v2.22.0.md
9899
- v2.21.6: changelogs/v2.21.6.md
99100
- v2.21.5: changelogs/v2.21.5.md

src/changelogs/v2.22.1.md

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
## Workflow v2.22.0 -> v2.22.1
2+
3+
#### Releases
4+
5+
- builder v2.13.6 -> v2.13.7
6+
- controller v2.21.0 -> v2.21.1
7+
- dockerbuilder v2.8.2 -> v2.8.3
8+
- minio v2.4.4 -> v2.4.5
9+
- postgres v2.7.4 -> v2.7.5
10+
- redis v2.4.1 -> v2.4.2
11+
- registry v2.6.0 -> v2.6.1
12+
- registry-proxy v1.5.0 -> v1.5.1
13+
- registry-token-refresher v1.2.1 -> v1.2.2
14+
- router v2.18.0 -> v2.18.1
15+
- slugbuilder v2.7.6 -> v2.7.7
16+
- slugrunner v2.6.2 -> v2.6.3
17+
- workflow v2.22.0 -> v2.22.1
18+
- workflow-cli v2.22.0 -> v2.22.1
19+
- workflow-e2e v2.22.0 -> v2.22.1
20+
21+
#### Features
22+
23+
- [`7c59d1c`](https://github.com/teamhephy/controller/commit/7c59d1cda80a606be8fd67b1021a3d56347f13d4) (controller) - controller/logging: Add flag to enable verbose logging
24+
- [`951c8ba`](https://github.com/teamhephy/registry-proxy/commit/951c8ba6d31abafcfcc4e516d25e93ac048ab31c) (registry-proxy) - nginx: upgrade nginx to 1.18
25+
26+
#### Refactors
27+
28+
- [`819bebf`](https://github.com/teamhephy/postgres/commit/819bebfc340a9d1370df482b93529cdcf8b217b0) (postgres) - Dockerfile: upgrade dockerfile packages for postgres
29+
- [`bcaab90`](https://github.com/teamhephy/postgres/commit/bcaab9097c57422cca182d0d57202f375bdf52a1) (postgres) - azure: start using new azure storage BlobServiceClient
30+
- [`a848e8e`](https://github.com/teamhephy/registry-token-refresher/commit/a848e8e321da1477cc492aaaa589421ad0713040) (registry-token-refresher) - golang: rename this repo inside self everywhere
31+
32+
#### Fixes
33+
34+
- [`9c66b39`](https://github.com/teamhephy/controller/commit/9c66b3924326f108c45d8adc7ef110fac177cfb0) (controller) - charts: controller needs the "patch" perm
35+
- [`bb05432`](https://github.com/teamhephy/controller/commit/bb05432f004644b8cdd584affbbb3664771d0afc) (controller) - controller: adding scale_api_version to Scale
36+
- [`d43b5fa`](https://github.com/teamhephy/controller/commit/d43b5fa7d58335328808c22a961da439e2dde045) (controller) - controller: apps/v1 in App model for hpa
37+
- [`f0579e0`](https://github.com/teamhephy/redis/commit/f0579e0ce7b5141636deeb79512ab80dbe4f3336) (redis) - style: fix style per shellcheck
38+
- [`f46527e`](https://github.com/teamhephy/slugbuilder/commit/f46527e39eda6ae68df37f7340e658eb41574f3c) (slugbuilder) - build.sh: fix shellcheck failures and warnings
39+
- [`793ab0a`](https://github.com/teamhephy/slugbuilder/commit/793ab0ac11c6054d84f996f0eb08fae6332f8f30) (slugbuilder) - Makefile: change image prefix to hephy
40+
- [`3035c6e`](https://github.com/teamhephy/workflow/commit/3035c6ec7342f2c77b989d532640e7940b8938c1) (workflow) - charts: allow "" for Values.s3.accesskey|secretkey for helm3
41+
42+
#### Documentation
43+
44+
- [`fb9bd29`](https://github.com/teamhephy/registry-proxy/commit/fb9bd2997018e582b22b38982ccb4d73a740a27c) (registry-proxy) - README: update the annoucement in repo
45+
46+
#### Maintenance
47+
48+
- [`f0058e5`](https://github.com/teamhephy/builder/commit/f0058e59f8f3917c40364514176af3385fd9c5b4) (builder) - Makefile: chore(Makefile) upgrading go-dev container to v1.28.3
49+
- [`488d8b0`](https://github.com/teamhephy/dockerbuilder/commit/488d8b09aef5af34da162fca0ca50fd69bb1cab0) (dockerbuilder) - dockerrunner: storage cli
50+
- [`586c181`](https://github.com/teamhephy/dockerbuilder/commit/586c181a2cce46acd6757ddfc721073d742827c8) (dockerbuilder) - slugbuilder: use better tested binary
51+
- [`7caf660`](https://github.com/teamhephy/minio/commit/7caf660c3c69286a437c66df232209e1b0313ceb) (minio) - Makefile: upgrading go-dev container to v1.28.3
52+
- [`acdf534`](https://github.com/teamhephy/minio/commit/acdf5349b681b56ba31d3acc1f46a8a33dd3ddb5) (minio) - minio: upgrading pkg package and some renaming
53+
- [`66f3268`](https://github.com/teamhephy/postgres/commit/66f326853b54461db654cdcf20760c355940b63d) (postgres) - Makefile: upgrading go-dev container to v1.28.3
54+
- [`70d2867`](https://github.com/teamhephy/redis/commit/70d2867c1b21d2c6d1708efa3a65a0f597c255d7) (redis) - Makefile: upgrading go-dev container to v1.28.3
55+
- [`570da3e`](https://github.com/teamhephy/registry/commit/570da3e4a42015de6ceb638760491d694a96bd41) (registry) - Makefile: upgrading go-dev container to v1.28.3
56+
- [`b6fe20b`](https://github.com/teamhephy/registry/commit/b6fe20b74e6677ea15a999b1b4281a75a2572dff) (registry) - registry: rename a few necessary things
57+
- [`ed8e945`](https://github.com/teamhephy/registry-proxy/commit/ed8e9458a90c389ba49b4738f1f6a666820ccc29) (registry-proxy) - registry-proxy: permit umbrella override api group
58+
- [`bca00d4`](https://github.com/teamhephy/registry-proxy/commit/bca00d48338c9738cdced9a6df75021ccc9a4952) (registry-proxy) - charts: define APIVersion template
59+
- [`4e597fc`](https://github.com/teamhephy/registry-proxy/commit/4e597fc7338f7c77650cd4430d39dbdbf2e31739) (registry-proxy) - charts: switch to hephy docker hub org
60+
- [`303cea3`](https://github.com/teamhephy/registry-proxy/commit/303cea3a8f0d3a5b534c2f31ef0bfe241adcdc61) (registry-proxy) - charts: remove quay.io from ds
61+
- [`13fe498`](https://github.com/teamhephy/registry-token-refresher/commit/13fe498d68d6e49fa1f1547e6fc755e1f16ffa1b) (registry-token-refresher) - Makefile: upgrading go-dev container to v1.28.3
62+
- [`9c7375a`](https://github.com/teamhephy/registry-token-refresher/commit/9c7375a4cd68b00e4bf7347ff01b00e5892171bc) (registry-token-refresher) - rootfs: use hephy/base:v0.4.1 base image
63+
- [`282d800`](https://github.com/teamhephy/registry-token-refresher/commit/282d800631849fda90e7f0cbad6992b8053ed79f) (registry-token-refresher) - glide: update/remove some golang packages
64+
- [`735d905`](https://github.com/teamhephy/router/commit/735d90548e52f0755ba4582d033f6c3a27d98000) (router) - Makefile: v1.28.3 image
65+
- [`a8832b8`](https://github.com/teamhephy/slugbuilder/commit/a8832b84f3924a574efd76cfcf7c1e3ec41f108c) (slugbuilder) - slugbuilder: revert 41fc96af in Dockerfile
66+
- [`0aaaf09`](https://github.com/teamhephy/slugbuilder/commit/0aaaf09405197fc752eecbec943ef4f98da15e6e) (slugbuilder) - slugbuilder: new build, new objstorage
67+
- [`e90960d`](https://github.com/teamhephy/slugbuilder/commit/e90960d75ecfeb54074dcffff9bd98df8770f602) (slugbuilder) - buildpacks: update all buildpacks to latest versions
68+
- [`d7570c4`](https://github.com/teamhephy/slugbuilder/commit/d7570c4b9a48800bc61398fce54d6490c77be23c) (slugbuilder) - slugbuilder: use better tested binary
69+
- [`4931bfd`](https://github.com/teamhephy/slugbuilder/commit/4931bfd1f6b2eec74a802522ceb675d83afe008f) (slugbuilder) - Makefile: chore(Makefile) upgrading go-dev container to v1.28.3
70+
- [`37d0709`](https://github.com/teamhephy/slugrunner/commit/37d070964c9e3333f3effc6db56d320910e7a157) (slugrunner) - slugrunner: rebuild slugrunner, objstorage
71+
- [`cc52ab2`](https://github.com/teamhephy/slugrunner/commit/cc52ab23e24fe034640662b4815bdfc6aa5fa8e7) (slugrunner) - slugrunner: peg objstorage to the last known good version
72+
- [`968deb5`](https://github.com/teamhephy/slugrunner/commit/968deb5ae2685afb35013940c59f308059923265) (slugrunner) - Makefile: chore(Makefile) upgrading go-dev container to v1.28.3
73+
- [`07c9bc5`](https://github.com/teamhephy/workflow/commit/07c9bc5b0b2ab378ae2104b328ecaf536b6b55d8) (workflow) - charts: add AZURE_STORAGE_CONNECTION_STRING to values.yaml

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

1414
## Getting Started
1515

src/quickstart/install-cli-tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
1919
Check your work by running `deis version`:
2020

2121
$ deis version
22-
v2.22.0
22+
v2.22.1
2323

2424
!!! note
2525
Note that version numbers may vary as new releases become available

0 commit comments

Comments
 (0)