We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b290e commit dcc0139Copy full SHA for dcc0139
HISTORY.md
@@ -3,6 +3,8 @@
3
# History
4
5
## Unreleased
6
+
7
+## 0.4.0 (2024-10-16)
8
- Fixed folder argument issue
9
- Fixed import dashboards into a folder
10
- Added keep-uid argument to preserve the dashboard uid provided in file
grafana_import/constants.py
@@ -1,3 +1,3 @@
1
PKG_NAME = "grafana-import"
2
-PKG_VERSION = "0.3.0"
+PKG_VERSION = "0.4.0"
CONFIG_NAME = "conf/grafana-import.yml"
0 commit comments