From 8d1babaf12bcd92b8faa84dc6514b5a2d464b8a3 Mon Sep 17 00:00:00 2001 From: Radius CI Bot Date: Sat, 8 Nov 2025 02:09:57 +0000 Subject: [PATCH 1/4] Update docs for v0.53.0 --- docs/config.toml | 8 ++++---- docs/layouts/partials/hooks/body-end.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 01ff03b9f..dc39f6608 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://edge.docs.radapp.io/" +baseURL = "https://docs.radapp.io/" languageCode = "en-us" title = "Radius Docs" theme = "docsy" @@ -67,9 +67,9 @@ tag = "tags" [params] copyright = "The Radius Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see the https://linuxfoundation.org/trademark-usage/ page." -version = "edge" +version = "v0.53" tag_version = "latest" -chart_version = "0.26.0" +chart_version = "0.53.0" # Algolia Search algolia_docsearch = true @@ -77,7 +77,7 @@ algolia_docsearch = true # GitHub Information github_repo = "https://github.com/radius-project/docs" github_subdir = "docs" -github_branch = "edge" +github_branch = "v0.53" github_project_repo = "https://github.com/radius-project/radius" # Versioning diff --git a/docs/layouts/partials/hooks/body-end.html b/docs/layouts/partials/hooks/body-end.html index 3f4109e18..f640ff308 100644 --- a/docs/layouts/partials/hooks/body-end.html +++ b/docs/layouts/partials/hooks/body-end.html @@ -5,7 +5,7 @@ container: '#docsearch', appId: 'ED67NSVSZS', apiKey: '21e2920c3a9c29b98cbc382694413f29', - indexName: 'radapp-dev-edge', + indexName: 'radapp-dev', }); {{ end }} From 24537bf31eda45ea730261f56aeae1cc4ea44705 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:59:54 -0800 Subject: [PATCH 2/4] update ACI deployment prereqs to add requirement for role on the subscription (#1595) * update ACI deployment prereqs to add requirement for role on the subscription Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * minor fix Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- .../author-apps/azure/howto-azure-container-instances/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/author-apps/azure/howto-azure-container-instances/index.md b/docs/content/guides/author-apps/azure/howto-azure-container-instances/index.md index dabb80fc5..21b6ae36d 100644 --- a/docs/content/guides/author-apps/azure/howto-azure-container-instances/index.md +++ b/docs/content/guides/author-apps/azure/howto-azure-container-instances/index.md @@ -19,7 +19,7 @@ This how-to guide will provide an overview of how to: - [rad CLI]({{< ref "installation#step-1-install-the-rad-cli" >}}) The [Bicep extension]({{< ref "installation#step-2-install-the-vs-code-extension" >}}) for VS Code is recommended for Bicep language support - Radius [installed]({{< ref "/guides/operations/kubernetes/kubernetes-install" >}}) on a [supported Kubernetes cluster]({{< ref "/guides/operations/kubernetes/overview#supported-kubernetes-clusters" >}}) -- An Azure provider configured and registered with your Radius control plane, either through [Service Principal](https://docs.radapp.io/guides/operations/providers/azure-provider/howto-azure-provider-sp/) or [Workload Identity](https://docs.radapp.io/guides/operations/providers/azure-provider/howto-azure-provider-wi/) that have been assigned to the `Contributor` and `Azure Container Instances Contributor` roles on the subscription or resource group where the ACI containers will be deployed +- An Azure provider configured and registered with your Radius control plane, either through [Service Principal](https://docs.radapp.io/guides/operations/providers/azure-provider/howto-azure-provider-sp/) or [Workload Identity](https://docs.radapp.io/guides/operations/providers/azure-provider/howto-azure-provider-wi/) that have been assigned to the `Reader` role on the subscription and the `Contributor` role on the resource group where the ACI containers will be deployed - A [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/) is [required]({{< ref "/reference/resource-schema/core-schema/environment-schema#identity" >}}) for ACI deployments, if you choose to utilize a [user-assigned managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp) then you need to ensure it is assigned to the `Contributor` and `Azure Container Instances Contributor` roles on the subscription and resource group where the ACI containers will be deployed ## Step 1: Create a Radius Resource Group and Workspace From 26f82870c875fc9ae25f050e1fe404e4774fb479 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Tue, 18 Nov 2025 14:52:08 -0800 Subject: [PATCH 3/4] updates name of the downloaded bicep binary Signed-off-by: Nell Shamrell --- docs/content/guides/tooling/rad-cli/overview/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/guides/tooling/rad-cli/overview/index.md b/docs/content/guides/tooling/rad-cli/overview/index.md index f0b04e44b..163cb75d0 100644 --- a/docs/content/guides/tooling/rad-cli/overview/index.md +++ b/docs/content/guides/tooling/rad-cli/overview/index.md @@ -68,7 +68,7 @@ By default, the rad CLI installation script installs the rad CLI to `%LOCALAPPDA ## Configuration -The rad CLI stores its configuration, the rad-Bicep compiler, and other configuration under the `rad` directory. +The rad CLI stores its configuration, the Bicep compiler, and other configuration under the `rad` directory. {{< tabs "macOS/Linux/WSL" "Windows" >}} @@ -90,9 +90,9 @@ When the rad CLI runs commands, it will use the configuration in the `config.yam For more information, refer to the [`config.yaml` reference documentation]({{< ref "/reference/config" >}}). -### `rad-bicep` compiler +### `bicep` compiler -The rad CLI uses the Bicep compiler to compile Bicep files to JSON templates. The Bicep compiler is stored as `/bin/rad-bicep` within your configuration directory. +The rad CLI uses the Bicep compiler to compile Bicep files to JSON templates. The Bicep compiler is stored as `/bin/bicep` within your configuration directory. ## Reference documentation From 205185cfd14e8072fe0bd3fb7e8708f155ec37a3 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Tue, 18 Nov 2025 15:12:18 -0800 Subject: [PATCH 4/4] updates additional uses of rad-bicep in the docs to bicep Signed-off-by: Nell Shamrell --- .github/scripts/validate_bicep.py | 4 ++-- .github/workflows/validate-bicep.yaml | 6 +++--- .../deploy-apps/howto-deploy/howto-deploy-cicd/index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/scripts/validate_bicep.py b/.github/scripts/validate_bicep.py index 39d5b3cd7..a04729099 100644 --- a/.github/scripts/validate_bicep.py +++ b/.github/scripts/validate_bicep.py @@ -6,10 +6,10 @@ # set the bicep binary name based on the OS if os.name == 'nt': - bicep_bin = 'rad-bicep.exe' + bicep_bin = 'bicep.exe' home_path = os.environ['USERPROFILE'] else: - bicep_bin = 'rad-bicep' + bicep_bin = 'bicep' home_path = os.environ['HOME'] # set the default Bicep path based on the runner diff --git a/.github/workflows/validate-bicep.yaml b/.github/workflows/validate-bicep.yaml index 6493bb0a6..e4e2c1caa 100644 --- a/.github/workflows/validate-bicep.yaml +++ b/.github/workflows/validate-bicep.yaml @@ -33,8 +33,8 @@ jobs: uses: actions/checkout@v4 - name: Setup and verify bicep CLI run: | - curl -Lo rad-bicep https://github.com/Azure/bicep/releases/latest/download/bicep-linux-x64 - chmod +x ./rad-bicep - ./rad-bicep --version + curl -Lo bicep https://github.com/Azure/bicep/releases/latest/download/bicep-linux-x64 + chmod +x ./bicep + ./bicep --version - name: Verify Bicep files run: python ./.github/scripts/validate_bicep.py diff --git a/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md b/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md index 3a23e29d9..a3f7c94f6 100644 --- a/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md +++ b/docs/content/guides/deploy-apps/howto-deploy/howto-deploy-cicd/index.md @@ -110,7 +110,7 @@ Ensure the service principal created above has the proper RBAC assignment to dow Next, download the latest `rad` CLI release and setup your workspace: ```yml - - name: Download rad CLI and rad-bicep + - name: Download rad CLI and bicep run: | wget -q "https://raw.githubusercontent.com/radius-project/radius/main/deploy/install.sh" -O - | /bin/bash ./rad bicep download