Merged
Conversation
07049ac to
7f915b4
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds functionality to package Custom Resource Definitions (CRDs) as a tarball and upload it as a release asset to GitHub releases. The implementation creates a new make target to concatenate all CRD YAML files into a single packaged file and includes a new GitHub Actions workflow job to build and upload this asset during releases.
Key changes:
- Added
package-crdsmake target to concatenate CRD files into a single YAML - Added
upload-crdsjob in release workflow to package and upload CRDs as release assets
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Makefile | Adds package-crds target to concatenate CRD YAML files into a single distribution file |
| .github/workflows/release.yml | Adds upload-crds job to package and upload CRDs as GitHub release assets |
8c5b630 to
313403c
Compare
ci: upgrade action-gh-release to v2.3.2 in release workflow for improved functionality refactor: change CRD packaging from tarball to single YAML file in Makefile and update release workflow accordingly feat: enhance CRD packaging in Makefile to support both yq and manual concatenation methods fix: improve CRD packaging logic in Makefile to handle YAML file headers correctly
085fa54 to
e5fc0f5
Compare
MonPote
approved these changes
Jul 30, 2025
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.
No description provided.