Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Aug 26, 2022
1 parent 7d96f29 commit 1d0239b
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 25 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@splunk/otel",
"entries": [
{
"date": "Fri, 26 Aug 2022 09:07:44 GMT",
"tag": "@splunk/otel_v1.3.0",
"version": "1.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@splunk/otel",
"commit": "7d96f29a1dffc361778dc53e28f19d075d0edadd",
"comment": "add support for SPLUNK_REALM"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"commit": "70df9b1c1418ca916000f04aa84c9b36c16d442b",
"comment": "feat: export in pprof"
}
]
}
},
{
"date": "Thu, 28 Jul 2022 07:45:57 GMT",
"tag": "@splunk/otel_v1.2.1",
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @splunk/otel

This log was last generated on Thu, 28 Jul 2022 07:45:57 GMT and should not be manually modified.
This log was last generated on Fri, 26 Aug 2022 09:07:44 GMT and should not be manually modified.

<!-- Start content -->

## 1.3.0

Fri, 26 Aug 2022 09:07:44 GMT

### Minor changes

- feat: add support for SPLUNK_REALM ([email protected])
- feat: export in pprof ([email protected])

## 1.2.1

Thu, 28 Jul 2022 07:45:57 GMT
Expand Down
7 changes: 0 additions & 7 deletions change/@splunk-otel-2d6ee85d-fc60-475e-803d-c860c932e1f4.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/@splunk-otel-49465f6c-6085-48b7-ba27-5e6ced09f9a4.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@splunk/otel": "^1.2.0",
"@splunk/otel": "^1.2.1",
"axios": "^0.21.1",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@opentelemetry/instrumentation-express": "^0.29.0",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@splunk/otel": "^1.2.0",
"@splunk/otel": "^1.2.1",
"axios": "^0.21.1",
"env-cmd": "^10.1.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/log-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-pino": "^0.29.0",
"@splunk/otel": "1.2.0",
"@splunk/otel": "1.2.1",
"pino": "^6.13.3"
}
}
2 changes: 1 addition & 1 deletion examples/logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@splunk/otel": "^1.2.0"
"@splunk/otel": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@opentelemetry/instrumentation-pino": "^0.29.0",
"@splunk/otel": "^1.2.0",
"@splunk/otel": "^1.2.1",
"pino": "^6.13.2"
}
}
2 changes: 1 addition & 1 deletion examples/profiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@opentelemetry/api": "^1.1.0",
"@splunk/otel": "1.2.0"
"@splunk/otel": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "1.2.1",
"version": "1.3.0",
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
"repository": "[email protected]:signalfx/splunk-otel-js.git",
"author": "Splunk <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '1.2.1';
export const VERSION = '1.3.0';

0 comments on commit 1d0239b

Please sign in to comment.