Skip to content

Commit

Permalink
Merge pull request #466 from wallarm/NODE-5819
Browse files Browse the repository at this point in the history
Release 5.0.3
  • Loading branch information
alexorekhov authored Oct 10, 2024
2 parents 3e8b9e2 + 6bbdd30 commit aea6444
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apiVersion: v2
name: wallarm-ingress

version: 5.0.3
appVersion: 5.0.3

home: https://github.com/wallarm/ingress
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer with Wallarm module
icon: https://static.wallarm.com/wallarm-logo.svg
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx

go 1.21.5
go 1.22.7

require (
dario.cat/mergo v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.12
go 1.22.7

use (
.
Expand Down
2 changes: 1 addition & 1 deletion images/custom-error-pages/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/custom-error-pages

go 1.21.5
go 1.22.7

require github.com/prometheus/client_golang v1.11.1

Expand Down
2 changes: 1 addition & 1 deletion images/ext-auth-example-authsvc/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/authsvc

go 1.21.5
go 1.22.7

require k8s.io/apimachinery v0.23.1

Expand Down
2 changes: 1 addition & 1 deletion images/kube-webhook-certgen/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jet/kube-webhook-certgen

go 1.21.5
go 1.22.7

require (
github.com/onrik/logrus v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion images/opentelemetry/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module init-otel

go 1.21.5
go 1.22.7
2 changes: 1 addition & 1 deletion magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/magefiles

go 1.21.5
go 1.22.7

require (
github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit aea6444

Please sign in to comment.