Summary
Remove the temporary DR_RELATED_INTEGRATIONS_USE_GTE environment variable gate and the 9.5.0 stack-version threshold used for related_integrations.version generation after stack 9.7 support is established.
Background
related_integrations.version generation currently defaults to caret ranges for local clones. Repository-controlled package build and unit test workflows opt into >= ranges with:
export DR_RELATED_INTEGRATIONS_USE_GTE=True
This protects local users from seeing the new >= behavior before the package/release workflows are ready to make it the default everywhere.
Acceptance Criteria
- Remove
DR_RELATED_INTEGRATIONS_USE_GTE.
- Remove
RELATED_INTEGRATION_GTE_OPERATOR_MIN_STACK.
- Make
>= related integration versions the default behavior where appropriate.
- Remove workflow env var usage for
DR_RELATED_INTEGRATIONS_USE_GTE.
- Update tests and docs to reflect the permanent behavior.
Owner
@eric-forte-elastic
Summary
Remove the temporary
DR_RELATED_INTEGRATIONS_USE_GTEenvironment variable gate and the9.5.0stack-version threshold used forrelated_integrations.versiongeneration after stack9.7support is established.Background
related_integrations.versiongeneration currently defaults to caret ranges for local clones. Repository-controlled package build and unit test workflows opt into>=ranges with:export DR_RELATED_INTEGRATIONS_USE_GTE=TrueThis protects local users from seeing the new
>=behavior before the package/release workflows are ready to make it the default everywhere.Acceptance Criteria
DR_RELATED_INTEGRATIONS_USE_GTE.RELATED_INTEGRATION_GTE_OPERATOR_MIN_STACK.>=related integration versions the default behavior where appropriate.DR_RELATED_INTEGRATIONS_USE_GTE.Owner
@eric-forte-elastic