Skip to content

[FR] Remove Related Integrations GTE Gate After Stack 9.7 #6327

Description

@eric-forte-elastic

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

Metadata

Metadata

Labels

enhancementNew feature or request

Fields

No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions