chore(deps): update dependency wrangler to v4.20.5 #104
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.
This PR contains the following updates:
4.20.0
->4.20.5
Release Notes
cloudflare/workers-sdk (wrangler)
v4.20.5
Compare Source
Patch Changes
#9688
086e29d
Thanks @dario-piotrowicz! - add remote bindings support togetPlatformProxy
Example:
#9558
d5edf52
Thanks @ichernetsky-cf! -wrangler containers apply
usesobservability
configuration.#9678
24b2c66
Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remote
fieldswrangler commands, run without the
--x-remote-bindings
flag, parsing config files containingexperimental_remote
fields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindings
flag is provided#9633
3f478af
Thanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51
Thanks @CarmenPopoviciu! - add ability to pull images for containers local devUpdated dependencies [
bfb791e
,5162c51
]:v4.20.4
Compare Source
Patch Changes
#9673
ffa742f
Thanks @dario-piotrowicz! - fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag#9653
8a60fe7
Thanks @penalosa! - RenameWRANGLER_CONTAINERS_DOCKER_PATH
toWRANGLER_DOCKER_BIN
#9664
c489a44
Thanks @IRCody! - Remove cloudchamber/container apply confirmation dialog when run non-interactively.#9653
8a60fe7
Thanks @penalosa! - Add a warning banner towrangler cloudchamber
andwrangler containers
commands#9605
17d23d8
Thanks @emily-shen! - Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session.Updated dependencies [
17d23d8
]:v4.20.3
Compare Source
Patch Changes
#9621
08be3ed
Thanks @gabivlj! - wrangler containers: 'default' scheduling policy should be the default#9586
d1d34fe
Thanks @penalosa! - Remove the Mixed Mode naming in favour of "remote bindings"/"remote proxy"Updated dependencies [
d1d34fe
]:v4.20.2
Compare Source
Patch Changes
#9565
b1c9139
Thanks @IRCody! - Ensure that a container applications image configuration is not updated if there were not changes to the image.#9628
92f12f4
Thanks @gpanders! - Remove "Cloudchamber" from user facing error messages#9576
2671e77
Thanks @vicb! - Add core local dev functionality for containers.Adds a new WRANGLER_DOCKER_HOST env var to customise what socket to connect to.
Updated dependencies [
828b7df
,2671e77
]:v4.20.1
Compare Source
Patch Changes
#9536
3b61c41
Thanks @dario-piotrowicz! - exposeUnstable_Binding
type#9564
1d3293f
Thanks @skepticfx! - Switch container registry toregistry.cloudflare.com
fromregistry.cloudchamber.cfdata.org
.Also adds the env var
CLOUDFLARE_CONTAINER_REGISTRY
to override this#9520
04f9164
Thanks @vicb! - fix the default value for keep_names (true
)#9506
36113c2
Thanks @penalosa! - Strip theCF-Connecting-IP
header from outgoing fetches#9592
49f5ac7
Thanks @petebacondarwin! - Point to the right location for docs on telemetry#9593
cf33417
Thanks @vicb! - drop unusedWRANGLER_UNENV_RESOLVE_PATHS
env var#9566
521eeb9
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.3#9344
02e2c1e
Thanks @dario-piotrowicz! - add warning about env not specified to potentially risky wrangler commandsadd a warning suggesting users to specify their target environment (via
-e
or--env
)when their wrangler config file contains some environments and they are calling one
of the following commands:
this is a measure we're putting in place to try to prevent developers from accidentally applying
changes to an incorrect (potentially even production) environment
#9344
02e2c1e
Thanks @dario-piotrowicz! - allow passing an empty string to the-e|--env
flag to target the top-level environment#9536
3b61c41
Thanks @dario-piotrowicz! - performance improvement: restart a mixed mode session only if the worker's remote bindings have changed#9550
c117904
Thanks @dario-piotrowicz! - allowstartWorker
to acceptfalse
as aninspector
option (to disable the inspector server)#9473
fae8c02
Thanks @dario-piotrowicz! - expose newexperimental_maybeStartOrUpdateMixedModeSession
utilityUpdated dependencies [
bd528d5
,2177fb4
,36113c2
,e16fcc7
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.