Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
update to latest knative serving release (#178)
Browse files Browse the repository at this point in the history
* update to latest knative serving release

Signed-off-by: Kenny Leung <[email protected]>

* bump net-istio

Signed-off-by: Kenny Leung <[email protected]>

---------

Signed-off-by: Kenny Leung <[email protected]>
  • Loading branch information
k4leung4 authored Oct 19, 2023
1 parent 213bef2 commit 97f6b43
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ require (
k8s.io/client-go v0.28.2
knative.dev/caching v0.0.0-20230718155311-24ff72399d90
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/net-istio v0.38.0
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
knative.dev/serving v0.38.1
knative.dev/net-istio v0.38.1
knative.dev/networking v0.0.0-20231012062757-a5958051caf8
knative.dev/pkg v0.0.0-20231011193800-bd99f2f98be7
knative.dev/serving v0.38.2

)

Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -829,14 +829,14 @@ knative.dev/caching v0.0.0-20230718155311-24ff72399d90 h1:FTywJXyLNTMA4XbWIXHh+4
knative.dev/caching v0.0.0-20230718155311-24ff72399d90/go.mod h1:4IprjglzaLM1+/S+7OcMhxL3h15Uh0glFiV4NcJftD8=
knative.dev/hack v0.0.0-20230712131415-ddae80293c43 h1:3SE06uNfSFGm/5XS+0trbyCUpgsOaBeyhPQU8FPNFz8=
knative.dev/hack v0.0.0-20230712131415-ddae80293c43/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/net-istio v0.38.0 h1:O79zppcGsTrlpR8SiUappGJnMpH/ZKGMUiJPrhsbP5Y=
knative.dev/net-istio v0.38.0/go.mod h1:WtNMy6vV5lX3QSK/706fqDB5CtjAU20ALN31Jr3Oym8=
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510 h1:eNbWjEkbtGjCqK5TB4S0CjSSDd4PvyXm+w7bM9/zce4=
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510/go.mod h1:Vngl91M++hqgoGNIjCii7MXnsEeN3kRbGC1aodhFqbk=
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead h1:2dDzorpKuVZW3Qp7TbirMMq16FbId8f6bacQFX8jXLw=
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead/go.mod h1:WmrwRV/P+hGHoMraAEfwg6ec+fBTf+Obu41v354Iabc=
knative.dev/serving v0.38.1 h1:ALKyyKA1Xf083Es2SOE8HeCy/vFhFWE6TcHNxurDf5k=
knative.dev/serving v0.38.1/go.mod h1:3/KPMVdVOZSHdrRhvelLuxuO+Ftln2ZTKq8R3gUu6Gw=
knative.dev/net-istio v0.38.1 h1:aGSzUU/TlskdnuvjFwL1xctqn7LaUqT/xop5kWWVA2Q=
knative.dev/net-istio v0.38.1/go.mod h1:+JzaN/qz3KDxQQd4R3u0fRD5785fxPKkmJ87y5ZoXGc=
knative.dev/networking v0.0.0-20231012062757-a5958051caf8 h1:oZMbAAXyiDZUYoQ4qEjL6uxXrL1xBVfEyQJx8sP0XEg=
knative.dev/networking v0.0.0-20231012062757-a5958051caf8/go.mod h1:XwZwqJoLZR92N6F/sj8lHxttnry/Kiz+OgG8+uVuYn0=
knative.dev/pkg v0.0.0-20231011193800-bd99f2f98be7 h1:y3qbfYX1SuSr/1ysXvKfpV8q/kCwWLWieCUgAhBUHmQ=
knative.dev/pkg v0.0.0-20231011193800-bd99f2f98be7/go.mod h1:g+UCgSKQ2f15kHYu/V3CPtoKo5F1x/2Y1ot0NSK7gA0=
knative.dev/serving v0.38.2 h1:xxxC5JUwHzzssSeEWYs9DcuXlNtV9RHMX/VIlHlqa+M=
knative.dev/serving v0.38.2/go.mod h1:/eWvWu4qo7+tkfc7FemNXcCtb3W8FNk1tCqAKC12WPo=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ knative.dev/caching/pkg/client/listers/caching/v1alpha1
# knative.dev/hack v0.0.0-20230712131415-ddae80293c43
## explicit; go 1.18
knative.dev/hack
# knative.dev/net-istio v0.38.0
# knative.dev/net-istio v0.38.1
## explicit; go 1.18
knative.dev/net-istio/config
knative.dev/net-istio/pkg/client/istio/clientset/versioned
Expand All @@ -1208,7 +1208,7 @@ knative.dev/net-istio/pkg/reconciler/ingress/resources
knative.dev/net-istio/pkg/reconciler/ingress/resources/names
knative.dev/net-istio/pkg/reconciler/serverlessservice
knative.dev/net-istio/pkg/reconciler/serverlessservice/resources
# knative.dev/networking v0.0.0-20230718160410-75dcd54d9510
# knative.dev/networking v0.0.0-20231012062757-a5958051caf8
## explicit; go 1.18
knative.dev/networking/config
knative.dev/networking/pkg
Expand Down Expand Up @@ -1241,7 +1241,7 @@ knative.dev/networking/pkg/ingress
knative.dev/networking/pkg/k8s
knative.dev/networking/pkg/prober
knative.dev/networking/pkg/status
# knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
# knative.dev/pkg v0.0.0-20231011193800-bd99f2f98be7
## explicit; go 1.18
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down Expand Up @@ -1321,7 +1321,7 @@ knative.dev/pkg/webhook/resourcesemantics/defaulting
knative.dev/pkg/webhook/resourcesemantics/validation
knative.dev/pkg/webhook/testing
knative.dev/pkg/websocket
# knative.dev/serving v0.38.1
# knative.dev/serving v0.38.2
## explicit; go 1.18
knative.dev/serving/cmd/activator
knative.dev/serving/cmd/autoscaler
Expand Down

0 comments on commit 97f6b43

Please sign in to comment.