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("")]
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