Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

fix: add missing yq versions#1781

Merged
patrickhoefler merged 1 commit intomainfrom
fix/yq
Feb 5, 2026
Merged

fix: add missing yq versions#1781
patrickhoefler merged 1 commit intomainfrom
fix/yq

Conversation

@patrickhoefler
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 5, 2026 14:03
@patrickhoefler patrickhoefler merged commit 69b7ac4 into main Feb 5, 2026
9 checks passed
@patrickhoefler patrickhoefler deleted the fix/yq branch February 5, 2026 14:06
Copy link

Copilot AI left a 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 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.

Comment on lines +5 to +9
- 4.17.1
- 4.24.1
- 4.24.3 # wrong version information
- 4.24.4 # wrong version information
- 4.27.1
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing whitespace after version numbers. Lines 5, 6, and 9 have trailing spaces that should be removed for consistency.

Suggested change
- 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

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +17
- 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
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants