Skip to content

Commit 4a64a41

Browse files
authored
Merge pull request #227 from Azure-Samples/users/aipyne/release181
Release 1.8.1
2 parents 7e41153 + 96fcf22 commit 4a64a41

5 files changed

Lines changed: 16 additions & 11 deletions

File tree

blockchain-workbench/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# Azure Blockchain Workbench Release Notes - Version 1.8.1
2+
3+
Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.1, in which we have resolved all the accessibility bugs, Azure Blockchain Workbench is now fully compliant with accessibility. We have also fixed a bug in the scripts that is used to connect AAD to your Workbench to mitigate some breaking changes in the azure cloud shell. You can deploy a new instance of Workbench through the Azure Portal or upgrade your existing deployments to 1.8.1 using our [upgrade script](https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/scripts/upgrade/readme.md).
4+
15
# Azure Blockchain Workbench Release Notes - Version 1.8.0
26

3-
Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.0, in which we have made component improvements and added availability in more Azure Regions. You can deploy a new instance of Workbench through the Azure Portal or upgrade your existing deployments to 1.8.0 using our [upgrade script](https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/scripts/upgrade/readme.md).
7+
Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.0, in which we have made component improvements and added availability in more Azure Regions.
48

59
This update includes the following improvements:
610

blockchain-workbench/latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

blockchain-workbench/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![Microsoft Azure Blockchain Workbench](./media/logo_small.png) Microsoft Azure Blockchain Workbench
22

3-
*New!* Version 1.8.0 of Workbench has been released. Please see our [Release Notes](./CHANGELOG.md) and [Upgrade Instructions](./scripts/upgrade/readme.md) if you're running an older version.
3+
*New!* Version 1.8.1 of Workbench has been released. Please see our [Release Notes](./CHANGELOG.md) and [Upgrade Instructions](./scripts/upgrade/readme.md) if you're running an older version.
44

55
This repository contains content and samples in number of areas, including:
66

blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#
22
.SYNOPSIS
33
4-
Upgrades Azure Blockchain Workbench to version 1.8.0.
4+
Upgrades Azure Blockchain Workbench to version 1.8.1.
55
66
77
.DESCRIPTION
88
9-
Upgrades Azure Blockchain Workbench to version 1.8.0.
9+
Upgrades Azure Blockchain Workbench to version 1.8.1.
1010
1111
.PARAMETER SubscriptionID
1212
SubscriptionID to create or locate all resources.
@@ -24,24 +24,25 @@ None. You cannot pipe objects to this script.
2424
None. This script does not generate any output.
2525
.EXAMPLE
2626
27-
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_0.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
27+
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_1.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
2828
2929
#>
3030

3131

3232
param(
3333
[Parameter(Mandatory = $true)][string]$SubscriptionID,
3434
[Parameter(Mandatory = $true)][string]$ResourceGroupName,
35-
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.8.0",
36-
[Parameter(Mandatory = $false)][string]$ArtifactsRoot = "https://catalogartifact.azureedge.net/publicartifacts/microsoft-azure-blockchain.azure-blockchain-workbench-466ec686-381e-4fbc-856a-fd1e76aaddaa-azure-blockchain-workbench/Artifacts",
35+
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.8.1",
36+
[Parameter(Mandatory = $false)][string]$ArtifactsRoot = "https://catalogartifact.azureedge.net/publicartifacts/microsoft-azure-blockchain.azure-blockchain-workbench-8504ab85-6940-42ed-8b4e-5f05a4d93b69-azure-blockchain-workbench/Artifacts",
3737
[Parameter(Mandatory = $false)][string]$DockerRepository = "blockchainworkbenchprod.azurecr.io",
3838
[Parameter(Mandatory = $false)][string]$DockerLogin = $null,
3939
[Parameter(Mandatory = $false)][string]$DockerPw = $null,
4040
[Parameter(Mandatory = $false)][switch]$TestApi,
4141
[Parameter(Mandatory = $false)][switch]$TestEnv
4242
)
4343

44-
Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true"
44+
# Comment the next line in before publishing
45+
# Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true"
4546

4647
#############################################
4748
# Constants
@@ -586,4 +587,4 @@ if ($TestApi) {
586587
# Script exit
587588
#############################################
588589

589-
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.0."
590+
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.1."

blockchain-workbench/scripts/upgrade/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd; Invoke-WebRequest -Uri https://aka.ms/workbenchUpgradeScript -OutFile azureB
3838
When the upgrade completes, you will see the following message:
3939

4040
```powershell
41-
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.0.
41+
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.1.
4242
4343
```
4444

0 commit comments

Comments
 (0)