Skip to content

Commit

Permalink
3.5.1 version bump (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored May 8, 2024
1 parent 71f666a commit 57408c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/data/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
IC_VERSION=3.5.0
HELM_CHART_VERSION=1.2.0
IC_VERSION=3.5.1
HELM_CHART_VERSION=1.2.1
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
&& dnf clean all

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

RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \
Expand All @@ -311,6 +311,8 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
&& dnf update -y \
&& groupadd --system --gid 101 nginx \
&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx \
&& rm -f /var/lib/rpm/.rpm.lock \
&& dnf update -y \
&& rpm --import /tmp/nginx_signing.key \
&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \
&& if [ -z "${NGINX_AGENT##true}" ]; then dnf --nodocs install -y nginx-agent; fi \
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nginx-ingress
version: 1.2.0
appVersion: 3.5.0
version: 1.2.1
appVersion: 3.5.1
kubeVersion: ">= 1.23.0-0"
type: application
description: NGINX Ingress Controller
Expand Down

0 comments on commit 57408c8

Please sign in to comment.