Releases: erNail/grafaml
Releases · erNail/grafaml
3.0.0
[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.dashboardBaseis introduced. This field can contain any valid Grafana dashboard model that doesn't contain the fieldsuidandpanels. This means, the fields.Values.tags,.Values.style,.Values.timezone,.Values.editable,.Values.graphTooltip,.Values.time,.Values.timepicker,.Values.templatingand.Values.annotationshave to be set as part of.Values.dashboardBase.
Furthermore, the field.Values.uidOverrideis replaced by.Values.uid
- BREAKING: A new field
📚 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/grafamltochartdirectory - 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
- BREAKING: Starting now, the chart will only be available at
v2.1.0
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
v2.0.0
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"