* Update description based on changes to upstream project, and add
unofficial snap notice
* Add icon
* Add link to snap source
* Add link to upstream source
* Stop hard-coding version, adopt-info instead to set dynamically
* After pulling, get the latest release tag and build that version
* Update daemon_arguments to be reflective of the latest available
Prometheus version (2.37.0)
* Leverage "node" snap instead of manually installing nodejs and npm
inside the snap.
This is being done in the interest of simplifying the snap build
process, and reducing the amount of bash scripting happening in the
build override.
To allow this to move forward, builds have been disabled for "ppc64el"
and "s390x" platforms pending the node snap being available for them.
Already released snaps for those platforms will continue to be
available, but new snaps will not be published outside of critical
security updates (an older recipe can be leveraged as-required to
build those).
This test is failing on non-amd64 architectures, but it's very likely
that the cause is the architecture-dependent way that Go treats
conversions between floats and ints. For more details, see: