From 5f00c5b2005a18711f411de9963d7e9279411ab0 Mon Sep 17 00:00:00 2001 From: "Prabha S (ps)" Date: Thu, 11 Sep 2025 00:20:16 -0700 Subject: [PATCH] Update the release version and change the azure subscription of SafeguardBuildSecrets keyvault --- build-publish.yml | 4 ++-- pipeline-templates/global-variables.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-publish.yml b/build-publish.yml index 2428d35c..1822495a 100644 --- a/build-publish.yml +++ b/build-publish.yml @@ -75,7 +75,7 @@ jobs: - template: pipeline-templates/linux-build-steps.yml - task: AzureKeyVault@2 inputs: - azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection' + azureSubscription: 'SafeguardOpenSource' KeyVaultName: 'SafeguardBuildSecrets' SecretsFilter: 'DockerHubAccessToken,DockerHubPassword' displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault' @@ -109,7 +109,7 @@ jobs: - template: pipeline-templates/linux-build-steps.yml - task: AzureKeyVault@2 inputs: - azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection' + azureSubscription: 'SafeguardOpenSource' KeyVaultName: 'SafeguardBuildSecrets' SecretsFilter: 'DockerHubAccessToken,DockerHubPassword' displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault' diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index 301be949..b15445c1 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,9 +12,9 @@ # azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134 variables: - name: semanticVersion - value: "8.0.0" + value: "8.2.0" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: isReleaseBranch value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ] - name: NODE_OPTIONS