Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds two missing yq versions (4.52.1 and 4.52.2) across all supported platforms and updates the ignored versions list to exclude versions 4.50.0 and 4.51.0 from being processed.
Changes:
- Added version files for 4.52.1 and 4.52.2 across all four platforms (linux-arm64, linux-amd64, darwin-arm64, darwin-amd64)
- Updated meta.yaml version pointers from 4.50.1 to 4.52.2 for each platform
- Added 4.50.0 and 4.51.0 to the ignoredVersions list in the main meta.yaml
- Removed quotes and some explanatory comments from existing ignored version entries
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| v0/yq/meta.yaml | Updated ignoredVersions list to add 4.50.0 and 4.51.0; reformatted existing entries by removing quotes and some comments |
| v0/yq/linux-arm64/meta.yaml | Updated latest version from 4.50.1 to 4.52.2 |
| v0/yq/linux-arm64/4.52.2.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/linux-arm64/4.52.1.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/linux-amd64/meta.yaml | Updated latest version from 4.50.1 to 4.52.2 |
| v0/yq/linux-amd64/4.52.2.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/linux-amd64/4.52.1.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/darwin-arm64/meta.yaml | Updated latest version from 4.50.1 to 4.52.2 |
| v0/yq/darwin-arm64/4.52.2.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/darwin-arm64/4.52.1.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/darwin-amd64/meta.yaml | Updated latest version from 4.50.1 to 4.52.2 |
| v0/yq/darwin-amd64/4.52.2.yaml | Added version file with download URL and SHA256 hash |
| v0/yq/darwin-amd64/4.52.1.yaml | Added version file with download URL and SHA256 hash |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - 4.17.1 | ||
| - 4.24.1 | ||
| - 4.24.3 # wrong version information | ||
| - 4.24.4 # wrong version information | ||
| - 4.27.1 |
There was a problem hiding this comment.
Remove trailing whitespace after version numbers. Lines 5, 6, and 9 have trailing spaces that should be removed for consistency.
| - 4.17.1 | |
| - 4.24.1 | |
| - 4.24.3 # wrong version information | |
| - 4.24.4 # wrong version information | |
| - 4.27.1 | |
| - 4.17.1 | |
| - 4.24.1 | |
| - 4.24.3 # wrong version information | |
| - 4.24.4 # wrong version information | |
| - 4.27.1 |
| - 4.17.1 | ||
| - 4.24.1 | ||
| - 4.24.3 # wrong version information | ||
| - 4.24.4 # wrong version information | ||
| - 4.27.1 | ||
| - 4.30.2 # wrong version information | ||
| - 4.36.0 | ||
| - 4.37.0 | ||
| - 4.38.0 | ||
| - 4.39.0 | ||
| - 4.40.0 | ||
| - 4.50.0 | ||
| - 4.51.0 |
There was a problem hiding this comment.
Consider adding explanatory comments for why these versions are ignored. Looking at conventions in this codebase (e.g., v0/air/meta.yaml, v0/cloudflared/meta.yaml, v0/eksctl/meta.yaml), most ignored versions include comments explaining the reason such as "withdrawn", "never released", "wrong version information", etc. Lines 5, 6, and 9 had explanatory comments in the previous version that were removed. If these versions were withdrawn, the comments should be restored for documentation purposes.
No description provided.