Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.

Commit 5293cd8

Browse files
Release v0.2.5
1 parent 8dd5bb7 commit 5293cd8

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

dist/README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,22 @@ traffic from Cloudflare's edge.
1010
Monitor and explore DNS traffic by geography, latency, response code, query
1111
type, and hostname.
1212

13+
## Deprecation Notice
14+
15+
**This app is deprecated.**
16+
17+
This app is deprecated and will no longer be updated after December 31, 2023.
18+
Please consider using the [Cloudflare Dashboard][dashboard] or [DNS Analytics
19+
API][api] instead.
20+
21+
[dashboard]: https://dash.cloudflare.com/?to=/:account/:zone/analytics/dns
22+
[api]: https://developers.cloudflare.com/api/operations/dns-analytics-table
23+
1324
## Requirements
1425

15-
The Cloudflare App requires [Grafana 3.0](https://grafana.org) (or higher) and
16-
a [Cloudflare account](https://www.cloudflare.com).
26+
The Cloudflare App requires [Grafana](https://grafana.org) version 3.0 to 9.x
27+
and a [Cloudflare account](https://www.cloudflare.com). Grafana 10 or later
28+
versions are not supported.
1729
There are no other external dependencies, accounts or configurations needed.
1830

1931
## Installation
@@ -44,14 +56,6 @@ This app supports regular DNS zones as well as DNS Firewall clusters.
4456
- [Cloudflare API](https://api.cloudflare.com)
4557
- [Cloudflare Knowledge Base](https://support.cloudflare.com/hc)
4658

47-
### Feedback and Questions
48-
49-
We would love to hear what you think of this app and if you have any feature
50-
requests for future versions.
51-
Please submit any issues with the app on
52-
[GitHub](https://github.com/cloudflare/cloudflare-grafana-app/issues) or
53-
[contact us directly](https://dash.cloudflare.com/redirect?account=support).
54-
5559
## License
5660

5761
Apache 2.0 licensed. See the LICENSE file for details.

dist/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
{"name": "Dashboard: Zones", "path": "img/cf_dashboard_zones.png"},
4343
{"name": "Dashboard: DNS Firewall", "path": "img/cf_dashboard_dns_firewall.png"}
4444
],
45-
"version": "0.2.4",
46-
"updated": "2022-03-16"
45+
"version": "0.2.5",
46+
"updated": "2023-06-29"
4747
},
4848

4949
"includes": [

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudflare-app",
33
"private": true,
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"description": "",
66
"main": "index.js",
77
"scripts": {
@@ -38,7 +38,7 @@
3838
"grunt-jscs": "^2.8.0",
3939
"jshint-stylish": "~2.1.0",
4040
"lodash": "~4.17.21",
41-
"yarn": "^1.22.17"
41+
"yarn": "^1.22.19"
4242
},
4343
"homepage": "https://github.com/cloudflare/cloudflare-grafana-app#readme"
4444
}

src/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
{"name": "Dashboard: Zones", "path": "img/cf_dashboard_zones.png"},
4343
{"name": "Dashboard: DNS Firewall", "path": "img/cf_dashboard_dns_firewall.png"}
4444
],
45-
"version": "0.2.4",
46-
"updated": "2022-03-16"
45+
"version": "0.2.5",
46+
"updated": "2023-06-29"
4747
},
4848

4949
"includes": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5423,7 +5423,7 @@ yargs@~3.27.0:
54235423
window-size "^0.1.2"
54245424
y18n "^3.2.0"
54255425

5426-
yarn@^1.22.17:
5427-
version "1.22.17"
5428-
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.17.tgz#bf910747d22497b573131f7341c0e1d15c74036c"
5429-
integrity sha512-H0p241BXaH0UN9IeH//RT82tl5PfNraVpSpEoW+ET7lmopNC61eZ+A+IDvU8FM6Go5vx162SncDL8J1ZjRBriQ==
5426+
yarn@^1.22.19:
5427+
version "1.22.19"
5428+
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.19.tgz#4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
5429+
integrity sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==

0 commit comments

Comments
 (0)