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

Commit

Permalink
Specify kubeVersion within Chart.yaml (#870)
Browse files Browse the repository at this point in the history
* Specify kubeVersion within Chart.yaml

* Changelog: Adding kubeVersion field to Chart.yaml
  • Loading branch information
David Yu authored Mar 18, 2021
1 parent 9d619d4 commit 960051c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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`
Expand Down
1 change: 1 addition & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 960051c

Please sign in to comment.