Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
target: [bench, bench-remap-functions, bench-remap, bench-languages, bench-metrics, bench-dnstap, bench-transform]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- uses: actions/cache@v2.1.6
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sync-install:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo apt-get install --yes python3-setuptools python3.6-dev
- run: pip3 install awscli --upgrade --user
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- test: 'splunk'
- test: 'dnstap'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- run: make ci-sweep
- uses: actions/cache@v2.1.4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
CARGO_PROFILE_RELEASE_OPT_LEVEL: 0
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 256
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: make ci-sweep
- uses: actions/cache@v2.1.6
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- uses: actions/download-artifact@v2
with:
name: e2e-test-deb-package
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build-plugins-package:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -34,7 +34,7 @@ jobs:
build-x86_64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -51,7 +51,7 @@ jobs:
build-x86_64-unknown-linux-gnu-debug-tarball:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -75,7 +75,7 @@ jobs:
build-x86_64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -100,7 +100,7 @@ jobs:
build-aarch64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -118,7 +118,7 @@ jobs:
build-aarch64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -144,7 +144,7 @@ jobs:
build-armv7-unknown-linux-gnueabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -169,7 +169,7 @@ jobs:
build-armv7-unknown-linux-musleabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -190,7 +190,7 @@ jobs:
build-x86_64-apple-darwin-packages:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: "Upgrade bash"
run: brew install bash
- name: "Install realpath dependency"
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
env:
RUSTFLAGS: "-D warnings -Ctarget-feature=+crt-static"
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: "Add Vector version"
run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
systemd \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
tar \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand All @@ -372,7 +372,7 @@ jobs:
- build-x86_64-apple-darwin-packages
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
- rpm-verify
- osx-verify
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build-plugins-package:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -34,7 +34,7 @@ jobs:
build-x86_64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -51,7 +51,7 @@ jobs:
build-x86_64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -76,7 +76,7 @@ jobs:
build-aarch64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -94,7 +94,7 @@ jobs:
build-aarch64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -120,7 +120,7 @@ jobs:
build-armv7-unknown-linux-gnueabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -145,7 +145,7 @@ jobs:
build-armv7-unknown-linux-musleabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
Expand All @@ -162,7 +162,7 @@ jobs:
build-x86_64-apple-darwin-packages:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: "Upgrade bash"
run: brew install bash
- name: "Install realpath dependency"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
env:
RUSTFLAGS: "-D warnings -Ctarget-feature=+crt-static"
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: "Add Vector version"
run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
systemd \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
tar \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand All @@ -340,7 +340,7 @@ jobs:
- build-x86_64-apple-darwin-packages
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
- rpm-verify
- osx-verify
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- run: echo VECTOR_BIN_NAME_AS="collector" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Clone vector source and build .deb
- name: Clone the PR branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
with:
lfs: true
ref: '${{ steps.pr-info.outputs.head_sha }}'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cue: ${{ steps.filter.outputs.cue }}
markdown: ${{ steps.filter.outputs.cue }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- uses: dorny/paths-filter@v2
id: filter
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- uses: actions/cache@v2.1.6
name: Cache Cargo registry + index
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: make ci-sweep
- uses: actions/cache@v2.1.6
name: Cache Cargo registry + index
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
# This helps us avoid adopting dependencies that aren't compatible with other architectures.
if: ${{ needs.changes.outputs.dependencies == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo apt-get install build-essential
- run: make ci-sweep
- uses: actions/cache@v2.1.6
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- uses: actions/cache@v2.1.6
name: Cache Cargo registry + index
with:
Expand All @@ -244,7 +244,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' && false}}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: choco install llvm
- run: .\scripts\environment\bootstrap-windows-2019.ps1
# We always make sure to stop any previous sccache process before starting it fresh, that
Expand All @@ -268,7 +268,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' || needs.changes.outputs.cue == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
# We always make sure to stop any previous sccache process before starting it fresh, that
Expand All @@ -295,7 +295,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo "::add-matcher::.github/matchers/rust.json"
Expand All @@ -320,7 +320,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo "::add-matcher::.github/matchers/rust.json"
Expand All @@ -345,7 +345,7 @@ jobs:
container: timberio/ci_image
needs: changes
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
with:
# check-version needs tags
fetch-depth: 0 # fetch everything
Expand Down