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

Commit

Permalink
Release 2.0.2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jul 13, 2020
1 parent 4be6143 commit 6255b08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 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.2

### Changed

* The project `.gitignore` now contains the name of the Kubernetes manifest generated by running the README described process to deploy the adapter.
Expand All @@ -22,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

* The default tracing rule error for the incorrect parsed type in the rule expression is resolved. [#14](https://github.com/newrelic/newrelic-istio-adapter/issues/14)
* The gRPC health check endpoint is now specified to be targeted at `localhost` instead of just the port. [#16](https://github.com/newrelic/newrelic-istio-adapter/issues/16)
* Duration conversion now does not truncate nanoseconds. [#34](https://github.com/newrelic/newrelic-istio-adapter/pull/34)

## 2.0.1

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
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.1"
appVersion: "2.0.2"
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.1"
tag: "2.0.2"
# Image pull policy.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 6255b08

Please sign in to comment.