Skip to content

Releases: erNail/grafaml

3.0.0

29 Jul 13:28

Choose a tag to compare

[3.0.0] - 2025-07-29

🚀 Features

  • Allow usage of any valid Grafana dashboard model to support all Grafana features and refactor the chart for clarity
    • BREAKING: A new field .Values.dashboardBase is introduced. This field can contain any valid Grafana dashboard model that doesn't contain the fields uid and panels. This means, the fields .Values.tags, .Values.style, .Values.timezone, .Values.editable, .Values.graphTooltip, .Values.time, .Values.timepicker, .Values.templating and .Values.annotations have to be set as part of .Values.dashboardBase.
      Furthermore, the field .Values.uidOverride is replaced by .Values.uid

📚 Documentation

  • Improve contributing information
  • Adapt README.md to the breaking changes and registry switch

⚙️ Miscellaneous Tasks

  • (dependencies) Update alpine/helm Docker tag to v3.15.1
  • (dependencies) Update actions/checkout action to v4.1.6
  • (dependencies) Update alpine/helm Docker tag to v3.15.2
  • (dependencies) Update actions/checkout action to v4.1.7
  • (dependencies) Update pre-commit hook rhysd/actionlint to v1.7.1
  • (dependencies) Update dependency pre-commit to v4
  • (dependencies) Update actions/checkout action to v4.2.2
  • (dependencies) Update actions/cache action to v4.2.0
  • (dependencies) Update stackrox/kube-linter-action action to v1.0.6
  • (dependencies) Update pre-commit hook rhysd/actionlint to v1.7.7
  • (dependencies) Update alpine/helm Docker tag to v3.17.0
  • (dependencies) Update actions/setup-python action to v5.4.0
  • (dependencies) Update actions/setup-node action to v4.2.0
  • (dependencies) Update pre-commit hook pre-commit/pre-commit-hooks to v5
  • (dependencies) Update dependency ubuntu to v24
  • (dependencies) Update alpine/helm Docker tag to v3.17.1
  • (dependencies) Update actions/cache action to v4.2.1
  • Update Renovate config
  • (dependencies) Update stackrox/kube-linter-action action to v1.0.7
  • (dependencies) Update actions/cache action to v4.2.3
  • (dependencies) Update dependency pre-commit to v4.2.0
  • (dependencies) Update pre-commit hook adrienverge/yamllint to v1.37.1
  • (dependencies) Update alpine/helm Docker tag to v3.18.4
  • (dependencies) Update actions/setup-python action to v5.6.0
  • (dependencies) Update actions/setup-node action to v4.4.0
  • Move helm chart from charts/grafaml to chart directory
  • Remove devcontainer
  • Rename CI/CD workflow
  • Add go-task as task runner
  • Update linter configuration
  • Remove unused tool configuration
  • Update chart information
  • Add configuration for git-cliff
  • Simplify the CI/CD process, switch to a different release automation tooling, switch the registry of the chart
    • BREAKING: Starting now, the chart will only be available at oci://ghcr.io/ernail/charts/grafaml

v2.1.0

26 May 12:43

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

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

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

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

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

Choose a tag to compare

1.0.0 (2023-07-24)

Features

  • Implement Grafaml Helm Chart (9c5f4f6)