Skip to content

Commit 4ef0a88

Browse files
committed
✨ update stuff
1 parent 8b7a548 commit 4ef0a88

Some content is hidden

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

45 files changed

+406
-300
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ jobs:
4343
needs:
4444
- build
4545
permissions: {}
46+
continue-on-error: ${{ matrix.python-version == 3.14 }}
4647
strategy:
4748
fail-fast: false
4849
matrix:
4950
python-version:
50-
- 3.12
51+
- 3.12 # EL10
5152
- 3.13
53+
- 3.14 # π
5254
steps:
5355
- name: Setup Python
5456
uses: actions/setup-python@v5
@@ -74,12 +76,14 @@ jobs:
7476
runs-on: ubuntu-24.04
7577
permissions:
7678
contents: read
79+
continue-on-error: ${{ matrix.python-version == 3.14 }}
7780
strategy:
7881
fail-fast: false
7982
matrix:
8083
python-version:
81-
- 3.12
84+
- 3.12 # EL10
8285
- 3.13
86+
- 3.14 # π
8387
#license:
8488
#- basic
8589
#- trial
@@ -101,7 +105,7 @@ jobs:
101105
# - name: Start Elasticsearch
102106
# uses: elastic/elastic-github-actions/elasticsearch@2c3ec0418fabc996180995c47b86a65b581f1561
103107
# with:
104-
# stack-version: 8.12.2
108+
# stack-version: 8.15.5
105109
# security-enabled: false
106110
# nodes: 3
107111
# license: ${{ matrix.license }}

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ jobs:
5252
needs:
5353
- build
5454
permissions: {}
55+
continue-on-error: ${{ matrix.python-version == 3.14 }}
5556
strategy:
5657
fail-fast: false
5758
matrix:
5859
python-version:
59-
- 3.12
60+
- 3.12 # EL10
6061
- 3.13
62+
- 3.14 # π
6163
steps:
6264
- name: Setup Python
6365
uses: actions/setup-python@v5
@@ -83,12 +85,14 @@ jobs:
8385
runs-on: ubuntu-24.04
8486
permissions:
8587
contents: read
88+
continue-on-error: ${{ matrix.python-version == 3.14 }}
8689
strategy:
8790
fail-fast: false
8891
matrix:
8992
python-version:
90-
- 3.12
93+
- 3.12 # EL10
9194
- 3.13
95+
- 3.14 # π
9296
#license:
9397
#- basic
9498
#- trial
@@ -110,7 +114,7 @@ jobs:
110114
# - name: Start Elasticsearch
111115
# uses: elastic/elastic-github-actions/elasticsearch@2c3ec0418fabc996180995c47b86a65b581f1561
112116
# with:
113-
# stack-version: 8.12.2
117+
# stack-version: 8.15.5
114118
# security-enabled: false
115119
# nodes: 3
116120
# license: ${{ matrix.license }}

an_website/elasticsearch/component_templates/ecs/agent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-agent.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {

an_website/elasticsearch/component_templates/ecs/base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {

an_website/elasticsearch/component_templates/ecs/client.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-client.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {

an_website/elasticsearch/component_templates/ecs/cloud.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-cloud.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6-
"version": 2,
6+
"version": 81600,
77
"template": {
88
"mappings": {
99
"properties": {

an_website/elasticsearch/component_templates/ecs/container.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-container.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6-
"version": 2,
6+
"version": 81600,
77
"template": {
88
"mappings": {
99
"properties": {

an_website/elasticsearch/component_templates/ecs/data_stream.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-data_stream.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {

an_website/elasticsearch/component_templates/ecs/destination.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-destination.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {

an_website/elasticsearch/component_templates/ecs/device.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"_meta": {
33
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-device.html",
4-
"ecs_version": "8.12.0-dev"
4+
"ecs_version": "8.16.0"
55
},
6+
"version": 81600,
67
"template": {
78
"mappings": {
89
"properties": {
@@ -27,6 +28,10 @@
2728
"type": "keyword"
2829
}
2930
}
31+
},
32+
"serial_number": {
33+
"ignore_above": 1024,
34+
"type": "keyword"
3035
}
3136
}
3237
}

0 commit comments

Comments
 (0)