Skip to content

Commit b532656

Browse files
authored
Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#13020)
1 parent 6e1858c commit b532656

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

build/run-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then
7979
echo "..reached DIND check TRUE block, inside run-in-docker.sh"
8080
echo "FLAGS=$FLAGS"
8181
#go env
82-
go install -mod=mod github.com/onsi/ginkgo/v2/[email protected].0
82+
go install -mod=mod github.com/onsi/ginkgo/v2/[email protected].3
8383
find / -type f -name ginkgo 2>/dev/null
8484
which ginkgo
8585
/bin/bash -c "${FLAGS}"

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module k8s.io/ingress-nginx
22

33
go 1.24.1
4+
45
require (
56
dario.cat/mergo v1.0.1
67
github.com/armon/go-proxyproto v0.1.0
@@ -13,7 +14,7 @@ require (
1314
github.com/mitchellh/mapstructure v1.5.0
1415
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
1516
github.com/ncabatoff/process-exporter v0.8.5
16-
github.com/onsi/ginkgo/v2 v2.23.0
17+
github.com/onsi/ginkgo/v2 v2.23.3
1718
github.com/opencontainers/runc v1.2.5
1819
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1920
github.com/prometheus/client_golang v1.21.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
163163
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
164164
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
165165
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
166-
github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ=
167-
github.com/onsi/ginkgo/v2 v2.23.0/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
166+
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
167+
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
168168
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
169169
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
170170
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=

images/kube-webhook-certgen/rootfs/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/jet/kube-webhook-certgen
22

33
go 1.24.1
4+
45
require (
56
github.com/onrik/logrus v0.11.0
67
github.com/sirupsen/logrus v1.9.3
@@ -32,7 +33,7 @@ require (
3233
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3334
github.com/modern-go/reflect2 v1.0.2 // indirect
3435
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
35-
github.com/onsi/ginkgo/v2 v2.23.0 // indirect
36+
github.com/onsi/ginkgo/v2 v2.23.3 // indirect
3637
github.com/onsi/gomega v1.36.2 // indirect
3738
github.com/pkg/errors v0.9.1 // indirect
3839
github.com/spf13/pflag v1.0.6 // indirect

images/kube-webhook-certgen/rootfs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
5656
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
5757
github.com/onrik/logrus v0.11.0 h1:pu+BCaWL36t0yQaj/2UHK2erf88dwssAKOT51mxPUVs=
5858
github.com/onrik/logrus v0.11.0/go.mod h1:fO2vlZwIdti6PidD3gV5YKt9Lq5ptpnP293RAe1ITwk=
59-
github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ=
60-
github.com/onsi/ginkgo/v2 v2.23.0/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
59+
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
60+
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
6161
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
6262
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
6363
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ build: builder
4444
--build-arg YAML_LINT_VERSION=1.33.0 \
4545
--build-arg YAMALE_VERSION=4.0.4 \
4646
--build-arg HELM_VERSION=3.14.4 \
47-
--build-arg GINKGO_VERSION=2.23.0 \
47+
--build-arg GINKGO_VERSION=2.23.3 \
4848
--build-arg GOLINT_VERSION=latest \
4949
rootfs \
5050
--tag $(IMAGE):$(TAG) \

test/e2e/run-chart-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fi
7878

7979
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
8080
if ! command -v ginkgo &> /dev/null; then
81-
go install github.com/onsi/ginkgo/v2/[email protected].0
81+
go install github.com/onsi/ginkgo/v2/[email protected].3
8282
fi
8383
echo "[dev-env] building image"
8484
make -C ${DIR}/../../ clean-image build image

test/e2e/run-kind-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595

9696
if [ "${SKIP_E2E_IMAGE_CREATION}" = "false" ]; then
9797
if ! command -v ginkgo &> /dev/null; then
98-
go install github.com/onsi/ginkgo/v2/[email protected].0
98+
go install github.com/onsi/ginkgo/v2/[email protected].3
9999
fi
100100

101101
echo "[dev-env] .. done building controller images"

0 commit comments

Comments
 (0)