fix: add missing kustomize versions for darwin/arm64#1780
fix: add missing kustomize versions for darwin/arm64#1780patrickhoefler merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds missing kustomize versions for the darwin/arm64 platform, closing the gap between version 5.0.3 and 5.8.0. The changes update the version metadata and add configuration files for versions that are available for this platform.
Changes:
- Updated the latest supported version from 5.0.3 to 5.8.0 for darwin/arm64
- Added 12 new version configuration files (5.2.1, 5.3.0, 5.4.1-5.4.3, 5.5.0-5.8.0)
- Updated the ignored versions list to document versions 5.1.0, 5.2.0, and 5.4.0 that should be skipped for platform-specific or technical reasons
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| v0/kustomize/meta.yaml | Added version-specific ignore entries with explanations for 5.1.0 (no darwin/arm64 build) and 5.2.0 (wrong binary format), maintaining existing 5.4.0 entry |
| v0/kustomize/darwin-arm64/meta.yaml | Updated latest version from 5.0.3 to 5.8.0 |
| v0/kustomize/darwin-arm64/5.2.1.yaml | Added version 5.2.1 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.3.0.yaml | Added version 5.3.0 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.4.1.yaml | Added version 5.4.1 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.4.2.yaml | Added version 5.4.2 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.4.3.yaml | Added version 5.4.3 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.5.0.yaml | Added version 5.5.0 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.6.0.yaml | Added version 5.6.0 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.7.0.yaml | Added version 5.7.0 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.7.1.yaml | Added version 5.7.1 with download URL and SHA256 checksum |
| v0/kustomize/darwin-arm64/5.8.0.yaml | Added version 5.8.0 with download URL and SHA256 checksum |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| version: | ||
| earliest: 4.2.0 | ||
| latest: 5.0.3 | ||
| latest: 5.8.0 |
There was a problem hiding this comment.
Version 5.1.1 appears to be missing for darwin-arm64. This version exists for darwin-amd64 (v0/kustomize/darwin-amd64/5.1.1.yaml), linux-amd64, and linux-arm64 platforms. If this version should be excluded for darwin-arm64, it should be added to the ignoredVersions list in v0/kustomize/meta.yaml with an explanation. Otherwise, a 5.1.1.yaml file should be added to the darwin-arm64 directory.
| latest: 5.8.0 | |
| latest: 5.8.0 | |
| ignoredVersions: | |
| - version: 5.1.1 | |
| reason: "kustomize 5.1.1 was not released for darwin-arm64" |
No description provided.