Skip to content

Commit 75b9e12

Browse files
authored
Merge branch 'master' into tim.sara/transcend-removal
2 parents b1a236a + d55bb0b commit 75b9e12

File tree

175 files changed

+8042
-494
lines changed

Some content is hidden

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

175 files changed

+8042
-494
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,36 @@ updates:
115115
docker-images:
116116
patterns:
117117
- "*"
118+
- package-ecosystem: "docker"
119+
directory: "/distribution/docker/distroless-static"
120+
schedule:
121+
interval: "monthly"
122+
time: "04:00" # UTC
123+
labels:
124+
- "domain: releasing"
125+
- "no-changelog"
126+
commit-message:
127+
prefix: "chore(deps)"
128+
open-pull-requests-limit: 100
129+
groups:
130+
docker-images:
131+
patterns:
132+
- "*"
133+
- package-ecosystem: "docker"
134+
directory: "/distribution/docker/distroless-libc"
135+
schedule:
136+
interval: "monthly"
137+
time: "04:00" # UTC
138+
labels:
139+
- "domain: releasing"
140+
- "no-changelog"
141+
commit-message:
142+
prefix: "chore(deps)"
143+
open-pull-requests-limit: 100
144+
groups:
145+
docker-images:
146+
patterns:
147+
- "*"
118148
- package-ecosystem: "github-actions"
119149
directory: "/"
120150
schedule:

.github/workflows/changes.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ on:
9292
value: ${{ jobs.int_tests.outputs.dnstap }}
9393
docker-logs:
9494
value: ${{ jobs.int_tests.outputs.docker-logs }}
95+
doris:
96+
value: ${{ jobs.int_tests.outputs.doris }}
9597
elasticsearch:
9698
value: ${{ jobs.int_tests.outputs.elasticsearch }}
9799
eventstoredb:
@@ -299,6 +301,7 @@ jobs:
299301
datadog-traces: ${{ steps.filter.outputs.datadog-traces }}
300302
dnstap: ${{ steps.filter.outputs.dnstap }}
301303
docker-logs: ${{ steps.filter.outputs.docker-logs }}
304+
doris: ${{ steps.filter.outputs.doris }}
302305
elasticsearch: ${{ steps.filter.outputs.elasticsearch }}
303306
eventstoredb: ${{ steps.filter.outputs.eventstoredb }}
304307
fluent: ${{ steps.filter.outputs.fluent }}
@@ -364,6 +367,7 @@ jobs:
364367
"datadog-traces": ${{ steps.filter.outputs.datadog-traces }},
365368
"dnstap": ${{ steps.filter.outputs.dnstap }},
366369
"docker-logs": ${{ steps.filter.outputs.docker-logs }},
370+
"doris": ${{ steps.filter.outputs.doris }},
367371
"elasticsearch": ${{ steps.filter.outputs.elasticsearch }},
368372
"eventstoredb": ${{ steps.filter.outputs.eventstoredb }},
369373
"fluent": ${{ steps.filter.outputs.fluent }},
@@ -397,7 +401,7 @@ jobs:
397401
echo "any=$any_changed" >> $GITHUB_OUTPUT
398402
399403
- name: Upload JSON artifact
400-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
404+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
401405
with:
402406
name: int_tests_changes
403407
path: int_tests_changes.json
@@ -457,7 +461,7 @@ jobs:
457461
echo "any=$any_changed" >> $GITHUB_OUTPUT
458462
459463
- name: Upload JSON artifact
460-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
464+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
461465
with:
462466
name: e2e_tests_changes
463467
path: e2e_tests_changes.json

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
branch: 'vector'
4141
remote-repository-name: cla-signatures
4242
remote-organization-name: DataDog
43+
allowlist: step-security-bot
4344

4445
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
45-
#allowlist: user1,bot*
4646
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
4747
#signed-commit-message: 'For example: $contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
4848
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434

3535
- name: Cache Cargo registry + index
36-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
36+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737
with:
3838
path: |
3939
~/.cargo/bin/

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ github.event_name != 'pull_request_review' }}
4545
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4646

47-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
47+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4848
name: Cache Cargo registry + index
4949
with:
5050
path: |
@@ -64,7 +64,7 @@ jobs:
6464
# aarch64 and musl in particular are notoriously hard to link.
6565
# While it may be tempting to slot a `check` in here for quickness, please don't.
6666
- run: make cross-build-${{ matrix.target }}
67-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6868
with:
6969
name: "vector-debug-${{ matrix.target }}"
7070
path: "./target/${{ matrix.target }}/debug/vector"

.github/workflows/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up QEMU
4747
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
49+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5050
- name: Login to DockerHub
5151
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5252
if: env.SHOULD_PUBLISH == 'true'

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# If you modify this list, please also update the `int_tests` job in changes.yml.
7373
service: [
7474
"amqp", "appsignal", "axiom", "aws", "azure", "clickhouse", "databend", "datadog-agent",
75-
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch",
75+
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "doris", "elasticsearch",
7676
"eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash",
7777
"loki", "mqtt", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",
7878
"redis", "webhdfs"
@@ -84,7 +84,7 @@ jobs:
8484
submodules: "recursive"
8585

8686
- name: Download JSON artifact from changes.yml
87-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
87+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8888
if: github.event_name == 'merge_group'
8989
with:
9090
name: int_tests_changes
@@ -145,7 +145,7 @@ jobs:
145145
submodules: "recursive"
146146

147147
- name: Download JSON artifact from changes.yml
148-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
148+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
149149
if: github.event_name == 'merge_group'
150150
with:
151151
name: e2e_tests_changes

.github/workflows/k8s_e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ github.event_name != 'pull_request_review' }}
8686
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787

88-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
88+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8989
with:
9090
path: |
9191
~/.cargo/registry
@@ -104,7 +104,7 @@ jobs:
104104

105105
- run: VECTOR_VERSION="$(vdev version)" make package-deb-x86_64-unknown-linux-gnu
106106

107-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
108108
with:
109109
name: e2e-test-deb-package
110110
path: target/artifacts/*
@@ -206,7 +206,7 @@ jobs:
206206
if: ${{ github.event_name != 'pull_request_review' }}
207207
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
208208

209-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
209+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
210210
with:
211211
name: e2e-test-deb-package
212212
path: target/artifacts

.github/workflows/preview_site_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Upload the artifact using latest version (only if branch is valid)
4646
- name: Upload PR information artifact
4747
if: steps.validate.outputs.valid == 'true'
48-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
48+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4949
with:
5050
name: pr
5151
path: pr/

0 commit comments

Comments
 (0)