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
}

0 commit comments

Comments
 (0)