Skip to content

Commit

Permalink
chore: update release date, temp. disable plugin validator
Browse files Browse the repository at this point in the history
disabled plugin validator due to:

    {
      "level": "error",
      "message": "README contains a broken link",
      "details": "Something went wrong when we tried looking up [http://www.brendangregg.com/usemethod.html](http://www.brendangregg.com/usemethod.html) (`Get \"http://www.brendangregg.com/usemethod.html\": dial tcp 50.63.8.6:80: i/o timeout`)."
    }
  • Loading branch information
andreasgerstmayr committed Jan 22, 2021
1 parent e16fce3 commit 59d2454
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
exit 1
fi
- name: Sign plugin
run: make sign
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
#- name: Sign plugin
# run: make sign
# env:
# GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}

- name: Create GitHub release
run: scripts/github-release.sh
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.2 (unreleased)
## 3.0.2 (2021-01-22)

- **checklist**: replace the storage metrics `disk.dm.*` with `disk.dev.*` (enables usage without device mapper)

Expand Down
2 changes: 1 addition & 1 deletion scripts/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ md5sum "${GRAFANA_PLUGIN_ARTIFACT}" > "${GRAFANA_PLUGIN_ARTIFACT_CHECKSUM}"
GRAFANA_PLUGIN_CHECKSUM=$(cut -d' ' -f1 "${GRAFANA_PLUGIN_ARTIFACT_CHECKSUM}")

# grafana/plugin-validator
plugincheck "${GRAFANA_PLUGIN_ARTIFACT}"
#plugincheck "${GRAFANA_PLUGIN_ARTIFACT}"

hub release create \
-m "grafana-pcp v${GRAFANA_PLUGIN_VERSION}" \
Expand Down

0 comments on commit 59d2454

Please sign in to comment.