mirror of https://github.com/knative/client.git
upgrade to latest dependencies (#1701)
bumping knative.dev/networking 5bf508e...f087178: > f087178 upgrade to latest dependencies (# 689) bumping knative.dev/pkg 97eb150...e60d250: > e60d250 upgrade to latest dependencies (# 2543) bumping knative.dev/eventing a63ea4e...2d2e049: > 2d2e049 Increase initialDelaySeconds to 120 for webhooks (# 6447) > b84ec54 Refactor tracing helper to be reusable (# 6446) > 465db7c Bump prom client version for CVE-2022-21698 (# 6443) > cb776ce Add validation methods for ingress feature in broker's conformance test (# 6434) > aea0887 Deschedule placements on FinalizeKind (# 6440) > d3813f7 Golang version update (# 6433) bumping knative.dev/serving 6ceb219...e2862ae: > e2862ae allow unknown fields in our webhooks since our CRD schemas are now specified (# 13111) > 3360e41 Remove Prometheus stat reporter from queue-proxy (# 12961) > 4fa002a Update net-gateway-api nightly (# 13106) > e701a33 Update Knative Serving schema (# 13095) > 432b38d Update net-certmanager nightly (# 13105) > 4b09847 Update net-contour nightly (# 13107) > 1d44884 Update net-kourier nightly (# 13104) > 1ba9714 Update net-istio nightly (# 13103) > deed9f4 Add filtering secret informer label for internal-encryption (# 13082) > 9f4f28d Update net-istio nightly (# 13100) > f9951ec Add overview for scaling doc (# 13088) > 499c0af Update net-gateway-api nightly (# 13093) > c190a06 Update net-kourier nightly (# 13092) > 70c3309 Drop EnableAlphaFeatures from TestHttpRedirect (# 13084) > bf49148 upgrade to latest dependencies (# 13089) Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
8931db000c
commit
f2dd5fc664
8
go.mod
8
go.mod
|
|
@ -21,11 +21,11 @@ require (
|
|||
k8s.io/cli-runtime v0.23.4
|
||||
k8s.io/client-go v0.23.8
|
||||
k8s.io/code-generator v0.23.8
|
||||
knative.dev/eventing v0.32.1-0.20220704055944-a63ea4e0e4d0
|
||||
knative.dev/eventing v0.32.1-0.20220711150412-2d2e04913873
|
||||
knative.dev/hack v0.0.0-20220701014203-65c463ac8c98
|
||||
knative.dev/networking v0.0.0-20220704131645-5bf508e34be2
|
||||
knative.dev/pkg v0.0.0-20220701013933-97eb1507655e
|
||||
knative.dev/serving v0.32.1-0.20220704172911-6ceb219d443d
|
||||
knative.dev/networking v0.0.0-20220705142707-f087178076e4
|
||||
knative.dev/pkg v0.0.0-20220705130606-e60d250dc637
|
||||
knative.dev/serving v0.32.1-0.20220711213519-e2862ae45af0
|
||||
sigs.k8s.io/yaml v1.3.0
|
||||
)
|
||||
|
||||
|
|
|
|||
16
go.sum
16
go.sum
|
|
@ -2272,22 +2272,24 @@ k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
|
|||
k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
|
||||
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=
|
||||
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
|
||||
knative.dev/caching v0.0.0-20220701115742-4a0a1e0b73d1/go.mod h1:bjPpCueI5UO+RcT22b1XSOlfm1pAhy/rMNxBww9hCmw=
|
||||
knative.dev/caching v0.0.0-20220704131745-bd32ea76811a/go.mod h1:bjPpCueI5UO+RcT22b1XSOlfm1pAhy/rMNxBww9hCmw=
|
||||
knative.dev/control-protocol v0.0.0-20220701134242-1af6f36efa52/go.mod h1:KtXwCThHHQrAP6Y8JbfBGoJuZriJG4VYJSqYF19Azcg=
|
||||
knative.dev/eventing v0.32.1-0.20220704055944-a63ea4e0e4d0 h1:Urx1RuEbjC7Nn6ZLKZhgUdQNKPv/Fw95rZY3Xe713g4=
|
||||
knative.dev/eventing v0.32.1-0.20220704055944-a63ea4e0e4d0/go.mod h1:zUDUhBkJ6Rn8g7MTtkxPHapuFqQQyGSxjnsi8l7mosA=
|
||||
knative.dev/eventing v0.32.1-0.20220711150412-2d2e04913873 h1:J5jEey/FVuOegbEsby2M75M+oA45NTV2FN1Jio62nJ0=
|
||||
knative.dev/eventing v0.32.1-0.20220711150412-2d2e04913873/go.mod h1:IJx+U5CaaFuZpdk5ZSCXG/4ZRBMxTEcJ+3pUGORGfq8=
|
||||
knative.dev/hack v0.0.0-20220629134730-e7d63651ce8f/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
||||
knative.dev/hack v0.0.0-20220701014203-65c463ac8c98 h1:kAwcKZOwYU0QCGEwvZrgnLrynFCWnXetwR/+a4W9R70=
|
||||
knative.dev/hack v0.0.0-20220701014203-65c463ac8c98/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
|
||||
knative.dev/hack/schema v0.0.0-20220701014203-65c463ac8c98/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
|
||||
knative.dev/networking v0.0.0-20220704131645-5bf508e34be2 h1:24X3suF/hJ4HruXEjJ3WzoEiOK0Tqy9LO1f6bRCgYAQ=
|
||||
knative.dev/networking v0.0.0-20220704131645-5bf508e34be2/go.mod h1:7LbiecGnCK3aw2VAsB3Snk3Eqy/8rKcNYNWokE0iOWQ=
|
||||
knative.dev/networking v0.0.0-20220705142707-f087178076e4 h1:rp1NY2zlov3ioyWB/mgQG3tDnSdJ0F0+2fg7T4C//Is=
|
||||
knative.dev/networking v0.0.0-20220705142707-f087178076e4/go.mod h1:Z+EvJIWmVXA/qQjq4xRMtCjhVgyxw43y/hvkIb//bTc=
|
||||
knative.dev/pkg v0.0.0-20220630222531-5569169b0cce/go.mod h1:94rzLJg0i5UOFeqtOTkVnDEmpHC93IaOeCo3ofUpTVw=
|
||||
knative.dev/pkg v0.0.0-20220701013933-97eb1507655e h1:qYqrYdHYJoZ8cevHTRP49vYdXVM3O0iTChw4+EQdOTo=
|
||||
knative.dev/pkg v0.0.0-20220701013933-97eb1507655e/go.mod h1:94rzLJg0i5UOFeqtOTkVnDEmpHC93IaOeCo3ofUpTVw=
|
||||
knative.dev/pkg v0.0.0-20220705130606-e60d250dc637 h1:wvz8Y/b2Ubox0pbTLAbKags19UC72Ik+b/tIW2QP9/E=
|
||||
knative.dev/pkg v0.0.0-20220705130606-e60d250dc637/go.mod h1:MxsV3ZGdrH87zv4O9HtxzbNwmiKcGwEP7UdriLINSn0=
|
||||
knative.dev/reconciler-test v0.0.0-20220701115742-481d0fb71c6b/go.mod h1:7kOZVYaFekWqftdpSwljMeBLDzCR9M0BCmmh3cWKyg0=
|
||||
knative.dev/serving v0.32.1-0.20220704172911-6ceb219d443d h1:0pD4s0x9MDyE5zWVAky3pwmJuV+kv9HgnuLBHfqna1o=
|
||||
knative.dev/serving v0.32.1-0.20220704172911-6ceb219d443d/go.mod h1:i3Ge3KEzDE6PcF18Xhxhy5YK60hzDAttv27ECp+92QM=
|
||||
knative.dev/serving v0.32.1-0.20220711213519-e2862ae45af0 h1:GlNk/HXHYuwsDP1nK5f+GzWkR6Vn7yeR+E5BiUoRIek=
|
||||
knative.dev/serving v0.32.1-0.20220711213519-e2862ae45af0/go.mod h1:vYHSLhGC5WVndG6iHxIoWuL6GMF6o1/Tp7ej1ES3gLo=
|
||||
mvdan.cc/gofumpt v0.1.1/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48=
|
||||
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc=
|
||||
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4=
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ func VolumeMask(ctx context.Context, in *corev1.Volume) *corev1.Volume {
|
|||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
cfg := config.FromContextOrDefaults(ctx)
|
||||
|
||||
out := new(corev1.Volume)
|
||||
|
||||
|
|
@ -41,14 +40,6 @@ func VolumeMask(ctx context.Context, in *corev1.Volume) *corev1.Volume {
|
|||
out.Name = in.Name
|
||||
out.VolumeSource = in.VolumeSource
|
||||
|
||||
if cfg.Features.PodSpecVolumesEmptyDir != config.Disabled {
|
||||
out.EmptyDir = in.EmptyDir
|
||||
}
|
||||
|
||||
if cfg.Features.PodSpecPersistentVolumeClaim != config.Disabled {
|
||||
out.PersistentVolumeClaim = in.PersistentVolumeClaim
|
||||
}
|
||||
|
||||
return out
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -894,8 +894,8 @@ k8s.io/utils/lru
|
|||
k8s.io/utils/net
|
||||
k8s.io/utils/pointer
|
||||
k8s.io/utils/trace
|
||||
# knative.dev/eventing v0.32.1-0.20220704055944-a63ea4e0e4d0
|
||||
## explicit; go 1.16
|
||||
# knative.dev/eventing v0.32.1-0.20220711150412-2d2e04913873
|
||||
## explicit; go 1.17
|
||||
knative.dev/eventing/pkg/apis/config
|
||||
knative.dev/eventing/pkg/apis/duck
|
||||
knative.dev/eventing/pkg/apis/duck/v1
|
||||
|
|
@ -925,7 +925,7 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1beta2/fake
|
|||
# knative.dev/hack v0.0.0-20220701014203-65c463ac8c98
|
||||
## explicit; go 1.14
|
||||
knative.dev/hack
|
||||
# knative.dev/networking v0.0.0-20220704131645-5bf508e34be2
|
||||
# knative.dev/networking v0.0.0-20220705142707-f087178076e4
|
||||
## explicit; go 1.17
|
||||
knative.dev/networking/pkg
|
||||
knative.dev/networking/pkg/apis/networking
|
||||
|
|
@ -940,7 +940,7 @@ knative.dev/networking/pkg/http/probe
|
|||
knative.dev/networking/pkg/http/proxy
|
||||
knative.dev/networking/pkg/http/stats
|
||||
knative.dev/networking/pkg/k8s
|
||||
# knative.dev/pkg v0.0.0-20220701013933-97eb1507655e
|
||||
# knative.dev/pkg v0.0.0-20220705130606-e60d250dc637
|
||||
## explicit; go 1.17
|
||||
knative.dev/pkg/apis
|
||||
knative.dev/pkg/apis/duck
|
||||
|
|
@ -990,7 +990,7 @@ knative.dev/pkg/tracing/config
|
|||
knative.dev/pkg/tracing/propagation
|
||||
knative.dev/pkg/tracing/propagation/tracecontextb3
|
||||
knative.dev/pkg/tracker
|
||||
# knative.dev/serving v0.32.1-0.20220704172911-6ceb219d443d
|
||||
# knative.dev/serving v0.32.1-0.20220711213519-e2862ae45af0
|
||||
## explicit; go 1.17
|
||||
knative.dev/serving/pkg/apis/autoscaling
|
||||
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
|
||||
|
|
|
|||
Loading…
Reference in New Issue