Skip to content

Commit 228d4f3

Browse files
authored
Merge branch 'master' into fix/tcp-dnstap-throughput-reduction
2 parents e02d64a + a1aeae8 commit 228d4f3

File tree

194 files changed

+5452
-1984
lines changed

Some content is hidden

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

194 files changed

+5452
-1984
lines changed

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ Softbank
461461
Sogou
462462
solarwinds
463463
Soref
464+
sortedset
464465
splunk
465466
ssh
466467
staticuser
@@ -524,6 +525,7 @@ XSALSA
524525
yandex
525526
Yarvik
526527
Yifang
528+
zadd
527529
zeek
528530
zookeeper
529531
Zopo

.github/workflows/ci-integration-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: docker image prune -af ; docker container prune -f
129129
- name: e2e-datadog-logs
130130
if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-datadog-logs')
131-
|| startsWith(github.event.review.body, '/ci-run-integration-all')
131+
|| startsWith(github.event.review.body, '/ci-run-e2e-all')
132132
|| startsWith(github.event.review.body, '/ci-run-all') }}
133133
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
134134
with:

.github/workflows/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: ${{ secrets.CI_DOCKER_PASSWORD }}
5151
- name: Extract metadata (tags, labels) for Docker
5252
id: meta
53-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
53+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
5454
with:
5555
images: timberio/vector-dev
5656
flavor: |

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
if: ${{ !failure() && !cancelled() && (needs.check-secrets.outputs.can_access_secrets == 'true' || github.event_name == 'merge_group') }}
7070
strategy:
7171
matrix:
72+
# TODO: Add "splunk" back once https://github.com/vectordotdev/vector/issues/23474 is fixed.
7273
# If you modify this list, please also update the `int_tests` job in changes.yml.
7374
service: [
7475
"amqp", "appsignal", "axiom", "aws", "azure", "clickhouse", "databend", "datadog-agent",
7576
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch",
7677
"eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash",
7778
"loki", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",
78-
"redis", "splunk", "webhdfs"
79+
"redis", "webhdfs"
7980
]
8081
timeout-minutes: 90
8182
steps:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
71+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
7272
with:
7373
sarif_file: results.sarif

.github/workflows/semantic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
stdin source
170170
syslog source
171171
vector source
172+
websocket source
172173
aws_ec2_metadata transform
173174
dedupe transform
174175
filter transform

0 commit comments

Comments
 (0)