fix: resolve CI blockers (version mismatch and glibc CVEs)#221
Open
GraysonCAdams wants to merge 1 commit intomainfrom
Open
fix: resolve CI blockers (version mismatch and glibc CVEs)#221GraysonCAdams wants to merge 1 commit intomainfrom
GraysonCAdams wants to merge 1 commit intomainfrom
Conversation
- Update version.txt from 1.0.10 to 1.0.15 to match other version files - Add CVE-2026-0861 and CVE-2026-0915 to .trivyignore (glibc vulnerabilities in Chainguard base image, fix available in glibc 2.42-r6, waiting for Renovate to update Docker image digest) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
cd8f09f to
1769313
Compare
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.
Summary
Details
Version Mismatch
The version.txt file was at 1.0.10 while all other version files (frontend/package.json, desktop/package.json, etc.) were at 1.0.15 after release 1.0.15. This was causing the "Check Version Consistency" check to fail on all PRs.
glibc CVEs
The Container Scan was failing due to glibc vulnerabilities in the Chainguard Python base image:
Fix is available in glibc 2.42-r6. These are temporarily ignored until Renovate updates the Docker image digest.
Test plan
🤖 Generated with Claude Code