Skip to content

Commit

Permalink
Merge pull request #73 from sasaki77/release-1.3.4
Browse files Browse the repository at this point in the history
REL: update for 1.3.4 release
  • Loading branch information
sasaki77 authored Apr 13, 2022
2 parents 0ae69ee + f56d8bf commit c12b753
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Change Log
## 1.3.3 (2022-04-13)

### Breaking changes
- Grafana v7.X.X or earlier is not supported from this version

### Enhancements
- Build system for documentaion uses myst-parser instead of commonmark

### Bug fixes
- **Frontend**: Fix initial value of function add button

## 1.3.3 (2021-10-15)

### Enhancements
Expand Down
13 changes: 13 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Release Notes
## 1.3.4

**2022-04-13**

### Breaking changes
- Grafana v7.X.X or earlier is not supported from this version

### Enhancements
- Build system for documentaion uses myst-parser instead of commonmark

### Bug fixes
- **Frontend**: Fix initial value of function add button

## 1.3.3

**2021-10-15**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sasaki77-archiver-appliance",
"alerting": true,
"private": true,
"version": "1.3.3",
"version": "1.3.4",
"description": "ArchiverAppliance",
"main": "index.js",
"scripts": {
Expand Down
24 changes: 15 additions & 9 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,42 @@
"name": "ArchiverAppliance",
"id": "sasaki77-archiverappliance-datasource",
"type": "datasource",

"metrics": true,
"streaming": true,
"annotations": false,
"backend": true,
"alerting": true,
"executable": "gpx_archiver-datasource-backend",

"info": {
"description": "Archiver Appliance Datasource",
"author": {
"name": "Shinya Sasaki",
"url": "http://www-acc.kek.jp/WWW-ACC-exp/KEKB/control/KEKB-Control-home.html"
},
"keywords": ["EPICS", "Archiver Appliance"],
"keywords": [
"EPICS",
"Archiver Appliance"
],
"logos": {
"small": "img/EPICS_Logo.png",
"large": "img/EPICS_Logo.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/sasaki77/archiverappliance-datasource"},
{"name": "MIT License", "url": "https://github.com/sasaki77/archiverappliance-datasource/blob/master/LICENSE"}
{
"name": "GitHub",
"url": "https://github.com/sasaki77/archiverappliance-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/sasaki77/archiverappliance-datasource/blob/master/LICENSE"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},

"dependencies": {
"grafanaDependency": ">=7.0.0",
"grafanaVersion": "7.x.x",
"grafanaDependency": ">=8.0.0",
"grafanaVersion": "8.x.x",
"plugins": []
}
}
}

0 comments on commit c12b753

Please sign in to comment.