diff --git a/charts/istio-operator/CHANGELOG.md b/charts/istio-operator/CHANGELOG.md new file mode 100644 index 00000000..064bc1a9 --- /dev/null +++ b/charts/istio-operator/CHANGELOG.md @@ -0,0 +1,30 @@ +# Istio Operator Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [UNRELEASED] + +### Added + +- Initial release + +### Changed + +- n/a + +### Deprecated + +- n/a + +### Removed + +- n/a + +## 1.0.7 - 2020-08-03 + +### Changed + +- Upgraded Istio version to _v1.6.7_ diff --git a/charts/istio-operator/Chart.yaml b/charts/istio-operator/Chart.yaml index 3138ef62..ed6ab5f1 100644 --- a/charts/istio-operator/Chart.yaml +++ b/charts/istio-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: istio-operator -version: 1.0.5 -appVersion: 1.6.6 +version: 1.0.7 +appVersion: 1.6.7 description: A Helm chart for deploying the Istio Operator. keywords: - kubernetes diff --git a/charts/istio-operator/values.yaml b/charts/istio-operator/values.yaml index 496e98f8..4ebe6c85 100644 --- a/charts/istio-operator/values.yaml +++ b/charts/istio-operator/values.yaml @@ -4,7 +4,7 @@ image: repository: docker.io/istio/operator - tag: 1.6.6 + tag: 1.6.7 pullPolicy: IfNotPresent imagePullSecrets: []