Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.3.0 #531

Merged
merged 1 commit into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

This file was deleted.

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';