Skip to content

Commit 57408c8

Browse files
authored
3.5.1 version bump (#5517)
1 parent 71f666a commit 57408c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/data/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
IC_VERSION=3.5.0
2-
HELM_CHART_VERSION=1.2.0
1+
IC_VERSION=3.5.1
2+
HELM_CHART_VERSION=1.2.1

build/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
287287
&& dnf clean all
288288

289289
############################################# Base image for UBI with NGINX Plus and App Protect WAF & DoS #############################################
290-
FROM redhat/ubi8@sha256:bce7e9f69fb7d4533447232478fd825811c760288f87a35699f9c8f030f2c1a6 as ubi-8-plus-nap
290+
FROM redhat/ubi8@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af as ubi-8-plus-nap
291291
ARG NAP_MODULES
292292

293293
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \
@@ -311,6 +311,8 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
311311
&& dnf update -y \
312312
&& groupadd --system --gid 101 nginx \
313313
&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx \
314+
&& rm -f /var/lib/rpm/.rpm.lock \
315+
&& dnf update -y \
314316
&& rpm --import /tmp/nginx_signing.key \
315317
&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \
316318
&& if [ -z "${NGINX_AGENT##true}" ]; then dnf --nodocs install -y nginx-agent; fi \

charts/nginx-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: nginx-ingress
3-
version: 1.2.0
4-
appVersion: 3.5.0
3+
version: 1.2.1
4+
appVersion: 3.5.1
55
kubeVersion: ">= 1.23.0-0"
66
type: application
77
description: NGINX Ingress Controller

0 commit comments

Comments
 (0)