From 1ffe7444608fa8ec3c178873510441aa3d473ed4 Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Wed, 1 Jun 2022 14:48:46 +0200 Subject: [PATCH] chore: change minimum required version of helm to 3.5+ related to: https://github.com/SumoLogic/sumologic-kubernetes-collection/issues/2261 --- CHANGELOG.md | 5 +++-- deploy/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898a651185..b4124bd2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: add support for GKE with Kubernetes 1.22 [#2314][#2314] - chore: remove support for AKS with Kubernetes 1.19 & 1.20 [#2315][#2315] - chore: add support for EKS with Kuberentes 1.22 [#2321][#2321] -- chore: update tested helm version to 3.8.2 [#2317][#2317] -- chore: update tested kubectl version to 1.23.6 [#2317][#2317] +- docs: update tested helm version to 3.8.2 [#2317][#2317] +- docs: update tested kubectl version to 1.23.6 [#2317][#2317] +- chore: change minimum required version of helm to 3.5+ [#2317][#2317] ### Fixed diff --git a/deploy/README.md b/deploy/README.md index 2b5d4c0b6f..f94ea38525 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -68,7 +68,7 @@ The diagram below illustrates the components of the Kubernetes collection soluti | Name | Version | |------|---------| | K8s | 1.18+ | -| Helm | 3.4+ | +| Helm | 3.5+ | ## Support Matrix