Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps corentinmusard/otel-cicd-action from 1 to 2.

Release notes

Sourced from corentinmusard/otel-cicd-action's releases.

v2.0.0

⚠ BREAKING CHANGES

  • Removed compatibility with inception-health/otel-upload-test-artifact-action action. It is based on @actions/artifact prior to v2 which is deprecated since June 2024 and will be removed in January 30th, 2025. If you were using this action, please open an issue to discuss your use case.
  • Removed github.author_name attribute, use github.head_commit.author.name instead
  • Removed github.author_email attribute, use github.head_commit.author.email instead

Changed

  • Changed licence under my name (still MIT)

v1.13.2

Fixed

  • Fix artifacts parsing for @opentelemetry/exporter-trace-otlp-http version <0.29.0

Changed

  • Refactor artifacts handling

v1.13.1

Fixed

  • Fix type error

v1.13.0

Added

  • Add attributes on the workflow span:
    • github.referenced_workflows
    • github.url
    • github.status
    • github.node_id
    • github.check_suite_id
    • github.check_suite_node_id
    • github.jobs_url
    • github.logs_url
    • github.check_suite_url
    • github.artifacts_url
    • github.cancel_url
    • github.rerun_url
    • github.head_branch
    • github.path
    • github.display_title
  • Add attributes on the job spans:
    • github.job.run_url
    • github.job.node_id
    • github.job.head_sha
    • github.job.url
    • github.job.html_url

... (truncated)

Changelog

Sourced from corentinmusard/otel-cicd-action's changelog.

[2.2.1] - 2025-01-06

Fixed

  • pull-requests: read permission is now optional. If not set, PRs labels will not be added to the trace

[2.2.0] - 2025-01-05

Added

  • Add job annotations if available, requires the following permission on private repositories:
permissions:
  checks: read # Optional. To read run annotations

Fixed

  • Add error handling for octokit requests

[2.1.0] - 2025-01-05

Added

  • Add extraAttributes input to add arbitrary resource attributes

[2.0.0] - 2025-01-04

⚠ BREAKING CHANGES

  • Removed compatibility with inception-health/otel-upload-test-artifact-action action. It is based on @actions/artifact prior to v2 which is deprecated since June 2024 and will be removed in January 30th, 2025. If you were using this action, please open an issue to discuss your use case.
  • Removed github.author_name attribute, use github.head_commit.author.name instead
  • Removed github.author_email attribute, use github.head_commit.author.email instead

Changed

  • Changed licence under my name (still MIT)

[1.13.2] - 2025-01-04

Fixed

  • Fix artifacts parsing for @opentelemetry/exporter-trace-otlp-http version <0.29.0

Changed

  • Refactor artifacts handling
Commits
  • f793f8b permission pull-requests: read is now optional (#44)
  • 015e81d Add job annotations (#43)
  • 266faa4 Add error handling for octokit requests (#42)
  • 75ba347 feat: Add arbitrary resource attributes (#41)
  • 8d5cbc9 Simplify project file structure (#40)
  • 151a8c9 Remove compatibility with inception-health/otel-upload-test-artifact-action (...
  • 3d51c7a Put license under my name (#38)
  • 0cb0c88 Explain differences between workflow_run and run in existing workflow (#37)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [corentinmusard/otel-cicd-action](https://github.com/corentinmusard/otel-cicd-action) from 1 to 2.
- [Release notes](https://github.com/corentinmusard/otel-cicd-action/releases)
- [Changelog](https://github.com/corentinmusard/otel-cicd-action/blob/main/CHANGELOG.md)
- [Commits](corentinmusard/otel-cicd-action@v1...v2)

---
updated-dependencies:
- dependency-name: corentinmusard/otel-cicd-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@joschi joschi merged commit 266150f into main Jan 7, 2025
1 check passed
@joschi joschi deleted the dependabot/github_actions/corentinmusard/otel-cicd-action-2 branch January 7, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants