Skip to content

Commit

Permalink
chore: release v0.14.0 (#354)
Browse files Browse the repository at this point in the history
* chore: release 0.14.0
* chore: generate version file
  • Loading branch information
rauno56 authored Oct 12, 2021
1 parent 91a2faa commit 948b9bf
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 31 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@splunk/otel",
"entries": [
{
"date": "Tue, 12 Oct 2021 06:38:40 GMT",
"tag": "@splunk/otel_v0.14.0",
"version": "0.14.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "feat: remove support for `maxAttrLength`",
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "feat: warn about missing service.name and no instrumentations",
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "feat: give OTEL_SPAN_LINK_COUNT_LIMIT and OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT GDI spec compliant defaults",
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "chore: update core OTel deps to v1.0",
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066"
}
]
}
},
{
"date": "Mon, 04 Oct 2021 12:27:07 GMT",
"tag": "@splunk/otel_v0.13.0",
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @splunk/otel

This log was last generated on Mon, 04 Oct 2021 12:27:07 GMT and should not be manually modified.
This log was last generated on Tue, 12 Oct 2021 06:38:40 GMT and should not be manually modified.

<!-- Start content -->

## 0.14.0

Tue, 12 Oct 2021 06:38:40 GMT

### Minor changes

- feat: remove support for `maxAttrLength` ([email protected])
- feat: warn about missing service.name and no instrumentations ([email protected])
- feat: give OTEL_SPAN_LINK_COUNT_LIMIT and OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT GDI spec compliant defaults ([email protected])
- chore: update core OTel deps to v1.0 ([email protected])

## 0.13.0

Mon, 04 Oct 2021 12:27:07 GMT
Expand Down
7 changes: 0 additions & 7 deletions change/@splunk-otel-14b0a128-e4ef-40f4-b5a3-e5f145bea2ff.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/@splunk-otel-43ecdcc3-f6b8-4c63-8b96-3b554cd79ae2.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/@splunk-otel-c26a30e3-1df9-4a25-8f41-f794a22074bf.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/@splunk-otel-c8597287-aa4c-4986-a3a2-de33c8ac8912.json

This file was deleted.

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": "0.13.0",
"version": "0.14.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 = '0.13.0';
export const VERSION = '0.14.0';

0 comments on commit 948b9bf

Please sign in to comment.