diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87084cc..c03e74a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,17 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - name: Set up Go 1.26 + uses: actions/setup-go@v5 + with: + # Use '1.26' to get the latest patch (e.g., 1.26.3) automatically + go-version: '1.26' + # Optional: ensures the action checks for the latest patch available + check-latest: true + + - name: Verify Go version + run: go version - uses: grafana/plugin-actions/build-plugin@main with: @@ -22,4 +33,5 @@ jobs: # save the value in your repository secrets policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} attestation: true - use_changelog_generator: true # Enable automatic changelog generation \ No newline at end of file + use_changelog_generator: true # Enable automatic changelog generation + \ No newline at end of file diff --git a/package.json b/package.json index cc08b18..d1713ec 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,9 @@ "engines": { "node": ">=18" }, + "resolutions": { + "serialize-javascript": "7.0.5" + }, "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "12.4.2", diff --git a/releases/parseable-datasource-2.0.0.sha1 b/releases/parseable-datasource-2.0.0.sha1 index e7b505c..5e67099 100644 --- a/releases/parseable-datasource-2.0.0.sha1 +++ b/releases/parseable-datasource-2.0.0.sha1 @@ -1 +1 @@ -ded3bc86057cc474aefe85b9c3e41d6bcd7cd3b6 \ No newline at end of file +e173c425ed452e6fdfbb5477fbf779c25968a63a \ No newline at end of file diff --git a/releases/parseable-datasource-2.0.0.zip b/releases/parseable-datasource-2.0.0.zip index 46da248..943634d 100644 Binary files a/releases/parseable-datasource-2.0.0.zip and b/releases/parseable-datasource-2.0.0.zip differ diff --git a/src/README.md b/src/README.md index af86201..1e116a9 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@ This data source plugin allows you to query, search and visualize telemetry data ## Pre-requisites -[Parseable server](https://github.com/parseablehq/parseable) setup and receiving telemetry data from your application. Read more on [Parseable documentation](https://www.parseable.io/docs/quick-start). +[Parseable server](https://github.com/parseablehq/parseable) setup and receiving telemetry data from your application. Read more on [Parseable documentation](https://www.parseable.com/docs/get-started). ## Installation diff --git a/yarn.lock b/yarn.lock index 060b184..e193421 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6807,13 +6807,6 @@ raf@^3.1.0: dependencies: performance-now "^2.1.0" -randombytes@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - raw-body@~1.1.0: version "1.1.7" resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-1.1.7.tgz#1d027c2bfa116acc6623bca8f00016572a87d425" @@ -7321,7 +7314,7 @@ safe-array-concat@^1.1.3: has-symbols "^1.1.0" isarray "^2.0.5" -safe-buffer@>=5.1.0, safe-buffer@^5.1.0: +safe-buffer@>=5.1.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -7424,12 +7417,10 @@ semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semve resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df" integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA== -serialize-javascript@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" - integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== - dependencies: - randombytes "^2.1.0" +serialize-javascript@7.0.5, serialize-javascript@^6.0.2: + version "7.0.5" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.5.tgz#c798cc0552ffbb08981914a42a8756e339d0d5b1" + integrity sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw== set-function-length@^1.2.2: version "1.2.2"