Skip to content

Commit

Permalink
chore(ci)!: Update tested Kubernetes versions (#7798)
Browse files Browse the repository at this point in the history
* Drop 1.14 from test matrix, add new versions, update patch versions

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* Update documented references to kubernetes v1.14.X

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* 1.21.2 and 1.20.8 are not yet released

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* tweak versions to try and avoid cri-o errors

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* revert version downgrades

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* just remove 1.14.x and extra comment

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>
  • Loading branch information
spencergilbert committed Jun 11, 2021
1 parent 89a67d2 commit 331c3a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/k8s_e2e.yml
Expand Up @@ -101,9 +101,8 @@ jobs:
{ version: "v1.19.2", is_essential: true },
{ version: "v1.18.9" },
{ version: "v1.17.12" },
{ version: "v1.16.15" }, // v1.16.13 is broken, see https://github.com/kubernetes/kubernetes/issues/93194
{ version: "v1.16.15" },
{ version: "v1.15.12" },
{ version: "v1.14.10" },
]
const container_runtime = [
"docker",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/components/sources/kubernetes_logs.cue
Expand Up @@ -540,7 +540,7 @@ components: sources: kubernetes_logs: {
Vector is tested extensively against Kubernetes. In addition to Kubernetes
being Vector's most popular installation method, Vector implements a
comprehensive end-to-end test suite for all minor Kubernetes versions starting
with `1.14.
with `1.15`.
"""
}

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/installation/platforms/kubernetes.cue
Expand Up @@ -7,7 +7,7 @@ installation: platforms: kubernetes: {
open-source container-orchestration system for automating
application deployment, scaling, and management.
"""
minimum_supported_version: "1.14"
minimum_supported_version: "1.15"

how_it_works: {
components.sources.kubernetes_logs.how_it_works
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/services/kubernetes.cue
Expand Up @@ -4,5 +4,5 @@ services: kubernetes: {
name: "Kubernetes"
thing: "a \(name) cluster"
url: urls.kubernetes
versions: ">= 1.14"
versions: ">= 1.15"
}

0 comments on commit 331c3a4

Please sign in to comment.