-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from Cryptophobia/feature/add-in-release-v2.20.1
docs(changelogs): add new patch release v2.20.1
- Loading branch information
Showing
4 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
## Workflow v2.20.0 -> v2.20.1 | ||
|
||
#### Releases | ||
|
||
- controller v2.20.0 -> v2.20.1 | ||
- postgres v2.7.1 -> v2.7.2 | ||
- redis v2.3.0 -> v2.4.0 | ||
- router v2.15.0 -> v2.15.1 | ||
- slugrunner v2.6.0 -> v2.6.1 | ||
- workflow v2.20.0 -> v2.20.1 | ||
- workflow-cli v2.20.0 -> v2.20.1 | ||
- workflow-e2e v2.20.0 -> v2.20.1 | ||
|
||
#### Features | ||
|
||
- [`ae89bf4`](https://github.com/teamhephy/postgres/commit/ae89bf46d77fb3fd798b1361f4709793e5d029e3) (postgres) - postgres: adding upgrade scripts to the postgres | ||
- [`e897f3d`](https://github.com/teamhephy/redis/commit/e897f3de7844a5cc1ab4e2a2f54131f906490045) (redis) - redis: using official redis:5-alpine docker image | ||
|
||
#### Fixes | ||
|
||
- [`2426c29`](https://github.com/teamhephy/controller/commit/2426c2939c79b65fa4328d1d3f7a52bc26854198) (controller) - hpa: set deployment API to apps/v1 if k8s >= 1.9 | ||
- [`26add98`](https://github.com/teamhephy/controller/commit/26add981765947c9819d43cef29f0b6c3af806a7) (controller) - tests: extend pod name regex | ||
- [`1ce3bc5`](https://github.com/teamhephy/controller/commit/1ce3bc5632b2f5855ba775cc173100d1fa34fda2) (controller) - controller: check image access when creating builds | ||
- [`b3a741d`](https://github.com/teamhephy/controller/commit/b3a741da4ea78c8c4cebfe71915c7451743af7b0) (controller) - controller: check_image_access only when using docker | ||
- [`e5dc063`](https://github.com/teamhephy/redis/commit/e5dc063cde33932d38931458a59b9438b11d42c7) (redis) - pipeline: ERR Client sent AUTH, but no password is set | ||
- [`bd68d5d`](https://github.com/teamhephy/slugrunner/commit/bd68d5da41aed9abeb88a4e628269be3f32836eb) (slugrunner) - slugrunner: for ruby 2.6.0 with new MJIT | ||
- [`5fe23af`](https://github.com/teamhephy/workflow-e2e/commit/5fe23aff18b0d1e352bb2e866f2808e42cf543e4) (workflow-e2e) - charts: update charts to our own teamhephy org | ||
- [`1053a80`](https://github.com/teamhephy/workflow-e2e/commit/1053a801cc7f2e8b0d1cc5bb44ef29ccbb1d0982) (workflow-e2e) - charts: fix in-cluster test setup via helm chart | ||
|
||
#### Documentation | ||
|
||
- [`9228b76`](https://github.com/teamhephy/workflow/commit/9228b76638815cee0c4cf7d4f1ae726172ec1f85) (workflow) - workflow: improve docs on how to connect to external services | ||
- [`93089d8`](https://github.com/teamhephy/workflow/commit/93089d8cbf5116e05ca62720619c8f4b291b9107) (workflow) - workflow: grafana table is broken | ||
|
||
#### Maintenance | ||
|
||
- [`7c14dd1`](https://github.com/teamhephy/controller/commit/7c14dd14ec52c915356dc63f6759b5a62f3b0abf) (controller) - requirements: update django version to 1.11.18 | ||
- [`15fb561`](https://github.com/teamhephy/workflow-e2e/commit/15fb561aec07b927778e5897cdc6e1fbdb722435) (workflow-e2e) - README: change github URLs to teamhephy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters