Simon Cooper

Results 102 comments of Simon Cooper

@elasticmachine update branch

https://github.com/elastic/elasticsearch/pull/106712 has added a method on TransportVersion (that can be copied to other version numbers if necessary) to make it easier to correctly declare patches on previously released transport versions,...

@elasticmachine update branch

@anniegale9538 Is it definitely 8.12 you want to target here?

We normally use American spelling in our docs

Thanks for the PR @anniegale9538, however as this is a very minor change, following our [contributing guidelines](https://github.com/elastic/elasticsearch/blob/main/CONTRIBUTING.md#reviewing-and-accepting-your-contribution) we don't normally accept PRs like this from outside engineering. However, if you...

A lot more failures, on 8.10.4: https://gradle-enterprise.elastic.co/s/4w5djc46sngzk

This is running into problems because 8.13.0 has just been frozen, but not finalized - so there is a Version, but no defined TransportVersion. The options are: 1. Check the...

Another option is that instead of calculating it at runtime, we do it at compile time using the release automation (which could be combined with updating the index/transport version on...