Skip to content

Commit

Permalink
Merge pull request #172 from 3scale/release-1.0.0.1
Browse files Browse the repository at this point in the history
CHANGELOG,deployment.yml: add release 1.0.0.1
  • Loading branch information
unleashed committed Jul 29, 2020
2 parents 40b68d0 + 76282d9 commit 1777a5f
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.

## 1.0.0.1 - 2020-07-29

### 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))

## 1.0.0 - 2019-08-07

## 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 v1.0.0
# This code was generated as part of the release process using make release for version v1.0.0.1
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2019-08-07T09:13:37Z"
creationTimestamp: "2020-07-29T15:53:03Z"
labels:
app: 3scale-istio-adapter
name: 3scale-istio-adapter
Expand All @@ -18,7 +18,7 @@ spec:
type: RollingUpdate
template:
metadata:
creationTimestamp: "2019-08-07T09:13:37Z"
creationTimestamp: "2020-07-29T15:53:03Z"
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:v1.0.0
image: quay.io/3scale/3scale-istio-adapter:v1.0.0.1
imagePullPolicy: Always
livenessProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit 1777a5f

Please sign in to comment.