Hi, im running zeebe and operate in version 8.7 with ES 8.18.2, Now i want to migrate to 8.8.0-alpha5-rc1, however, after upgrading images of zeebe and operate to 8.8, we get the following issue:
io.camunda.operate.util.RetryOperation - Retry Operation Connect to Elasticsearch cluster [elasticsearch] at http://elasticsearch-intg.test.svc.cluster.local:9200 failed: node: http://elasticsearch-intg.test.svc.cluster.local:9200/, status: 200, [es/cluster.health] Failed to decode response
co.elastic.clients.transport.TransportException: node: http://elasticsearch-intg.test.svc.cluster.local:9200/, status: 200, [es/cluster.health] Failed to decode response
which suggests 8.8.0-alpha5-rc1is not compatible with our ES, is there some kind of version compatibility matrix? or any other solution to this issue?