Commit Graph

15 Commits

Author SHA1 Message Date
Knative Automation d0e27d2322
upgrade to latest dependencies (#946)
bumping knative.dev/pkg 7681e80...3eb1089:
  > 3eb1089 [webhook] enrich webhook traces (# 3209)
  > 16de760 split off pprof server that accepts a configmap (# 3210)
  > ff153ad [controller/observability] adjust metrics reporting for the two lane queue (# 3206)
  > fdc3131 pass options to the TracerProvider constructor (# 3208)
  > d601f66 allow for stdout exporter for tracing - to allow for debugging (# 3207)
  > e959f44 [controller] OTel instrumentation (# 3201)
  > f478764 [webhook] OTel changes (# 3189)
  > 7a5377f Drop OpenCensus use in various test packages (# 3202)
  > 9f3f014 wire zap into the client-go logger (# 3205)
  > 9435aa6 [observability/resource] fix service name calculation (# 3204)
  > 68cdb02 shutdown must be called explicitly since pprof listen is part of the errgroup (# 3203)
  > 13b2dc9 [observability] Default missing endpoint scheme to HTTPS (# 3200)
  > 434d221 When shutting down the OTel providers have a ten second timeout. (# 3199)
  > 8481e7e parse the endpoint as a URL to allow paths (# 3197)

Signed-off-by: Knative Automation <automation@knative.team>
2025-07-07 16:49:07 +00:00
knative-automation 201766006a
upgrade to latest dependencies (#501)
bumping knative.dev/pkg 7d1b0f1...7764284:
  > 7764284 include OpenCensus in the list of metric backend (# 2189)
  > aff7376 drop stackdriver metrics and tracing exporters (# 2183)

Signed-off-by: Knative Automation <automation@knative.team>
2021-07-14 23:26:32 -07:00
Matt Moore 2825854d52
[master] Auto-update dependencies (#287)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-15 12:06:33 -07:00
Matt Moore 0bfd3042f0
[master] Auto-update dependencies (#273)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-14 09:06:00 -07:00
Matt Moore 13d271455c
Auto-update dependencies (#215)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-28 15:54:51 -08:00
Matt Moore 8165337c90 Auto-update dependencies (#174)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-07 09:23:51 -08:00
Matt Moore 62f685b3a0 Auto-update dependencies (#158)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-12-12 08:27:52 -08:00
Matt Moore da0344692b Auto-update dependencies (#156)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-12-10 09:34:47 -08:00
Matt Moore 0fc39123e1 Auto-update dependencies (#128)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-13 17:19:29 -08:00
mattmoor-sockpuppet 81fce3922e Auto-update dependencies (#117)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-10-24 07:17:38 -07:00
mattmoor-sockpuppet 3f124e23c8 Auto-update dependencies (#100)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-16 07:20:40 -07:00
mattmoor-sockpuppet 21bff291f8 Auto-update dependencies (#98)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-12 08:24:33 -07:00
mattmoor-sockpuppet 759b5f051a Auto-update dependencies (#97)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-11 07:11:30 -07:00
mattmoor-sockpuppet 14c30e6f2e Auto-update dependencies (#86)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-08-30 11:10:49 -07:00
Matt Moore aa9bd3961c Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```

`Gopkg.toml`:
 - github.com/knative/pkg -> knative.dev/pkg
  - release-0.7 -> master

`./hack/update-codegen.sh`:
 - github.com/knative/pkg -> knative.dev/pkg

```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00