Skip to content

Commit

Permalink
Merge pull request #78 from 3scale/v0.5.0
Browse files Browse the repository at this point in the history
release: prep for v0.5.0
  • Loading branch information
philipgough committed Mar 27, 2019
2 parents 7d9e5f1 + a4bd03a commit 65001c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG ?= v0.4.0
TAG ?= v0.5.0
IMAGE_NAME = 3scale-istio-adapter:$(TAG)
REGISTRY ?= quay.io/3scale
LISTEN_ADDR ?= 3333
Expand Down
1 change: 1 addition & 0 deletions cmd/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ The program accepts a number of flags which are documented in the table below:
| `-u`, `--url` | 3scale Admin Portal URL | Yes | |
| `-s`, `--service` | 3scale API/Service ID | Yes | |
| `--uid` | Unique UID for resource names. Derived from URL and service if unset | No | |
| `--fixup` | Try to automatically fix validation errors | No | False |
| `--auth` | 3scale authentication pattern to specify (1=Api Key, 2=App Id/App Key) | No | Hybrid |
| `-o`, `--output` | File to save produced manifests to | No | STDOUT |
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
app: 3scale-istio-adapter
spec:
containers:
- image: quay.io/3scale/3scale-istio-adapter:v0.4.0
- image: quay.io/3scale/3scale-istio-adapter:v0.5.0
imagePullPolicy: Always
name: 3scale-istio-adapter
ports:
Expand Down

0 comments on commit 65001c3

Please sign in to comment.