From 6255b08ee07849603487a55837792c3a0343991f Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 13 Jul 2020 09:46:36 -0700 Subject: [PATCH] Release 2.0.2 (#36) --- CHANGELOG.md | 3 +++ VERSION | 2 +- helm-charts/Chart.yaml | 2 +- helm-charts/values.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fcf06..5d2d25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/VERSION b/VERSION index 38f77a6..e9307ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/helm-charts/Chart.yaml b/helm-charts/Chart.yaml index 0e8e589..9fd0d68 100644 --- a/helm-charts/Chart.yaml +++ b/helm-charts/Chart.yaml @@ -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 diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 692fd24..393cf6b 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -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