edgehog-device-manager / edgehog

Easily manage your IoT device fleet with Edgehog at once. Get information on device status, deploy updates, geolocate your devices and much more!
Apache License 2.0
34 stars 21 forks source link

Add GraphQL mutation to upgrade a Deployment #700

Open davidebriani opened 5 days ago

davidebriani commented 5 days ago

A GraphQL mutation should exist to upgrade an existing Deployment, i.e. upgrading the deployed app release to a newer release of the same app.

Running the mutation should result in the appropriate communication with the device so that the previous release is removed from the application deployments and the new release is present.