Skip to content

Commit

Permalink
Merge pull request #174 from 3scale/release-2.0.0.1
Browse files Browse the repository at this point in the history
CHANGELOG.md,deployment.yaml: add release 2.0.0.1
  • Loading branch information
unleashed committed Jul 30, 2020
2 parents 65c7f4d + 5878d1c commit b010251
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 2.0.0.1 - 2020-07-30

### Security

- Updated dependencies on golang.org/x/text and golang.org/x/crypto to fix CVE-2020-14040 and CVE-2020-9283.
([#171](https://github.com/3scale/3scale-istio-adapter/pull/171))

## 2.0.0 - 2020-07-24

## Added
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 v2.0.0
# This code was generated as part of the release process using make release for version v2.0.0.1
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2020-07-24T15:40:49Z"
creationTimestamp: "2020-07-30T08:13:07Z"
labels:
app: 3scale-istio-adapter
name: 3scale-istio-adapter
Expand All @@ -18,7 +18,7 @@ spec:
type: RollingUpdate
template:
metadata:
creationTimestamp: "2020-07-24T15:40:49Z"
creationTimestamp: "2020-07-30T08:13:07Z"
labels:
app: 3scale-istio-adapter
spec:
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
configMapKeyRef:
key: backend.policy_fail_closed
name: 3scale-istio-adapter-conf
image: quay.io/3scale/3scale-istio-adapter:v2.0.0
image: quay.io/3scale/3scale-istio-adapter:v2.0.0.1
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit b010251

Please sign in to comment.