This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed
Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## 0.0.20 - 2020-02-18
8+ - fix(resources): GKE pod name label (#728 )
9+ - chore: update dependency grpc to 1.24.2 (#750 )
10+ - fix: core version (#753 )
11+ - chore(deps): bump handlebars (#719 )
12+
713## 0.0.19 - 2019-11-22
814- fix: fallback to global resource type when expected labels are missing (#711 )
915- chore(deps): update dependency rimraf to v3 (#700 )
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.19 " ,
25- "@opencensus/nodejs" : " ^0.0.19 " ,
26- "@opencensus/propagation-b3" : " ^0.0.19 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.0.20 " ,
25+ "@opencensus/nodejs" : " ^0.0.20 " ,
26+ "@opencensus/propagation-b3" : " ^0.0.20 " ,
2727 "cookie-parser" : " ^1.4.4" ,
2828 "express" : " ^4.17.0" ,
2929 "http" : " *" ,
Original file line number Diff line number Diff line change 2121 },
2222 "dependencies" : {
2323 "@grpc/proto-loader" : " ^0.4.0" ,
24- "@opencensus/exporter-stackdriver" : " ^0.0.19 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.19 " ,
26- "@opencensus/nodejs" : " ^0.0.19 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.20 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.20 " ,
26+ "@opencensus/nodejs" : " ^0.0.20 " ,
2727 "grpc" : " ^1.18.0"
2828 },
2929 "devDependencies" : {
Original file line number Diff line number Diff line change 2020 "fix" : " semistandard --fix"
2121 },
2222 "dependencies" : {
23- "@opencensus/exporter-zipkin" : " ^0.0.19 " ,
24- "@opencensus/nodejs" : " ^0.0.19 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.19 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.20 " ,
24+ "@opencensus/nodejs" : " ^0.0.20 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.20 " ,
2626 "http" : " *"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 2626 "semistandard" : " ^13.0.1"
2727 },
2828 "dependencies" : {
29- "@opencensus/core" : " ^0.0.19 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.19 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.19 "
29+ "@opencensus/core" : " ^0.0.20 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.20 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.20 "
3232 }
3333}
Original file line number Diff line number Diff line change 1414 "lint" : " npm run lint"
1515 },
1616 "dependencies" : {
17- "@opencensus/core" : " ^0.0.19 " ,
18- "@opencensus/exporter-stackdriver" : " ^0.0.19 " ,
17+ "@opencensus/core" : " ^0.0.20 " ,
18+ "@opencensus/exporter-stackdriver" : " ^0.0.20 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments