Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13 from newrelic/release-2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
MrAlias committed Dec 10, 2019
2 parents f3becc0 + 09918aa commit 9d223f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.0.1

### Added

* Added GID and UID 2000 to Dockerfile. The `newrelic-istio-adapter` container now runs as non-root user.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apiVersion: v1
name: newrelic-istio-adapter
description: A Helm chart for New Relic's Adapter for Istio
version: 1.0.0
appVersion: "2.0.0"
appVersion: "2.0.1"
keywords:
- istio
- mixer
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ image:
# Repository for container image.
repository: newrelic/newrelic-istio-adapter
# Image tag.
tag: "2.0.0"
tag: "2.0.1"
# Image pull policy.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9d223f1

Please sign in to comment.