Skip to content

Commit

Permalink
Merge pull request #11 from akenza-io/hotfix/changelog
Browse files Browse the repository at this point in the history
adds changelog and renames master to main
  • Loading branch information
mariusgiger authored Dec 19, 2023
2 parents 40521fe + 4fab0c1 commit a9e86d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Akenza Grafana Connector

## [1.0.5]

upgrades Grafana dependencies to v10.x.

## [1.0.4]

stores the API key encrypted and makes use of the backend proxy to execute requests to akenza.

existing data sources won't be affected by this change and continue to work as normal.
Expand All @@ -20,4 +25,5 @@ sign the plugin for private use for additional grafana instance URLs
sign the plugin for private use for additional grafana instance URLs

## [1.0.0]

initial release which provides the functionality to visualize device data stored in akenza in grafana dashboards.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"node": ">=20"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "License",
"url": "https://github.com/akenza-io/grafana-connector-v3/blob/master/LICENSE"
"url": "https://github.com/akenza-io/grafana-connector-v3/blob/main/LICENSE"
}
],
"screenshots": [],
Expand Down Expand Up @@ -59,4 +59,4 @@
]
}
]
}
}

0 comments on commit a9e86d0

Please sign in to comment.