Skip to content

Commit

Permalink
radius: Add version 0.31.0 (#5477)
Browse files Browse the repository at this point in the history
* radius: Add version 0.29.0

This change adds the [radius](https://github.com/radius-project/radius) CLI tool to the bucket.

* Update to 0.30.0

* Accept recommendation to move `bin`

Co-authored-by: tech189 <[email protected]>

* Update to 0.31.0

---------

Co-authored-by: tech189 <[email protected]>
  • Loading branch information
craigktreasure and tech189 authored Mar 7, 2024
1 parent 9c31ddc commit 150a0bb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bucket/radius.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "0.31.0",
"description": "Radius is a cloud-native, portable application platform that makes app development easier for teams building cloud-native apps.",
"homepage": "https://radapp.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/radius-project/radius/releases/download/v0.31.0/rad_windows_amd64.exe#/rad.exe",
"hash": "86fede0f1a0e8cf5645e8399a29cca7a7d34b95613c9dfd02a25851601c2df17"
}
},
"bin": "rad.exe",
"checkver": {
"github": "https://github.com/radius-project/radius"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radius-project/radius/releases/download/v$version/rad_windows_amd64.exe#/rad.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}

0 comments on commit 150a0bb

Please sign in to comment.