Skip to content

Commit

Permalink
Merge pull request #94 from 3scale/release-0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
unleashed committed May 2, 2019
2 parents 65dca46 + dbb7182 commit 40f0711
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Notable changes to 3scale Istio Mixer Adapter will be tracked in this document.

## 0.6.0 - 2019-05-02

## Added

- The [OpenID Connect](https://github.com/3scale/3scale-istio-adapter/blob/v0.6.0/README.md#openid-connect-pattern) authentication pattern is now supported via Istio's [end user authn](https://istio.io/help/ops/security/end-user-auth/) and the CLI tool to generate templates can now generate an instance template supporting this pattern. The hybrid pattern has been updated to include OIDC as well. (#[89](https://github.com/3scale/3scale-istio-adapter/pull/89))

## Changed

- The CLI tool enables the so-called "fixup" mode when no explicit unique id is
specified, so that automatic generation of identifierss from URLs are modified
to comply with k8s format and rules. Now calling the tool without the --uid
option will autoenable the --fixup one. ([#91](https://github.com/3scale/3scale-istio-adapter/pull/91))

## 0.5.1 - 2019-04-09

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ An [out of process gRPC Adapter](https://github.com/istio/istio/wiki/Mixer-Out-O
* [Applying Patterns](#applying-patterns)
* [API Key Pattern](#api-key-pattern)
* [Application ID Pattern](#application-id-pattern)
* [OpenID Connect Pattern](#openid-connect-pattern)
* [Hybrid](#hybrid-pattern)
* [Generating sample CustomResources](#generating-sample-custom-resources)
* [Adapter metrics](#adapter-metrics)
Expand Down
8 changes: 4 additions & 4 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This code was generated as part of the release process using make release for version v0.5.1
# This code was generated as part of the release process using make release for version v0.6.0
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2019-04-08T17:48:12Z"
creationTimestamp: "2019-05-02T12:50:00Z"
labels:
app: 3scale-istio-adapter
name: 3scale-istio-adapter
Expand All @@ -18,7 +18,7 @@ spec:
type: RollingUpdate
template:
metadata:
creationTimestamp: "2019-04-08T17:48:12Z"
creationTimestamp: "2019-05-02T12:50:00Z"
labels:
app: 3scale-istio-adapter
spec:
Expand All @@ -30,7 +30,7 @@ spec:
value: "true"
- name: THREESCALE_METRICS_PORT
value: "8080"
image: quay.io/3scale/3scale-istio-adapter:v0.5.1
image: quay.io/3scale/3scale-istio-adapter:v0.6.0
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit 40f0711

Please sign in to comment.