-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update release notes to match actual BOM/SBOM files #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove references to files that are not actually generated: - bom-v*.yaml (not generated) - sbom-operator-v*.spdx.json (not generated) - sbom-operator-v*.syft.json (not generated) Fix documentation link path for Helm deployment guide. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects the release notes in the Helm packaging workflow to accurately reflect the BOM/SBOM files that are actually generated and uploaded to releases.
- Removed references to three non-existent BOM/SBOM files (YAML BOM, SPDX SBOM, and Syft SBOM)
- Updated descriptions for the two BOM files that are actually generated
- Fixed the Helm Deployment Guide documentation link path
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pull Request Test Coverage Report for Build 19493467741Details
💛 - Coveralls |
Change description from 'Machine-readable JSON BOM' to 'CycloneDX format BOM' to match the actual format generated by scripts/generate-bom.sh and for consistency with SBOM description. Co-authored-by: GitHub Copilot <noreply@github.com> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
The release notes were referencing BOM/SBOM files that are not actually being generated and uploaded.
Changes
Removed references to non-existent files:
Files that ARE included:
Additional fix:
Impact
This ensures the release notes accurately reflect what files are actually available in the release.
🤖 Generated with Claude Code