grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
352 stars 19 forks source link

Update `docsonnet` version to use release tags in dependencies #125

Closed Aurelian-Shuttleworth closed 1 year ago

Aurelian-Shuttleworth commented 1 year ago

Changed the library version for docsonnet from 'master' to a specific version 'v0.0.6' in dependencies.libsonnet to make use of the release version tags available for docsonnet. This ensures that we are using a particular stable version of the library, avoiding potential compatibility issues that can occur when using the master branch.

Duologic commented 1 year ago

The intention of this project is to keep up with docsonnet development (also see #123), in fact Grafonnet is a big driver for docsonnet development at the moment.

Can you expand how this is affecting you?

Duologic commented 1 year ago

We'll pin the version in #129