Skip to content

Commit 90a4ca6

Browse files
release v2.2.2 (#48)
1 parent e45636d commit 90a4ca6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.2] - 2025-01-17
11+
12+
### Fixed
13+
14+
- Add extraAttributes to action definition
15+
1016
## [2.2.1] - 2025-01-06
1117

1218
### Fixed
@@ -162,7 +168,8 @@ permissions:
162168
- Support for `https` endpoints (proto over http).
163169
- Update to node 20.x
164170

165-
[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.1...HEAD
171+
[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.2...HEAD
172+
[2.2.2]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.1...v2.2.2
166173
[2.2.1]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.0...v2.2.1
167174
[2.2.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.1.0...v2.2.0
168175
[2.1.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.0.0...v2.1.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
description: Workflow Run ID to Export. Defaults to env.GITHUB_RUN_ID
2525
required: false
2626
extraAttributes:
27-
description: Extra resource attributes
27+
description: Extra resource attributes to add to each span
2828
required: false
2929
outputs:
3030
traceId:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "otel-cicd-action",
44
"type": "module",
5-
"version": "2.0.0",
5+
"version": "2.2.2",
66
"description": "Github Action that export CI/CD workflows to any endpoint compatible with OpenTelemetry",
77
"scripts": {
88
"prepare": "husky",

0 commit comments

Comments
 (0)