diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef543cc..dd75a92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -158,9 +158,3 @@ jobs: asset_path: ./${{ steps.metadata.outputs.archive-checksum }} asset_name: ${{ steps.metadata.outputs.archive-checksum }} asset_content_type: text/plain - - - name: Publish to Grafana.com - run: | - echo Publish your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry: - echo - echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "${{ steps.upload-plugin-asset.outputs.browser_download_url }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq . diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d00373..0fc4de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.2 (2023-06-12) + +### Bug fixes + +- Fix issue connecting to Redis 7 cluster instances (#284) + ## 2.1.1 (2022-01-18) ### Features / Enhancements diff --git a/package.json b/package.json index 061de9b..642b093 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "upgrade": "yarn upgrade --latest", "watch": "grafana-toolkit plugin:dev --watch" }, - "version": "2.1.1" + "version": "2.1.2" }