kubernetes/vendor
Patrick Ohly cb6a653777 klog 2.20.0, logr v1.1.0, zapr v1.1.0
This replaces the experimental logr v0.4 with the stable v1.1.0
release. This is a breaking API change for some users because:
- Comparing logr.Logger against nil is not possible anymore:
  it's now a struct instead of an interface. Code which
  allows a nil logger should switch to *logr.Logger as type.
- Logger implementations must be updated in lockstep.

Instead of updating the forked zapr code in json.go, directly using
the original go-logr/zapr is simpler and avoids duplication of effort.

The updated zapr supports logging of numeric verbosity. Error messages
don't have a verbosity (= always get logged), so "v" is not getting
added to them anymore.

Source code logging for panic messages got fixed so that it references
the code with the invalid log call, not the json.go implementation.

Finally, zapr includes additional information in its panic
messages ("zap field", "ignored key", "invalid key").
2021-09-09 14:43:43 +02:00
..
bitbucket.org/bertimus9/systemstat hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cloud.google.com/go upgrade github.com/prometheus/common to v0.28.0 2021-07-12 10:57:24 +08:00
github.com klog 2.20.0, logr v1.1.0, zapr v1.1.0 2021-09-09 14:43:43 +02:00
go.etcd.io Drop etcd tests dependency 2021-06-23 10:22:58 -04:00
go.opencensus.io upgrade google.golang.org/api to v0.45.0 2021-07-12 11:33:22 +08:00
go.opentelemetry.io Add distributed tracing to the apiserver using OpenTelemetry 2021-06-25 05:20:27 -07:00
go.starlark.net until stable: pin-dependency, update-vendor, update-bazel, lint-dep 2021-03-08 16:50:43 -08:00
go.uber.org klog 2.20.0, logr v1.1.0, zapr v1.1.0 2021-09-09 14:43:43 +02:00
golang.org/x generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh 2021-08-24 15:47:47 -04:00
gonum.org/v1/gonum hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
google.golang.org fix test failures in legacy cloud provider: add 'projects/' after upgrade 2021-07-13 12:42:23 +08:00
gopkg.in Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
k8s.io klog 2.20.0, logr v1.1.0, zapr v1.1.0 2021-09-09 14:43:43 +02:00
sigs.k8s.io Upgrade kustomize-in-kubectl to v4.2.0 2021-07-01 18:01:44 -07:00
modules.txt klog 2.20.0, logr v1.1.0, zapr v1.1.0 2021-09-09 14:43:43 +02:00
OWNERS Add myself as a dep reviewer 2021-04-30 07:59:19 -07:00