diff --git a/azext_edge/constants.py b/azext_edge/constants.py index f0d064beb..dc4065803 100644 --- a/azext_edge/constants.py +++ b/azext_edge/constants.py @@ -7,7 +7,7 @@ import os -VERSION = "0.6.0a6" +VERSION = "0.6.0b1" EXTENSION_NAME = "azure-iot-ops" EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) USER_AGENT = "IotOperationsCliExtension/{}".format(VERSION) diff --git a/azext_edge/edge/providers/orchestration/template.py b/azext_edge/edge/providers/orchestration/template.py index 8299b50e2..1de6ded2e 100644 --- a/azext_edge/edge/providers/orchestration/template.py +++ b/azext_edge/edge/providers/orchestration/template.py @@ -32,13 +32,13 @@ def get_resource_defs(self, resource_type: str, first=True) -> Union[List[dict], V1_TEMPLATE = TemplateVer( - commit_id="6a6ce36417fce836dcc9b5b2bc525dcf92534b41", + commit_id="f8fc2737da7d276a8e44f3d3abc74348bc7135c0", moniker="v0.6.0-preview", content={ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": { - "_generator": {"name": "bicep", "version": "0.29.47.4906", "templateHash": "14376074618405923372"}, + "_generator": {"name": "bicep", "version": "0.29.47.4906", "templateHash": "13762215607900880500"}, "description": "This template deploys Azure IoT Operations.", "aziotopsCliVersion": "0.6.0a2", }, @@ -120,12 +120,12 @@ def get_resource_defs(self, resource_type: str, first=True) -> Union[List[dict], "mqServiceType": "[parameters('mqServiceType')]", }, "VERSIONS": { - "platform": "0.6.0-preview-rc20240722.1", - "aio": "0.6.0-preview-rc20240726.2", + "platform": "0.6.0-preview", + "aio": "0.6.0-preview", "observability": "0.1.0-preview", "secretSyncController": "0.3.0-97225789", }, - "TRAINS": {"platform": "integration", "aio": "integration", "secretSyncController": "preview"}, + "TRAINS": {"platform": "preview", "aio": "preview", "secretSyncController": "preview"}, "broker_fe_issuer_configuration": { "name": "mq-fe-issuer-configuration", "type": "yaml.k8s",