Skip to content

Releases: erNail/grafaml

v2.1.0

26 May 12:43
Compare
Choose a tag to compare

2.1.0 (2024-05-26)

Features

  • Change logic for generating the Dashboard UID and enable the user to override the UID (768181c)

This fixes the issue where dashboards would not show up because of a too long UID.

IMPORTANT: Be aware that the UID is a part of the dashboard URL. Updating to this version will cause a change of the URL, so any links to your dashboards will be broken.

v2.0.1

13 Feb 12:25
Compare
Choose a tag to compare

2.0.1 (2024-02-13)

Bug Fixes

  • Fix annotations for Artifact Hub in Chart.yaml (6355410)

v2.0.0

12 Feb 23:53
Compare
Choose a tag to compare

2.0.0 (2024-02-12)

  • feat!: Improve usability by letting the user define the number of columns of the panel grid instead of defining a width that is a factor of 24 (e2e9616)

BREAKING CHANGES

  • The value "panels.panelWidth" was replaced by "panels.columns". Instead of defining a panel width that needs to be a factor of 24, the number of columns is now defined. For example, the equivalent of "panels.panelWidth: 12" is "panels.columns: 2"

v1.0.2

24 Jul 18:25
Compare
Choose a tag to compare

1.0.2 (2023-07-24)

Bug Fixes

  • documentation: Fix not working links and missing images in the documentation (c5b73ca)

v1.0.1

24 Jul 15:37
Compare
Choose a tag to compare

1.0.1 (2023-07-24)

Bug Fixes

  • documentation: Fix wrong Helmfile example in README.md (34fd3fc)

v1.0.0

24 Jul 13:39
Compare
Choose a tag to compare

1.0.0 (2023-07-24)

Features

  • Implement Grafaml Helm Chart (9c5f4f6)