Skip to content

Commit 0f2204c

Browse files
authored
[3.2] Release branch test matrix patch versions updated (#8874)
* release branch test matrix stack patch versions updated * update 9.1 and 9.2, removed 8.19 snapshot * 9.1.2 updated to 9.2.0 in recipes, samples * fleet ingress setup recipe stack version updated * nightly test matrix updated * nightly 8.19 version update
1 parent 951c803 commit 0f2204c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+153
-155
lines changed

.buildkite/e2e/nightly-main-matrix.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
fixed:
44
E2E_PROVIDER: gke
55
mixed:
6-
- E2E_STACK_VERSION: "8.19.3"
7-
# current stack version 9.1.2 is tested in all other tests no need to test it again
8-
- E2E_STACK_VERSION: "8.19.4-SNAPSHOT"
9-
- E2E_STACK_VERSION: "9.2.0-SNAPSHOT"
6+
- E2E_STACK_VERSION: "8.19.6"
7+
# current stack version 9.1.6 is tested in all other tests no need to test it again
8+
- E2E_STACK_VERSION: "9.2.0"
109

1110
- label: ocp
1211
fixed:
1312
E2E_PROVIDER: ocp
1413
mixed:
1514
## Test the current stack version.
16-
- E2E_STACK_VERSION: "9.1.2"
15+
- E2E_STACK_VERSION: "9.1.6"
1716
## Also test the next stack version to detect any change in the images that might not be compatible with the CRI-O runtime.
18-
- E2E_STACK_VERSION: "9.2.0-SNAPSHOT"
17+
- E2E_STACK_VERSION: "9.2.0"
1918

2019
- label: kind
2120
fixed:

.buildkite/e2e/release-branch-matrix.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
fixed:
33
E2E_PROVIDER: gke
44
mixed:
5-
- E2E_STACK_VERSION: "7.17.28"
5+
- E2E_STACK_VERSION: "7.17.29"
66
- E2E_STACK_VERSION: "8.0.1"
77
- E2E_STACK_VERSION: "8.1.3"
88
- E2E_STACK_VERSION: "8.2.3"
@@ -18,15 +18,14 @@
1818
- E2E_STACK_VERSION: "8.12.2"
1919
- E2E_STACK_VERSION: "8.13.4"
2020
- E2E_STACK_VERSION: "8.14.3"
21-
- E2E_STACK_VERSION: "8.15.4"
21+
- E2E_STACK_VERSION: "8.15.5"
2222
- E2E_STACK_VERSION: "8.16.6"
23-
- E2E_STACK_VERSION: "8.17.9"
24-
- E2E_STACK_VERSION: "8.18.4"
25-
- E2E_STACK_VERSION: "8.19.0"
26-
- E2E_STACK_VERSION: "9.0.5"
27-
# current stack version 9.1.2 is tested in all other tests no need to test it again
28-
- E2E_STACK_VERSION: "8.19.0-SNAPSHOT"
29-
- E2E_STACK_VERSION: "9.2.0-SNAPSHOT"
23+
- E2E_STACK_VERSION: "8.17.10"
24+
- E2E_STACK_VERSION: "8.18.8"
25+
- E2E_STACK_VERSION: "8.19.6"
26+
- E2E_STACK_VERSION: "9.0.8"
27+
- E2E_STACK_VERSION: "9.1.6"
28+
- E2E_STACK_VERSION: "9.2.0"
3029

3130
- label: kind
3231
fixed:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ drivah-build-e2e:
421421

422422
# -- run
423423

424-
E2E_STACK_VERSION ?= 9.1.2
424+
E2E_STACK_VERSION ?= 9.2.0
425425
# regexp to filter tests to run
426426
export TESTS_MATCH ?= "^Test"
427427
export E2E_JSON ?= false

config/e2e/monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: e2e-agent
66
namespace: {{ .E2ENamespace }}
77
spec:
8-
version: 9.1.2
8+
version: 9.2.0
99
elasticsearchRefs:
1010
- secretName: eck-{{ .TestRun }}
1111
daemonSet:

config/recipes/apm-server-jaeger/apm-server-jaeger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: apm-server-quickstart
55
namespace: default
66
spec:
7-
version: 9.1.2
7+
version: 9.2.0
88
count: 1
99
config:
1010
name: elastic-apm

config/recipes/associations-rbac/apm_es_kibana_rbac.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ metadata:
8484
name: elasticsearch-sample
8585
namespace: elasticsearch-ns
8686
spec:
87-
version: 9.1.2
87+
version: 9.2.0
8888
nodeSets:
8989
- name: default
9090
count: 1
@@ -97,7 +97,7 @@ metadata:
9797
name: kibana-sample
9898
namespace: kibana-ns
9999
spec:
100-
version: 9.1.2
100+
version: 9.2.0
101101
count: 1
102102
config:
103103
xpack.fleet.packages:
@@ -115,7 +115,7 @@ metadata:
115115
name: apm-apm-sample
116116
namespace: apmserver-ns
117117
spec:
118-
version: 9.1.2
118+
version: 9.2.0
119119
count: 1
120120
elasticsearchRef:
121121
name: "elasticsearch-sample"

config/recipes/autopilot/elasticsearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kind: Elasticsearch
4141
metadata:
4242
name: elasticsearch
4343
spec:
44-
version: 9.1.2
44+
version: 9.2.0
4545
nodeSets:
4646
- name: default
4747
count: 1

config/recipes/autopilot/fleet-kubernetes-integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kind: Elasticsearch
4141
metadata:
4242
name: elasticsearch
4343
spec:
44-
version: 9.1.2
44+
version: 9.2.0
4545
nodeSets:
4646
- name: default
4747
count: 1
@@ -74,7 +74,7 @@ kind: Kibana
7474
metadata:
7575
name: kibana
7676
spec:
77-
version: 9.1.2
77+
version: 9.2.0
7878
count: 1
7979
elasticsearchRef:
8080
name: elasticsearch
@@ -138,7 +138,7 @@ kind: Agent
138138
metadata:
139139
name: fleet-server
140140
spec:
141-
version: 9.1.2
141+
version: 9.2.0
142142
kibanaRef:
143143
name: kibana
144144
elasticsearchRefs:
@@ -179,7 +179,7 @@ kind: Agent
179179
metadata:
180180
name: elastic-agent
181181
spec:
182-
version: 9.1.2
182+
version: 9.2.0
183183
kibanaRef:
184184
name: kibana
185185
fleetServerRef:

config/recipes/autopilot/kubernetes-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kibana
44
metadata:
55
name: kibana
66
spec:
7-
version: 9.1.2
7+
version: 9.2.0
88
count: 1
99
elasticsearchRef:
1010
name: elasticsearch
@@ -27,7 +27,7 @@ kind: Agent
2727
metadata:
2828
name: elastic-agent
2929
spec:
30-
version: 9.1.2
30+
version: 9.2.0
3131
elasticsearchRefs:
3232
- name: elasticsearch
3333
daemonSet:

config/recipes/autopilot/metricbeat_hosts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kibana
44
metadata:
55
name: kibana
66
spec:
7-
version: 9.1.2
7+
version: 9.2.0
88
count: 1
99
elasticsearchRef:
1010
name: elasticsearch
@@ -28,7 +28,7 @@ metadata:
2828
name: metricbeat
2929
spec:
3030
type: metricbeat
31-
version: 9.1.2
31+
version: 9.2.0
3232
elasticsearchRef:
3333
name: elasticsearch
3434
kibanaRef:

0 commit comments

Comments
 (0)