chore: add claude skill for changelog analysis#490
Merged
kb-newrelic merged 2 commits intomainfrom Feb 10, 2026
Merged
Conversation
mailo-nr
reviewed
Jan 28, 2026
.claude/skills/version-bump-analysis/extract-changelog-version.sh
Outdated
Show resolved
Hide resolved
mailo-nr
reviewed
Jan 28, 2026
mailo-nr
previously approved these changes
Jan 28, 2026
Contributor
mailo-nr
left a comment
There was a problem hiding this comment.
LGTM, just added a couple comments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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.policyattribute to be set on the spans in a trace when a sampling decision is cached.receiver/prometheus: Remove deprecateduse_start_time_metricandstart_time_metric_regexconfiguration options. (#44180)The
use_start_time_metricandstart_time_metric_regexconfiguration 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
metricstarttimeprocessor 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.disableinvertdecisionsfeature 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: Renameotlpexporter tootlp_grpcexporter and add deprecated aliasotlp. (#14403)exporter/otlp_http: Renameotlphttpexporter tootlp_httpexporter and add deprecated aliasotlphttp. (#14396)