This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2551
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2551 by this push:
new bc60bada6 [DATALAB-2551]: changed datalab version to 2.5.2
bc60bada6 is described below
commit bc60bada6747b3ca0ba056c95b25d979c0600241
Author: leonidfrolov <[email protected]>
AuthorDate: Wed May 18 17:51:30 2022 +0300
[DATALAB-2551]: changed datalab version to 2.5.2
---
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 509f16720..5a98b67e3 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -137,7 +137,7 @@ def build_parser():
multiple emails, e.g. [email protected],[email protected].''')
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.1',
+ parser.add_argument('--conf_release_tag', type=str, default='2.5.2',
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 9446d3cac..5317fabe5 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -987,7 +987,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.1')
+ default='2.5.2')
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: [email protected]
For additional commands, e-mail: [email protected]