Skip to content

Conversation

@nikitassharma
Copy link
Member

Fixes CC-6542

Some users have a capability which allows them to have more image registries then just the managed registry + supported external registries. The current validation in wrangler is too strict and breaks this workflow. The correct way to validate would be to compare against the valid registries returned from GET /registries. However, since the point of wrangler validation is quick feedback, this validation is skipped and left to be handled by the API.


  • Tests
    • Tests included/updated
    • Tests not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: bug fix
  • Wrangler V3 Backport
    • Wrangler PR:
    • Not necessary because: not in v3

A picture of a cute animal (not mandatory, but encouraged)
image :)

@nikitassharma nikitassharma requested review from a team as code owners December 8, 2025 16:15
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

🦋 Changeset detected

Latest commit: eb35fe9

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the v3-maintenance branch with your changes. Thank you for helping us keep Wrangler v3 supported!

Depending on your changes, running git rebase --onto v3-maintenance main nsharma/image-validation might be a good starting point.

Notes:

  • your PR branch should be named v3-backport-11559
  • add the skip-v3-pr label to the current PR to stop this workflow from failing

@nikitassharma nikitassharma added the skip-v3-pr Skip validation of presence of a v3 backport PR label Dec 8, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11559

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11559

miniflare

npm i https://pkg.pr.new/miniflare@11559

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11559

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11559

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11559

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11559

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11559

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11559

wrangler

npm i https://pkg.pr.new/wrangler@11559

commit: eb35fe9

Copy link
Contributor

@emily-shen emily-shen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and thank you for the otters

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Dec 8, 2025
@nikitassharma nikitassharma merged commit ea6fbec into main Dec 8, 2025
47 of 52 checks passed
@nikitassharma nikitassharma deleted the nsharma/image-validation branch December 8, 2025 17:41
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-v3-pr Skip validation of presence of a v3 backport PR

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants