Skip to content

Commit cc6a9b5

Browse files
committed
Update all versions, release notes 1.0.0-rc.13
1 parent 035b08e commit cc6a9b5

12 files changed

Lines changed: 24 additions & 12 deletions

File tree

VERSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### Latest Release
44

5-
Latest release is `1.0.0-rc.12` (Feb 28th 2020)
5+
Latest release is `1.0.0-rc.13` (June 17th 2020)
66

77
### Next Release
88

9-
Next release will be `1.0.0-rc.13`.
9+
Next release will be `1.0.0-rc.14`.
1010

1111
We recommend using the release candidate.

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Official Release of the API Portal.
1414

1515
## 1.0.0 (release candidates)
1616

17+
### 1.0.0-rc.13 - Notable changes
18+
19+
Motto: **Minor fixes**
20+
21+
This release fixes an issue with the email verification mails in case the email verification was not done immediately with the registration in the portal. The link in the profile page pointed to a faulty URL. In addition, a small enhancement was done to the Helm chart in order to make it easier to suppress the Kong outbound headers (such as `Via` or other Kong related headers).
22+
23+
* [Kong headers](https://github.com/Haufe-Lexware/wicked.haufe.io/issues/266)
24+
* [E-Mail validation link wrong in user profile (portal)](https://github.com/Haufe-Lexware/wicked.haufe.io/issues/268)
25+
1726
### 1.0.0-rc.12 - Notable changes
1827

1928
Motto: **Multiple Routes support and Bugfixes**

doc/wicked-in-a-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Follow these steps to get a wicked environment up and running, using a fresh wic
3333
* `cd` into the new directory
3434
* Run `wicked tags list`
3535

36-
From the offered tags, pick the newest version, e.g. `1.0.0-rc.12` (or use `latest` for the latest released build), and run
36+
From the offered tags, pick the newest version, e.g. `1.0.0-rc.13` (or use `latest` for the latest released build), and run
3737

3838
* `wicked tags set <tag>`: This stores the selected version into `~/.wicked/wicked.json`
3939
* Run `wicked kickstart . --new`
@@ -140,7 +140,7 @@ $ wicked box start --help
140140
Usage: wicked-box-start [options] <configdir>
141141
142142
Options:
143-
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.12")
143+
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.13")
144144
-u, --ui-port <ui-port> port to expose the portal UI on (default: 3000)
145145
-g, --gateway-port <gateway-port> port to expose Kong on (API Gateway) (default: 8000)
146146
-a, --admin-port <admin-port> port to expose Kong's Admin port on (defaults to off)

src/env/package.all.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc.12",
2+
"version": "1.0.0-rc.13",
33
"license": "Apache-2.0",
44
"author": "Martin Danielsson",
55
"description": "Base package for the portal; contains all package dependencies to speed up Docker build.",
@@ -55,7 +55,7 @@
5555
"serve-favicon": "2.5.0",
5656
"server-destroy": "1.0.1",
5757
"session-file-store": "1.0.0",
58-
"swagger-ui-dist": "3.18.2",
58+
"swagger-ui-dist": "3.25.0",
5959
"tmp": "0.0.30",
6060
"twitter": "1.7.1",
6161
"uiv": "0.25.0",

src/k8s-init/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-sdk/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ docs
77
docs-git
88
git_*
99
build_date
10+
.env

src/node-sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wicked-sdk",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0-rc.13",
44
"description": "node.js SDK for wicked.haufe.io",
55
"keywords": [
66
"api",

src/node-sdk/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
. .env
6+
57
if [[ -z "${NPM_USER}" ]]; then
68
echo "*** Env var NPM_USER is not set."
79
exit 1

wicked/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: wicked.haufe.io Helm Chart
33
name: wicked
4-
version: 1.0.0-rc.12
4+
version: 1.0.0-rc.13

0 commit comments

Comments
 (0)