Skip to content

Commit

Permalink
Prepare release 1.0.0-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DonMartin76 committed Feb 28, 2020
1 parent b72de73 commit d144764
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

### Latest Release

Latest release is `1.0.0-rc.11` (Dec 10th 2019)
Latest release is `1.0.0-rc.12` (Feb 28th 2020)

### Next Release

Next release will be `1.0.0-rc.12`.
Next release will be `1.0.0-rc.13`.

We recommend using the release candidate.
4 changes: 2 additions & 2 deletions doc/wicked-in-a-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Follow these steps to get a wicked environment up and running, using a fresh wic
* `cd` into the new directory
* Run `wicked tags list`

From the offered tags, pick the newest version, e.g. `1.0.0-rc.11` (or use `latest` for the latest released build), and run
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

* `wicked tags set <tag>`: This stores the selected version into `~/.wicked/wicked.json`
* Run `wicked kickstart . --new`
Expand Down Expand Up @@ -140,7 +140,7 @@ $ wicked box start --help
Usage: wicked-box-start [options] <configdir>
Options:
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.11")
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.12")
-u, --ui-port <ui-port> port to expose the portal UI on (default: 3000)
-g, --gateway-port <gateway-port> port to expose Kong on (API Gateway) (default: 8000)
-a, --admin-port <admin-port> port to expose Kong's Admin port on (defaults to off)
Expand Down
5 changes: 3 additions & 2 deletions src/env/package.all.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"license": "Apache-2.0",
"author": "Martin Danielsson",
"description": "Base package for the portal; contains all package dependencies to speed up Docker build.",
Expand All @@ -23,6 +23,7 @@
"fs-extra": "7.0.1",
"highlight.js": "9.3.0",
"jquery": "3.4.1",
"jquery-ui-dist": "1.12.1",
"js-yaml": "3.13.1",
"jsgrid": "1.5.3",
"json-stringify-safe": "5.0.1",
Expand All @@ -43,7 +44,7 @@
"passport-google-oauth20": "1.0.0",
"passport-oauth": "1.0.0",
"passport-twitter": "1.0.4",
"pg": "7.12.1",
"pg": "7.18.1",
"portal-env": "file:../portal-env.tgz",
"prom-client": "11.1.1",
"pug": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/node-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wicked-sdk",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"description": "node.js SDK for wicked.haufe.io",
"keywords": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion wicked/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: wicked.haufe.io Helm Chart
name: wicked
version: 1.0.0-rc.11
version: 1.0.0-rc.12
2 changes: 1 addition & 1 deletion wicked/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It is also assumed that you have some knowledge of Helm, and that you have run `
If that is set and done, you may now install wicked using the Helm chart. Move into a suitable directory, and then download the chart using `helm fetch`:

```
$ export WICKED_VERSION=1.0.0-rc.11 # Possibly adapt to the latest version
$ export WICKED_VERSION=1.0.0-rc.12 # Possibly adapt to the latest version
$ helm fetch --untar https://github.com/Haufe-Lexware/wicked.haufe.io/releases/download/v${WICKED_VERSION}/wicked-${WICKED_VERSION}.tgz
```

Expand Down
2 changes: 1 addition & 1 deletion wicked/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ image:
# need to pull your company's version of wicked.
repository: "haufelexware/wicked."
# The docker image tag to use; usually you don't change this.
tag: "1.0.0-rc.11"
tag: "1.0.0-rc.12"
pullPolicy: IfNotPresent

# Add imagePullSecrets like this in an override.yaml to pass in with helm install
Expand Down

0 comments on commit d144764

Please sign in to comment.