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

Update stack versions after 8.11 stack release #7327

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .buildkite/e2e/nightly-main-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
- E2E_STACK_VERSION: "8.7.1"
- E2E_STACK_VERSION: "8.8.2"
- E2E_STACK_VERSION: "8.9.2"
# current stack version 8.10.x is tested in all other tests no need to test it again
- E2E_STACK_VERSION: "8.11.0-SNAPSHOT"
- E2E_STACK_VERSION: "8.10.4"
# current stack version 8.11.x is tested in all other tests no need to test it again
- E2E_STACK_VERSION: "8.12.0-SNAPSHOT"

- label: kind
fixed:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ drivah-build-e2e:

# -- run

E2E_STACK_VERSION ?= 8.10.4
E2E_STACK_VERSION ?= 8.11.1
# regexp to filter tests to run
export TESTS_MATCH ?= "^Test"
export E2E_JSON ?= false
Expand Down
4 changes: 2 additions & 2 deletions config/e2e/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: e2e-agent
namespace: {{ .E2ENamespace }}
spec:
version: 8.10.4 # needs to less or equal to e2e-monitor version
version: 8.11.1 # needs to less or equal to e2e-monitor version
elasticsearchRefs:
- secretName: eck-{{ .TestRun }}
daemonSet:
Expand Down Expand Up @@ -188,7 +188,7 @@ spec:
meta:
package:
name: system
version: 8.10.4
version: 8.11.1
data_stream:
namespace: default
processors:
Expand Down
2 changes: 1 addition & 1 deletion config/recipes/apm-server-jaeger/apm-server-jaeger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: apm-server-quickstart
namespace: default
spec:
version: 8.10.4
version: 8.11.1
count: 1
config:
name: elastic-apm
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/associations-rbac/apm_es_kibana_rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metadata:
name: elasticsearch-sample
namespace: elasticsearch-ns
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 1
Expand All @@ -97,7 +97,7 @@ metadata:
name: kibana-sample
namespace: kibana-ns
spec:
version: 8.10.4
version: 8.11.1
count: 1
config:
xpack.fleet.packages:
Expand All @@ -115,7 +115,7 @@ metadata:
name: apm-apm-sample
namespace: apmserver-ns
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: "elasticsearch-sample"
Expand Down
2 changes: 1 addition & 1 deletion config/recipes/autopilot/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 1
Expand Down
8 changes: 4 additions & 4 deletions config/recipes/autopilot/fleet-kubernetes-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 1
Expand Down Expand Up @@ -74,7 +74,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down Expand Up @@ -136,7 +136,7 @@ kind: Agent
metadata:
name: fleet-server
spec:
version: 8.10.4
version: 8.11.1
kibanaRef:
name: kibana
elasticsearchRefs:
Expand Down Expand Up @@ -178,7 +178,7 @@ kind: Agent
metadata:
name: elastic-agent
spec:
version: 8.10.4
version: 8.11.1
kibanaRef:
name: kibana
fleetServerRef:
Expand Down
4 changes: 2 additions & 2 deletions config/recipes/autopilot/kubernetes-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand All @@ -27,7 +27,7 @@ kind: Agent
metadata:
name: elastic-agent
spec:
version: 8.10.4
version: 8.11.1
elasticsearchRefs:
- name: elasticsearch
daemonSet:
Expand Down
4 changes: 2 additions & 2 deletions config/recipes/autopilot/metricbeat_hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand All @@ -28,7 +28,7 @@ metadata:
name: metricbeat
spec:
type: metricbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down
2 changes: 1 addition & 1 deletion config/recipes/autoscaling/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch-sample
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: master
count: 3
Expand Down
8 changes: 4 additions & 4 deletions config/recipes/beats/auditbeat_hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: auditbeat
spec:
type: auditbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
# path: /run
#initContainers:
#- name: cos-init
# image: docker.elastic.co/beats/auditbeat:8.10.4
# image: docker.elastic.co/beats/auditbeat:8.11.1
# volumeMounts:
# - name: run
# mountPath: /run
Expand Down Expand Up @@ -118,7 +118,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -130,7 +130,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/filebeat_autodiscover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: filebeat
spec:
type: filebeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -114,7 +114,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -126,7 +126,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/filebeat_autodiscover_by_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: filebeat
spec:
type: filebeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -102,7 +102,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -114,7 +114,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/filebeat_no_autodiscover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: filebeat
spec:
type: filebeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -53,7 +53,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -65,7 +65,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/heartbeat_es_kb_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: heartbeat
spec:
type: heartbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
config:
Expand All @@ -27,7 +27,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -39,7 +39,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/metricbeat_hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: metricbeat
spec:
type: metricbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -174,7 +174,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -186,7 +186,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
8 changes: 4 additions & 4 deletions config/recipes/beats/openshift_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: metricbeat
spec:
type: metricbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -221,7 +221,7 @@ metadata:
name: filebeat
spec:
type: filebeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -316,7 +316,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -328,7 +328,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/beats/packetbeat_dns_http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: packetbeat
spec:
type: packetbeat
version: 8.10.4
version: 8.11.1
elasticsearchRef:
name: elasticsearch
kibanaRef:
Expand Down Expand Up @@ -44,7 +44,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.11.1
nodeSets:
- name: default
count: 3
Expand All @@ -56,7 +56,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.11.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
Loading