Skip to content

Commit

Permalink
Upgrade to Grafana 8.3.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Dec 5, 2021
1 parent 3803487 commit 781da88
Show file tree
Hide file tree
Showing 7 changed files with 1,653 additions and 1,371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: "14.x"
node-version: "16.x"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: "14.x"
node-version: "16.x"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: "14.x"
node-version: "16.x"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Features / Enhancements

- Upgrade to Grafana 8.2.5
- Upgrade to Grafana 8.2.5 (#237)
- Upgrade to Grafana 8.3.0

## 2.0.0 (2021-11-10)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"author": "RedisGrafana",
"description": "Redis Data Source for Grafana",
"devDependencies": {
"@grafana/data": "8.2.5",
"@grafana/runtime": "8.2.5",
"@grafana/toolkit": "8.2.5",
"@grafana/ui": "8.2.5",
"@grafana/data": "8.3.0",
"@grafana/runtime": "8.3.0",
"@grafana/toolkit": "8.3.0",
"@grafana/ui": "8.3.0",
"@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/lodash": "4.14.177",
Expand Down
3 changes: 0 additions & 3 deletions src/data-source/data-source.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const getRequest = (overrideRequest: OverrideRequest = {}): DataQueryRequest<Red
? overrideRequest.targets
: [
{
datasource: '',
type: QueryTypeValue.CLI,
refId: 'A',
query: '',
Expand Down Expand Up @@ -146,7 +145,6 @@ describe('DataSource', () => {
const request = getRequest({
targets: [
{
datasource: '',
type: QueryTypeValue.CLI,
refId: 'A',
query: '',
Expand Down Expand Up @@ -180,7 +178,6 @@ describe('DataSource', () => {
const request = getRequest({
targets: [
{
datasource: '',
type: QueryTypeValue.CLI,
refId: 'A',
query: '',
Expand Down
Loading

0 comments on commit 781da88

Please sign in to comment.