Skip to content

Commit 7511689

Browse files
authored
[8.x] Bump STACK_VERSION to 8.19.0-SNAPSHOT (#2814)
* Bump STACK_VERSION to 8.19.0-SNAPSHOT * Ignore agentless templates
1 parent 944523e commit 7511689

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
PYTHON_VERSION: "{{ matrix.python }}"
77
TEST_SUITE: "platinum"
8-
STACK_VERSION: "8.16.0-SNAPSHOT"
8+
STACK_VERSION: "8.19.0-SNAPSHOT"
99
PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}"
1010
NOX_SESSION: "{{ matrix.nox_session }}"
1111
matrix:

test_elasticsearch/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ def is_xpack_template(name):
425425
return True
426426

427427
return name in {
428+
"agentless",
429+
"agentless@mappings",
430+
"agentless@settings",
428431
"apm-10d@lifecycle",
429432
"apm-180d@lifecycle",
430433
"apm-390d@lifecycle",

0 commit comments

Comments
 (0)