From cdaed55a91c2c65f1bfbe1a2fe32bc3b3bd96551 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 24 Sep 2021 13:00:10 +0530 Subject: [PATCH 1/3] change(ui) - version number --- frontend/env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/env.js b/frontend/env.js index 20b435e21..69731dc47 100644 --- a/frontend/env.js +++ b/frontend/env.js @@ -13,14 +13,14 @@ const oss = { ORIGIN: () => 'window.location.origin', API_EDP: () => 'window.location.origin + "/api"', ASSETS_HOST: () => 'window.location.origin + "/assets"', - VERSION: '1.3.0', + VERSION: '1.3.5', SOURCEMAP: true, MINIO_ENDPOINT: process.env.MINIO_ENDPOINT, MINIO_PORT: process.env.MINIO_PORT, MINIO_USE_SSL: process.env.MINIO_USE_SSL, MINIO_ACCESS_KEY: process.env.MINIO_ACCESS_KEY, MINIO_SECRET_KEY: process.env.MINIO_SECRET_KEY, - TRACKER_VERSION: '3.2.0', // trackerInfo.version, + TRACKER_VERSION: '3.4.0', // trackerInfo.version, } module.exports = { From f283f1e0bcc0b75db69e9066f3c57d2dc33db5f4 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 24 Sep 2021 19:32:01 +0530 Subject: [PATCH 2/3] change(ui) - versions --- scripts/helm/app/chalice.yaml | 2 +- scripts/helm/vars.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index 4ef1eecc7..f213af556 100644 --- a/scripts/helm/app/chalice.yaml +++ b/scripts/helm/app/chalice.yaml @@ -57,7 +57,7 @@ env: # Enable logging for python app # Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up PYTHONUNBUFFERED: '0' - version_number: '1.3.0' + version_number: '1.3.5' SAML2_MD_URL: '' idp_entityId: '' idp_sso_url: '' diff --git a/scripts/helm/vars.yaml b/scripts/helm/vars.yaml index 710fbd496..23fcf8035 100644 --- a/scripts/helm/vars.yaml +++ b/scripts/helm/vars.yaml @@ -24,8 +24,8 @@ domain_name: "" docker_registry_username: "" docker_registry_password: "" docker_registry_url: "rg.fr-par.scw.cloud/foss" -image_tag: "v1.3.0" -openreplay_version: "v1.3.0" +image_tag: "v1.3.5" +openreplay_version: "v1.3.5" # Nginx ssl certificates. # in cert format From 46d56ecb3c46f9e32890ec146d05614c8a1fef5e Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 24 Sep 2021 20:13:28 +0530 Subject: [PATCH 3/3] change(ui) - assist version in docs --- .../components/Client/Integrations/AssistDoc/AssistScript.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Client/Integrations/AssistDoc/AssistScript.tsx b/frontend/app/components/Client/Integrations/AssistDoc/AssistScript.tsx index 932926a1a..3215df3d2 100644 --- a/frontend/app/components/Client/Integrations/AssistDoc/AssistScript.tsx +++ b/frontend/app/components/Client/Integrations/AssistDoc/AssistScript.tsx @@ -23,7 +23,7 @@ function AssistScript(props) { r.issue=function(k,p){r.push([6,k,p])}; r.isActive=function(){return false}; r.getSessionToken=function(){}; -})(0, "${props.projectKey}", "//static.openreplay.com/3.3.1/openreplay-assist.js",1,28); +})(0, "${props.projectKey}", "//static.openreplay.com/3.4.0/openreplay-assist.js",1,28); `}