mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
chore: add changeset
This commit is contained in:
parent
fe8fdd7fbd
commit
efb84b073b
1 changed files with 9 additions and 0 deletions
9
.changeset/weak-lobsters-march.md
Normal file
9
.changeset/weak-lobsters-march.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
"wrangler-action": patch
|
||||
---
|
||||
|
||||
Fixes issues with semver comparison, where version parts were treated lexicographically instead of numerically.
|
||||
|
||||
Bulk secret uploading was introduced in wrangler `3.4.0`, and this action tries to check if the version used is greater than `3.4.0`, and then if so, using the new bulk secret API which is faster. Due to a bug in the semver comparison, `3.19.0` was being considered less than `3.4.0`, and then using an older and slower method for uploading secrets.
|
||||
|
||||
Now the semver comparison is fixed, the faster bulk method is used for uploading secrets when available.
|
Loading…
Reference in a new issue