What's Changed
- Improved Python API authentication when using URL-based connectivity,
by respecting thecredential
keyword argument - Added basic example program about how to import a dashboard
- Options: Permitted usage without authentication credentials or token
- Options: Do not assume defaults for
ACTION
and--grafana_label
args - Options: Print help text when using erroneous parameters
Details
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #31
- Respect the
credential
keyword argument on auth when using Python API. Add basic example program about how to import a dashboard. by @amotl in #33 - Improve unboxing by @amotl in #34
New Contributors
- @dependabot made their first contribution in #31
Full Changelog: v0.4.0...v0.5.0