Skip to content

Commit 114ce9e

Browse files
authored
Merge pull request #15905 from MicrosoftDocs/release-hotfixes
Merge release-hotfixes to main for Hub hotfix release
2 parents 7eb7835 + 364c2e9 commit 114ce9e

File tree

5 files changed

+152
-6
lines changed

5 files changed

+152
-6
lines changed

azure-stack/operator/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
href: release-notes.md
1515
- name: Hotfixes
1616
items:
17+
- name: Hotfix 1.2406.1.15
18+
href: hotfix-1-2406-1-15.md
19+
- name: Hotfix 1.2311.3.62
20+
href: hotfix-1-2311-3-62.md
21+
- name: Hotfix 1.2306.4.102
22+
href: hotfix-1-2306-4-102.md
1723
- name: Hotfix 1.2406.1.14
1824
href: hotfix-1-2406-1-14.md
1925
- name: Hotfix 1.2311.3.61
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Azure Stack Hub hotfix 1.2306.4.102
3+
description: Summary of Azure Stack Hub hotfix 1.2306.4.102
4+
author: sethmanheim
5+
ms.topic: article
6+
ms.date: 09/24/2024
7+
ms.author: sethm
8+
9+
---
10+
11+
# Azure Stack Hub hotfix 1.2306.4.102
12+
13+
## Summary
14+
15+
- Fixed an issue with DNS zone creation in SQL and MySQL resource providers.
16+
17+
## Fixes rolled up from previous hotfix releases
18+
19+
- Fixed bugs causing infrastructure faults.
20+
- Fixed an issue in which users were able to create duplicate and external infrastructure DNS zones.
21+
- Fixed the **CloudManifest** feature to avoid adding non-self-signed certificates to the root store.
22+
- Fixed an issue in the portal that might send a token to an untrusted domain when modifying custom dashboards.
23+
- Fixed XSS vulnerability on metadata endpoint.
24+
- Portal framework accessibility fixes and other updates.
25+
- Azure Stack Hub [spoofing vulnerability CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-20679).
26+
- This hotfix includes Windows security updates applied to external-facing infrastructure VMs (internal infrastructure VMs that are capable of hosting endpoints external to Azure Stack Hub). The addition of these security updates can potentially increase the hotfix installation time.
27+
- Fixed an issue in NRP in which duplicate IP addresses could be assigned to NICs in some scenarios.
28+
29+
## Hotfix information
30+
31+
To apply this hotfix, you must have version **1.2306.2.47** or later.
32+
33+
> [!IMPORTANT]
34+
> As outlined in the release notes for the [2306 update](release-notes.md?view=azs-2306&preserve-view=true), make sure that you refer to the update activity checklist on running **Test-AzureStack** (with specified parameters), and resolve any operational issues that are found, including all warnings and failures. Also, review active alerts and resolve any that require action.
35+
36+
## File information
37+
38+
Download the following files. Then, follow the instructions in [Apply updates in Azure Stack](azure-stack-apply-updates.md) to apply this update.
39+
40+
[Download the zip file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2306.4.102/HotFix/AzS_Update_1.2306.4.102.zip).
41+
42+
[Download the hotfix xml file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2306.4.102/HotFix/metadata.xml).
43+
44+
## More information
45+
46+
[Azure Stack Hub update resources](azure-stack-updates.md)
47+
48+
[Apply updates in Azure Stack](azure-stack-apply-updates.md)
49+
50+
[Monitor updates in Azure Stack by using the privileged endpoint](azure-stack-monitor-update.md)
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Azure Stack Hub hotfix 1.2311.3.62
3+
description: Summary of Azure Stack Hub hotfix 1.2311.3.62
4+
author: sethmanheim
5+
ms.topic: article
6+
ms.date: 09/24/2024
7+
ms.author: sethm
8+
9+
---
10+
11+
# Azure Stack Hub hotfix 1.2311.3.62
12+
13+
## Summary
14+
15+
- Fixed an issue with DNS zone creation in SQL and MySQL resource providers.
16+
17+
## Fixes rolled up from previous hotfix releases
18+
19+
- Fixed bugs causing infrastructure faults.
20+
- Fixed an issue in which users were able to create duplicate and external infrastructure DNS zones.
21+
- Fixed the **CloudManifest** feature to avoid adding non-self-signed certificates to the root store.
22+
- Fixed an issue in the portal that might send a token to an untrusted domain when modifying custom dashboards.
23+
- Fixed XSS vulnerability on metadata endpoint.
24+
- Fixed an issue that can lead to duplicate infrastructure VMs.
25+
- Azure Stack Hub [spoofing vulnerability CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-20679).
26+
27+
## Hotfix information
28+
29+
To apply this hotfix, you must have version **1.2311.1.22** or later.
30+
31+
> [!IMPORTANT]
32+
> As outlined in the release notes for the [2311 update](release-notes.md?view=azs-2311&preserve-view=true), make sure that you refer to the update activity checklist on running **Test-AzureStack** (with specified parameters), and resolve any operational issues that are found, including all warnings and failures. Also, review active alerts and resolve any that require action.
33+
34+
## File information
35+
36+
Download the following files. Then, follow the instructions in [Apply updates in Azure Stack](azure-stack-apply-updates.md) to apply this update.
37+
38+
[Download the zip file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2311.3.62/HotFix/AzS_Update_1.2311.3.62.zip).
39+
40+
[Download the hotfix xml file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2311.3.62/HotFix/metadata.xml).
41+
42+
## More information
43+
44+
[Azure Stack Hub update resources](azure-stack-updates.md)
45+
46+
[Apply updates in Azure Stack](azure-stack-apply-updates.md)
47+
48+
[Monitor updates in Azure Stack by using the privileged endpoint](azure-stack-monitor-update.md)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Azure Stack Hub hotfix 1.2406.1.15
3+
description: Summary of Azure Stack Hub hotfix 1.2406.1.15
4+
author: sethmanheim
5+
ms.topic: article
6+
ms.date: 09/24/2024
7+
ms.author: sethm
8+
9+
---
10+
11+
# Azure Stack Hub hotfix 1.2406.1.15
12+
13+
## Summary
14+
15+
- Fixed an issue with DNS zone creation in SQL and MySQL resource providers.
16+
17+
## Fixes rolled up from previous hotfix releases
18+
19+
- Fixed an issue in which users were able to create duplicate and external infrastructure DNS zones.
20+
21+
## Hotfix information
22+
23+
To apply this hotfix, you must have version **1.2406.0.08** or later.
24+
25+
> [!IMPORTANT]
26+
> As outlined in the release notes for the [2406 update](release-notes.md?view=azs-2406&preserve-view=true), make sure that you refer to the update activity checklist on running **Test-AzureStack** (with specified parameters), and resolve any operational issues that are found, including all warnings and failures. Also, review active alerts and resolve any that require action.
27+
28+
## File information
29+
30+
Download the following files. Then, follow the instructions in [Apply updates in Azure Stack](azure-stack-apply-updates.md) to apply this update.
31+
32+
[Download the zip file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2406.1.15/HotFix/AzS_Update_1.2406.1.15.zip).
33+
34+
[Download the hotfix xml file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2406.1.15/HotFix/metadata.xml).
35+
36+
## More information
37+
38+
[Azure Stack Hub update resources](azure-stack-updates.md)
39+
40+
[Apply updates in Azure Stack](azure-stack-apply-updates.md)
41+
42+
[Monitor updates in Azure Stack by using the privileged endpoint](azure-stack-monitor-update.md)

