Skip to content

Commit 3b14dda

Browse files
chore(version): bump version to v1.0.30
1 parent 30dde0c commit 3b14dda

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,83 @@
11
# Changelog
22

3+
## 1.0.30
4+
5+
##### Chores
6+
7+
* **deps:**
8+
* Update actions/checkout digest to de0fac2 (#1049) (2c26f3ec)
9+
* Update dependency @react-aria/utils to v3.33.0 (#1054) (699d38c2)
10+
* Update dependency glob to v13.0.1 (#1052) (c8aeb0bd)
11+
* Update dependency @grafana/plugin-e2e to v3.2.1 (#1053) (a486bef1)
12+
* Update dependency @playwright/test to v1.58.1 (#1050) (9d4a4b78)
13+
* Update Build tools (#1055) (49a20d88)
14+
* Update Node.js to v24 (#1056) (a9b100c6)
15+
* Update docker.io/prom/prometheus Docker tag to v3.9.1 (#1005) (8fddce3c)
16+
* Update dependency glob to v13 (#1008) (e41c5c8a)
17+
* Update GitHub Actions to v6 (major) (#1011) (7d64b118)
18+
* Update dependency p-limit to v7 (#1010) (e6064e2f)
19+
* Update dependency globals to v17 (#1009) (e4ed1075)
20+
* Update dependency dotenv to v17 (#1007) (478b5946)
21+
* Update dependency @react-aria/utils to v3.32.0 (#1004) (9fefd1cb)
22+
* Update TypeScript and linting (#1006) (eb1f8596)
23+
* Update Build tools (#1003) (ec5fc881)
24+
* Update GitHub Actions (#866) (b018293f)
25+
* Update Build tools (major) (#920) (04ab0c97)
26+
* Update TypeScript and linting (#918) (c726d3d1)
27+
* Update Build tools (#876) (7cadc84c)
28+
* updates nvmrc node version to lts (#1060) (0c91fa7a)
29+
* update pnpm version to 10.28.2 (#1034) (ce3678e5)
30+
* update feedback form url (#1026) (297a0d20)
31+
* add I18n title for crowdin PRs (#1025) (71d053e0)
32+
* Download translations from Crowdin (#1024) (fb04868d)
33+
* update outdated dependencies with pnpm update (#995) (616e16b8)
34+
* **i18n:** point i18n actions back to main (#1045) (2f51fdc7)
35+
36+
##### Continuous Integration
37+
38+
* update workflow to use latest from upstream (#1047) (71f479a4)
39+
* grant pull-requests write permission for PR labeling (#1036) (6e1cdcba)
40+
41+
##### Documentation Changes
42+
43+
* update to reflect Label API limit (#955) (88605290)
44+
* add context about the app's intent and structure (#970) (857f508c)
45+
46+
##### New Features
47+
48+
* add Query Results tab with instant query table view (#865) (#910) (c9fa9535)
49+
50+
##### Bug Fixes
51+
52+
* make logs-drilldown volume path configurable for git worktrees (#1062) (58778a9d)
53+
* increase grafana-scopes-gmd healthcheck timings to reduce CI flakiness (#1014) (1ecc258a)
54+
* **sidebar:** avoid empty-label option in Group by labels on first render (#1044) (1a5e06cc)
55+
* **a11y:**
56+
* Support WCAG 2.1 Level A 2.4.3 Focus Order (#1046) (49be0829)
57+
* add consistent help controls to Onboarding and ErrorView (#1042) (a3b3c049)
58+
* add aria-label to search inputs for WCAG 3.3.2 compliance (#1027) (9905f863)
59+
* add aria-labels and improve descriptions for WCAG 2.4.6 (#998) (432386c2)
60+
* add aria-label and aria-expanded for WCAG 4.1.2 compliance (#1015) (bf8ec866)
61+
* include visible text in aria-label for text-based sidebar button (#984) (9bf1f155)
62+
* add aria-label to Prometheus function config radio inputs (#996) (1dc5061c)
63+
* associate label with Hide empty toggle switch (#986) (3c9e438f)
64+
* **i18n:** correct plural formatting for translations (#1033) (73f2b21b)
65+
* **ci:** use pull_request_target to allow labeling fork PRs (#1030) (018cd67a)
66+
* **deps:** resolve 4 security vulnerabilities (#1031) (443cd223)
67+
68+
##### Other Changes
69+
70+
* Download translations from Crowdin (#1063) (30dde0c2)
71+
* Download translations from Crowdin (#1061) (ee08d88e)
72+
* Download translations from Crowdin (#1035) (255d0b0d)
73+
74+
##### Tests
75+
76+
* optimize e2e test patterns (#997) (c4000e1b)
77+
* add tests for getMetricType and getPanelTypeForMetric functions (#1013) (c08f4a45)
78+
* fix flaky panel assertion e2e tests (#993) (189d7b0a)
79+
80+
381
## 1.0.29
482

583
##### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-metricsdrilldown-app",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"author": "Grafana",
55
"license": "AGPL-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)