Skip to content

Commit 536dec0

Browse files
author
Robin Duda
committed
update version for release
1 parent e5ea392 commit 536dec0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ A plugin that adds authentication to Kibana dashboards! [YouTube demo](https://w
66
# Installing
77
To install the plugin use the kibana-plugin utility, example:
88
```console
9-
./kibana-plugin install 'https://github.com/codingchili/kibana-mithril/releases/download/1.2.1/mithril-windows-x86_64-7.0.0-beta1.zip'
9+
./kibana-plugin install 'https://github.com/codingchili/kibana-mithril/releases/download/1.2.2/mithril-windows-x86_64-7.0.0-beta1.zip'
1010
```
1111

1212
*Make sure that the kibana version and platform matches.*
1313

1414
If there are no releases for your specific version/platform combination please submit a request or build it yourself.
1515

1616
- Default username and password is: 'username' and 'password' for the file storage.
17-
- Mithril 1.2.1 can coexist with the free version of X-Pack (not gold/plat).
18-
- Mithril 1.2.1 supports using a basePath if rewriteBasePath is set to true. (default in 7.0.0).
17+
- Mithril 1.2.X can coexist with the free version of X-Pack (not gold/plat).
18+
- Mithril 1.2.X supports using a basePath if rewriteBasePath is set to true. (default in 7.0.0).
1919

2020
To add a new user run the adduser utility, not supported in LDAP mode.
2121
```console
@@ -114,7 +114,7 @@ If the Kibana instance is already running it may be set to reload all plugins on
114114

115115
**Kibana compatibility matrix**
116116
- 1.1.0 is compatible with 5.6.4 -> 6.3.2 (requires editing package.json version)
117-
- 1.2.1 is compatible with 6.6.0, 6.6.1 and 7.0.0-beta1.
117+
- 1.2.X is compatible with 6.6.1 and 7.10.1.
118118

119119
**If you have issues installing the plugin**,
120120
- make sure that the version in package.json is matching your kibana version.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kibana-mithril",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Prevents unauthorized access to kbn dashboards.",
55
"repository": "https://github.com/codingchili/kibana-mithril",
66
"license": "MIT",

0 commit comments

Comments
 (0)