| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Update Go version to 1.25.10 (fixes CVE-2026-39820, CVE-2026-42499, CVE-2026-39836, CVE-2026-33814, CVE-2026-33811, CVE-2026-42501, CVE-2026-39817, CVE-2026-39826, CVE-2026-39825, CVE-2026-39823, CVE-2026-39819) Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: build (arm64) SummaryThe Crossplane CLI installation failed because version "current" is not available on the "master" channel. Root CauseThe CI workflow is configured to download the Crossplane CLI using:
This version combination is no longer available. The Crossplane project has likely moved to a different versioning scheme or the master channel no longer publishes a "current" version. Error DetailsFailed to download Crossplane CLI. Please make sure version current exists on channel master. ##[error]Process completed with exit code 1. RecommendationUpdate .github/workflows/ci.yml to use the stable channel instead: XP_CHANNEL: stable
XP_VERSION: stableThis will download the latest stable Crossplane CLI release. A remediation plan has been generated to apply this fix. This analysis was generated by the build-failure-analyze skill. |
Sorry, something went wrong.
The 'current' version is no longer available on the 'master' channel. Switch to the 'stable' channel with 'stable' version to use the latest stable Crossplane CLI release. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: build (amd64) SummaryThe Crossplane CLI installation failed because the version "stable" is not valid on the "stable" channel. Root CauseThe previous fix attempted to use:
However, this is also an invalid combination. The "stable" channel does not have a version called "stable". When using the stable channel, XP_VERSION needs to be either:
The install script does not recognize "stable" as a valid version string. Error DetailsFailed to download Crossplane CLI. Please make sure version stable exists on channel stable. ##[error]Process completed with exit code 1. RecommendationRemove the XP_CHANNEL and XP_VERSION environment variables entirely from the CI workflow. The install script will default to the latest stable version when these are not set, which is the desired behavior. A remediation plan has been generated to apply this fix. This analysis was generated by the build-failure-analyze skill. |
Sorry, something went wrong.
Remove XP_CHANNEL and XP_VERSION environment variables to use the install script's default behavior (latest stable version). The explicit version specifications were causing failures due to unavailable version/channel combinations. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
- Pin Crossplane CLI version to v2.3.0. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
There was a problem hiding this comment.
Thanks @ulucinar LGTM!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
References
Verification