forked from yunsou/security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opendistro-elasticsearch-security.release-notes
38 lines (23 loc) · 1.24 KB
/
opendistro-elasticsearch-security.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
## 2019-08-23, Version 1.2.0.0 (Current)
- Support For Elasticsearch 7.2
## 2019-07-18, 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 Elasticsearch 6.7
- Handle attributes when impersonating user
## 2019-04-04, Version 0.8.0.0
- Support For Elasticsearch 6.6
## 2019-03-19, Version 0.7.0.1
- Fixed git repo URLs in pom.xml
- Handle overridden Transport channels.
- Fixed "opendistro_security.advanced_modules_enabled" configuration parameter
- Fixed sample configuration and UTs
## 2019-03-12, Version 0.7.0.0
- Initial launch of security for opendistro-for-elasticsearch