mirror of https://github.com/knative/pkg.git
upgrade to latest dependencies
bumping knative.dev/hack c142b48...ce4c934: > ce4c934 Bump default GKE version to 1.31 (# 413) > 5f7f0f5 Update community files (# 412) > b38a2ca Update community files (# 411) Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
ae2c6bcc1f
commit
e1d87b6cb2
2
go.mod
2
go.mod
|
@ -39,7 +39,7 @@ require (
|
|||
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
k8s.io/utils v0.0.0-20241210054802-24370beab758
|
||||
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
|
||||
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
|
||||
sigs.k8s.io/yaml v1.4.0
|
||||
)
|
||||
|
||||
|
|
4
go.sum
4
go.sum
|
@ -739,8 +739,8 @@ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8X
|
|||
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
|
||||
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
|
||||
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
|
||||
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 h1:CwLVoSblWmfaIkgRFX2LcEA0uYZo+nOhdPatsz+QL9w=
|
||||
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
|
||||
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5 h1:BIkxsbG01S563JJ68n4SIeIpizDlAcf1vgss6b1QAhE=
|
||||
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
|
||||
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
|
||||
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
|
||||
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
|
||||
|
|
|
@ -21,7 +21,7 @@ source "$(dirname "${BASH_SOURCE[0]:-$0}")/library.sh"
|
|||
|
||||
# Default Kubernetes version to use for GKE, if not overridden with
|
||||
# the `--cluster-version` parameter.
|
||||
readonly GKE_DEFAULT_CLUSTER_VERSION="1.30"
|
||||
readonly GKE_DEFAULT_CLUSTER_VERSION="1.31"
|
||||
|
||||
# Dumps the k8s api server metrics. Spins up a proxy, waits a little bit and
|
||||
# dumps the metrics to ${ARTIFACTS}/k8s.metrics.txt
|
||||
|
|
|
@ -996,7 +996,7 @@ k8s.io/utils/net
|
|||
k8s.io/utils/pointer
|
||||
k8s.io/utils/ptr
|
||||
k8s.io/utils/trace
|
||||
# knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
|
||||
# knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
|
||||
## explicit; go 1.21
|
||||
knative.dev/hack
|
||||
# sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
|
||||
|
|
Loading…
Reference in New Issue