Skip to content

Commit

Permalink
feat(semantic-conventions): update semantic conventions to v1.30.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Feb 11, 2025
1 parent 4fb9c5a commit b6fa2b9
Show file tree
Hide file tree
Showing 7 changed files with 1,862 additions and 393 deletions.
4 changes: 1 addition & 3 deletions scripts/semconv/changelog-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,7 @@ function semconvChangelogGen(aVer=undefined, bVer=undefined) {
}
const changelogEntry = [`
* feat: update semantic conventions to ${bSemconvVer} [#NNNN]
* 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/)
* 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/)
* \`@opentelemetry/semantic-conventions\` (stable) changes: *${execSummaryFromChInfo(stableChInfo)}*
* \`@opentelemetry/semantic-conventions/incubating\` (unstable) changes: *${execSummaryFromChInfo(unstableChInfo)}*
`];
Expand Down
2 changes: 1 addition & 1 deletion scripts/semconv/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROOT_DIR="${SCRIPT_DIR}/../../"

# Get latest version by running `git tag -l --sort=version:refname | tail -1`
# ... in [email protected]:open-telemetry/semantic-conventions.git
SPEC_VERSION=v1.29.0
SPEC_VERSION=v1.30.0
# ... in [email protected]:open-telemetry/weaver.git
GENERATOR_VERSION=v0.12.0

Expand Down
273 changes: 273 additions & 0 deletions semantic-conventions/CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit b6fa2b9

Please sign in to comment.