Remove deprecated K6_BINARY_PROVISIONING env var#5734
Open
Conversation
The feature was renamed to K6_AUTO_EXTENSION_RESOLUTION in v1.2.0. The old name was kept for backward compat with v1.0.x/v1.1.x and is no longer needed in v2. Made-with: Cursor
Made-with: Cursor
joanlopez
approved these changes
Mar 12, 2026
szkiba
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What?
Remove the deprecated
K6_BINARY_PROVISIONINGenvironment variable that was kept as a backward-compatible alias forK6_AUTO_EXTENSION_RESOLUTION.Why?
The feature was originally introduced as "Binary Provisioning" with the
K6_BINARY_PROVISIONINGenv var in v1.0.0-rc2. In v1.2.0, it was renamed toK6_AUTO_EXTENSION_RESOLUTIONand enabled by default. The old name was kept for backward compatibility with v1.0.x/v1.1.x users, with an explicit code comment: "maintained for backward compatibility to be removed in a future release".v2 is the appropriate semver boundary for removing this deprecated alias.
Checklist
make check) and all pass.Related PR(s)/Issue(s)