azure-stack/operator/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Stack Hub release notes
33
description: Release notes for Azure Stack Hub integrated systems, including updates and bug fixes.
44
author: sethmanheim
55
ms.topic: article
6-
ms.date: 09/13/2024
6+
ms.date: 09/24/2024
77
ms.author: sethm
88
ms.reviewer: rtiberiu
99
ms.lastreviewed: 04/22/2024
@@ -108,15 +108,15 @@ Azure Stack Hub hotfixes are only applicable to Azure Stack Hub integrated syste
108108

109109
The 2406 release of Azure Stack Hub must be applied on the 2311 release with the following hotfix installed:
110110

111-
- [Azure Stack Hub hotfix 1.2311.3.61](hotfix-1-2311-3-61.md)
111+
- [Azure Stack Hub hotfix 1.2311.3.62](hotfix-1-2311-3-62.md)
112112

113113
### After successfully applying the 2406 update
114114

115115
When you update to a new major version (for example, 1.2108.x to 1.2206.x), the latest hotfixes (if any) in the new major version are installed automatically. From that point forward, if a hotfix is released for your build, you should install it.
116116

117117
After the installation of 2406, if any hotfixes for 2406 are subsequently released, you should install them:
118118

119-
- [Azure Stack Hub hotfix 1.2406.1.14](hotfix-1-2406-1-14.md)
119+
- [Azure Stack Hub hotfix 1.2406.1.15](hotfix-1-2406-1-15.md)
120120
::: moniker-end
121121

122122
::: moniker range="azs-2311"
@@ -181,15 +181,15 @@ Azure Stack Hub hotfixes are only applicable to Azure Stack Hub integrated syste
181181

182182
The 2311 release of Azure Stack Hub must be applied on the 2306 release with the following hotfix installed:
183183

184-
- [Azure Stack Hub hotfix 1.2306.4.101](hotfix-1-2306-4-101.md)
184+
- [Azure Stack Hub hotfix 1.2306.4.102](hotfix-1-2306-4-102.md)
185185

186186
### After successfully applying the 2311 update
187187

188188
When you update to a new major version (for example, 1.2108.x to 1.2206.x), the latest hotfixes (if any) in the new major version are installed automatically. From that point forward, if a hotfix is released for your build, you should install it.
189189

190190
After the installation of 2311, if any hotfixes for 2311 are subsequently released, you should install them:
191191

192-
- [Azure Stack Hub hotfix 1.2311.3.61](hotfix-1-2311-3-61.md)
192+
- [Azure Stack Hub hotfix 1.2311.3.62](hotfix-1-2311-3-62.md)
193193
::: moniker-end
194194

195195
::: moniker range="azs-2306"
@@ -252,7 +252,7 @@ When you update to a new major version (for example, 1.2108.x to 1.2206.x), the
252252

253253
After the installation of 2306, if any hotfixes for 2306 are subsequently released, you should install them:
254254

255-
- [Azure Stack Hub hotfix 1.2306.4.101](hotfix-1-2306-4-101.md)
255+
- [Azure Stack Hub hotfix 1.2306.4.102](hotfix-1-2306-4-102.md)
256256
::: moniker-end
257257

258258
<!------------------------------------------------------------>

0 commit comments

Comments
 (0)