You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/11/05 13:07:26 UTC

[incubator-datalab] branch develop updated: [DATALAB-2585]: Fixed zeppelin version in UI

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 644ab8c  [DATALAB-2585]: Fixed zeppelin version in UI
     new 8f8e9c2  Merge pull request #1325 from owlleg6/develop
644ab8c is described below

commit 644ab8c59b9d97847a73c186ef6cfc33eb280aab
Author: oleh_mykolaishyn <ow...@gmail.com>
AuthorDate: Fri Nov 5 14:54:08 2021 +0200

    [DATALAB-2585]: Fixed zeppelin version in UI
---
 .../src/general/files/aws/zeppelin_description.json                   | 4 ++--
 .../src/general/files/azure/zeppelin_description.json                 | 4 ++--
 .../src/general/files/gcp/zeppelin_description.json                   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json b/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
index 9db8593..5872e05 100644
--- a/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
@@ -19,10 +19,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.9.0",
+      "template_name": "Apache Zeppelin 0.9.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.9.0",
+      "version": "zeppelin-0.9.1",
       "vendor": "AWS"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json b/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
index 8e3441b..647db4d 100644
--- a/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
@@ -15,10 +15,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.9.0",
+      "template_name": "Apache Zeppelin 0.9.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.9.0",
+      "version": "zeppelin-0.9.1",
       "vendor": "Azure"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json b/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
index 6a4a772..2800860 100644
--- a/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
@@ -23,10 +23,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.9.0",
+      "template_name": "Apache Zeppelin 0.9.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.9.0",
+      "version": "zeppelin-0.9.1",
       "vendor": "GCP"
     }
   ]

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org