From b848473727324b82f1b3c2ce063920e7d7a3c2bf Mon Sep 17 00:00:00 2001 From: gschiavon Date: Wed, 13 Sep 2017 11:29:37 +0200 Subject: [PATCH] added updated changelog (#57) --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000..ae0d1ef146908 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +## 2.2.0.0 (upcoming) + +* Connection to Elastic with TLS +* Connection to Postgres with TLS, unified in datastore identity +* Removed Kafka identity, unified in datastore identity +* Removed script connection to Postgres + +## 2.1.0.4 (August 17, 2017) + +* Spark Dispatcher retrieves Mesos Principal and Secret from Vault + +## 2.1.0.3 (July 26, 2017) + +* Fix History Server env vars + + +## 2.1.0.2 (July 25, 2017) + +* Dynamic Authentication for History Server +* SDN compatibility and isolation for History Server + + +## 2.1.0.1 (July 18, 2017) + +* Refactor vault variables + + +## 2.1.0.0 (July 13, 2017) + +* Spark-vault interactions +* SDN compatibility and isolation +* Kerberized access to hdfs +* Postgress TLS connection +* Dynamic Authentication +* Stratio Mesos security compatibility +* Initial Stratio Version of Spark +* Forked from Apache Spark 2.1.0 \ No newline at end of file