BUN_VERSION set to latest does not get the latest version
complete
M
Md. Touhidur Rahman
Tests:
BUN_VERSION
set to *
-> Gets bun 1.0
BUN_VERSION
set to x
-> Gets bun 1.1.0
BUN_VERSION
set to latest
-> Gets bun 1.1.0
BUN_VERSION
set to >=1.1.3
-> Gets bun 1.1.3
BUN_VERSION
set to 1.1.4
or >=1.1.4
-> Gets bun 1.1.4
This means I have to set
BUN_VERSION
to latest version every time specifically to get the latest version. This is very intriguing. No other workaround found.Note:
Clear build cache and deploy was used for every test.Log In
M
Md. Touhidur Rahman
Not sure if this is working properly. Breaking every time.
Note: My project does not use jq in any stage. I suspect this is what render is using in their build scripts and its failing somehow.
r
robdimarco
Md. Touhidur Rahman: That seems like a Render-side error. Will investigate and fix.
r
robdimarco
complete
You can now set the
BUN_VERSION
to latest
to get the most recent version. Check out https://docs.render.com/bun-version for detailsr
robdimarco
in progress
B
Birk Skyum
I think it's fair to not auto bump the minor version, since Bun doesn't follow semver and introduce breaking changes there like in 1.1.0, but imo. the patch version should definitely be automatic like you mention. Thanks for reporting this, I'd have hit issues with this later today otherwise.