Skip to content

Commit 82c1c53

Browse files
authored
Merge branch 'main' into feature/beats-tls-passphrase-291
2 parents 1befdae + f3ee73d commit 82c1c53

25 files changed

+207
-115
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "needs-triage"]
5+
body:
6+
- type: checkboxes
7+
id: terms
8+
attributes:
9+
label: Please try to fill out as much of the information below as you can. Thank you!
10+
options:
11+
- label: Yes, I've searched similar issues on GitHub and didn't find any.
12+
required: true
13+
- type: input
14+
id: app_version
15+
attributes:
16+
label: Which version contains the bug?
17+
placeholder: 1.0.0
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Describe the bug
22+
description: Please provide a concise description of the bug, add any relevant output or error messages. You can use markdown.
23+
- type: textarea
24+
id: recreate
25+
attributes:
26+
label: How to recreate the bug?
27+
description: Please provide the steps to recreate the issue.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Documentation
2+
description: Suggest documentation improvements
3+
title: "[Documentation]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Describe the improvements you'd like.
10+
description: Please provide as much context as possible. You can use markdown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Feature Request
2+
description: Request a feature or enhancement
3+
title: "[Feature]: "
4+
labels: ["feature", "needs-triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please try to fill out as much of the information below as you can. Thank you!
10+
**Note:** If you want to sponsor new features, contact us at [email protected]
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the feature request
15+
description: Please provide a concise description of the feature. You can use markdown.

.github/ISSUE_TEMPLATE/question.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Question
2+
description: Ask a question
3+
title: "[Question]: "
4+
labels: ["question"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Ask a question
10+
description: Please provide as much context as possible. You can use markdown.

.github/workflows/test_full_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
- name: Set up Python 3.8
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: 3.8
5757

.github/workflows/test_linting.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,9 @@ on:
1717
rolename:
1818
required: true
1919
type: string
20-
push:
21-
branches:
22-
- 'feature/**'
23-
- 'fix/**'
24-
- '!doc/**'
25-
paths:
26-
- '.github/workflows/test_linting.yml'
27-
- '.config/ansible-lint.yml'
28-
- '.yamllint'
2920
pull_request:
3021
branches:
31-
- 'feature/**'
32-
- 'fix/**'
33-
- '!doc/**'
34-
paths:
35-
- '.github/workflows/test_linting.yml'
36-
- '.config/ansible-lint.yml'
37-
- '.yamllint'
22+
- '*'
3823

3924
jobs:
4025
lint:
@@ -44,7 +29,7 @@ jobs:
4429
uses: actions/checkout@v4
4530

4631
- name: Set up Python 3.
47-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
4833
with:
4934
python-version: '3.x'
5035

.github/workflows/test_plugins.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ on:
1212
- info
1313
- warning
1414
- debug
15-
push:
16-
branches:
17-
- 'feature/**'
18-
- 'fix/**'
19-
- '!doc/**'
20-
paths:
21-
- 'plugins/**'
22-
- '.github/workflows/test_plugins.yml'
23-
- 'molecule/plugins/**'
24-
- '.config/pep8.yml'
25-
- 'tests/**'
2615
pull_request:
2716
branches:
2817
- 'feature/**'
@@ -43,7 +32,7 @@ jobs:
4332
uses: actions/checkout@v4
4433

4534
- name: Set up Python 3.
46-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
4736
with:
4837
python-version: '3.x'
4938

@@ -72,7 +61,7 @@ jobs:
7261
uses: actions/checkout@v4
7362

7463
- name: Set up Python 3.9.14
75-
uses: actions/setup-python@v4
64+
uses: actions/setup-python@v5
7665
with:
7766
python-version: 3.9.14
7867

@@ -118,7 +107,7 @@ jobs:
118107
uses: actions/checkout@v4
119108

120109
- name: Set up Python ${{ matrix.python_version }}
121-
uses: actions/setup-python@v4
110+
uses: actions/setup-python@v5
122111
with:
123112
python-version: ${{ matrix.python_version }}
124113

@@ -157,7 +146,7 @@ jobs:
157146
uses: actions/checkout@v4
158147

159148
- name: Set up Python 3.9.14
160-
uses: actions/setup-python@v4
149+
uses: actions/setup-python@v5
161150
with:
162151
python-version: 3.9.14
163152

@@ -196,7 +185,7 @@ jobs:
196185
uses: actions/checkout@v4
197186

198187
- name: Set up Python 3.9.14
199-
uses: actions/setup-python@v4
188+
uses: actions/setup-python@v5
200189
with:
201190
python-version: 3.9.14
202191

.github/workflows/test_role_beats.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ on:
1212
- info
1313
- warning
1414
- debug
15-
push:
16-
branches:
17-
- 'feature/**'
18-
- 'fix/**'
19-
- '!doc/**'
20-
paths:
21-
- 'roles/beats/**'
22-
- '.github/workflows/test_role_beats.yml'
23-
- 'molecule/beats_**'
2415
pull_request:
2516
branches:
2617
- 'feature/**'
@@ -57,7 +48,7 @@ jobs:
5748
uses: actions/checkout@v4
5849

5950
- name: Set up Python 3.8
60-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
6152
with:
6253
python-version: 3.8
6354

.github/workflows/test_role_elasticsearch.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ on:
1212
- info
1313
- warning
1414
- debug
15-
push:
16-
branches:
17-
- 'feature/**'
18-
- 'fix/**'
19-
- '!doc/**'
20-
paths:
21-
- 'roles/elasticsearch/**'
22-
- '.github/workflows/test_role_elasticsearch.yml'
23-
- 'molecule/elasticsearch_**'
2415
pull_request:
2516
branches:
2617
- 'feature/**'
@@ -63,7 +54,7 @@ jobs:
6354
uses: actions/checkout@v4
6455

6556
- name: Set up Python 3.8
66-
uses: actions/setup-python@v4
57+
uses: actions/setup-python@v5
6758
with:
6859
python-version: 3.8
6960

.github/workflows/test_role_kibana.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ on:
1212
- info
1313
- warning
1414
- debug
15-
push:
16-
branches:
17-
- 'feature/**'
18-
- 'fix/**'
19-
- '!doc/**'
20-
paths:
21-
- 'roles/kibana/**'
22-
- '.github/workflows/test_role_kibana.yml'
23-
- 'molecule/kibana_**'
2415
pull_request:
2516
branches:
2617
- 'feature/**'
@@ -58,7 +49,7 @@ jobs:
5849
uses: actions/checkout@v4
5950

6051
- name: Set up Python 3.8
61-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
6253
with:
6354
python-version: 3.8
6455

0 commit comments

Comments
 (0)