You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Fleet Server's version is updated after a release (e.g. #3503), there could be a period of time when stack products of the updated version are not yet available for Fleet Server to use in testing. During this period of time, Fleet Server tests relying on these product versions will fail.
Elastic Agent faced a similar issue and it was decided to resolve it by creating a versions file in the Agent repo and use it do define the list of stack versions that Agent could test against. See:
│ Error: failed creating deployment
│
│ with ec_deployment.deployment,
│ on main.tf line 46, in resource "ec_deployment" "deployment":
│ 46: resource "ec_deployment" "deployment" {
│
│ api error: 1 error occurred:
│ * clusters.cluster_invalid_plan: Version [8.14.1-SNAPSHOT] is not available. Please use one of the available versions (resources.elasticsearch[0].elasticsearch.version)
The text was updated successfully, but these errors were encountered:
When Fleet Server's version is updated after a release (e.g. #3503), there could be a period of time when stack products of the updated version are not yet available for Fleet Server to use in testing. During this period of time, Fleet Server tests relying on these product versions will fail.
Elastic Agent faced a similar issue and it was decided to resolve it by creating a versions file in the Agent repo and use it do define the list of stack versions that Agent could test against. See:
CI failures examples:
Error:
The text was updated successfully, but these errors were encountered: