Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 02:27
· 183 commits to main since this release

⚠️ Breaking Changes

Add prefer-distribution- options

By default, the gauge metrics are enabled, and the distribution metrics are disabled.

To enable the distribution metrics,

      prefer-distribution-workflow-run-metrics: true
      prefer-distribution-job-metrics: true
      prefer-distribution-step-metrics: true

Remove disable-distribution-metrics option

For consistency, disable-distribution-metrics is removed.

What's Changed

  • chore(deps): update int128/datadog-actions-metrics action to v1.85.0 by @renovate in #1096
  • chore(deps): update eslint to v7.7.0 by @renovate in #1097
  • Migrate to eslint flat config by @int128 in #1098
  • chore(deps): pin dependency typescript-eslint to 7.7.0 by @renovate in #1099
  • chore(deps): update dependency eslint to v9 by @renovate in #1095
  • Add prefer distribution metrics options by @int128 in #1100

Full Changelog: v1.85.0...v1.86.0