What's Changed
* Add Executor CLI arg that defines port range used for Function Executors by eabatalov in https://github.com/tensorlakeai/indexify/pull/1149
* Remove stale not used files by eabatalov in https://github.com/tensorlakeai/indexify/pull/1150
* Fix: We aren't passing the image_uri back to the data model. by j3m7 in https://github.com/tensorlakeai/indexify/pull/1151
* Function allowlist for Executor and manual Graph management by diptanu in https://github.com/tensorlakeai/indexify/pull/1146
* feat(server): API and Event processing improvements by seriousben in https://github.com/tensorlakeai/indexify/pull/1152
* Upgrade Axum and OTEL by diptanu in https://github.com/tensorlakeai/indexify/pull/1153
* Test for Function routing to Executors with function allowlists by eabatalov in https://github.com/tensorlakeai/indexify/pull/1155
* Fail graph update if graph version didn't change by eabatalov in https://github.com/tensorlakeai/indexify/pull/1156
* Handle all exit related signals in Executor by eabatalov in https://github.com/tensorlakeai/indexify/pull/1158
* Implement deletion of resources cleanly by diptanu in https://github.com/tensorlakeai/indexify/pull/1154
* Migrate to tensorlake sdk by j3m7 in https://github.com/tensorlakeai/indexify/pull/1159
* writing new task placement results after executor is deregistered by diptanu in https://github.com/tensorlakeai/indexify/pull/1160
* Moved to use Union instead of pipe for return type and updated to use… by j3m7 in https://github.com/tensorlakeai/indexify/pull/1161
* Clean and synchronized shutdown of Executor by eabatalov in https://github.com/tensorlakeai/indexify/pull/1163
* Add tensorlake as submodule. by j3m7 in https://github.com/tensorlakeai/indexify/pull/1164
* Move all Python code into indexify package by eabatalov in https://github.com/tensorlakeai/indexify/pull/1166
* Remove direct dependency on tensorlake package by eabatalov in https://github.com/tensorlakeai/indexify/pull/1167
* Fix python3.9 Docker image tag by eabatalov in https://github.com/tensorlakeai/indexify/pull/1168
**Full Changelog**: https://github.com/tensorlakeai/indexify/compare/v0.2.17...v0.2.18