Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit af73b6c

Browse files
authored
chore: 0.0.21 release proposal (#789)
1 parent 843746d commit af73b6c

File tree

29 files changed

+84
-99
lines changed

29 files changed

+84
-99
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.0.21 - 2020-03-30
8+
- chore(core): store cls contexts on a Map (#786)
9+
- fix: `opencensus-instrumentation-grpc` reduce vulnerabilities (#749)
10+
711
## 0.0.20 - 2020-02-18
812
- fix(resources): GKE pod name label (#728)
913
- chore: update dependency grpc to 1.24.2 (#750)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.20"
6+
"version": "0.0.21"
77
}

packages/opencensus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/core",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@opencensus/example-automatic-tracing",
33
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
4-
"version": "0.0.20",
4+
"version": "0.0.21",
55
"private": true,
66
"main": "zipkin.js",
77
"dependencies": {
8-
"@opencensus/exporter-instana": "^0.0.20",
9-
"@opencensus/exporter-stackdriver": "^0.0.20",
10-
"@opencensus/exporter-zipkin": "^0.0.20",
11-
"@opencensus/nodejs": "^0.0.20"
8+
"@opencensus/exporter-instana": "^0.0.21",
9+
"@opencensus/exporter-stackdriver": "^0.0.21",
10+
"@opencensus/exporter-zipkin": "^0.0.21",
11+
"@opencensus/nodejs": "^0.0.21"
1212
}
1313
}

packages/opencensus-exporter-instana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-instana",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,6 +63,6 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.20"
66+
"@opencensus/core": "^0.0.21"
6767
}
6868
}

packages/opencensus-exporter-jaeger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-jaeger",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.20",
66+
"@opencensus/core": "^0.0.21",
6767
"jaeger-client": "~3.17.0"
6868
}
6969
}

packages/opencensus-exporter-object/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-object",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -61,6 +61,6 @@
6161
"typescript": "~3.2.0"
6262
},
6363
"dependencies": {
64-
"@opencensus/core": "^0.0.20"
64+
"@opencensus/core": "^0.0.21"
6565
}
6666
}

packages/opencensus-exporter-ocagent/package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-exporter-ocagent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-ocagent",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Agent Exporter allows user to send collected trace to the OpenCensus Agent",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -64,8 +64,8 @@
6464
},
6565
"dependencies": {
6666
"@grpc/proto-loader": "^0.5.0",
67-
"@opencensus/core": "^0.0.20",
68-
"@opencensus/nodejs": "^0.0.20",
67+
"@opencensus/core": "^0.0.21",
68+
"@opencensus/nodejs": "^0.0.21",
6969
"grpc": "^1.20.3"
7070
}
7171
}

packages/opencensus-exporter-prometheus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-prometheus",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Exporter Prometheus allows user to send collected stats to Prometheus",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.20",
66+
"@opencensus/core": "^0.0.21",
6767
"express": "^4.16.3",
6868
"prom-client": "^11.1.1"
6969
}

packages/opencensus-exporter-stackdriver/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-stackdriver",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Exporter Stackdriver allows user to send collected traces to Stackdriver",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -64,8 +64,8 @@
6464
"typescript": "~3.1.0"
6565
},
6666
"dependencies": {
67-
"@opencensus/core": "^0.0.20",
68-
"@opencensus/resource-util": "^0.0.20",
67+
"@opencensus/core": "^0.0.21",
68+
"@opencensus/resource-util": "^0.0.21",
6969
"google-auth-library": "^4.0.0",
7070
"googleapis": "^40.0.0"
7171
}

packages/opencensus-exporter-zipkin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-zipkin",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -62,6 +62,6 @@
6262
"typescript": "~3.2.0"
6363
},
6464
"dependencies": {
65-
"@opencensus/core": "^0.0.20"
65+
"@opencensus/core": "^0.0.21"
6666
}
6767
}

packages/opencensus-exporter-zpages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-zpages",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "A collection of HTML pages to display stats and trace data and allow library configuration control",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -50,7 +50,7 @@
5050
"access": "public"
5151
},
5252
"devDependencies": {
53-
"@opencensus/nodejs": "^0.0.20",
53+
"@opencensus/nodejs": "^0.0.21",
5454
"@types/ejs": "^3.0.0",
5555
"@types/express": "^4.11.1",
5656
"@types/extend": "^3.0.0",
@@ -67,7 +67,7 @@
6767
"typescript": "~3.2.0"
6868
},
6969
"dependencies": {
70-
"@opencensus/core": "^0.0.20",
70+
"@opencensus/core": "^0.0.21",
7171
"ejs": "^3.0.0",
7272
"express": "^4.16.3"
7373
}

packages/opencensus-instrumentation-all/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-all",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "This package has dependencies to all default instrumentation packages.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -38,12 +38,12 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@opencensus/instrumentation-grpc": "^0.0.20",
42-
"@opencensus/instrumentation-http": "^0.0.20",
43-
"@opencensus/instrumentation-http2": "^0.0.20",
44-
"@opencensus/instrumentation-https": "^0.0.20",
45-
"@opencensus/instrumentation-ioredis": "^0.0.20",
46-
"@opencensus/instrumentation-mongodb": "^0.0.20",
47-
"@opencensus/instrumentation-redis": "^0.0.20"
41+
"@opencensus/instrumentation-grpc": "^0.0.21",
42+
"@opencensus/instrumentation-http": "^0.0.21",
43+
"@opencensus/instrumentation-http2": "^0.0.21",
44+
"@opencensus/instrumentation-https": "^0.0.21",
45+
"@opencensus/instrumentation-ioredis": "^0.0.21",
46+
"@opencensus/instrumentation-mongodb": "^0.0.21",
47+
"@opencensus/instrumentation-redis": "^0.0.21"
4848
}
4949
}

packages/opencensus-instrumentation-grpc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-grpc",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "Opencensus grpc automatic instrumentation package.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -65,8 +65,8 @@
6565
"typescript": "~2.8.3"
6666
},
6767
"dependencies": {
68-
"@opencensus/core": "^0.0.20",
69-
"@opencensus/propagation-binaryformat": "^0.0.20",
68+
"@opencensus/core": "^0.0.21",
69+
"@opencensus/propagation-binaryformat": "^0.0.21",
7070
"grpc": "^1.24.2",
7171
"lodash": "^4.17.11",
7272
"object-sizeof": "^1.3.0",

0 commit comments

Comments
 (0)