-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create 0.29.0 release #6992
Create 0.29.0 release #6992
Conversation
Release Information
Change logs
|
Release Information
Change logs
|
Release Information
Change logs
|
docs/release-notes/v0.29.0.md
Outdated
|
||
|
||
### New dev container for contributing to the rad CLI | ||
|
||
Our new dev container makes it super easy to get up and running with a local dev container or GitHub Codespace in seconds. It's preloaded with everything you need to begin developing the rad CLI and other Radius services. Try it out for free [here](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=340522752&skip_quickstart=true&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fcontributor%2Fdevcontainer.json&geo=UsWest). | ||
|
||
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=340522752&skip_quickstart=true&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fcontributor%2Fdevcontainer.json&geo=UsWest) | ||
|
||
Thanks to Radius community member @lechnerc77 for the contribution! | ||
|
||
### Run Radius behind a custom firewall | ||
|
||
Radius installations now support custom certificates to allow Radius to operate behind corporate/custom firewall solutions for enterprise installations. Visit the [Kubernetes installation docs](https://docs.radapp.io/guides/operations/kubernetes/install/#use-your-own-root-certificate-authority-certificate) for more information. | ||
|
||
### New test experience when contributing to Radius | ||
|
||
Contributing to the Radius project and want to know that your code is fully tested? Our new testing experience makes it easy to easily fork, PR, and make your first commit! Radius now leverages GitHub environments and integrated status checks to make sure that community contributions are good to go. All you need to do is submit your PR and our testing infrastructure will take care of the rest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### New dev container for contributing to the rad CLI | |
Our new dev container makes it super easy to get up and running with a local dev container or GitHub Codespace in seconds. It's preloaded with everything you need to begin developing the rad CLI and other Radius services. Try it out for free [here](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=340522752&skip_quickstart=true&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fcontributor%2Fdevcontainer.json&geo=UsWest). | |
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=340522752&skip_quickstart=true&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fcontributor%2Fdevcontainer.json&geo=UsWest) | |
Thanks to Radius community member @lechnerc77 for the contribution! | |
### Run Radius behind a custom firewall | |
Radius installations now support custom certificates to allow Radius to operate behind corporate/custom firewall solutions for enterprise installations. Visit the [Kubernetes installation docs](https://docs.radapp.io/guides/operations/kubernetes/install/#use-your-own-root-certificate-authority-certificate) for more information. | |
### New test experience when contributing to Radius | |
Contributing to the Radius project and want to know that your code is fully tested? Our new testing experience makes it easy to easily fork, PR, and make your first commit! Radius now leverages GitHub environments and integrated status checks to make sure that community contributions are good to go. All you need to do is submit your PR and our testing infrastructure will take care of the rest. | |
### Edge version of rad CLI now available | |
Want to try out the cutting edge rad CLI capabilities and try out new features? You can now download and install the edge version of the rad CLI, built from the main branch, via the Radius install script. Visit https://edge.docs.radapp.io/installation/ for details on how to download and install. | |
### Radius devcontainer feature | |
The rad CLI is now available as a devcontainer feature! This allows you to install the rad CLI & dependencies in your devcontainer and Codespaces automatically. Visit https://github.com/radius-project/radius/blob/main/deploy/devcontainer-feature/src/radcli/README.md for more information and to try it out. |
docs/release-notes/v0.29.0.md
Outdated
## New contributors | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there aren't any new contributors we can remove this
## New contributors |
Release Information
Change logs
|
add 0.29.0 release notes
dbb0587
to
4d7b123
Compare
Release Information
Change logs
|
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release notes look good to me. Thanks!
Description
Create 0.29.0 release
Type of change
Fixes: #issue_number