From cafa5bcd2c8b798247807ff3e0a589fe70fbde49 Mon Sep 17 00:00:00 2001 From: tyxia Date: Mon, 18 Sep 2023 17:07:53 +0000 Subject: [PATCH 1/2] proto format Signed-off-by: tyxia --- api/envoy/extensions/common/matching/v3/BUILD | 1 - api/envoy/extensions/filters/http/composite/v3/BUILD | 1 - 2 files changed, 2 deletions(-) diff --git a/api/envoy/extensions/common/matching/v3/BUILD b/api/envoy/extensions/common/matching/v3/BUILD index de9e120297ac4..1afd4545d9608 100644 --- a/api/envoy/extensions/common/matching/v3/BUILD +++ b/api/envoy/extensions/common/matching/v3/BUILD @@ -10,7 +10,6 @@ api_proto_package( "//envoy/config/common/matcher/v3:pkg", "//envoy/config/core/v3:pkg", "@com_github_cncf_udpa//udpa/annotations:pkg", - "@com_github_cncf_udpa//xds/annotations/v3:pkg", "@com_github_cncf_udpa//xds/type/matcher/v3:pkg", ], ) diff --git a/api/envoy/extensions/filters/http/composite/v3/BUILD b/api/envoy/extensions/filters/http/composite/v3/BUILD index e9b556d681cfd..1c1a6f6b44235 100644 --- a/api/envoy/extensions/filters/http/composite/v3/BUILD +++ b/api/envoy/extensions/filters/http/composite/v3/BUILD @@ -8,6 +8,5 @@ api_proto_package( deps = [ "//envoy/config/core/v3:pkg", "@com_github_cncf_udpa//udpa/annotations:pkg", - "@com_github_cncf_udpa//xds/annotations/v3:pkg", ], ) From 5a86aa3e8697ca4923937afbce12f0ea541e0742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:48:22 +0000 Subject: [PATCH 2/2] build(deps): bump envoyproxy/toolshed from actions-v0.0.18 to 0.2.14 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.18 to 0.2.14. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.0.18...actions-v0.2.14) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_cache_docker.yml | 2 +- .github/workflows/_ci.yml | 8 ++++---- .github/workflows/_workflow-start.yml | 2 +- .github/workflows/commands.yml | 2 +- .github/workflows/envoy-sync.yml | 2 +- .github/workflows/workflow-complete.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index 84386d5aedfcc..ff21c3a7fce65 100644 --- a/.github/workflows/_cache_docker.yml +++ b/.github/workflows/_cache_docker.yml @@ -37,7 +37,7 @@ jobs: docker: runs-on: ubuntu-22.04 steps: - - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.18 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.2.14 name: Prime Docker cache (${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}) with: image_tag: "${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}" diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index 057d4d462012f..62b7f7a4c15be 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -92,7 +92,7 @@ jobs: steps: - if: ${{ inputs.cache_build_image }} name: Restore Docker cache (${{ inputs.cache_build_image }}) - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.2.14 with: image_tag: ${{ inputs.cache_build_image }} @@ -115,7 +115,7 @@ jobs: run: git config --global --add safe.directory /__w/envoy/envoy - if: ${{ inputs.diskspace_hack }} - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.14 - run: | echo "disk space at beginning of build:" df -h @@ -123,7 +123,7 @@ jobs: - if: ${{ inputs.run_pre }} name: Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.2.14 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -147,7 +147,7 @@ jobs: - if: ${{ inputs.run_post }} name: Run post action ${{ inputs.run_pre && format('({0})', inputs.run_post) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.2.14 with: uses: ${{ inputs.run_post }} with: ${{ inputs.run_post_with }} diff --git a/.github/workflows/_workflow-start.yml b/.github/workflows/_workflow-start.yml index 0a8944c25c0ee..b3d9024ea6c33 100644 --- a/.github/workflows/_workflow-start.yml +++ b/.github/workflows/_workflow-start.yml @@ -29,7 +29,7 @@ jobs: - if: ${{ steps.env.outputs.trusted != 'true' }} name: Start status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.2.14 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 6b964d4bb1471..7ebd3bd286654 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -24,7 +24,7 @@ jobs: actions: write checks: read steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.18 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.2.14 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 8bb631066f85b..dbf8bd1b1a22c 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -27,7 +27,7 @@ jobs: - envoy-filter-example - data-plane-api steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.18 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.2.14 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index a2b32c02756eb..cf66427c9e9b5 100644 --- a/.github/workflows/workflow-complete.yml +++ b/.github/workflows/workflow-complete.yml @@ -53,7 +53,7 @@ jobs: echo "state=${STATE}" >> "$GITHUB_OUTPUT" id: job - name: Complete status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.18 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.2.14 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples