Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Nov 18, 2019
1 parent acc8eeb commit 5fcb04f
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 81 deletions.
8 changes: 0 additions & 8 deletions .jshintrc

This file was deleted.

19 changes: 13 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[0.5.1]
# 0.7.0
## Features / Enhancements
- Add support for bearer token in export/import of dashboard
- Document API key usage

New Features:
- Store/Upload/Download dashboards in S3.
## Bug fixes
- Updated vulnerable dependencies
- Fix missing folder in local dashboard summarize
- Fix logging causing an exception in case of missing response

Breaking Changes:
- `wizzy export new-dashboard` is changed to `wizzy export dashboard`.
- `wizzy datasource` commands are using names now instead of ids.
## Breaking changes
- Now requires at least Node 8

## Know bugs
- Local commands are still broken
24 changes: 0 additions & 24 deletions Gruntfile.js

This file was deleted.

78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "wizzy",
"version": "0.6.0",
"version": "0.7.0",
"description": "Lets you automate Grafana interaction",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js .",
"test": "nyc --reporter=html --reporter=text mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utkarshcmu/wizzy.git"
"url": "git+https://github.com/grafana-wizzy/wizzy.git"
},
"keywords": [
"Grafana"
],
"author": "Utkarsh Bhatnagar <[email protected]> (https://github.com/utkarshcmu)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/utkarshcmu/wizzy/issues"
"url": "https://github.com/grafana-wizzy/wizzy/issues"
},
"homepage": "https://github.com/utkarshcmu/wizzy#readme",
"homepage": "https://github.com/grafana-wizzy/wizzy",
"bin": {
"wizzy": "src/index.js"
},
Expand Down

0 comments on commit 5fcb04f

Please sign in to comment.