Skip to content

Commit

Permalink
add highlights to v0.31 release notes (radius-project#7268)
Browse files Browse the repository at this point in the history
# Description

Small update to add highlights into v0.31 release notes.

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- 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).**

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai authored Mar 5, 2024
1 parent 7dd7c17 commit b5f09d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/v0.31.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ If you're new to Radius, check out our website, [radapp.io](https://radapp.io),

## Highlights

### Radius Dashboard now installed automatically

The Radius Dashboard is now installed and versioned as part of `rad init` and the Radius Helm chart. Visit the [Dashboard documentation](https://docs.radapp.io/guides/tooling/dashboard/overview) to learn more.

### Radius Dashboard integration with rad run

When running Radius applications via `rad run`, the Radius Dashboard is now automatically port-forwarded and ready to access. This allows you to easily visualize and understand your applications during development and testing of your application. Visit the [Radius getting started guide](https://docs.radapp.io/getting-started/) to learn more and try it out.

## Breaking changes

None
Expand Down

0 comments on commit b5f09d5

Please sign in to comment.