Skip to content

Commit 9332f4c

Browse files
authored
Merge branch 'main' into dependabot/docker/build/nginxinc/dependencies/nginx-ot-d49a019
2 parents c80f5f2 + 13a8fb6 commit 9332f4c

34 files changed

+374
-247
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
9393
9494
- name: Build Base Container
95-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
95+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
9696
with:
9797
file: build/Dockerfile
9898
context: "."
@@ -157,7 +157,7 @@ jobs:
157157
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
158158
159159
- name: Build Base Container
160-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
160+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
161161
with:
162162
file: build/Dockerfile
163163
context: "."
@@ -229,7 +229,7 @@ jobs:
229229
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
230230
231231
- name: Build Base Container
232-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
232+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
233233
with:
234234
file: build/Dockerfile
235235
context: "."

.github/workflows/build-oss.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
124124

125125
- name: Build Base Container
126-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
126+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
127127
with:
128128
file: build/Dockerfile
129129
context: "."
@@ -155,7 +155,7 @@ jobs:
155155
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
156156

157157
- name: Build Docker image
158-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
158+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
159159
id: build-push
160160
with:
161161
file: build/Dockerfile
@@ -203,10 +203,9 @@ jobs:
203203
id: docker-scout
204204
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
205205
with:
206-
command: cves,recommendations
206+
command: cves
207207
image: ${{ steps.meta.outputs.tags }}
208208
ignore-base: true
209-
only-fixed: true
210209
sarif-file: "${{ inputs.image }}-results/scout.sarif"
211210
write-comment: false
212211
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
83+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
8484
with:
8585
file: ./Dockerfile
8686
context: "."

.github/workflows/build-plus.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
131131

132132
- name: Build Base Container
133-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
133+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
134134
with:
135135
file: build/Dockerfile
136136
context: "."
@@ -168,7 +168,7 @@ jobs:
168168
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
169169

170170
- name: Build Docker image
171-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
171+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
172172
id: build-push
173173
with:
174174
file: build/Dockerfile
@@ -224,10 +224,9 @@ jobs:
224224
id: docker-scout
225225
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
226226
with:
227-
command: cves,recommendations
227+
command: cves
228228
image: ${{ steps.meta.outputs.tags }}
229229
ignore-base: true
230-
only-fixed: true
231230
sarif-file: "${{ inputs.image }}-results/scout.sarif"
232231
write-comment: false
233232
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ steps.auth.outputs.access_token }}
5050

5151
- name: Build Test-Runner Container
52-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
52+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
5353
with:
5454
file: tests/Dockerfile
5555
context: "."

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
119119

120120
- name: Build and push
121-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
121+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
122122
with:
123123
file: ./build/dependencies/Dockerfile.ubi
124124
context: "."

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
if: ${{ needs.checks.outputs.forked_workflow == 'true' && needs.checks.outputs.docs_only == 'false' }}
444444

445445
- name: Build Docker Image ${{ matrix.base-os }}
446-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
446+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
447447
with:
448448
file: build/Dockerfile
449449
context: "."
@@ -561,7 +561,7 @@ jobs:
561561
if: ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
562562

563563
- name: Build Test-Runner Container
564-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
564+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
565565
with:
566566
file: tests/Dockerfile
567567
context: "."

.github/workflows/image-promotion.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,9 @@ jobs:
451451
id: docker-scout
452452
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
453453
with:
454-
command: cves,recommendations
454+
command: cves
455455
image: ${{ steps.meta.outputs.tags }}
456456
ignore-base: true
457-
only-fixed: true
458457
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
459458
write-comment: false
460459
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
@@ -541,10 +540,9 @@ jobs:
541540
id: docker-scout
542541
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
543542
with:
544-
command: cves,recommendations
543+
command: cves
545544
image: ${{ steps.meta.outputs.tags }}
546545
ignore-base: true
547-
only-fixed: true
548546
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
549547
write-comment: false
550548
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
@@ -638,10 +636,9 @@ jobs:
638636
id: docker-scout
639637
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
640638
with:
641-
command: cves,recommendations
639+
command: cves
642640
image: ${{ steps.meta.outputs.tags }}
643641
ignore-base: true
644-
only-fixed: true
645642
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
646643
write-comment: false
647644
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

.github/workflows/patch-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ steps.auth.outputs.access_token }}
7171

7272
- name: Apply OS patches to Container
73-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
73+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
7474
with:
7575
file: build/Dockerfile
7676
context: "."

.github/workflows/setup-smoke.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: ${{ inputs.authenticated }}
115115

116116
- name: Build Test-Runner Container
117-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
117+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
118118
with:
119119
file: tests/Dockerfile
120120
context: "."
@@ -126,7 +126,7 @@ jobs:
126126
if: ${{ ( !inputs.authenticated || steps.check-image.outcome == 'failure' ) }}
127127

128128
- name: Build ${{ inputs.image }} Container
129-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
129+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
130130
with:
131131
file: build/Dockerfile
132132
context: "."

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
pass_filenames: false
4545

4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v1.62.0
47+
rev: v1.62.2
4848
hooks:
4949
- id: golangci-lint
5050
args: [--new-from-patch=/tmp/diff.patch]

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In the case of NGINX, the Ingress Controller is deployed in a pod along with the
125125
We publish NGINX Ingress Controller releases on GitHub. See our [releases
126126
page](https://github.com/nginxinc/kubernetes-ingress/releases).
127127

128-
The latest stable release is [3.7.1](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.7.1). For production
128+
The latest stable release is [3.7.2](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.7.2). For production
129129
use, we recommend that you choose the latest stable release.
130130

131131
The edge version is useful for experimenting with new features that are not yet published in a stable release. To use
@@ -145,7 +145,7 @@ your links to the correct versions:
145145

146146
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
147147
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
148-
| Latest stable release | For production use | Use the 3.7.1 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-ingress-controller-image/). | Use the 3.7.1 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.1/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.1/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
148+
| Latest stable release | For production use | Use the 3.7.2 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-ingress-controller-image/). | Use the 3.7.2 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.2/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.2/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
149149
| Edge/Nightly | For testing and experimenting | Use the edge or nightly images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/main/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/main/charts/nginx-ingress). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/main/site/content). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/main/examples). |
150150

151151
## SBOM (Software Bill of Materials)
@@ -175,8 +175,7 @@ docker buildx imagetools inspect nginx/nginx-ingress:edge --format '{{ json (ind
175175
## Contacts
176176

177177
We’d like to hear your feedback! If you have any suggestions or experience issues with our Ingress Controller, please
178-
create an issue or send a pull request on GitHub. You can contact us directly via
179-
[[email protected]](mailto:[email protected]) or on the [NGINX Community
178+
create an issue or send a pull request on GitHub. You can contact us directly via [NGINX Community
180179
Slack](https://nginxcommunity.slack.com/channels/nginx-ingress-controller).
181180

182181
## Contributing

build/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ FROM ghcr.io/nginxinc/dependencies/nginx-ot:nginx-1.27.2-alpine@sha256:83da7cd36
1616
FROM ghcr.io/nginxinc/dependencies/nginx-ubi-ppc64le:nginx-1.27.2@sha256:4c47c1295b25018342d9f7c8383fd933e73e162a482f2f45a21326f70c6d501d AS ubi-ppc64le
1717
FROM ghcr.io/nginxinc/alpine-fips:0.2.3-alpine3.17@sha256:67b69b49aff96e185be841e2b2ff2d8236551ea5c18002bffa4344798d803fd8 AS alpine-fips-3.17
1818
FROM ghcr.io/nginxinc/alpine-fips:0.2.3-alpine3.20@sha256:4c29e5c50b122354d9d4ba6b97cdf64647468e788b965fc0240ead541653454a AS alpine-fips-3.20
19-
FROM redhat/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be AS ubi-minimal
19+
FROM redhat/ubi9-minimal:9.5@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be AS ubi-minimal
2020
FROM golang:1.23-alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS golang-builder
2121

2222

2323
############################################# Base image for Alpine #############################################
24-
FROM nginx:1.27.2-alpine@sha256:74175cf34632e88c6cfe206897cbfe2d2fecf9bf033c40e7f9775a3689e8adc7 AS alpine
24+
FROM nginx:1.27.3-alpine@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303 AS alpine
2525

2626
RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
2727
apk add --no-cache libcap libstdc++ \
@@ -31,7 +31,7 @@ RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
3131

3232

3333
############################################# Base image for Debian #############################################
34-
FROM nginx:1.27.2@sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 AS debian
34+
FROM nginx:1.27.3@sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b AS debian
3535

3636
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
3737
apt-get update \

charts/nginx-ingress/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ appVersion: 4.0.0
55
kubeVersion: ">= 1.23.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.7.1/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.7.2/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginxinc/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.1/charts/nginx-ingress
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.7.2/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

charts/nginx-ingress/values-icp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ controller:
44
nginxplus: true
55
image:
66
repository: mycluster.icp:8500/kube-system/nginx-plus-ingress
7-
tag: "3.7.1"
7+
tag: "3.7.2"
88
nodeSelector:
99
beta.kubernetes.io/arch: "amd64"
1010
proxy: true

charts/nginx-ingress/values-plus.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ controller:
33
nginxplus: true
44
image:
55
repository: nginx-plus-ingress
6-
tag: "3.7.1"
6+
tag: "3.7.2"

charts/nginx-ingress/values.schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@
555555
},
556556
"tag": {
557557
"type": "string",
558-
"default": "3.7.1",
558+
"default": "3.7.2",
559559
"title": "The tag of the Ingress Controller image",
560560
"examples": [
561-
"3.7.1"
561+
"3.7.2"
562562
]
563563
},
564564
"digest": {
@@ -595,7 +595,7 @@
595595
"examples": [
596596
{
597597
"repository": "nginx/nginx-ingress",
598-
"tag": "3.7.1",
598+
"tag": "3.7.2",
599599
"pullPolicy": "IfNotPresent"
600600
}
601601
]
@@ -1746,7 +1746,7 @@
17461746
"customPorts": [],
17471747
"image": {
17481748
"repository": "nginx/nginx-ingress",
1749-
"tag": "3.7.1",
1749+
"tag": "3.7.2",
17501750
"digest": "",
17511751
"pullPolicy": "IfNotPresent"
17521752
},
@@ -2360,7 +2360,7 @@
23602360
"customPorts": [],
23612361
"image": {
23622362
"repository": "nginx/nginx-ingress",
2363-
"tag": "3.7.1",
2363+
"tag": "3.7.2",
23642364
"digest": "",
23652365
"pullPolicy": "IfNotPresent"
23662366
},

charts/nginx-ingress/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ controller:
137137
repository: nginx/nginx-ingress
138138

139139
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
140-
# tag: "3.7.1"
140+
# tag: "3.7.2"
141141
## The digest of the Ingress Controller image.
142142
## If digest is specified it has precedence over tag and will be used instead
143143
# digest: "sha256:CHANGEME"

0 commit comments

Comments
 (0)