Skip to content

chore: add claude skill for changelog analysis#490

Merged
kb-newrelic merged 2 commits intomainfrom
kbauer/version-bump-analysis-skill
Feb 10, 2026
Merged

chore: add claude skill for changelog analysis#490
kb-newrelic merged 2 commits intomainfrom
kbauer/version-bump-analysis-skill

Conversation

@kb-newrelic
Copy link
Contributor

Summary

  • Adds a claude skill to generate message like this one for version bump PRs.
  • Bash script to fetch changelog is necessary to not overload context

Example message for #488

Contrib v0.143.0

🛑 Breaking changes 🛑
  • processor/tail_sampling: Add support for caching the policy name involved in a sampling decision. (#45040)
    This change allows the tailsampling.policy attribute to be set on the spans in a trace when a sampling decision is cached.

  • receiver/prometheus: Remove deprecated use_start_time_metric and start_time_metric_regex configuration options. (#44180)
    The use_start_time_metric and start_time_metric_regex configuration options have been removed after being deprecated in v0.142.0.
    Users who have these options set in their configuration will experience collector startup failures after upgrading.
    To migrate, remove these configuration options and use the metricstarttime processor instead for equivalent functionality.

🧰 Bug fixes 🧰
  • exporter/loadbalancing: Fix k8s resolver parsing so loadbalancing exporter works with service FQDNs (#44472)

Contrib v0.144.0

🛑 Breaking changes 🛑
  • processor/tail_sampling: The deprecated invert decisions are disabled by default. (#44132)
    Drop policies should be used instead of invert decisions for explicitly not sampling a trace.
    If the deprecated behavior is required while migrating to drop policies, disable the processor.tailsamplingprocessor.disableinvertdecisions feature gate.
🧰 Bug fixes 🧰
  • processor/resourcedetection: Prevent the resource detection processor from panicking when detectors return a zero-valued pdata resource. (#41934) Note: Because of opentelemetry-collector-releases#1350 this change is not available on the v0.144.0 binary releases. v0.145.0 will include this change.

  • processor/resourcedetection: Fix nil pointer panic when HTTP client creation fails in Start method (#45220) Note: Because of opentelemetry-collector-releases#1350 this change is not available on the v0.144.0 binary releases. v0.145.0 will include this change.

Core v0.144.0

🚩 Deprecations 🚩
  • exporter/otlp_grpc: Rename otlp exporter to otlp_grpc exporter and add deprecated alias otlp. (#14403)

  • exporter/otlp_http: Rename otlphttp exporter to otlp_http exporter and add deprecated alias otlphttp. (#14396)

@kb-newrelic kb-newrelic requested a review from a team as a code owner January 28, 2026 21:58
mailo-nr
mailo-nr previously approved these changes Jan 28, 2026
Copy link
Contributor

@mailo-nr mailo-nr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just added a couple comments.

Copy link
Contributor

@mailo-nr mailo-nr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kb-newrelic kb-newrelic merged commit 64273ec into main Feb 10, 2026
19 checks passed
@kb-newrelic kb-newrelic deleted the kbauer/version-bump-analysis-skill branch February 10, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments