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/07/13 11:52:27 UTC

[incubator-datalab] branch DATALAB-2517 created (now c27b9f3)

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

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


      at c27b9f3  [DATALAB-2517]: changed 2.5-preview1 to 2.5

This branch includes the following new commits:

     new c27b9f3  [DATALAB-2517]: changed 2.5-preview1 to 2.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[incubator-datalab] 01/01: [DATALAB-2517]: changed 2.5-preview1 to 2.5

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c27b9f359a52cc318c6ba1eaf230e242cb588160
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Jul 13 14:52:00 2021 +0300

    [DATALAB-2517]: changed 2.5-preview1 to 2.5
---
 infrastructure-provisioning/scripts/deploy_datalab.py            | 2 +-
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py b/infrastructure-provisioning/scripts/deploy_datalab.py
index 7619b82..e3bdd4c 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -161,7 +161,7 @@ parser.add_argument('--conf_letsencrypt_enabled', type=str, default='false',
                     help='Enable or disable Let`s Encrypt certificates')
 parser.add_argument('--conf_repository_user', type=str, default='',
                     help='user to access repository (used for jars download)')
-parser.add_argument('--conf_release_tag', type=str, default='2.5-preview1',
+parser.add_argument('--conf_release_tag', type=str, default='2.5',
                     help='tag used for jars download')
 parser.add_argument('--conf_repository_pass', type=str, default='',
                     help='password to access repository (used for jars download)')
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index f1fa65a..94ae1f9 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -989,7 +989,7 @@ def init_args():
     parser.add_argument('--repository_user', type=str, default='')
     parser.add_argument('--repository_pass', type=str, default='')
     parser.add_argument('--release_tag', type=str,
-                        default='2.5-preview1')
+                        default='2.5')
     parser.add_argument('--docker_version', type=str,
                         default='5:20.10.6~3-0~ubuntu-bionic')
     parser.add_argument('--ssn_bucket_name', type=str, default='')

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