This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.1 / 2024-05-07
4
+
5
+ * [ CHANGE] Serve remote JS script through Cloudflare CDN. No API changes. #17
6
+
3
7
## 0.2.0 / 2024-05-02
4
8
5
9
* [ ENHANCEMENT] Added support of Web UI for better management of the Prometheus rules through UI. #14
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def openapi(app: FastAPI):
16
16
"providing additional features and addressing its limitations. "
17
17
"Running as a sidecar alongside the Prometheus server enables "
18
18
"users to extend the capabilities of the API." ,
19
- version = "0.2.0 " ,
19
+ version = "0.2.1 " ,
20
20
contact = {
21
21
"name" : "Hayk Davtyan" ,
22
22
"url" : "https://hayk96.github.io" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h2>Create New Rule</h2>
58
58
</ div >
59
59
</ div >
60
60
61
- < script src ="https://cdn.jsdelivr.net/npm/ js-yaml@4/dist /js-yaml.min.js "> </ script >
61
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/ js-yaml/4.1.0 /js-yaml.min.js "> </ script >
62
62
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2/codemirror.min.js "> </ script >
63
63
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2/mode/yaml/yaml.min.js "> </ script >
64
64
< script type ="" src ="/rules-management/script.js "> </ script >
You can’t perform that action at this time.
0 commit comments