From e6b7f8249912e2aa37486ca43b9319ff69303477 Mon Sep 17 00:00:00 2001 From: Karthikeyan Valliyurnatt Date: Tue, 15 Apr 2025 16:52:02 -0400 Subject: [PATCH 1/3] update stack versions in recipes/samples and e2e matrix --- .buildkite/e2e/nightly-main-matrix.yaml | 7 +++---- Makefile | 2 +- config/e2e/helm-monitoring-operator.yaml | 2 +- config/e2e/monitoring.yaml | 4 ++-- .../recipes/apm-server-jaeger/apm-server-jaeger.yaml | 2 +- .../associations-rbac/apm_es_kibana_rbac.yaml | 6 +++--- config/recipes/autopilot/elasticsearch.yaml | 2 +- .../autopilot/fleet-kubernetes-integration.yaml | 8 ++++---- config/recipes/autopilot/kubernetes-integration.yaml | 4 ++-- config/recipes/autopilot/metricbeat_hosts.yaml | 4 ++-- config/recipes/autoscaling/elasticsearch.yaml | 2 +- config/recipes/beats/auditbeat_hosts.yaml | 8 ++++---- config/recipes/beats/filebeat_autodiscover.yaml | 6 +++--- .../beats/filebeat_autodiscover_by_metadata.yaml | 6 +++--- config/recipes/beats/filebeat_no_autodiscover.yaml | 6 +++--- config/recipes/beats/heartbeat_es_kb_health.yaml | 6 +++--- config/recipes/beats/metricbeat_hosts.yaml | 6 +++--- config/recipes/beats/openshift_monitoring.yaml | 8 ++++---- config/recipes/beats/packetbeat_dns_http.yaml | 6 +++--- config/recipes/beats/stack_monitoring.yaml | 12 ++++++------ .../recipes/elastic-agent/fleet-apm-integration.yaml | 8 ++++---- .../elastic-agent/fleet-custom-logs-integration.yaml | 8 ++++---- .../fleet-kubernetes-integration-nonroot.yaml | 8 ++++---- .../elastic-agent/fleet-kubernetes-integration.yaml | 8 ++++---- config/recipes/elastic-agent/ksm-sharding.yaml | 6 +++--- .../elastic-agent/kubernetes-integration.yaml | 6 +++--- config/recipes/elastic-agent/multi-output.yaml | 10 +++++----- config/recipes/elastic-agent/system-integration.yaml | 8 ++++---- config/recipes/gclb/01-elastic-stack.yaml | 4 ++-- config/recipes/gclb/99-kibana-path.yaml | 2 +- .../istio-gateway/03-elasticsearch-kibana.yaml | 4 ++-- config/recipes/logstash/logstash-eck.yaml | 8 ++++---- config/recipes/logstash/logstash-es-role.yaml | 4 ++-- config/recipes/logstash/logstash-monitored.yaml | 12 ++++++------ config/recipes/logstash/logstash-multi.yaml | 8 ++++---- .../logstash/logstash-pipeline-as-secret.yaml | 8 ++++---- .../logstash/logstash-pipeline-as-volume.yaml | 8 ++++---- config/recipes/logstash/logstash-volumes.yaml | 6 +++--- config/recipes/maps/01-ems.yaml | 2 +- config/recipes/maps/02-es-kb.yaml | 4 ++-- config/recipes/remoteclusters/elasticsearch.yaml | 8 ++++---- config/recipes/traefik/02-elastic-stack.yaml | 6 +++--- config/samples/apm/apm_es_kibana.yaml | 6 +++--- config/samples/elasticsearch/elasticsearch.yaml | 2 +- config/samples/enterprisesearch/ent_es.yaml | 6 +++--- config/samples/kibana/kibana_es.yaml | 4 ++-- config/samples/logstash/logstash.yaml | 2 +- config/samples/logstash/logstash_es.yaml | 4 ++-- config/samples/logstash/logstash_pv.yaml | 2 +- config/samples/logstash/logstash_stackmonitor.yaml | 6 +++--- config/samples/logstash/logstash_svc.yaml | 4 ++-- 51 files changed, 144 insertions(+), 145 deletions(-) diff --git a/.buildkite/e2e/nightly-main-matrix.yaml b/.buildkite/e2e/nightly-main-matrix.yaml index c14f47379b0..99d9578d5fc 100644 --- a/.buildkite/e2e/nightly-main-matrix.yaml +++ b/.buildkite/e2e/nightly-main-matrix.yaml @@ -3,10 +3,9 @@ fixed: E2E_PROVIDER: gke mixed: - - E2E_STACK_VERSION: "7.17.26" - # current stack version 8.17.x is tested in all other tests no need to test it again - - E2E_STACK_VERSION: "8.18.0-SNAPSHOT" - - E2E_STACK_VERSION: "9.0.0-SNAPSHOT" + - E2E_STACK_VERSION: "8.18.0" + # current stack version 9.0.0 is tested in all other tests no need to test it again + - E2E_STACK_VERSION: "9.1.0-SNAPSHOT" - label: kind fixed: diff --git a/Makefile b/Makefile index 33798611fad..f75eeaceb79 100644 --- a/Makefile +++ b/Makefile @@ -418,7 +418,7 @@ drivah-build-e2e: # -- run -E2E_STACK_VERSION ?= 8.17.0 +E2E_STACK_VERSION ?= 9.0.0 # regexp to filter tests to run export TESTS_MATCH ?= "^Test" export E2E_JSON ?= false diff --git a/config/e2e/helm-monitoring-operator.yaml b/config/e2e/helm-monitoring-operator.yaml index 328b081d972..306cbf86947 100644 --- a/config/e2e/helm-monitoring-operator.yaml +++ b/config/e2e/helm-monitoring-operator.yaml @@ -6,7 +6,7 @@ managedNamespaces: [{{ .E2ENamespace }}] image: repository: docker.elastic.co/eck/eck-operator - tag: 2.16.1 + tag: 3.0.0 podAnnotations: co.elastic.metrics/metricsets: collector diff --git a/config/e2e/monitoring.yaml b/config/e2e/monitoring.yaml index ec259dff404..0411444a193 100644 --- a/config/e2e/monitoring.yaml +++ b/config/e2e/monitoring.yaml @@ -5,7 +5,7 @@ metadata: name: e2e-agent namespace: {{ .E2ENamespace }} spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - secretName: eck-{{ .TestRun }} daemonSet: @@ -221,7 +221,7 @@ spec: meta: package: name: system - version: 8.17.0 + version: 9.0.0 data_stream: namespace: default processors: diff --git a/config/recipes/apm-server-jaeger/apm-server-jaeger.yaml b/config/recipes/apm-server-jaeger/apm-server-jaeger.yaml index 7994bd443f1..f6c693c01d6 100644 --- a/config/recipes/apm-server-jaeger/apm-server-jaeger.yaml +++ b/config/recipes/apm-server-jaeger/apm-server-jaeger.yaml @@ -4,7 +4,7 @@ metadata: name: apm-server-quickstart namespace: default spec: - version: 8.17.0 + version: 9.0.0 count: 1 config: name: elastic-apm diff --git a/config/recipes/associations-rbac/apm_es_kibana_rbac.yaml b/config/recipes/associations-rbac/apm_es_kibana_rbac.yaml index 0e045fc787d..4bcff64086c 100644 --- a/config/recipes/associations-rbac/apm_es_kibana_rbac.yaml +++ b/config/recipes/associations-rbac/apm_es_kibana_rbac.yaml @@ -84,7 +84,7 @@ metadata: name: elasticsearch-sample namespace: elasticsearch-ns spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 1 @@ -97,7 +97,7 @@ metadata: name: kibana-sample namespace: kibana-ns spec: - version: 8.17.0 + version: 9.0.0 count: 1 config: xpack.fleet.packages: @@ -115,7 +115,7 @@ metadata: name: apm-apm-sample namespace: apmserver-ns spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "elasticsearch-sample" diff --git a/config/recipes/autopilot/elasticsearch.yaml b/config/recipes/autopilot/elasticsearch.yaml index f5e3c44e315..5bd50fbe389 100644 --- a/config/recipes/autopilot/elasticsearch.yaml +++ b/config/recipes/autopilot/elasticsearch.yaml @@ -41,7 +41,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 1 diff --git a/config/recipes/autopilot/fleet-kubernetes-integration.yaml b/config/recipes/autopilot/fleet-kubernetes-integration.yaml index 967f43505b6..3aa38324df7 100644 --- a/config/recipes/autopilot/fleet-kubernetes-integration.yaml +++ b/config/recipes/autopilot/fleet-kubernetes-integration.yaml @@ -41,7 +41,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 1 @@ -74,7 +74,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -138,7 +138,7 @@ kind: Agent metadata: name: fleet-server spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana elasticsearchRefs: @@ -179,7 +179,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana fleetServerRef: diff --git a/config/recipes/autopilot/kubernetes-integration.yaml b/config/recipes/autopilot/kubernetes-integration.yaml index d61bc90ff65..437e925c920 100644 --- a/config/recipes/autopilot/kubernetes-integration.yaml +++ b/config/recipes/autopilot/kubernetes-integration.yaml @@ -4,7 +4,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -27,7 +27,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - name: elasticsearch daemonSet: diff --git a/config/recipes/autopilot/metricbeat_hosts.yaml b/config/recipes/autopilot/metricbeat_hosts.yaml index db0ed1acc75..5cb5e6e1815 100644 --- a/config/recipes/autopilot/metricbeat_hosts.yaml +++ b/config/recipes/autopilot/metricbeat_hosts.yaml @@ -4,7 +4,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -28,7 +28,7 @@ metadata: name: metricbeat spec: type: metricbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: diff --git a/config/recipes/autoscaling/elasticsearch.yaml b/config/recipes/autoscaling/elasticsearch.yaml index 3a8dc49d1ff..4a7ff1ca64e 100644 --- a/config/recipes/autoscaling/elasticsearch.yaml +++ b/config/recipes/autoscaling/elasticsearch.yaml @@ -51,7 +51,7 @@ kind: Elasticsearch metadata: name: elasticsearch-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: master count: 3 diff --git a/config/recipes/beats/auditbeat_hosts.yaml b/config/recipes/beats/auditbeat_hosts.yaml index 7543184c87d..4c7c338ad7b 100644 --- a/config/recipes/beats/auditbeat_hosts.yaml +++ b/config/recipes/beats/auditbeat_hosts.yaml @@ -4,7 +4,7 @@ metadata: name: auditbeat spec: type: auditbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -76,7 +76,7 @@ spec: # path: /run #initContainers: #- name: cos-init - # image: docker.elastic.co/beats/auditbeat:8.17.0 + # image: docker.elastic.co/beats/auditbeat:9.0.0 # volumeMounts: # - name: run # mountPath: /run @@ -118,7 +118,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -130,7 +130,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/filebeat_autodiscover.yaml b/config/recipes/beats/filebeat_autodiscover.yaml index 6d04da865f1..a63f734bbb6 100644 --- a/config/recipes/beats/filebeat_autodiscover.yaml +++ b/config/recipes/beats/filebeat_autodiscover.yaml @@ -4,7 +4,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -122,7 +122,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -134,7 +134,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/filebeat_autodiscover_by_metadata.yaml b/config/recipes/beats/filebeat_autodiscover_by_metadata.yaml index 99f9643e3b4..ccb325079a5 100644 --- a/config/recipes/beats/filebeat_autodiscover_by_metadata.yaml +++ b/config/recipes/beats/filebeat_autodiscover_by_metadata.yaml @@ -4,7 +4,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -118,7 +118,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -130,7 +130,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/filebeat_no_autodiscover.yaml b/config/recipes/beats/filebeat_no_autodiscover.yaml index 113530e7695..2b67c097b41 100644 --- a/config/recipes/beats/filebeat_no_autodiscover.yaml +++ b/config/recipes/beats/filebeat_no_autodiscover.yaml @@ -4,7 +4,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -60,7 +60,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -72,7 +72,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/heartbeat_es_kb_health.yaml b/config/recipes/beats/heartbeat_es_kb_health.yaml index 4047a189336..77ea561a4d1 100644 --- a/config/recipes/beats/heartbeat_es_kb_health.yaml +++ b/config/recipes/beats/heartbeat_es_kb_health.yaml @@ -4,7 +4,7 @@ metadata: name: heartbeat spec: type: heartbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch config: @@ -27,7 +27,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -39,7 +39,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/metricbeat_hosts.yaml b/config/recipes/beats/metricbeat_hosts.yaml index 003ebd3a2a3..fe892e1cb23 100644 --- a/config/recipes/beats/metricbeat_hosts.yaml +++ b/config/recipes/beats/metricbeat_hosts.yaml @@ -4,7 +4,7 @@ metadata: name: metricbeat spec: type: metricbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -174,7 +174,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -186,7 +186,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/openshift_monitoring.yaml b/config/recipes/beats/openshift_monitoring.yaml index f9be6b53224..0fcaa7467bd 100644 --- a/config/recipes/beats/openshift_monitoring.yaml +++ b/config/recipes/beats/openshift_monitoring.yaml @@ -4,7 +4,7 @@ metadata: name: metricbeat spec: type: metricbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -221,7 +221,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -324,7 +324,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -336,7 +336,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/packetbeat_dns_http.yaml b/config/recipes/beats/packetbeat_dns_http.yaml index 51f19c07ea6..f406d222751 100644 --- a/config/recipes/beats/packetbeat_dns_http.yaml +++ b/config/recipes/beats/packetbeat_dns_http.yaml @@ -4,7 +4,7 @@ metadata: name: packetbeat spec: type: packetbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch kibanaRef: @@ -44,7 +44,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -56,7 +56,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/beats/stack_monitoring.yaml b/config/recipes/beats/stack_monitoring.yaml index 8b591980544..e7b89c5aff7 100644 --- a/config/recipes/beats/stack_monitoring.yaml +++ b/config/recipes/beats/stack_monitoring.yaml @@ -6,7 +6,7 @@ metadata: name: metricbeat spec: type: metricbeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch-monitoring config: @@ -140,7 +140,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: elasticsearch-monitoring kibanaRef: @@ -260,7 +260,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -276,7 +276,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -293,7 +293,7 @@ kind: Elasticsearch metadata: name: elasticsearch-monitoring spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -305,7 +305,7 @@ kind: Kibana metadata: name: kibana-monitoring spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch-monitoring diff --git a/config/recipes/elastic-agent/fleet-apm-integration.yaml b/config/recipes/elastic-agent/fleet-apm-integration.yaml index 496d4cee1b8..2509b0c1e09 100644 --- a/config/recipes/elastic-agent/fleet-apm-integration.yaml +++ b/config/recipes/elastic-agent/fleet-apm-integration.yaml @@ -3,7 +3,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -61,7 +61,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -73,7 +73,7 @@ kind: Agent metadata: name: fleet-server spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana elasticsearchRefs: @@ -95,7 +95,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana fleetServerRef: diff --git a/config/recipes/elastic-agent/fleet-custom-logs-integration.yaml b/config/recipes/elastic-agent/fleet-custom-logs-integration.yaml index a3f3ea29217..663172d1d3d 100644 --- a/config/recipes/elastic-agent/fleet-custom-logs-integration.yaml +++ b/config/recipes/elastic-agent/fleet-custom-logs-integration.yaml @@ -3,7 +3,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -70,7 +70,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -82,7 +82,7 @@ kind: Agent metadata: name: fleet-server spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana elasticsearchRefs: @@ -104,7 +104,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana fleetServerRef: diff --git a/config/recipes/elastic-agent/fleet-kubernetes-integration-nonroot.yaml b/config/recipes/elastic-agent/fleet-kubernetes-integration-nonroot.yaml index 72505f4da33..081f9610439 100644 --- a/config/recipes/elastic-agent/fleet-kubernetes-integration-nonroot.yaml +++ b/config/recipes/elastic-agent/fleet-kubernetes-integration-nonroot.yaml @@ -71,7 +71,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -129,7 +129,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -141,7 +141,7 @@ kind: Agent metadata: name: fleet-server spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana elasticsearchRefs: @@ -161,7 +161,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana fleetServerRef: diff --git a/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml b/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml index c5c54f1b224..301b4734d48 100644 --- a/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml +++ b/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml @@ -3,7 +3,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -54,7 +54,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -66,7 +66,7 @@ kind: Agent metadata: name: fleet-server spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana elasticsearchRefs: @@ -88,7 +88,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 kibanaRef: name: kibana fleetServerRef: diff --git a/config/recipes/elastic-agent/ksm-sharding.yaml b/config/recipes/elastic-agent/ksm-sharding.yaml index 34d514c3afe..884a146af3d 100644 --- a/config/recipes/elastic-agent/ksm-sharding.yaml +++ b/config/recipes/elastic-agent/ksm-sharding.yaml @@ -3,7 +3,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - name: elasticsearch statefulSet: @@ -450,7 +450,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -462,7 +462,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/elastic-agent/kubernetes-integration.yaml b/config/recipes/elastic-agent/kubernetes-integration.yaml index dd0cd01c9dc..99e10e646bd 100644 --- a/config/recipes/elastic-agent/kubernetes-integration.yaml +++ b/config/recipes/elastic-agent/kubernetes-integration.yaml @@ -3,7 +3,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - name: elasticsearch daemonSet: @@ -213,7 +213,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -225,7 +225,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/elastic-agent/multi-output.yaml b/config/recipes/elastic-agent/multi-output.yaml index dbf75604d9b..6dfbbd4e180 100644 --- a/config/recipes/elastic-agent/multi-output.yaml +++ b/config/recipes/elastic-agent/multi-output.yaml @@ -3,7 +3,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - outputName: default name: elasticsearch @@ -196,7 +196,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -208,7 +208,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -218,7 +218,7 @@ kind: Elasticsearch metadata: name: elasticsearch-mon spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -230,7 +230,7 @@ kind: Kibana metadata: name: kibana-mon spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch-mon diff --git a/config/recipes/elastic-agent/system-integration.yaml b/config/recipes/elastic-agent/system-integration.yaml index 16b6269156f..c7fc33eebc3 100644 --- a/config/recipes/elastic-agent/system-integration.yaml +++ b/config/recipes/elastic-agent/system-integration.yaml @@ -3,7 +3,7 @@ kind: Agent metadata: name: elastic-agent spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - name: elasticsearch daemonSet: @@ -31,7 +31,7 @@ spec: meta: package: name: system - version: 8.17.0 + version: 9.0.0 data_stream: namespace: default streams: @@ -136,7 +136,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -148,7 +148,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch diff --git a/config/recipes/gclb/01-elastic-stack.yaml b/config/recipes/gclb/01-elastic-stack.yaml index fe9ce9f6313..7c5363ce9f3 100644 --- a/config/recipes/gclb/01-elastic-stack.yaml +++ b/config/recipes/gclb/01-elastic-stack.yaml @@ -6,7 +6,7 @@ metadata: labels: app: hulk spec: - version: 8.17.0 + version: 9.0.0 http: service: metadata: @@ -45,7 +45,7 @@ metadata: labels: app: hulk spec: - version: 8.17.0 + version: 9.0.0 count: 1 http: service: diff --git a/config/recipes/gclb/99-kibana-path.yaml b/config/recipes/gclb/99-kibana-path.yaml index c5b3c231a66..a504eb918d9 100644 --- a/config/recipes/gclb/99-kibana-path.yaml +++ b/config/recipes/gclb/99-kibana-path.yaml @@ -7,7 +7,7 @@ metadata: labels: app: thor spec: - version: 8.17.0 + version: 9.0.0 count: 1 config: # Make Kibana aware of the fact that it is behind a proxy diff --git a/config/recipes/istio-gateway/03-elasticsearch-kibana.yaml b/config/recipes/istio-gateway/03-elasticsearch-kibana.yaml index 13afad06df1..2006fe441fb 100644 --- a/config/recipes/istio-gateway/03-elasticsearch-kibana.yaml +++ b/config/recipes/istio-gateway/03-elasticsearch-kibana.yaml @@ -7,7 +7,7 @@ metadata: labels: app: ekmnt spec: - version: 8.17.0 + version: 9.0.0 http: tls: selfSignedCertificate: @@ -82,7 +82,7 @@ metadata: labels: app: ekmnt spec: - version: 8.17.0 + version: 9.0.0 count: 1 http: tls: diff --git a/config/recipes/logstash/logstash-eck.yaml b/config/recipes/logstash/logstash-eck.yaml index fe5263443ae..964c32677bd 100644 --- a/config/recipes/logstash/logstash-eck.yaml +++ b/config/recipes/logstash/logstash-eck.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -17,7 +17,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -28,7 +28,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -67,7 +67,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: eck name: elasticsearch diff --git a/config/recipes/logstash/logstash-es-role.yaml b/config/recipes/logstash/logstash-es-role.yaml index 4cc992f6d65..e39a1e7e0c4 100644 --- a/config/recipes/logstash/logstash-es-role.yaml +++ b/config/recipes/logstash/logstash-es-role.yaml @@ -15,7 +15,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 auth: roles: - secretName: my-roles-secret @@ -31,7 +31,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - name: elasticsearch clusterName: eck diff --git a/config/recipes/logstash/logstash-monitored.yaml b/config/recipes/logstash/logstash-monitored.yaml index e0660c5a6bf..4c6d6d70f5a 100644 --- a/config/recipes/logstash/logstash-monitored.yaml +++ b/config/recipes/logstash/logstash-monitored.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -17,7 +17,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -28,7 +28,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -67,7 +67,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: eck name: elasticsearch @@ -116,7 +116,7 @@ kind: Elasticsearch metadata: name: elasticsearch-monitoring spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -128,7 +128,7 @@ kind: Kibana metadata: name: kibana-monitoring spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch-monitoring diff --git a/config/recipes/logstash/logstash-multi.yaml b/config/recipes/logstash/logstash-multi.yaml index 8947e9437ee..8d1fffff4cf 100644 --- a/config/recipes/logstash/logstash-multi.yaml +++ b/config/recipes/logstash/logstash-multi.yaml @@ -12,7 +12,7 @@ metadata: name: qa namespace: qa spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -25,7 +25,7 @@ kind: Elasticsearch metadata: name: production spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -39,7 +39,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -78,7 +78,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: prod-es name: production diff --git a/config/recipes/logstash/logstash-pipeline-as-secret.yaml b/config/recipes/logstash/logstash-pipeline-as-secret.yaml index 6d5a83ffa4d..af59da4a587 100644 --- a/config/recipes/logstash/logstash-pipeline-as-secret.yaml +++ b/config/recipes/logstash/logstash-pipeline-as-secret.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -17,7 +17,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -28,7 +28,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -67,7 +67,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: eck name: elasticsearch diff --git a/config/recipes/logstash/logstash-pipeline-as-volume.yaml b/config/recipes/logstash/logstash-pipeline-as-volume.yaml index f356675db7b..0bfa431007a 100644 --- a/config/recipes/logstash/logstash-pipeline-as-volume.yaml +++ b/config/recipes/logstash/logstash-pipeline-as-volume.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -17,7 +17,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: elasticsearch @@ -28,7 +28,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -67,7 +67,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: eck name: elasticsearch diff --git a/config/recipes/logstash/logstash-volumes.yaml b/config/recipes/logstash/logstash-volumes.yaml index 03dbbed76b7..0e00d759a6b 100644 --- a/config/recipes/logstash/logstash-volumes.yaml +++ b/config/recipes/logstash/logstash-volumes.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -18,7 +18,7 @@ metadata: name: filebeat spec: type: filebeat - version: 8.17.0 + version: 9.0.0 config: filebeat.inputs: - type: log @@ -57,7 +57,7 @@ metadata: name: logstash spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: eck name: elasticsearch diff --git a/config/recipes/maps/01-ems.yaml b/config/recipes/maps/01-ems.yaml index 74498833dca..253587c5bc4 100644 --- a/config/recipes/maps/01-ems.yaml +++ b/config/recipes/maps/01-ems.yaml @@ -3,5 +3,5 @@ kind: ElasticMapsServer metadata: name: ems-sample spec: - version: 8.17.0 + version: 9.0.0 count: 1 diff --git a/config/recipes/maps/02-es-kb.yaml b/config/recipes/maps/02-es-kb.yaml index fd8b446d085..4c856311d4b 100644 --- a/config/recipes/maps/02-es-kb.yaml +++ b/config/recipes/maps/02-es-kb.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -27,7 +27,7 @@ kind: Kibana metadata: name: kibana spec: - version: 8.17.0 + version: 9.0.0 count: 1 config: # Configure this to a domain you control diff --git a/config/recipes/remoteclusters/elasticsearch.yaml b/config/recipes/remoteclusters/elasticsearch.yaml index 6b5606aecbb..ab330a03a01 100644 --- a/config/recipes/remoteclusters/elasticsearch.yaml +++ b/config/recipes/remoteclusters/elasticsearch.yaml @@ -9,7 +9,7 @@ metadata: name: cluster1 namespace: ns1 spec: - version: 8.17.0 + version: 9.0.0 remoteClusters: - name: to-ns2-cluster2 elasticsearchRef: @@ -38,7 +38,7 @@ spec: # spec: # # expose this cluster Service with a LoadBalancer # type: LoadBalancer - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "cluster1" @@ -54,7 +54,7 @@ metadata: name: cluster2 namespace: ns2 spec: - version: 8.17.0 + version: 9.0.0 ## Required for this cluster to be accessed using remote cluster API keys. remoteClusterServer: enabled: true @@ -75,7 +75,7 @@ spec: # spec: # # expose this cluster Service with a LoadBalancer # type: LoadBalancer - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "cluster2" \ No newline at end of file diff --git a/config/recipes/traefik/02-elastic-stack.yaml b/config/recipes/traefik/02-elastic-stack.yaml index 7126af16ccd..fe79e864492 100644 --- a/config/recipes/traefik/02-elastic-stack.yaml +++ b/config/recipes/traefik/02-elastic-stack.yaml @@ -6,7 +6,7 @@ metadata: labels: app: hulk spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: master count: 1 @@ -41,7 +41,7 @@ metadata: labels: app: hulk spec: - version: 8.17.0 + version: 9.0.0 count: 1 config: xpack.fleet.packages: @@ -57,7 +57,7 @@ metadata: labels: app: hulk spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: hulk diff --git a/config/samples/apm/apm_es_kibana.yaml b/config/samples/apm/apm_es_kibana.yaml index 378e13ab343..aaae96ff6fc 100644 --- a/config/samples/apm/apm_es_kibana.yaml +++ b/config/samples/apm/apm_es_kibana.yaml @@ -5,7 +5,7 @@ kind: Elasticsearch metadata: name: es-apm-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -19,7 +19,7 @@ kind: Kibana metadata: name: kb-apm-sample spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "es-apm-sample" @@ -33,7 +33,7 @@ kind: ApmServer metadata: name: apm-apm-sample spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "es-apm-sample" diff --git a/config/samples/elasticsearch/elasticsearch.yaml b/config/samples/elasticsearch/elasticsearch.yaml index c515b00312b..8420539bd63 100644 --- a/config/samples/elasticsearch/elasticsearch.yaml +++ b/config/samples/elasticsearch/elasticsearch.yaml @@ -7,7 +7,7 @@ metadata: # eck.k8s.elastic.co/downward-node-labels: "topology.kubernetes.io/zone" name: elasticsearch-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default config: diff --git a/config/samples/enterprisesearch/ent_es.yaml b/config/samples/enterprisesearch/ent_es.yaml index d298bea743d..988a1df361d 100644 --- a/config/samples/enterprisesearch/ent_es.yaml +++ b/config/samples/enterprisesearch/ent_es.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch-sample spec: - version: 8.17.0 + version: 8.18.0 nodeSets: - name: default count: 1 @@ -23,7 +23,7 @@ kind: Kibana metadata: name: kibana-sample spec: - version: 8.17.0 + version: 8.18.0 count: 1 elasticsearchRef: name: elasticsearch-sample @@ -35,7 +35,7 @@ kind: EnterpriseSearch metadata: name: ent-sample spec: - version: 8.17.0 + version: 8.18.0 count: 1 elasticsearchRef: name: elasticsearch-sample diff --git a/config/samples/kibana/kibana_es.yaml b/config/samples/kibana/kibana_es.yaml index 9e60d16b98b..310a474a970 100644 --- a/config/samples/kibana/kibana_es.yaml +++ b/config/samples/kibana/kibana_es.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: elasticsearch-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 1 @@ -18,7 +18,7 @@ kind: Kibana metadata: name: kibana-sample spec: - version: 8.17.0 + version: 9.0.0 count: 1 elasticsearchRef: name: "elasticsearch-sample" diff --git a/config/samples/logstash/logstash.yaml b/config/samples/logstash/logstash.yaml index 1a8b17009e2..82520b31c05 100644 --- a/config/samples/logstash/logstash.yaml +++ b/config/samples/logstash/logstash.yaml @@ -3,7 +3,7 @@ kind: Logstash metadata: name: logstash-sample spec: - version: 8.17.0 + version: 9.0.0 count: 3 config: log.level: info diff --git a/config/samples/logstash/logstash_es.yaml b/config/samples/logstash/logstash_es.yaml index 9a87b776658..8ccaaf230ca 100644 --- a/config/samples/logstash/logstash_es.yaml +++ b/config/samples/logstash/logstash_es.yaml @@ -3,7 +3,7 @@ kind: Elasticsearch metadata: name: elasticsearch-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 2 @@ -16,7 +16,7 @@ metadata: name: logstash-sample spec: count: 1 - version: 8.17.0 + version: 9.0.0 elasticsearchRefs: - clusterName: production name: elasticsearch-sample diff --git a/config/samples/logstash/logstash_pv.yaml b/config/samples/logstash/logstash_pv.yaml index 3d8155ed900..916b1a5c5d3 100644 --- a/config/samples/logstash/logstash_pv.yaml +++ b/config/samples/logstash/logstash_pv.yaml @@ -4,7 +4,7 @@ metadata: name: d spec: count: 1 - version: 8.17.0 + version: 9.0.0 config: queue.type: persisted pipelines: diff --git a/config/samples/logstash/logstash_stackmonitor.yaml b/config/samples/logstash/logstash_stackmonitor.yaml index 0aa68d8e81e..1e9ecb030d4 100644 --- a/config/samples/logstash/logstash_stackmonitor.yaml +++ b/config/samples/logstash/logstash_stackmonitor.yaml @@ -4,7 +4,7 @@ kind: Elasticsearch metadata: name: monitoring spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -17,7 +17,7 @@ metadata: name: logstash-sample spec: count: 1 - version: 8.17.0 + version: 9.0.0 config: log.level: info api.http.host: "0.0.0.0" @@ -55,7 +55,7 @@ kind: Kibana metadata: name: kibana-sample spec: - version: 8.17.0 + version: 9.0.0 elasticsearchRef: name: monitoring count: 1 diff --git a/config/samples/logstash/logstash_svc.yaml b/config/samples/logstash/logstash_svc.yaml index 1cf52ce6729..19f2132b9ac 100644 --- a/config/samples/logstash/logstash_svc.yaml +++ b/config/samples/logstash/logstash_svc.yaml @@ -3,7 +3,7 @@ kind: Elasticsearch metadata: name: elasticsearch-sample spec: - version: 8.17.0 + version: 9.0.0 nodeSets: - name: default count: 3 @@ -16,7 +16,7 @@ metadata: name: logstash-sample spec: count: 2 - version: 8.17.0 + version: 9.0.0 config: log.level: info api.http.host: "0.0.0.0" From 5aef2fe0f206b1566bd58430606fc7baeb0b3e79 Mon Sep 17 00:00:00 2001 From: Karthikeyan Valliyurnatt Date: Tue, 15 Apr 2025 17:04:44 -0400 Subject: [PATCH 2/3] update release branch matrix --- .buildkite/e2e/release-branch-matrix.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.buildkite/e2e/release-branch-matrix.yaml b/.buildkite/e2e/release-branch-matrix.yaml index 37407635f72..1ba59fbe653 100644 --- a/.buildkite/e2e/release-branch-matrix.yaml +++ b/.buildkite/e2e/release-branch-matrix.yaml @@ -3,7 +3,7 @@ fixed: E2E_PROVIDER: gke mixed: - - E2E_STACK_VERSION: "7.17.25" + - E2E_STACK_VERSION: "7.17.28" - E2E_STACK_VERSION: "8.0.1" - E2E_STACK_VERSION: "8.1.3" - E2E_STACK_VERSION: "8.2.3" @@ -20,8 +20,11 @@ - E2E_STACK_VERSION: "8.13.4" - E2E_STACK_VERSION: "8.14.3" - E2E_STACK_VERSION: "8.15.4" - # current stack version 8.16.x is tested in all other tests no need to test it again - - E2E_STACK_VERSION: "8.18.0-SNAPSHOT" + - E2E_STACK_VERSION: "8.16.6" + - E2E_STACK_VERSION: "8.17.5" + - E2E_STACK_VERSION: "8.18.0" + # current stack version 9.0.0 is tested in all other tests no need to test it again + - E2E_STACK_VERSION: "9.1.0-SNAPSHOT" - label: kind fixed: From 09308d6c3a22477bdea8db558d3fccbde17ba6a6 Mon Sep 17 00:00:00 2001 From: kvalliyurnatt <135071014+kvalliyurnatt@users.noreply.github.com> Date: Mon, 5 May 2025 09:59:02 -0400 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Peter Brachwitz --- .buildkite/e2e/nightly-main-matrix.yaml | 1 + .buildkite/e2e/release-branch-matrix.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.buildkite/e2e/nightly-main-matrix.yaml b/.buildkite/e2e/nightly-main-matrix.yaml index 99d9578d5fc..6aeb115f95d 100644 --- a/.buildkite/e2e/nightly-main-matrix.yaml +++ b/.buildkite/e2e/nightly-main-matrix.yaml @@ -5,6 +5,7 @@ mixed: - E2E_STACK_VERSION: "8.18.0" # current stack version 9.0.0 is tested in all other tests no need to test it again + - E2E_STACK_VERSION: "8.19.0-SNAPSHOT" - E2E_STACK_VERSION: "9.1.0-SNAPSHOT" - label: kind diff --git a/.buildkite/e2e/release-branch-matrix.yaml b/.buildkite/e2e/release-branch-matrix.yaml index 1ba59fbe653..fd9a26360ff 100644 --- a/.buildkite/e2e/release-branch-matrix.yaml +++ b/.buildkite/e2e/release-branch-matrix.yaml @@ -24,6 +24,7 @@ - E2E_STACK_VERSION: "8.17.5" - E2E_STACK_VERSION: "8.18.0" # current stack version 9.0.0 is tested in all other tests no need to test it again + - E2E_STACK_VERSION: "8.19.0-SNAPSHOT" - E2E_STACK_VERSION: "9.1.0-SNAPSHOT" - label: kind