Skip to content

Commit

Permalink
Release notes 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DonMartin76 committed Mar 20, 2017
1 parent d5c7667 commit 17e205a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Latest Release

Latest release is `0.11.3` (February 14th 2017).
Latest release is `0.11.4` (March 20th 2017).

### Next Release

Next release will probably be `0.11.4` (no date defined yet).
Next release will probably be `0.11.5` (no date defined yet).
14 changes: 14 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Official Release of the API Portal.

**Docker Tag**: tba

## 0.11.4 (beta)

**Date**: March 20th, 2017 (2017-03-20)

**Docker Tag**: `0.11.4`

Another minor release with two relevant changes: Firstly make sure that all calls to wicked's `portal-api` timeout quickly; this posed a a problem when e.g. running in Kubernetes, and the `portal-api` container was updated. Most depending containers check for the state of the portal API every ten seconds, and if the container is down, the call to the API will time out. The standard timeout is 120 seconds on Debian, which meant that e.g. the portal itself could hang for around two minutes before recovering. This should happen a lot faster now.

Another measure to increase deployment safety is that the portal API now checks whether the `PORTAL_CONFIG_KEY` is correctly configured. To make use of this new feature, open your static configuration once with the updated (0.11.4+) kickstarter; this will introduce a new property in the `globals.json` containing a check for the valid configuration key.

* [Deploying with faulty PORTAL_CONFIG_KEY renders strange results](https://github.com/Haufe-Lexware/wicked.haufe.io/issues/59)
* [Portal starts slow in Kubernetes sometimes](https://github.com/Haufe-Lexware/wicked.haufe.io/issues/57)
* [/docker-entrypoint.sh: line 7: exec: dockerize: not found on wicked.kong container](https://github.com/Haufe-Lexware/wicked.haufe.io/issues/58)

## 0.11.3 (beta)

**Date**: February 15th, 2017 (2017-02-15)
Expand Down

0 comments on commit 17e205a

Please sign in to comment.