From ae3831d7e1d020c14a1c40766b5d3d0c76e94c2c Mon Sep 17 00:00:00 2001 From: "Prabha S (ps)" Date: Thu, 11 Sep 2025 00:50:31 -0700 Subject: [PATCH 1/2] Update version and fix the Azure Subscription of SafeguardBuildSecrets Keyvault --- build-publish.yml | 4 ++-- pipeline-templates/global-variables.yml | 2 +- 2 files changed, 3 insertions(+), 3 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..3e0bbcf2 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,7 +12,7 @@ # 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 }} - name: isReleaseBranch From b5bdc68ade5ee1ce22a4d6c96c4c1fe6fa29bf91 Mon Sep 17 00:00:00 2001 From: "Prabha S (ps)" Date: Thu, 18 Sep 2025 23:04:34 -0700 Subject: [PATCH 2/2] Update the Copyrights to 2025 --- DevOpsAddonCommon/DevOpsAddonCommon.csproj | 2 +- DevOpsPluginCommon/DevOpsPluginCommon.csproj | 2 +- SafeguardDevOpsService/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevOpsAddonCommon/DevOpsAddonCommon.csproj b/DevOpsAddonCommon/DevOpsAddonCommon.csproj index 91bcc026..9146777f 100644 --- a/DevOpsAddonCommon/DevOpsAddonCommon.csproj +++ b/DevOpsAddonCommon/DevOpsAddonCommon.csproj @@ -8,7 +8,7 @@ x64 OneIdentity.SafeguardSecretsBroker.AddonCommon One Identity LLC - (c) 2021 One Identity LLC. All rights reserved. + (c) 2025 One Identity LLC. All rights reserved. true Apache-2.0 https://github.com/OneIdentity/SafeguardDevOpsService diff --git a/DevOpsPluginCommon/DevOpsPluginCommon.csproj b/DevOpsPluginCommon/DevOpsPluginCommon.csproj index 8b179528..bb3288ba 100644 --- a/DevOpsPluginCommon/DevOpsPluginCommon.csproj +++ b/DevOpsPluginCommon/DevOpsPluginCommon.csproj @@ -8,7 +8,7 @@ x64 OneIdentity.SafeguardSecretsBroker.PluginCommon One Identity LLC - (c) 2021 One Identity LLC. All rights reserved. + (c) 2025 One Identity LLC. All rights reserved. true Apache-2.0 https://github.com/OneIdentity/SafeguardDevOpsService diff --git a/SafeguardDevOpsService/Properties/AssemblyInfo.cs b/SafeguardDevOpsService/Properties/AssemblyInfo.cs index 9fdfd49c..9805f23e 100644 --- a/SafeguardDevOpsService/Properties/AssemblyInfo.cs +++ b/SafeguardDevOpsService/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("One Identity LLC")] [assembly: AssemblyProduct("SafeguardDevOpsService")] -[assembly: AssemblyCopyright("Copyright 2024 One Identity LLC")] +[assembly: AssemblyCopyright("Copyright 2025 One Identity LLC")] [assembly: AssemblyTrademark("One Identity LLC (TM)")] [assembly: AssemblyCulture("")]