Skip to content

Commit de40586

Browse files
rad-ci-botReshrahimCopilotCopilotzachcasper
authored
Add blog post for Radius v0.54.0 (#73)
* Add blog post for Radius v0.54.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix spell check errors in Radius v0.54.0 blog post (#74) * Initial plan * Fix spell check errors by adding missing words to dictionary Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com> * Add dictionary.dic to gitignore and remove from repo Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com> * Update radblog/content/posts/2025/radius-v0.54.0-release/index.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * Update radblog/content/posts/2025/radius-v0.54.0-release/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Zach Casper <zachcasper@microsoft.com> Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Zach Casper <zachcasper@microsoft.com> Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Zach Casper <zachcasper@microsoft.com>
1 parent bee376f commit de40586

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.github/config/en-custom.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ daprstatestores
163163
databaseAccounts
164164
datastore
165165
de
166+
dereference
166167
declaratively
167168
deployable
168169
dev
@@ -182,6 +183,7 @@ exe
182183
extensibility
183184
failureThreshold
184185
fileshare
186+
filipevrevez
185187
frontend
186188
fullyQualifiedHostname
187189
geos

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ bin/
1818
*/bin/
1919

2020
*.DS_Store
21-
.vscode/
21+
.vscode/
22+
23+
# Pyspelling
24+
dictionary.dic
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
date: "2025-12-18"
3+
title: "Announcing Radius v0.54"
4+
linkTitle: "Radius v0.54"
5+
author: "Radius Team"
6+
type: blog
7+
---
8+
9+
Today, we’re excited to announce the release of Radius v0.54. This update brings several improvements and fixes detailed below. You can find the full release notes on our [GitHub releases page](https://github.com/radius-project/radius/releases/tag/v0.54.0).
10+
11+
If you’re new to Radius, it’s a cloud-native application platform designed to simplify the deployment and management of Applications. To get started, visit our [getting started guide](https://docs.radapp.io/getting-started/) and learn how to install Radius and create your first app.
12+
13+
## Fixed `rad workspace show` errors when no current workspace exists
14+
The `rad workspace show` command has been updated to improve usability. Previously, if no workspace was set, the command would return an error, which could be confusing. With this release, the command now logs an informational message to guide you when no current workspace exists. This change ensures a more user-friendly experience when managing workspaces. For more details, refer to the [CLI documentation](https://docs.radapp.io/reference/cli/rad_workspace_show/).
15+
16+
## Fixed `rad credential show azure` command
17+
A fix has been made to the `rad credential show azure` command. Previously, this command would fail with a runtime error: invalid memory address when attempting to display Azure Service Principal credentials. This issue has been resolved, and the command now correctly displays the Azure credentials you’ve configured for Radius.
18+
19+
## Upgrading to Radius v0.54
20+
Upgrading to the latest version is straightforward. First, update your Radius CLI, then run the `rad upgrade kubernetes` command. Note that only incremental version upgrades are supported, so ensure you’re upgrading from the previous version. For detailed instructions, consult the [upgrade documentation](https://docs.radapp.io/guides/operations/kubernetes/kubernetes-upgrade/).
21+
22+
## New contributors
23+
We’re thrilled to welcome new contributors to the Radius community! A special thanks to **@filipevrevez** for their first contribution in [PR #10749](https://github.com/radius-project/radius/pull/10749). Your contributions help make Radius better for everyone.
24+
25+
## Learn More and Get Involved
26+
We would love for you to join us to help build Radius:
27+
- Try the [Radius Tutorial](https://docs.radapp.io/tutorials/)
28+
- Checkout the Radius roadmap and influence future features at [https://aka.ms/radius-roadmap](https://aka.ms/radius-roadmap)
29+
- Join our monthly community meeting to see demos and hear the latest updates (join the [Radius Google Group](https://groups.google.com/g/radapp_io) to get email announcements)
30+
- Join the discussion or ask for help on the [Radius Discord server](https://aka.ms/radius/discord)
31+
- Subscribe to the [Radius YouTube channel](https://www.youtube.com/@radapp_io) for more demos

0 commit comments

Comments
 (0)