Skip to content

Commit

Permalink
chore: release v1.4.1 (#559)
Browse files Browse the repository at this point in the history
* chore: release v1.4.1

* chore: fix pr link
  • Loading branch information
seemk authored Sep 22, 2022
1 parent cb60795 commit 152ff4e
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 11 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": "Wed, 22 Sep 2022 09:24:01 GMT",
"tag": "@splunk/otel_v1.4.1",
"version": "1.4.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@splunk/otel",
"commit": "c3e9267a1bc95c0750fd2d684cb419bd58b4be23",
"comment": "chore: upgrade to signalfx 7.5.0"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"commit": "dc7c14567d3778fb132115d8f2eac7bdaef69fcf",
"comment": "fix: don't produce otel diagnostic error when profiling is started"
}
]
}
},
{
"date": "Mon, 19 Sep 2022 12:41:01 GMT",
"tag": "@splunk/otel_v1.4.0",
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @splunk/otel

This log was last generated on Mon, 19 Sep 2022 12:41:01 GMT and should not be manually modified.
This log was last generated on Wed, 22 Sep 2022 09:24:01 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.1

Wed, 22 Sep 2022 09:24:01 GMT

- chore: upgrade to signalfx 7.5.0 for Node.js 18 support [#557](https://github.com/signalfx/splunk-otel-js/pull/557)
- fix: don't log a diagnostic error when profiling is started [#556](https://github.com/signalfx/splunk-otel-js/pull/556)

## 1.4.0

Mon, 19 Sep 2022 12:41:01 GMT
Expand Down
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.3.0",
"@splunk/otel": "1.4.0",
"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.3.0",
"@splunk/otel": "1.4.0",
"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.3.0",
"@splunk/otel": "1.4.0",
"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.3.0"
"@splunk/otel": "1.4.0"
}
}
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.3.0",
"@splunk/otel": "1.4.0",
"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.3.0"
"@splunk/otel": "1.4.0"
}
}
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.4.0",
"version": "1.4.1",
"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.4.0';
export const VERSION = '1.4.1';

0 comments on commit 152ff4e

Please sign in to comment.