From 7b72d1a01ec2a3e39aa69f6f507f24c2abd8ed7d Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Tue, 31 May 2022 12:45:26 +0200 Subject: [PATCH] chore: remove support for EKS with Kuberentes 1.18 Amazon EKS end of support: March 31, 2022 https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar --- CHANGELOG.md | 2 ++ deploy/README.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb0ad781..851ee689a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore(deps): upgrade fluentd to 1.14.6-sumo-3 [#2287][#2287] - chore(tracing): switch from otc fork to otel distro [#2299][#2299] - chore: remove support for EKS with Kuberentes 1.18 [#2312][#2312] +- chore: remove support for Kops with Kubernetes 1.18 [#2313][#2313] ### Fixed @@ -23,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2291]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2291 [#2299]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2299 [#2312]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2312 +[#2313]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2313 [Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.8.0...main ## [v2.8.0] diff --git a/deploy/README.md b/deploy/README.md index 4fcc985859..818d8e814e 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -74,15 +74,15 @@ The diagram below illustrates the components of the Kubernetes collection soluti The following table displays the tested Kubernetes and Helm versions. -| Name | Version | -|---------------|------------------------------------------| -| K8s with EKS | 1.19
1.20
1.21 | -| K8s with Kops | 1.18
1.19
1.20
1.21
1.22 | -| K8s with GKE | 1.20
1.21 | -| K8s with AKS | 1.19
1.20
1.21
1.22 | -| OpenShift | 4.6
4.7
4.8 | -| Helm | 3.5.4 (Linux) | -| kubectl | 1.16.0 | +| Name | Version | +|---------------|---------------------------------| +| K8s with EKS | 1.19
1.20
1.21 | +| K8s with Kops | 1.19
1.20
1.21
1.22 | +| K8s with GKE | 1.20
1.21 | +| K8s with AKS | 1.19
1.20
1.21
1.22 | +| OpenShift | 4.6
4.7
4.8 | +| Helm | 3.5.4 (Linux) | +| kubectl | 1.16.0 | The following matrix displays the tested package versions for our Helm chart.