Skip to content

Commit 0837aa2

Browse files
committed
release notes
1 parent 4a8d6ea commit 0837aa2

File tree

4 files changed

+56
-5
lines changed

4 files changed

+56
-5
lines changed

articles/azure-arc/resource-bridge/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Generally, the latest released version and the previous three versions (n-3) of
140140

141141
There could be instances where supported versions are not sequential. For example, version 1.0.18 is released and later found to contain a bug; a hot fix is released in version 1.0.19 and version 1.0.18 is removed. In this scenario, n-3 supported versions become 1.0.19, 1.0.17, 1.0.16, 1.0.15.
142142

143-
Arc resource bridge typically releases a new version on a monthly cadence, at the end of the month. Delays might occur that could push the release date further out. Regardless of when a new release comes out, if you are within n-3 supported versions (starting with 1.0.15), then your Arc resource bridge version is supported. To stay updated on releases, visit the [Arc resource bridge release notes](https://github.com/Azure/ArcResourceBridge/releases) on GitHub. To learn more about upgrade options, visit [Upgrade Arc resource bridge](upgrade.md).
143+
Arc resource bridge typically releases a new version on a monthly cadence, at the end of the month. Delays might occur that could push the release date further out. Regardless of when a new release comes out, if you are within n-3 supported versions (starting with 1.0.15), then your Arc resource bridge version is supported. To stay updated on releases, visit the [Arc resource bridge release notes](release-notes.md). To learn more about upgrade options, visit [Upgrade Arc resource bridge](upgrade.md).
144144

145145
### Private Link Support
146146

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "What's new with Azure Arc resource bridge"
3+
ms.date: 08/16/2024
4+
ms.topic: conceptual
5+
description: "Learn about the latest releases of Azure Arc resource bridge."
6+
---
7+
8+
# What's new with Azure Arc resource bridge
9+
10+
Azure Arc resource bridge is updated on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about recent releases.
11+
12+
13+
We generally recommend using the most recent versions of the agents. The [version support policy](overview.md#version-support-policy) generally covers the most recent version and the three previous versions (n-3).
14+
15+
## Version 1.2.0 (July 2024)
16+
17+
Appliance: 1.2.0
18+
CLI extension: 1.2.0
19+
SFS release: 0.1.32.10710
20+
Kubernetes: 1.28.5
21+
Mariner: 2.0.20240609
22+
23+
### Arc-enabled SCVMM
24+
25+
- CreateConfig: Improve prompt messages and re-order networking prompts for the custom IP range scenario.
26+
- CreateConfig: Validate Gateway IP input against specified IP range for the custom IP range scenario.
27+
- CreateConfig: Add validation to check infra configuration capability for HA VM deployment. If HA not supported, re-prompt users to proceed with standalone VM deployment.
28+
29+
### Arc-enabled VMware
30+
31+
- Improve prompt messages in createconfig for vmware.
32+
- Validate proxy scheme and check for required noproxy entries.
33+
34+
### Features
35+
36+
- Reject double commas in no_proxy string ",,"
37+
- Add default folder to createconfig list
38+
- Add conditional Fairfax URLs for US Gov Virginia support.
39+
- New error codes added
40+
41+
### Bug fixes
42+
43+
- Fix for openSSH [CVE-2024-63870](https://github.com/advisories/GHSA-2x8c-95vh-gfv4)
44+
45+
## Next steps
46+
47+
- Learn more about [Arc resource bridge](overview.md).
48+
- Learn how to [upgrade Arc resource bridge](upgrade.md).

articles/azure-arc/resource-bridge/upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Upgrade Arc resource bridge
33
description: Learn how to upgrade Arc resource bridge using either cloud-managed upgrade or manual upgrade.
4-
ms.date: 12/07/2023
4+
ms.date: 08/16/2024
55
ms.topic: how-to
66
---
77

88
# Upgrade Arc resource bridge
99

10-
This article describes how Arc resource bridge is upgraded, and the two ways upgrade can be performed: cloud-managed upgrade or manual upgrade. Currently, some private cloud providers differ in how they handle Arc resource bridge upgrades.
10+
This article describes how Arc resource bridge is upgraded, and the two ways upgrade can be performed: cloud-managed upgrade or manual upgrade. Currently, some private cloud providers differ in how they handle Arc resource bridge upgrades.
1111

1212
## Private cloud providers
1313
Currently, private cloud providers differ in how they perform Arc resource bridge upgrades. Review the following information to see how to upgrade your Arc resource bridge for a specific provider.
@@ -88,7 +88,7 @@ To upgrade a resource bridge on Azure Stack HCI, please transition to 23H2 and u
8888

8989
## Version releases
9090

91-
The Arc resource bridge version is tied to the versions of underlying components used in the appliance image, such as the Kubernetes version. When there's a change in the appliance image, the Arc resource bridge version gets incremented. This generally happens when a new `az arcappliance` CLI extension version is released. A new extension is typically released on a monthly cadence at the end of the month or early in the month. For detailed release info, see the [Arc resource bridge release notes](https://github.com/Azure/ArcResourceBridge/releases) on GitHub.
91+
The Arc resource bridge version is tied to the versions of underlying components used in the appliance image, such as the Kubernetes version. When there's a change in the appliance image, the Arc resource bridge version gets incremented. This generally happens when a new `az arcappliance` CLI extension version is released. A new extension is typically released on a monthly cadence at the end of the month or early in the month. For detailed release info, see the [Arc resource bridge release notes](release-notes).
9292

9393
## Supported versions
9494

@@ -103,7 +103,7 @@ For example, if the current version is 1.0.18, then the typical n-3 supported ve
103103

104104
There might be instances where supported versions aren't sequential. For example, version 1.0.18 is released and later found to contain a bug. A hot fix is released in version 1.0.19 and version 1.0.18 is removed. In this scenario, n-3 supported versions become 1.0.19, 1.0.17, 1.0.16, 1.0.15.
105105

106-
Arc resource bridge typically releases a new version on a monthly cadence, at the end of the month, although it's possible that delays could push the release date further out. Regardless of when a new release comes out, if you're within n-3 supported versions, then your Arc resource bridge version is supported. To stay updated on releases, visit the [Arc resource bridge release notes](https://github.com/Azure/ArcResourceBridge/releases) on GitHub.
106+
Arc resource bridge typically releases a new version on a monthly cadence, at the end of the month, although it's possible that delays could push the release date further out. Regardless of when a new release comes out, if you're within n-3 supported versions, then your Arc resource bridge version is supported. To stay updated on releases, visit the [Arc resource bridge release notes](release-notes.md).
107107

108108
If a resource bridge isn't upgraded to one of the supported versions (n-3), then it will fall outside the support window and be unsupported. If this happens, it might not always be possible to upgrade an unsupported resource bridge to a newer version, as component services used by Arc resource bridge could no longer be compatible. In addition, the unsupported resource bridge might not be able to provide reliable monitoring and health metrics.
109109

articles/azure-arc/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- name: About Azure Arc resource bridge
2121
displayName: appliance
2222
href: ./resource-bridge/overview.md
23+
- name: What's new with Arc resource bridge
24+
displayName: release, notes
25+
href: ./resource-bridge/release-notes.md
2326
- name: System requirements
2427
displayName: resource bridge
2528
href: ./resource-bridge/system-requirements.md

0 commit comments

Comments
 (0)