You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/resource-bridge/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ Generally, the latest released version and the previous three versions (n-3) of
140
140
141
141
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.
142
142
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).
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).
Copy file name to clipboardExpand all lines: articles/azure-arc/resource-bridge/upgrade.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Upgrade Arc resource bridge
3
3
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
5
5
ms.topic: how-to
6
6
---
7
7
8
8
# Upgrade Arc resource bridge
9
9
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.
11
11
12
12
## Private cloud providers
13
13
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
88
88
89
89
## Version releases
90
90
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).
92
92
93
93
## Supported versions
94
94
@@ -103,7 +103,7 @@ For example, if the current version is 1.0.18, then the typical n-3 supported ve
103
103
104
104
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.
105
105
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).
107
107
108
108
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.
0 commit comments