Skip to content

Commit

Permalink
Rebuild based on 9.0.0 (#53)
Browse files Browse the repository at this point in the history
* Update diagrams

* Rebuild based on 9.0.0

* Update Provisioning
  • Loading branch information
mikhail-vl committed Jun 17, 2022
1 parent b4d99e4 commit 5d69032
Show file tree
Hide file tree
Showing 14 changed files with 6,218 additions and 5,886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 2.0.0 (2022-06-17)

### Breaking changes

- Requires Grafana 8.3+ and 9.0+

### Features / Enhancements

- Rebuild based on 9.0.0

## 1.4.0 (2022-05-30)

### Features / Enhancements
Expand Down
11 changes: 6 additions & 5 deletions README.md
@@ -1,8 +1,8 @@
# Data Manipulation Form panel plugin for Grafana
# Data Manipulation Panel plugin for Grafana

![Form Panel](https://raw.githubusercontent.com/volkovlabs/volkovlabs-form-panel/main/src/img/panel.png)

[![Grafana 8](https://img.shields.io/badge/Grafana-8-orange)](https://www.grafana.com)
[![Grafana 9](https://img.shields.io/badge/Grafana-9-orange)](https://www.grafana.com)
![CI](https://github.com/volkovlabs/volkovlabs-form-panel/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-form-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-form-panel)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/VolkovLabs/volkovlabs-form-panel.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/VolkovLabs/volkovlabs-form-panel/context:javascript)
Expand All @@ -13,11 +13,12 @@ The Data Manipulation Form Panel is a plugin for Grafana that can be used to ins

### Requirements

Grafana 8.0 is required.
- **Grafana 8.3+**, **Grafana 9.0+** is required for version 3.X.
- **Grafana 8.0+** is required for version 2.X.

## Getting Started

Data Manipulation Form panel is under development and not included in the Grafana Marketplace yet. It can be installed manually from our private repository or downloaded directly from the GitHub repository:
Data Manipulation panel is under development and not included in the Grafana Marketplace yet. It can be installed manually from our private repository or downloaded directly from the GitHub repository:

```bash
grafana-cli --repo https://volkovlabs.io/plugins plugins install volkovlabs-form-panel
Expand All @@ -44,7 +45,7 @@ grafana-cli --repo https://volkovlabs.io/plugins plugins install volkovlabs-form
- Allows to split form elements into sections.
- Allows to request confirmation before update request.

![API](https://raw.githubusercontent.com/volkovlabs/volkovlabs-form-panel/main/src/img/form-api.png)
![API](https://raw.githubusercontent.com/volkovlabs/volkovlabs-form-panel/main/img/form-api.png)

## Feedback

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -10,7 +10,7 @@ services:

grafana:
container_name: grafana
image: grafana/grafana:latest
image: grafana/grafana:9.0.0
ports:
- 3000:3000/tcp
environment:
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 5d69032

Please sign in to comment.