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.3 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Aug 24, 2020
1 parent 6dfffb1 commit d70da8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.0.3

### Fixed

* Updated adapter specification manifest to include a non-nil description.
This resolves a bug causing a deployment failure with Istio 1.7. [#37](https://github.com/newrelic/newrelic-istio-adapter/pull/37)

## 2.0.2

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

Expand Down

0 comments on commit d70da8f

Please sign in to comment.