forked from litiian/security-kibana-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opendistro-elasticsearch-security-kibana-plugin.release-notes
50 lines (28 loc) · 1.56 KB
/
opendistro-elasticsearch-security-kibana-plugin.release-notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## 2019-12-18, Version 1.4.0.0 (Current)
- Support for Elasticsearch 7.4.2
- New account details UI page with support for users to change own password configured through basicauth internal user
## 2019-11-19, Version 1.3.0.0
- Support for Elasticsearch 7.3.2
## 2019-10-10, Version 1.2.1.0
- Support for Elasticsearch 7.2.1
## 2019-08-06, Version 1.2.0.0
- Support for Elasticsearch 7.2.0
## 2019-06-21, Version 1.1.0.0
- Support for Elasticsearch 7.1
## 2019-06-21, Version 1.0.0.0
- New configuration syntax
- Streamlined the YAML configuration file syntax and added a migration feature to `securityadmin.sh` to help you move from the old file format to the new format.
- Request bodies for calls to the REST API are also slightly different.
- Static default roles
- Previously, all roles were dynamically configured and stored in the Security plugin configuration index, including default roles such as `kibana_read_only` and `logstash`
- Now, all default roles are static, so permission changes to these roles are automatically applied when you upgrade Open Distro for Elasticsearch.
## 2019-04-23, Version 0.9.0.0
- Support For Kibana 6.7
## 2019-04-04, Version 0.8.0.0
- Support For Kibana 6.6
## 2019-03-19, Version 0.7.0.1
- Fixed kibana tenant migration issue
- Fixed saml logout URL ${APP_ROOT}/opendistro_security/saml/logout to ${APP_ROOT}/_opendistro/_security/saml/logout
- Fixed build.sh script, package.json and pom.xml with correct github URLs.
## 2019-03-12, Version 0.7.0.0
- Initial launch of security-kibana-plugin for opendistro-for-elasticsearch