Skip to content

Commit

Permalink
upgrade to latest dependencies (#370)
Browse files Browse the repository at this point in the history
bumping knative.dev/serving ff30afc...770b911:
  > 770b911 Add loglevel option for contour (# 12567)
  > d7bd949 Update net-contour nightly (# 12570)
  > 7faad9a Update net-kourier nightly (# 12563)
  > 422f10a Upgrade knative.dev/pkg@main and fix DomainMapping error (# 12560)
  > 7d527f2 Update community files (# 12566)
bumping knative.dev/networking ec78554...d23a068:
  > d23a068 upgrade to latest dependencies (# 611)
  > 8acb8e7 Add transport option (# 605)
bumping knative.dev/pkg 8681fe2...51be315:
  > 51be315 Update community files (# 2419)
  > b619c92 Update actions (# 2417)
  > bab3d0d Update actions (# 2413)
  > 671e46d 💫 we must use `flags` instead of `pflags`, since this is not working. It  seems like pflag.* adds the var to its own flag set, not the one package flag uses, and it doesn't expose the internal flag.Var externally - hence this fix. (# 2414)
  > 7880fb4 Update community files (# 2412)
bumping knative.dev/client 8a5e349...677276a:
  > 677276a upgrade to latest dependencies (# 1596)
bumping knative.dev/eventing 25bf6fe...1748795:
  > 1748795 Remove deprecated and unmaintained repos from downstream action (# 6131)
  > cf675de Update community files (# 6115)
  > c959bfb 💄 updating to newer versions of k8s for GH Actions 💫 (# 6122)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Feb 3, 2022
1 parent de02479 commit ca553bf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 26 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ require (
k8s.io/client-go v0.22.5
k8s.io/code-generator v0.22.5
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
knative.dev/eventing v0.29.1-0.20220201083031-25bf6fe36dfe
knative.dev/eventing v0.29.1-0.20220203104220-17487954d41a
knative.dev/hack v0.0.0-20220201013531-82bfca153560
knative.dev/pkg v0.0.0-20220201132031-8681fe2035b9
knative.dev/pkg v0.0.0-20220203020920-51be315ed160
)

require (
github.com/hashicorp/hcl v1.0.0
gotest.tools/v3 v3.0.3
knative.dev/client v0.29.1-0.20220201105238-8a5e349f97fa
knative.dev/client v0.29.1-0.20220201152332-677276ae0ab3
)

require (
Expand Down Expand Up @@ -146,8 +146,8 @@ require (
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
k8s.io/klog/v2 v2.40.1 // indirect
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect
knative.dev/networking v0.0.0-20220120043934-ec785540a732 // indirect
knative.dev/serving v0.29.0 // indirect
knative.dev/networking v0.0.0-20220131174231-d23a06807e6c // indirect
knative.dev/serving v0.29.1-0.20220131194631-770b91180d43 // indirect
sigs.k8s.io/kustomize/api v0.8.11 // indirect
sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
Expand Down
23 changes: 12 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1844,27 +1844,28 @@ k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 h1:ZKMMxTvduyf5WUtREOqg5LiXaN1KO/+0oOQPRFrClpo=
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/caching v0.0.0-20220118175933-0c1cc094a7f4/go.mod h1:OHsK3XaWmdi2/mPaNBiX8LbefbtM6TptnT90eVbYGSA=
knative.dev/client v0.29.1-0.20220201105238-8a5e349f97fa h1:6+2T3bMaIWJ2fstAY4t8/pFmcpf4qKcAfLfHx3P5wPE=
knative.dev/client v0.29.1-0.20220201105238-8a5e349f97fa/go.mod h1:VaTZlNkplns4UrscGPp4CwKcIVRcfC4Po1yRvfF4JiQ=
knative.dev/eventing v0.29.0/go.mod h1:u5T5NZTDUsLR7yJwp5MDnBnDX5MhywD3yK3Rq+7gTtI=
knative.dev/eventing v0.29.1-0.20220201083031-25bf6fe36dfe h1:VLVkZaToXNixhY//FZfAr9fAF7jQQVGo64qT/3pJpfk=
knative.dev/client v0.29.1-0.20220201152332-677276ae0ab3 h1:2Nyi5p7nSKCKAB2Voi5xbgu72/nuJcLsgMRBdlV5loc=
knative.dev/client v0.29.1-0.20220201152332-677276ae0ab3/go.mod h1:vxbR4gs6RiCI8ItvnO6/3B1lKC7Uq/OJe01NLNl21gE=
knative.dev/eventing v0.29.1-0.20220201083031-25bf6fe36dfe/go.mod h1:jsc5u3aC+BYmfUR2cRz9jb77krfULStxXkR1EgMUWp0=
knative.dev/eventing v0.29.1-0.20220203104220-17487954d41a h1:Av6oVhod/8w6bu8K/BpmyKe4zfMNZbpNjQJdph1vULg=
knative.dev/eventing v0.29.1-0.20220203104220-17487954d41a/go.mod h1:jsc5u3aC+BYmfUR2cRz9jb77krfULStxXkR1EgMUWp0=
knative.dev/hack v0.0.0-20220118141833-9b2ed8471e30/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20220128200847-51a42b2eb63e/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack v0.0.0-20220201013531-82bfca153560 h1:JTQwe928hZokY181gjYKeVdxr+s3v95LDkMs7R0fxfE=
knative.dev/hack v0.0.0-20220201013531-82bfca153560/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack/schema v0.0.0-20220118141833-9b2ed8471e30/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
knative.dev/hack/schema v0.0.0-20220128200847-51a42b2eb63e/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
knative.dev/networking v0.0.0-20220120043934-ec785540a732 h1:fUUb5NWfYm8TQkhv1uFYlEn91YNKp+E4BD7ax7WYHW0=
knative.dev/networking v0.0.0-20220120043934-ec785540a732/go.mod h1:6cKBV/h/vIQWCPOkds/RvzUmMR8Vz6Dks2NWb0+3xks=
knative.dev/networking v0.0.0-20220131174231-d23a06807e6c h1:0mPVfMikv8wz37qEMSUVXAqoDOn3qRPRSQuxx91nACs=
knative.dev/networking v0.0.0-20220131174231-d23a06807e6c/go.mod h1:RzkiJ/LyijMaMUa6tOerhI9lGvQYpfDY0VttqQIX0yk=
knative.dev/pkg v0.0.0-20220118160532-77555ea48cd4/go.mod h1:etVT7Tm8pSDf4RKhGk4r7j/hj3dNBpvT7bO6a6wpahs=
knative.dev/pkg v0.0.0-20220121092305-3ba5d72e310a/go.mod h1:etVT7Tm8pSDf4RKhGk4r7j/hj3dNBpvT7bO6a6wpahs=
knative.dev/pkg v0.0.0-20220129160148-ca64d3b3ea8c/go.mod h1:BML2uvSEBhY/cpEsAyWv1+vLy2fxNk8VDJ9fT+D0tj4=
knative.dev/pkg v0.0.0-20220131144930-f4b57aef0006/go.mod h1:bZMFTPDPHV3wXuiQ09UJuEGYYQnfpe81MCxNvsMAiJk=
knative.dev/pkg v0.0.0-20220201132031-8681fe2035b9 h1:oxeI9FbCIDxLrG2BAIgguv1tWHOpIiXv56VuKWD2S5Y=
knative.dev/pkg v0.0.0-20220201132031-8681fe2035b9/go.mod h1:bZMFTPDPHV3wXuiQ09UJuEGYYQnfpe81MCxNvsMAiJk=
knative.dev/reconciler-test v0.0.0-20220118183433-c8bfbe66bada/go.mod h1:XV4cghzCtdASkfUsfMYSnGfGRyd/naDjy9h7Tnae22g=
knative.dev/pkg v0.0.0-20220203020920-51be315ed160 h1:usHculW2JbADkFNQS8LN3e+sQo2xdJfBaP6/XSvHxQ4=
knative.dev/pkg v0.0.0-20220203020920-51be315ed160/go.mod h1:bZMFTPDPHV3wXuiQ09UJuEGYYQnfpe81MCxNvsMAiJk=
knative.dev/reconciler-test v0.0.0-20220126171745-740e77ebaace/go.mod h1:XV4cghzCtdASkfUsfMYSnGfGRyd/naDjy9h7Tnae22g=
knative.dev/serving v0.29.0 h1:J33ndKtgRH4QcBE2XLkmXnm8oah9rKaCRGwD2SFIdPY=
knative.dev/serving v0.29.0/go.mod h1:8Ay9QjyTcqoJE+2PietSmT5/VMdSQHe5aIBhsAFOCjM=
knative.dev/serving v0.29.1-0.20220131194631-770b91180d43 h1:5mTE+g5pjTFtL+jnLL7y43a+zca/kPNpb2HvD9F3DoA=
knative.dev/serving v0.29.1-0.20220131194631-770b91180d43/go.mod h1:vjtRBoMxJZjrY5OILrkxvq2KhZs7rjpMhSH9IuvObkY=
pgregory.net/rapid v0.3.3/go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU=
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=
Expand Down
8 changes: 3 additions & 5 deletions vendor/knative.dev/pkg/injection/sharedmain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ import (
"log"
"net/http"
"os"
"strings"
"time"

"github.com/spf13/pflag"

"go.uber.org/automaxprocs/maxprocs" // automatically set GOMAXPROCS based on cgroups
"go.uber.org/zap"
"golang.org/x/sync/errgroup"
Expand Down Expand Up @@ -120,13 +119,12 @@ var (
// by name.
func MainNamed(ctx context.Context, component string, ctors ...injection.NamedControllerConstructor) {

disabledControllers := pflag.StringSlice("disable-controllers", []string{}, "Comma-separated list of disabled controllers.")
disabledControllers := flag.String("disable-controllers", "", "Comma-separated list of disabled controllers.")

// HACK: This parses flags, so the above should be set once this runs.
cfg := injection.ParseAndGetRESTConfigOrDie()

enabledCtors := enabledControllers(*disabledControllers, ctors)

enabledCtors := enabledControllers(strings.Split(*disabledControllers, ","), ctors)
MainWithConfig(ctx, component, cfg, toControllerConstructors(enabledCtors)...)
}

Expand Down
10 changes: 5 additions & 5 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/pointer
k8s.io/utils/trace
# knative.dev/client v0.29.1-0.20220201105238-8a5e349f97fa
# knative.dev/client v0.29.1-0.20220201152332-677276ae0ab3
## explicit; go 1.16
knative.dev/client/pkg/config
knative.dev/client/pkg/dynamic
Expand All @@ -1232,7 +1232,7 @@ knative.dev/client/pkg/sources/v1beta2
knative.dev/client/pkg/util
knative.dev/client/pkg/util/mock
knative.dev/client/pkg/wait
# knative.dev/eventing v0.29.1-0.20220201083031-25bf6fe36dfe
# knative.dev/eventing v0.29.1-0.20220203104220-17487954d41a
## explicit; go 1.16
knative.dev/eventing/pkg/adapter/v2
knative.dev/eventing/pkg/adapter/v2/util/crstatusevent
Expand Down Expand Up @@ -1270,11 +1270,11 @@ knative.dev/eventing/pkg/observability/client
# knative.dev/hack v0.0.0-20220201013531-82bfca153560
## explicit; go 1.14
knative.dev/hack
# knative.dev/networking v0.0.0-20220120043934-ec785540a732
# knative.dev/networking v0.0.0-20220131174231-d23a06807e6c
## explicit; go 1.16
knative.dev/networking/pkg/apis/networking
knative.dev/networking/pkg/apis/networking/v1alpha1
# knative.dev/pkg v0.0.0-20220201132031-8681fe2035b9
# knative.dev/pkg v0.0.0-20220203020920-51be315ed160
## explicit; go 1.17
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down Expand Up @@ -1352,7 +1352,7 @@ knative.dev/pkg/webhook/psbinding
knative.dev/pkg/webhook/resourcesemantics
knative.dev/pkg/webhook/resourcesemantics/defaulting
knative.dev/pkg/webhook/resourcesemantics/validation
# knative.dev/serving v0.29.0
# knative.dev/serving v0.29.1-0.20220131194631-770b91180d43
## explicit; go 1.16
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down

0 comments on commit ca553bf

Please sign in to comment.