Skip to content

Commit f9d3d8a

Browse files
authored
Release prep for v2.1.2 (#300)
* revving package.json, updating changelog, removing last step of CI
1 parent ff2fb5f commit f9d3d8a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,3 @@ jobs:
158158
asset_path: ./${{ steps.metadata.outputs.archive-checksum }}
159159
asset_name: ${{ steps.metadata.outputs.archive-checksum }}
160160
asset_content_type: text/plain
161-
162-
- name: Publish to Grafana.com
163-
run: |
164-
echo Publish your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry:
165-
echo
166-
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 .

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.1.2 (2023-06-12)
4+
5+
### Bug fixes
6+
7+
- Fix issue connecting to Redis 7 cluster instances (#284)
8+
39
## 2.1.1 (2022-01-18)
410

511
### Features / Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"upgrade": "yarn upgrade --latest",
3737
"watch": "grafana-toolkit plugin:dev --watch"
3838
},
39-
"version": "2.1.1"
39+
"version": "2.1.2"
4040
}

0 commit comments

Comments
 (0)