tenthe opened a new issue, #3396: URL: https://github.com/apache/streampipes/issues/3396
### Body ### Description The `version` property in `docker-compose.yml` files is now considered obsolete as Docker Compose automatically applies the latest supported schema. Including the `version` property can lead to warnings like the following: ``` WARN[0000] /path/to/compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ``` This issue proposes the removal of the `version` property from all Docker Compose files in the Apache StreamPipes project to align with modern Docker Compose practices and eliminate unnecessary warnings. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org