Skip to content

Commit dee16fa

Browse files
committed
Merge remote-tracking branch 'origin/master' into jszwedko/rust-1.72.0
2 parents a342b96 + e652ea4 commit dee16fa

File tree

118 files changed

+3230
-897
lines changed

Some content is hidden

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

118 files changed

+3230
-897
lines changed

.github/actions/spelling/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ rootfs
404404
roundrobin
405405
rpmbuild
406406
rpms
407+
rstest
407408
rsyslog
408409
rsyslogd
409410
servlet

.github/workflows/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up QEMU
4343
uses: docker/[email protected]
4444
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v2.9.1
45+
uses: docker/setup-buildx-action@v2.10.0
4646
- name: Login to DockerHub
4747
uses: docker/[email protected]
4848
if: github.ref == 'refs/heads/master'

.github/workflows/publish.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
platforms: all
437437
- name: Set up Docker Buildx
438438
id: buildx
439-
uses: docker/setup-buildx-action@v2.9.1
439+
uses: docker/setup-buildx-action@v2.10.0
440440
with:
441441
version: latest
442442
install: true
@@ -749,3 +749,16 @@ jobs:
749749
release: "any-version"
750750
republish: "true"
751751
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm"
752+
- name: Push armv7hl-gnu RPM
753+
id: push-rpm-armv7hl-gnu
754+
uses: cloudsmith-io/[email protected]
755+
with:
756+
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
757+
command: "push"
758+
format: "rpm"
759+
owner: "timber"
760+
repo: ${{ env.CLOUDSMITH_REPO }}
761+
distro: "any-distro"
762+
release: "any-version"
763+
republish: "true"
764+
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7hl.rpm"

.github/workflows/regression.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
pull_request:
3535

3636
concurrency:
37-
group: ${{ github.workflow }}-${{ github.event.merge_group.head_sha || github.sha }}
37+
group: ${{ github.workflow }}-${{ github.event.comment.html_url || github.event.merge_group.head_sha || github.sha }}
3838
cancel-in-progress: true
3939

4040
env:
@@ -298,7 +298,7 @@ jobs:
298298

299299
- name: Set up Docker Buildx
300300
id: buildx
301-
uses: docker/setup-buildx-action@v2.9.1
301+
uses: docker/setup-buildx-action@v2.10.0
302302

303303
- name: Build 'vector' target image
304304
uses: docker/[email protected]
@@ -335,7 +335,7 @@ jobs:
335335

336336
- name: Set up Docker Buildx
337337
id: buildx
338-
uses: docker/setup-buildx-action@v2.9.1
338+
uses: docker/setup-buildx-action@v2.10.0
339339

340340
- name: Build 'vector' target image
341341
uses: docker/[email protected]
@@ -362,7 +362,7 @@ jobs:
362362
- compute-metadata
363363
steps:
364364
- name: Configure AWS Credentials
365-
uses: aws-actions/configure-aws-credentials@v2.2.0
365+
uses: aws-actions/configure-aws-credentials@v3.0.1
366366
with:
367367
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
368368
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}
@@ -394,7 +394,7 @@ jobs:
394394
docker load --input baseline-image.tar
395395
396396
- name: Configure AWS Credentials
397-
uses: aws-actions/configure-aws-credentials@v2.2.0
397+
uses: aws-actions/configure-aws-credentials@v3.0.1
398398
with:
399399
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
400400
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}
@@ -432,7 +432,7 @@ jobs:
432432
docker load --input comparison-image.tar
433433
434434
- name: Configure AWS Credentials
435-
uses: aws-actions/configure-aws-credentials@v2.2.0
435+
uses: aws-actions/configure-aws-credentials@v3.0.1
436436
with:
437437
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
438438
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}
@@ -478,7 +478,7 @@ jobs:
478478
ref: ${{ needs.compute-metadata.outputs.comparison-sha }}
479479

480480
- name: Configure AWS Credentials
481-
uses: aws-actions/configure-aws-credentials@v2.2.0
481+
uses: aws-actions/configure-aws-credentials@v3.0.1
482482
with:
483483
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
484484
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}
@@ -597,7 +597,7 @@ jobs:
597597
- uses: actions/checkout@v3
598598

599599
- name: Configure AWS Credentials
600-
uses: aws-actions/configure-aws-credentials@v2.2.0
600+
uses: aws-actions/configure-aws-credentials@v3.0.1
601601
with:
602602
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
603603
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}
@@ -688,7 +688,7 @@ jobs:
688688
ref: ${{ needs.compute-metadata.outputs.comparison-sha }}
689689

690690
- name: Configure AWS Credentials
691-
uses: aws-actions/configure-aws-credentials@v2.2.0
691+
uses: aws-actions/configure-aws-credentials@v3.0.1
692692
with:
693693
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }}
694694
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)