Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove support for kOps 1.20 #2591

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore(opentelemetry-operator): upgrade opentelemetry-operator subchart to 0.13.0 [#2561]
- chore: remove support for GKE 1.20 [#2578]
- chore: remove support for EKS 1.19 [#2587]
- chore: remove support for kOps 1.20 [#2591]

### Fixed

Expand All @@ -45,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2561]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2561
[#2578]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2578
[#2587]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2587
[#2591]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2591
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main

## [v2.17.0]
Expand Down
18 changes: 9 additions & 9 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,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.20<br/>1.21<br/>1.22<br/>1.23 |
| K8s with Kops | 1.20<br/>1.21<br/>1.22<br/>1.23<br/>1.24 |
| K8s with GKE | 1.21<br/>1.22<br/>1.23 |
| K8s with AKS | 1.22<br/>1.23<br/>1.24 |
| OpenShift | 4.8<br/>4.9<br/>4.10 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |
| Name | Version |
|---------------|---------------------------------|
| K8s with EKS | 1.20<br/>1.21<br/>1.22<br/>1.23 |
| K8s with Kops | 1.21<br/>1.22<br/>1.23<br/>1.24 |
| K8s with GKE | 1.21<br/>1.22<br/>1.23 |
| K8s with AKS | 1.22<br/>1.23<br/>1.24 |
| OpenShift | 4.8<br/>4.9<br/>4.10 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |

The following matrix displays the tested package versions for our Helm chart.

Expand Down