This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Elastic 2.6.0-6.6.1
·
215 commits
to master
since this release
Upgrades
-
Elasticsearch and Kibana were upgraded to version 6.6.1. (#2976)
-
The SDK library was upgraded from version 0.55.1 to 0.55.4. (commit).
Notable changes include:
- Pods are now automatically replaced when an agent is decomissioned. (#2884)
- Scheduler doesn't evaluate existing reservations against new port specs anymore. (#2928)
- Scheduler now handles duplicate StoreTaskInfoRecommendations generated during step evaluation. (#2936)
Please take a look at the following SDK changelogs for more information:
Bug Fixes
-
Elastic custom YAML content is not incorrectly escaped anymore. (#2932)
Before this fix, a custom YAML with:
searchguard.restapi.roles_enabled: ["sg_all_access"]
would be compiled to:
searchguard.restapi.roles_enabled: ["sg_all_access"]
The issue is now fixed.