Skip to content

chore: bump version to 1.0.0-rc.3#237

Merged
coopernetes merged 2 commits into
mainfrom
release/1.0.0-rc.3
May 11, 2026
Merged

chore: bump version to 1.0.0-rc.3#237
coopernetes merged 2 commits into
mainfrom
release/1.0.0-rc.3

Conversation

@coopernetes
Copy link
Copy Markdown
Member

Summary

  • Bump version to 1.0.0-rc.3
  • Switch Dockerfile base images from eclipse-temurin:25-{jdk,jre} (Ubuntu 26.04/Resolute) to eclipse-temurin:25-{jdk,jre}-noble (Ubuntu 24.04 LTS/Noble) to eliminate 11 pebble CVEs (6 High, 5 Medium)

Background

eclipse-temurin:25-* now defaults to Ubuntu 26.04 (Resolute Raccoon), which ships /usr/bin/pebble — Canonical's container service manager compiled with Go 1.26.2. This binary carried 11 stdlib CVEs all fixed in Go 1.26.3. Since we override ENTRYPOINT directly, pebble serves no purpose and is just dead weight with a CVE surface. The -noble variants (Ubuntu 24.04 LTS) do not include pebble.

Addresses: CVE-2026-39820, CVE-2026-42499, CVE-2026-33814, CVE-2026-33811, CVE-2026-39836, CVE-2026-42501, CVE-2026-39817, CVE-2026-39826, CVE-2026-39823, CVE-2026-39825, CVE-2026-39819

🤖 Generated with Claude Code

coopernetes and others added 2 commits May 11, 2026 13:46
eclipse-temurin:25-{jdk,jre} now defaults to Ubuntu 26.04 (Resolute)
which ships /usr/bin/pebble, a Go binary carrying 11 stdlib CVEs
(6 High, 5 Medium, all fixed in Go 1.26.3). The -noble variants
(Ubuntu 24.04 LTS) do not include pebble and are CVE-clean.

Addresses: CVE-2026-39820, CVE-2026-42499, CVE-2026-33814,
CVE-2026-33811, CVE-2026-39836, CVE-2026-42501, CVE-2026-39817,
CVE-2026-39826, CVE-2026-39823, CVE-2026-39825, CVE-2026-39819

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coopernetes coopernetes enabled auto-merge May 11, 2026 18:15
@coopernetes coopernetes merged commit 2671b22 into main May 11, 2026
16 checks passed
@coopernetes coopernetes deleted the release/1.0.0-rc.3 branch May 11, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant