From 960051c4aeb29044f08414896829c1d4ed66a3d7 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 18 Mar 2021 13:57:18 -0700 Subject: [PATCH] Specify kubeVersion within Chart.yaml (#870) * Specify kubeVersion within Chart.yaml * Changelog: Adding kubeVersion field to Chart.yaml --- CHANGELOG.md | 3 ++- Chart.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c8df7bc..c13645ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Unreleased BREAKING CHANGES: -* Helm 2 is no longer supported as of the previous release, 0.30.0. the `apiVersion` for the `Charts.yaml` is now correctly set to `v2` to properly indicate that the chart is now only supported for Helm 3 [[GH-868](https://github.com/hashicorp/consul-helm/pull/868)] +* Helm 2 is no longer supported as of the previous release, 0.30.0. the `apiVersion` for the `Chart.yaml` is now correctly set to `v2` to properly indicate that the chart is now only supported for Helm 3 [[GH-868](https://github.com/hashicorp/consul-helm/pull/868)] FEATURES: * Metrics: add support for metrics in Consul. This enables support for Consul Agent metrics, @@ -17,6 +17,7 @@ FEATURES: IMPROVEMENTS: * CRDs: add field Last Synced Time to CRD status and add printer column on CRD to display time since when the resource was last successfully synced with Consul. [[GH-849](https://github.com/hashicorp/consul-helm/pull/849)] +* Specify `kubeVersion` in `Chart.yaml` to denote that this chart is tested with Kubernetes 1.13+ [[GH-870](https://github.com/hashicorp/consul-helm/pull/870)] BUG FIXES: * Increase Consul client daemonset's memory from `25Mi` to `50Mi` for its `client-tls-init` diff --git a/Chart.yaml b/Chart.yaml index 61b878cfc..bc11eeef0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,6 +2,7 @@ apiVersion: v2 name: consul version: 0.30.0 appVersion: 1.9.3 +kubeVersion: ">= 1.13.0" description: Official HashiCorp Consul Chart home: https://www.consul.io icon: https://raw.githubusercontent.com/hashicorp/consul-helm/master/assets/icon.png