grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
55 stars 27 forks source link

Chore: removing version from docker compose file as it is deprecated #901

Closed tolzhabayev closed 2 months ago

tolzhabayev commented 2 months ago

What this PR does / why we need it: Specifying version in docker-compose file has been deprecated for a while and now it shows a warning. It still works properly but we can start removing it for newly scaffolded plugins as it has no value.

Which issue(s) this PR fixes: It removes warnings like this:

docker-compose.yaml: `version` is obsolete

More on why https://docs.docker.com/compose/compose-file/04-version-and-name/

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs.