Skip to content

Releases: grafana-toolbox/grafanimate

0.9.0

04 Dec 21:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.0

03 Dec 18:10
Compare
Choose a tag to compare

What's Changed

  • OCI: Added Dockerfile, and started publishing OCI images to GHCR
  • OCI: Dockerfile: Added xauth and ffmpeg packages
  • OCI: Dockerfile: Use tini for bootstrapping xvfb-run
  • Improved finding executable to firefox-esr. Thanks, @gogglespisano.
  • Improved support with AnimationSequence.recurrence
  • Migrated to pyproject.toml
  • Added support for Python up to version 3.13, and dropped support for
    Python up to version 3.8.
  • Added support for recent versions of Grafana based on React.js
  • Grafana Studio: Update title in solo panel mode, improve login method,
    set attribution in map, remove some dead changes, fix for onDashboardLoad,
    remove legacy code, fix for use-panel-events, undock menu if visible,
    try to set kiosk mode, fix using single panel view
  • Grafana Studio: Dropped support for Grafana without Scenes
  • ffmpeg: fifo filter for gif was not available for ffmpeg on debian 13
  • Added --headless option, to allow rendering whole dashboards

Thanks a stack, @intermittentnrg and @maurerle.

Details

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

09 Apr 22:14
Compare
Choose a tag to compare

What's Changed

  • Rename dtstart/dtuntil to start/stop
  • Rename interval to every
  • Rename AnimationScenario.steps to AnimationScenario.sequences
  • Improve scope of values for every parameter. It will now accept relative
    humanized timestamps like 2m30s, 1d12h or 1.5 days.
  • Allow relative timestamps / time ranges also for start and stop
    parameters. Accepted are humanized values like outlined above (2m30s),
    combined with, e.g., stop=start+2m30s or start=-1h, stop=now.
  • Add CI configuration for GHA
  • Enable support for relative timestamps with months and years, like 1y3mo.
  • Avoid ffmpeg's height not divisible by 2 errors. Thanks, @cure!

Full Changelog: 0.6.0...0.7.0

0.6.0

16 Nov 23:33
Compare
Choose a tag to compare

What's changed

  • Fix attribution signature on worldmap panels
  • Add scenario for UBA.LDI.DWD maps
  • Add dope sheet blueprint generator spike
  • Modernize to Python 3
  • Add compatibility with Grafana 6, 7 and 8
  • Add possibility to login to protected Grafana instances
  • Add possibility to control the sequencing mode (window vs. cumulative)
  • Introduce data model for animation scenarios
  • Allow loading scenarios from arbitrary Python modules and files
  • Optionally define grafana_url and dashboard_uid within scenario file.
    Corresponding command line parameters --grafana-url and --dashboard-uid
    still take preference.
  • When parsing timestamps, allow ISO8801/RFC3339 and Epoch time (dtstart and dtuntil)
  • Improve documentation

Changesets

  • Modernize program: Python 3 and Grafana 7/8 in #4
  • Logging in to protected Grafana instances in #6
  • Adjust the sequencing mode (window, cumulative) in #7
  • Introduce a data model for defining animation-scenarios and -sequences in #8
  • Rename NavigationFlavor to SequencingMode and WINDOW to CUMULATIVE in #9
  • When parsing timestamps, allow ISO8801/RFC3339 and Epoch time in #10
  • Refactor and improve media output subsystem in #11

Full Changelog: 0.5.5...0.6.0