diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bafea4..2aee5fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,9 +60,9 @@ jobs: - name: Build backend run: make linux && make windows && make darwin - + - name: Sign plugin - run: yarn sign --rootUrls=http://localhost:3000 + run: yarn sign env: GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e14bfd..15688a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## [1.3.3] - 2023-09-29 +- Updated to grafana 10 +- Various changes to support updated coding standards +- Fixed issue #82 - Unable to fill in url-field in datasource + ## [1.2.0-beta.1] - 2022-05-06 - Added the ability to select timestamps from either the OPC server, or OPC client/device/source diff --git a/package.json b/package.json index ab50ef5..b7aeaa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opcua-datasource", - "version": "1.3.1", + "version": "1.3.3", "description": "Reads data from OPC UA Servers", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",