Cleans up irrelevant CVE fixes by seeking replace directives in distribution manifest.yaml files, finding the current version of the modules in the generated go.sum files, and removing replace directives where the go mod version exceeds the replacing (fixed)…
newrelic/nrdot-collector-releases
SkillsMP has collected 4 skills from newrelic/nrdot-collector-releases. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 7
- GitHub forks
- 30
Skills in this repository
Showing 4 of 4 collected skills.
Fixes a CVE in nrdot distributions by looking up the CVE details, finding the installed vulnerable version in the generated go.sum files, adding a Go module replace directive to all affected manifest.yaml files, then regenerating licenses and committing the…
Analyzes OpenTelemetry Collector component version bumps and compiles a markdown summary of relevant changes (breaking changes, deprecations, bug fixes) from the upstream CHANGELOG files. Only includes changes for components used in the nrdot releases repo.…
Use when adding a changelog entry to this repo — creating or editing files in `.chloggen/`, running `make chlog-new/-validate/-preview/-update`, or preparing a user-facing PR whose release notes should show up in CHANGELOG.md. Covers the draft-PR-first dance…