You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/14 12:33:05 UTC

[incubator-dlab] 01/01: [DLAB-2025]: changed Rstudio version in description json

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

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

commit f59d1a5be585c15ec2df1b20fb8c931abf64e11a
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Sep 14 15:32:37 2020 +0300

    [DLAB-2025]: changed Rstudio version in description json
---
 .../src/general/files/aws/rstudio_description.json                      | 2 +-
 .../src/general/files/azure/rstudio_description.json                    | 2 +-
 .../src/general/files/gcp/rstudio_description.json                      | 2 +-
 .../src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
index f517632..61344c3 100644
--- a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
@@ -19,7 +19,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.2.5033",
+      "template_name": "RStudio 1.3.1073",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
index caf01fb..61eecb2 100644
--- a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
@@ -15,7 +15,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.2.5033",
+      "template_name": "RStudio 1.3.1073",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
index 27c2771..e627340 100644
--- a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
@@ -23,7 +23,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.2.5033",
+      "template_name": "RStudio 1.3.1073",
       "description": "Base image with rstudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
index 12741c6..142a3b7 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
@@ -26,7 +26,7 @@ public enum NotebookTemplate {
 	DEEP_LEARNING("Deep Learning  2.4"),
 	TENSOR("Jupyter with TensorFlow 2.1.0"),
 	TENSOR_RSTUDIO("RStudio with TensorFlow 2.1.0"),
-	RSTUDIO("RStudio 1.2.5033");
+	RSTUDIO("RStudio 1.3.1073");
 
 	private String name;
 


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