Skip to content

Commit

Permalink
release v2.2.2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
corentinmusard authored Jan 17, 2025
1 parent e45636d commit 90a4ca6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.2] - 2025-01-17

### Fixed

- Add extraAttributes to action definition

## [2.2.1] - 2025-01-06

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

[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.1...HEAD
[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
description: Workflow Run ID to Export. Defaults to env.GITHUB_RUN_ID
required: false
extraAttributes:
description: Extra resource attributes
description: Extra resource attributes to add to each span
required: false
outputs:
traceId:
Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "otel-cicd-action",
"type": "module",
"version": "2.0.0",
"version": "2.2.2",
"description": "Github Action that export CI/CD workflows to any endpoint compatible with OpenTelemetry",
"scripts": {
"prepare": "husky",
Expand Down

0 comments on commit 90a4ca6

Please sign in to comment.