Skip to content

Commit b6fa2b9

Browse files
authored
feat(semantic-conventions): update semantic conventions to v1.30.0 (open-telemetry#5433)
1 parent 4fb9c5a commit b6fa2b9

File tree

7 files changed

+1862
-393
lines changed

7 files changed

+1862
-393
lines changed

scripts/semconv/changelog-gen.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,7 @@ function semconvChangelogGen(aVer=undefined, bVer=undefined) {
324324
}
325325
const changelogEntry = [`
326326
* feat: update semantic conventions to ${bSemconvVer} [#NNNN]
327-
* Semantic Conventions ${bSemconvVer}:
328-
[changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#${slugify(bSemconvVer)}) |
329-
[latest docs](https://opentelemetry.io/docs/specs/semconv/)
327+
* Semantic Conventions ${bSemconvVer}: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#${slugify(bSemconvVer)}) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
330328
* \`@opentelemetry/semantic-conventions\` (stable) changes: *${execSummaryFromChInfo(stableChInfo)}*
331329
* \`@opentelemetry/semantic-conventions/incubating\` (unstable) changes: *${execSummaryFromChInfo(unstableChInfo)}*
332330
`];

scripts/semconv/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ROOT_DIR="${SCRIPT_DIR}/../../"
77

88
# Get latest version by running `git tag -l --sort=version:refname | tail -1`
99
# ... in git@github.com:open-telemetry/semantic-conventions.git
10-
SPEC_VERSION=v1.29.0
10+
SPEC_VERSION=v1.30.0
1111
# ... in git@github.com:open-telemetry/weaver.git
1212
GENERATOR_VERSION=v0.12.0
1313

semantic-conventions/CHANGELOG.md

Lines changed: 273 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)