Skip to content

Commit 93728ff

Browse files
update package.json, CHANGELOG.md and README.md before release (#218)
* update package.json, CHANGELOG.md and README.md before release * Update CHANGELOG.md * fix description --------- Co-authored-by: Roman Khavronenko <[email protected]>
1 parent 8d12e12 commit 93728ff

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## tip
44

5+
* FEATURE: enable plugin sign procedure for new releases. See [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/217).
6+
57
## v0.13.5
68

79
* BUGFIX: clean up the plugin codebase after the plugin verification procedure. See [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/213) and [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/214).

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Please find the example of provisioning Grafana instance with VictoriaLogs datas
6767
grafana:
6868
image: grafana/grafana:11.0.0
6969
environment:
70-
- GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource
70+
- GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.14.0/victoriametrics-logs-datasource-v0.14.0.zip;victoriametrics-logs-datasource
7171
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=victoriametrics-logs-datasource
7272
ports:
7373
- 3000:3000/tcp
@@ -95,15 +95,15 @@ Option 1. Using Grafana provisioning:
9595

9696
``` yaml
9797
env:
98-
GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource"
98+
GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.14.0/victoriametrics-logs-datasource-v0.14.0.zip;victoriametrics-logs-datasource"
9999
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: "victoriametrics-logs-datasource"
100100
```
101101

102102
Option 2. Using Grafana plugins section in `values.yaml`:
103103

104104
``` yaml
105105
plugins:
106-
- https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource
106+
- https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.14.0/victoriametrics-logs-datasource-v0.14.0.zip;victoriametrics-logs-datasource
107107
```
108108

109109
Option 3. Using init container:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-logs-datasource",
3-
"version": "0.13.5",
3+
"version": "0.14.0",
44
"description": "VictoriaLogs datasource plugin for grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)