Skip to content

Commit 40ac3dd

Browse files
committed
Merge branch 'feat/add-otel-support' of github.com:nginx/kubernetes-ingress into feat/add-otel-support
2 parents 8918be4 + 406b1b8 commit 40ac3dd

File tree

65 files changed

+2191
-410
lines changed

Some content is hidden

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

65 files changed

+2191
-410
lines changed

.github/data/matrix-regression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"image": "debian",
77
"type": "oss",
88
"marker": "'not upgrade'",
9-
"platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"
9+
"platforms": "linux/arm64, linux/amd64"
1010
},
1111
{
1212
"label": "regression",

.github/data/matrix-smoke-nap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"image": "debian-plus-nap",
7070
"type": "plus",
7171
"nap_modules": "waf",
72-
"marker": "agent",
72+
"marker": "agentv2",
7373
"platforms": "linux/amd64"
7474
}
7575
],

.github/workflows/build-base-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup QEMU
6464
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
6565
with:
66-
platforms: arm,arm64,ppc64le,s390x
66+
platforms: arm64
6767

6868
- name: Authenticate to Google Cloud
6969
id: auth
@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup QEMU
129129
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
130130
with:
131-
platforms: arm64,s390x
131+
platforms: arm64
132132

133133
- name: Authenticate to Google Cloud
134134
id: auth

.github/workflows/build-oss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Setup QEMU
116116
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
117117
with:
118-
platforms: arm,arm64,ppc64le,s390x
118+
platforms: arm64
119119
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
120120

121121
- name: Docker Buildx
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Run Docker Scout vulnerability scanner
203203
id: docker-scout
204-
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
204+
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
205205
with:
206206
command: cves
207207
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-plus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Setup QEMU
123123
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
124124
with:
125-
platforms: arm,arm64,ppc64le,s390x
125+
platforms: arm64
126126
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
127127

128128
- name: Docker Buildx
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Run Docker Scout vulnerability scanner
224224
id: docker-scout
225-
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
225+
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
226226
with:
227227
command: cves
228228
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-single-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Setup Golang Environment
54-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
54+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5555
with:
5656
go-version-file: go.mod
5757

.github/workflows/build-ubi-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup QEMU
9595
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
9696
with:
97-
platforms: arm64,ppc64le,s390x
97+
platforms: arm64
9898

9999
- name: Docker Buildx
100100
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
@@ -126,7 +126,7 @@ jobs:
126126
push: true
127127
# build multi-arch so that it can be mounted from any image
128128
# even though only ppc64le will contain binaries
129-
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
129+
platforms: "linux/amd64,linux/arm64"
130130
tags: ${{ steps.meta.outputs.tags }}
131131
labels: ${{ steps.meta.outputs.labels }}
132132
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
shell: bash --noprofile --norc -o pipefail {0}
8181

8282
- name: Setup Golang Environment
83-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
83+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8484
with:
8585
go-version-file: go.mod
8686

@@ -180,7 +180,7 @@ jobs:
180180
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181181

182182
- name: Setup Golang Environment
183-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
183+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
184184
with:
185185
go-version-file: go.mod
186186
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224224

225225
- name: Setup Golang Environment
226-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
226+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
227227
with:
228228
go-version-file: go.mod
229229
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -261,7 +261,7 @@ jobs:
261261
fetch-depth: 0
262262

263263
- name: Setup Golang Environment
264-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
264+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
265265
with:
266266
go-version-file: go.mod
267267
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
# Initializes the CodeQL tools for scanning.
7272
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
73+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7474
with:
7575
languages: ${{ matrix.language }}
7676
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,15 +81,15 @@ jobs:
8181
# queries: security-extended,security-and-quality
8282

8383
- name: Setup Golang Environment
84-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
84+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8585
with:
8686
go-version-file: go.mod
8787
if: matrix.language == 'go'
8888

8989
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
9090
# If this step fails, then you should remove it and run the build manually (see below)
9191
- name: Autobuild
92-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
92+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
9393

9494
# ℹ️ Command-line programs to run using the OS shell.
9595
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -102,6 +102,6 @@ jobs:
102102
# ./location_of_script_within_repo/buildscript.sh
103103

104104
- name: Perform CodeQL Analysis
105-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
105+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
106106
with:
107107
category: "/language:${{matrix.language}}"

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Dependabot metadata
1616
id: dependabot-metadata
17-
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
17+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
1818

1919
- name: Enable auto-merge for Dependabot PRs
2020
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)