Skip to content

Backport: pin curl to 8.5.0-2ubuntu10.13 in the base image - #23531

Merged
HashWrangler merged 5 commits into
release/2.61.0from
fix-remove-curl-pin-2610
Aug 25, 2026
Merged

Backport: pin curl to 8.5.0-2ubuntu10.13 in the base image#23531
HashWrangler merged 5 commits into
release/2.61.0from
fix-remove-curl-pin-2610

Conversation

@HashWrangler

@HashWrangler HashWrangler commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

What

Backports #23530 to release/2.61.0: bumps the exact version pin on curl to .13. Also bumps github.com/smartcontractkit/chain-selectors v1.0.107 -> v1.0.108 to satisfy this branch's verify-version CI check, which was failing independently of the curl issue.

Why

This branch's curl pin was already at .12 from #23513, and .12 is gone from the archive too as of today. .13 is the current version in the Ubuntu 24.04 noble-updates/noble-security archive -- same root cause as develop.

The chain-selectors bump is unrelated: verify-version compares the pinned module version against the latest upstream release tag and failed because v1.0.108 shipped after this branch was cut.

Verification

Same fix as develop: the exact pin ages out every time Ubuntu ships a
security update, and this branch was still stuck at the .12 that just
went stale too.
@github-actions

Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting release/2.61.0

@trunk-io

trunk-io Bot commented Aug 25, 2026

Copy link
Copy Markdown

Static BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

verify-version requires this branch to track the latest chain-selectors
release; v1.0.108 shipped after this branch was cut. Verified go build
./core/... succeeds against the bump.
Re-pin instead of leaving curl unversioned, per direct instruction to
move forward without further pin-removal discussion. .13 is the
current version in the Ubuntu 24.04 noble-updates/security archive.
@HashWrangler HashWrangler changed the title Backport: stop pinning curl in the base image Backport: pin curl to 8.5.0-2ubuntu10.13 in the base image Aug 25, 2026
@HashWrangler
HashWrangler marked this pull request as ready for review August 25, 2026 20:29
@HashWrangler
HashWrangler requested review from a team as code owners August 25, 2026 20:29
@dangitsdavid
dangitsdavid requested a review from a team as a code owner August 25, 2026 21:00
@github-actions

Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@HashWrangler
HashWrangler enabled auto-merge August 25, 2026 21:09
@HashWrangler
HashWrangler merged commit 47f06fd into release/2.61.0 Aug 25, 2026
223 checks passed
@HashWrangler
HashWrangler deleted the fix-remove-curl-pin-2610 branch August 25, 2026 21:14
@cl-sonarqube-production

Copy link
Copy Markdown

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.

3 participants