Skip to content

Commit a7cec8d

Browse files
[8.19] (backport #8104) [k8s tests] Add versions + comments explaining why (#8127)
* [k8s tests] Add versions + comments explaining why (#8104) * Add versions + comments explaining why * Update .buildkite/bk.integration.pipeline.yml Co-authored-by: Panos Koutsovasilis <[email protected]> * Remove version no longer supported by EKS * Remove version not supported by Elastic Agent Helm Chart * Reference support matrix for rationale --------- Co-authored-by: Panos Koutsovasilis <[email protected]> (cherry picked from commit 78d5d2e) # Conflicts: # .buildkite/bk.integration.pipeline.yml * Fixing conflicts --------- Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent d1c6e2e commit a7cec8d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,18 @@ steps:
339339
setup:
340340
variants:
341341
- "basic,wolfi,complete,complete-wolfi,service,cloud"
342+
343+
# See the Kubernetes Compatible Versions for Elastic Agent in the Elastic
344+
# Support Matrix (https://www.elastic.co/support/matrix#matrix_kubernetes) for
345+
# the rationale on why these specific versions are chosen.
342346
version:
343-
- v1.27.16
344-
- v1.28.9
345-
- v1.29.8
346-
- v1.30.8
347-
- v1.31.0
348-
- v1.32.0
347+
- v1.27.16
348+
- v1.28.15
349+
- v1.29.14
350+
- v1.30.0
351+
- v1.31.0
352+
- v1.32.0
353+
- v1.33.0
349354

350355
- label: ESS stack cleanup
351356
depends_on:

0 commit comments

Comments
 (0)