From 739488bd82442cfc2b6dbcab2daa5ac929779eb9 Mon Sep 17 00:00:00 2001 From: Radius CI Bot Date: Thu, 25 Apr 2024 18:49:03 +0000 Subject: [PATCH 1/5] Update docs for v0.33.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 3d641afa6..160396e0e 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 = "Radius" -version = "edge" +version = "v0.33" tag_version = "latest" -chart_version = "0.26.0" +chart_version = "0.33.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.33" 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 486cb8661ea0aa03940beccd03eecb826909a4d5 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:53:29 -0700 Subject: [PATCH 2/5] update gh to ado sync workflow to use service principals (#1118) * Update docs for v0.32.0 * Update environment logic (#1097) Signed-off-by: Aaron Crawfis * Superbeeny/adding podspec secrets (#1100) * Adding example on how to access secrets and add them to the container environment Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Adding code tabs where the commands differ between linux/windows Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Updates requested from PR review Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * nit: add a new line for spacing aesthetics Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> * Make env configurable (#1102) Signed-off-by: Reshma Abdul Rahim Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> * fix(bug): Update index.md (#1113) * fix(bug): Update index.md Fixed a bug in the cleanup script. The command `rad app delete demo -y` results in this output: `Application 'demo' does not exist or has already been deleted.` The command should be: `rad app delete -y` The output will be: `Application first-app deleted` Signed-off-by: Loek Duys * Update docs/content/getting-started/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --------- Signed-off-by: Loek Duys Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * Fix broken link in faq (#1112) * fix broken link in index.md Signed-off-by: Dan Moseley * Update index.md Signed-off-by: Dan Moseley * Update docs/content/concepts/faq/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --------- Signed-off-by: Dan Moseley Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * update gh to ado sync workflow to use service principals Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * add Connections crosslinks to Existing app tutorial (#1103) * add Connections crosslinks to Existing app tutorial Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * add more crosslinks Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * Update config.toml Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Aaron Crawfis Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim Signed-off-by: Loek Duys Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Signed-off-by: Dan Moseley Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> Co-authored-by: Radius CI Bot Co-authored-by: Aaron Crawfis Co-authored-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Loek Duys Co-authored-by: Dan Moseley --- .github/workflows/issues.yml | 46 ++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index db0aa77b5..e4a5b680b 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,27 +1,49 @@ -name: Issues Automation +name: Sync issue to Azure DevOps work item on: issues: - types: [opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned] + types: + [opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned] concurrency: group: issue-${{ github.event.issue.number }} cancel-in-progress: false +# Extra permissions needed to login with Entra ID service principal via federated identity +permissions: + id-token: write + issues: write + jobs: ado: - name: Sync issue to Azure DevOps runs-on: ubuntu-latest + environment: + name: issues steps: - - uses: danhellem/github-actions-issue-to-work-item@v2.2 + # Auth using Azure Service Principals was added as a part of v2.3 + # reference: https://github.com/danhellem/github-actions-issue-to-work-item/pull/143 + - name: Login to Azure + uses: azure/login@v2 + with: + client-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_CLIENT_ID }} + tenant-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_TENANT_ID }} + allow-no-subscriptions: true + - name: Get Azure DevOps token + id: get_ado_token + run: + # The resource ID for Azure DevOps is always 499b84ac-1321-427f-aa17-267ca6975798 + # https://learn.microsoft.com/azure/devops/integrate/get-started/authentication/service-principal-managed-identity + echo "ADO_TOKEN=$(az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv)" >> $GITHUB_ENV + - name: Sync issue to Azure DevOps + uses: danhellem/github-actions-issue-to-work-item@v2.3 env: - ado_token: "${{ secrets.ADO_AOCTO_BOT_TOKEN }}" - github_token: "${{ secrets.GH_RAD_CI_BOT_PAT }}" - ado_organization: "azure-octo" - ado_project: "Incubations" + ado_token: ${{ env.ADO_TOKEN }} + github_token: '${{ secrets.GH_RAD_CI_BOT_PAT }}' + ado_organization: 'azure-octo' + ado_project: 'Incubations' ado_area_path: "Incubations\\Radius" ado_iteration_path: "Incubations\\Radius" - ado_new_state: "New" - ado_active_state: "Active" - ado_close_state: "Closed" - ado_wit: "GitHub Issue" + ado_new_state: 'New' + ado_active_state: 'Active' + ado_close_state: 'Closed' + ado_wit: 'GitHub Issue' From 7a1d2cadc9601337a185f5f5f79c83a17cb1a715 Mon Sep 17 00:00:00 2001 From: Loek Duys Date: Mon, 29 Apr 2024 20:24:05 +0200 Subject: [PATCH 3/5] Update index.md (#1121) Fixed typo `-resource-group myResourceGroup` into `--resource-group myResourceGroup` (added missing `-`) Signed-off-by: Loek Duys --- docs/content/guides/operations/kubernetes/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/operations/kubernetes/overview/index.md b/docs/content/guides/operations/kubernetes/overview/index.md index 0fc231210..d5d67d35e 100644 --- a/docs/content/guides/operations/kubernetes/overview/index.md +++ b/docs/content/guides/operations/kubernetes/overview/index.md @@ -164,7 +164,7 @@ Visit the [Kubernetes docs](https://kubernetes.io/docs/tasks/configure-pod-conta Visit the [Azure docs](https://docs.microsoft.com/azure/aks/cluster-container-registry-integration?tabs=azure-cli)to learn how to configure access to an ACR registry. ```bash -az aks update --name myAKSCluster -resource-group myResourceGroup --subscription mySubscription --attach-acr +az aks update --name myAKSCluster --resource-group myResourceGroup --subscription mySubscription --attach-acr ``` {{% /codetab %}} From 221c1d2c19ee16e726ac3df0b3e24a8e9f963dd2 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Fri, 10 May 2024 14:34:50 -0700 Subject: [PATCH 4/5] add new logo types (#1122) Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- .../Logos/SVG/radius-icon-black.svg | 16 ++++++ ...ius-Logomark.svg => radius-icon-color.svg} | 0 ...mark-Reverse.svg => radius-icon-white.svg} | 0 .../Logos/SVG/radius-logo-black.svg | 27 ++++++++++ ...{Radius-Logo.svg => radius-logo-color.svg} | 0 ...Logo-Reverse.svg => radius-logo-white.svg} | 0 .../Logos/SVG/radius-logostacked-black.svg | 52 +++++++++++++++++++ .../Logos/SVG/radius-logostacked-color.svg | 52 +++++++++++++++++++ .../Logos/SVG/radius-logostacked-white.svg | 52 +++++++++++++++++++ .../Logos/SVG/radius-logotype-black.svg | 24 +++++++++ ...Logotype.svg => radius-logotype-color.svg} | 0 ...-Reverse.svg => radius-logotype-white.svg} | 0 12 files changed, 223 insertions(+) create mode 100644 presentation-pack/Logos/SVG/radius-icon-black.svg rename presentation-pack/Logos/SVG/{Radius-Logomark.svg => radius-icon-color.svg} (100%) rename presentation-pack/Logos/SVG/{Radius-Logomark-Reverse.svg => radius-icon-white.svg} (100%) create mode 100644 presentation-pack/Logos/SVG/radius-logo-black.svg rename presentation-pack/Logos/SVG/{Radius-Logo.svg => radius-logo-color.svg} (100%) rename presentation-pack/Logos/SVG/{Radius-Logo-Reverse.svg => radius-logo-white.svg} (100%) create mode 100644 presentation-pack/Logos/SVG/radius-logostacked-black.svg create mode 100644 presentation-pack/Logos/SVG/radius-logostacked-color.svg create mode 100644 presentation-pack/Logos/SVG/radius-logostacked-white.svg create mode 100644 presentation-pack/Logos/SVG/radius-logotype-black.svg rename presentation-pack/Logos/SVG/{Radius-Logotype.svg => radius-logotype-color.svg} (100%) rename presentation-pack/Logos/SVG/{Radius-Logotype-Reverse.svg => radius-logotype-white.svg} (100%) diff --git a/presentation-pack/Logos/SVG/radius-icon-black.svg b/presentation-pack/Logos/SVG/radius-icon-black.svg new file mode 100644 index 000000000..1dd93b8a4 --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-icon-black.svg @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/presentation-pack/Logos/SVG/Radius-Logomark.svg b/presentation-pack/Logos/SVG/radius-icon-color.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logomark.svg rename to presentation-pack/Logos/SVG/radius-icon-color.svg diff --git a/presentation-pack/Logos/SVG/Radius-Logomark-Reverse.svg b/presentation-pack/Logos/SVG/radius-icon-white.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logomark-Reverse.svg rename to presentation-pack/Logos/SVG/radius-icon-white.svg diff --git a/presentation-pack/Logos/SVG/radius-logo-black.svg b/presentation-pack/Logos/SVG/radius-logo-black.svg new file mode 100644 index 000000000..62bfb4771 --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-logo-black.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/presentation-pack/Logos/SVG/Radius-Logo.svg b/presentation-pack/Logos/SVG/radius-logo-color.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logo.svg rename to presentation-pack/Logos/SVG/radius-logo-color.svg diff --git a/presentation-pack/Logos/SVG/Radius-Logo-Reverse.svg b/presentation-pack/Logos/SVG/radius-logo-white.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logo-Reverse.svg rename to presentation-pack/Logos/SVG/radius-logo-white.svg diff --git a/presentation-pack/Logos/SVG/radius-logostacked-black.svg b/presentation-pack/Logos/SVG/radius-logostacked-black.svg new file mode 100644 index 000000000..f405ca4c3 --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-logostacked-black.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation-pack/Logos/SVG/radius-logostacked-color.svg b/presentation-pack/Logos/SVG/radius-logostacked-color.svg new file mode 100644 index 000000000..102754628 --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-logostacked-color.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation-pack/Logos/SVG/radius-logostacked-white.svg b/presentation-pack/Logos/SVG/radius-logostacked-white.svg new file mode 100644 index 000000000..f49083211 --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-logostacked-white.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation-pack/Logos/SVG/radius-logotype-black.svg b/presentation-pack/Logos/SVG/radius-logotype-black.svg new file mode 100644 index 000000000..6a9fd9b2d --- /dev/null +++ b/presentation-pack/Logos/SVG/radius-logotype-black.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/presentation-pack/Logos/SVG/Radius-Logotype.svg b/presentation-pack/Logos/SVG/radius-logotype-color.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logotype.svg rename to presentation-pack/Logos/SVG/radius-logotype-color.svg diff --git a/presentation-pack/Logos/SVG/Radius-Logotype-Reverse.svg b/presentation-pack/Logos/SVG/radius-logotype-white.svg similarity index 100% rename from presentation-pack/Logos/SVG/Radius-Logotype-Reverse.svg rename to presentation-pack/Logos/SVG/radius-logotype-white.svg From 69d73a0921e64931fc0407ebfb60235a3b5eccec Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Tue, 14 May 2024 13:34:55 -0400 Subject: [PATCH 5/5] Add CNCF website guidelines (#1123) * Add copyrights Signed-off-by: Reshma Abdul Rahim * Add trademark Signed-off-by: Reshma Abdul Rahim * Add trademark Signed-off-by: Reshma Abdul Rahim --------- Signed-off-by: Reshma Abdul Rahim --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 160396e0e..69401e1e9 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -66,7 +66,7 @@ tag = "tags" pre = "" [params] -copyright = "Radius" +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 = "v0.33" tag_version = "latest" chart_version = "0.33.0"