From 269346913fb6c97cdd4f75c6b967076573bff7df Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Wed, 28 Feb 2024 14:12:30 -0800 Subject: [PATCH 1/3] Add RC2 Commits (#7210) # Description Add RC2 Commits ## Type of change Release --------- Signed-off-by: willdavsmith Signed-off-by: ytimocin Co-authored-by: Will Smith --- .github/workflows/release.yaml | 7 +++++++ versions.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e1f26b61c..b217e159bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -152,6 +152,13 @@ jobs: ref: main token: ${{ secrets.GH_RAD_CI_BOT_PAT }} path: recipes + - name: Checkout radius-project/dashboard@main + uses: actions/checkout@v3 + with: + repository: radius-project/dashboard + ref: main + token: ${{ secrets.GH_RAD_CI_BOT_PAT }} + path: dashboard - name: Set up GitHub credentials run: | git config --global user.name "Radius CI Bot" diff --git a/versions.yaml b/versions.yaml index 9720702b9d..529e175195 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,6 +1,6 @@ supported: - channel: '0.31' - version: 'v0.31.0-rc1' + version: 'v0.31.0-rc2' - channel: '0.30' version: 'v0.30.0' deprecated: From 8f24f24f9fdce2b2c0f93bd108ca7dccb6e2d316 Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Wed, 28 Feb 2024 15:50:01 -0800 Subject: [PATCH 2/3] Ytimocin/0.31/rc3 (#7213) # Description _Please explain the changes you've made._ ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). - This pull request adds or changes features of Radius and has an approved issue (issue link required). - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #issue_number --------- Signed-off-by: willdavsmith Signed-off-by: ytimocin Signed-off-by: Yetkin Timocin Co-authored-by: Will Smith --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 529e175195..2dd930f640 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,6 +1,6 @@ supported: - channel: '0.31' - version: 'v0.31.0-rc2' + version: 'v0.31.0-rc3' - channel: '0.30' version: 'v0.30.0' deprecated: From 3fa840730295681733357e7c94e6813d04cfae6d Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Wed, 28 Feb 2024 18:57:30 -0800 Subject: [PATCH 3/3] Final Release 0.31 (#7214) (#7215) # Description Final Release 0.31 ## Type of change Release Signed-off-by: ytimocin --- docs/release-notes/v0.31.0.md | 65 +++++++++++++++++++++++++++++++++++ versions.yaml | 4 +-- 2 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/v0.31.0.md diff --git a/docs/release-notes/v0.31.0.md b/docs/release-notes/v0.31.0.md new file mode 100644 index 0000000000..7db6a4862c --- /dev/null +++ b/docs/release-notes/v0.31.0.md @@ -0,0 +1,65 @@ +## Announcing Radius v0.31.0 + +Today we're happy to announce the release of Radius v0.31.0. Check out the [highlights](#highlights) below, along with the [full changelog](#full-changelog) for more details. + +We would like to extend our thanks to all the [new](#new-contributors) and existing contributors who helped make this release possible! + +## Intro to Radius + +If you're new to Radius, check out our website, [radapp.io](https://radapp.io), for more information. Also visit our [getting started guide](https://docs.radapp.io/getting-started/) to learn how to install Radius and create your first app. + +## Highlights + +## Breaking changes + +None + +## New contributors + +Welcome to our new contributors who have merged their first PR in this release! + +* @jhandel made their first contribution in + +## Upgrading to Radius v0.31.0 + +During our preview stage, an upgrade to Radius v0.31.0 requires a full reinstallation of the Radius control-plane, rad CLI, and all Radius apps. Stay tuned for an in-place upgrade path in the future. + +1. Delete any environments you have created: + ```bash + rad env delete + ``` +1. Uninstall the previous version of the Radius control-plane: + ```bash + rad uninstall kubernetes + ``` +1. Visit the [Radius installation guide](https://docs.radapp.io/getting-started/install/) to install the latest CLI, or download a binary below +1. Install the latest version of the Radius control-plane: + ```bash + rad install kubernetes + ``` + +## Full changelog + +* Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in +* versions.yaml updated for release 0.30 - final release by @vinayada1 in +* Run release workflow on push to release branch by @willdavsmith in +* Adding GHCR login step to the long running tests by @ytimocin in +* Use unique resource names in test Terraform Recipe by @kachawla in +* Add GH action to close stale PRs by @kachawla in +* Rename stale PRs workflow filename by @kachawla in +* Update RequireResource to handle duplicate short names and proper fully qualified names (also make life a little better for windows file system contributors) by @jhandel in +* Update Namespace.ValidateNamespace to add workspace to arguments by @jhandel in +* Set go version to 1.21.7 by @youngbupark in +* updating patch api def for applications resource by @vishwahiremat in +* Adding changes to extend secret stores scope to global by @vishwahiremat in +* Adding support for terraform private module source for git by @vishwahiremat in +* Adding dashboard release branch creation and tag push by @willdavsmith in +* Fix syntax error in release workflow by @willdavsmith in +* Add dashboard to Radius installation and rad run by @willdavsmith in +* Update typespec to support all Terraform Recipe Providers and Env by @ytimocin in +* Add support to set environment variables to Terraform environment by @lakshmimsft in +* Add logic to build configuration for multiple Terraform providers support by @lakshmimsft in +* Updating versions.yaml for 0.31-rc1 by @ytimocin in +* Fix release workflow to include dashboard repo clone by @willdavsmith in +* Updating versions.yaml for 0.31-rc2 by @ytimocin in +* Updating versions.yaml for 0.31-rc3 by @ytimocin in diff --git a/versions.yaml b/versions.yaml index 2dd930f640..6793141bc4 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,9 +1,9 @@ supported: - channel: '0.31' - version: 'v0.31.0-rc3' + version: 'v0.31.0' +deprecated: - channel: '0.30' version: 'v0.30.0' -deprecated: - channel: '0.29' version: 'v0.29.0' - channel: '0.28'