Re: Announcing Radius v0.32

15 views
Skip to first unread message

Reshma Abdul Rahim

unread,
Apr 1, 2024, 1:18:15 PM4/1/24
to rada...@googlegroups.com

 

A logo with a black background

Description automatically generated

Announcing Radius v0.32

We’re back with another release of Radius! We’ve been hard at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

Upgrade to v0.32

An upgrade to v0.32 will require a full redeployment of your environment and applications. To try out v0.32:

  1. Delete any existing Radius environments: rad env delete
  2. Uninstall your existing Radius control plane: rad uninstall kubernetes
  3. Download and install the latest rad CLI
  4. Download and install the latest tooling
  5. Deploy a new v0.32 environment: rad init
  6. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

Highlights in Radius v0.32

The full list of changes can be found at radius-project/radius.

A purple logo in a white circle

Description automatically generated

Support for Terraform modules from private git repositories.

Radius Environments can now be configured to pull Terraform Recipe templates from private git repositories. Visit the private registry how-to guide to learn more!

A white circle with a black background and a black and white circle with a black border and a black and white circle with a black and white circle with a red and orange pie chart and a pie

Description automatically generated

Radius Dashboard community contributions

We open-sourced and released the Radius Dashboard feature during the previous release and are excited to already see the first community contributions to Dashboard! A big thank you to @lechnerc77 for fixing error handling bugs that were crashing the Dashboard, implementing the graph zoom feature, and adding Dependabot configurations.

A blue video camera logo

Description automatically generated

Radius Office Hours

Have questions about your app and want to chat with a Radius engineer? We now have office hours where you can book a slot and meet 1-1 with a member of the Radius team. Learn more in the community repo.

A blue cube in a white circle

Description automatically generated

Radius email group for announcements

Make sure to share our Google group for Radius where we’ll be sending release announcements, community call updates, and other important project news.

A purple bug in a white circle

Description automatically generated

Bug fixes and performance improvements

We've fixed a bunch of bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log issues in GitHub and discuss with the community in Discord.

A logo of a group of people

Description automatically generated

Community call

Thank you to the attendees of our latest community call! You can check out the recording here. Our next call will be announced soon. More details here.

Radius Breakout Session from Microsoft Ignite

Make sure to check out the Radius breakout session from Microsoft Ignite: https://youtu.be/gaG77PiYv5w

A person standing on a stage

Description automatically generated

Let us know your feedback and feature requests!

As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

A black background with orange letters

Description automatically generated

 

 

 

Reshma Abdul Rahim

unread,
Apr 26, 2024, 4:03:01 PM4/26/24
to rada...@googlegroups.com, Radius

A logo with a black background

Description automatically generated

Announcing Radius v0.33

We’re back with another release of Radius! We’ve been at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

Upgrade to v0.33

An upgrade to v0.33 will require a full redeployment of your environment and applications. To try out v0.33:

    1. Delete any existing Radius environments: rad env delete
    2. Uninstall your existing Radius control plane: rad uninstall kubernetes
    3. Download and install the latest rad CLI
    4. Download and install the latest tooling
    1. Deploy a new v0.33 environment: rad init
    1. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

      Highlights in Radius v0.33

      The full list of changes can be found at radius-project/radius.

      Access Kubernetes secrets using PodSpec

      A big thanks to @superbeeny for contributing a how-to-guide on patching existing Kubernetes secrets using PodSpec definitions into the container environments. Checkout the Radius documentation to learn more!

                       

      Codecov is enabled on Radius repo.

      Codecov has been added to the Radius repo. You will now be able to see the test coverage reports and results in all the pull requests.

      A purple bug in a white circle

Description automatically generated

      Bug fixes and performance improvements

      We've fixed a bunch of bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log issues in GitHub and discuss with the community in Discord.

      A logo of a group of people

Description automatically generated

      Community call

      Thank you to the attendees of our latest community call! You can check out the recording here. Our next call will be announced soon. More details here.

      Radius Breakout Session from Microsoft Ignite

      Make sure to check out the Radius breakout session from Microsoft Ignite: https://youtu.be/gaG77PiYv5w

      A person standing on a stage

Description automatically generated

      Let us know your feedback and feature requests!

      As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

      Reshma Abdul Rahim

      unread,
      May 29, 2024, 2:27:15 PM5/29/24
      to Radius, rada...@googlegroups.com

      A logo with a black background

Description automatically generated

      Announcing Radius v0.34

      We’re back with another release of Radius! We’ve been at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

      Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

      Upgrade to v0.34

      An upgrade to v0.34 will require a full redeployment of your environment and applications. To try out v0.34:

        1. Delete any existing Radius environments: rad env delete
        2. Uninstall your existing Radius control plane: rad uninstall kubernetes
        3. Download and install the latest rad CLI
        4. Download and install the latest tooling
        1. Deploy a new v0.34 environment: rad init
        1. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

          Highlights in Radius v0.34

          The full list of changes can be found at radius-project/radius









          View the app graph using the CLI

          Starting with thev0.34release, we have fully transitioned to the rad app graph​ command to view the Application Graph in the CLI. This means that the legacy command rad app connections​ will no longer be supported going forward. Learn more here.


          User experience improvements with rad CLI

          We have fixed the rad init​ user experience for app name with capital letters to include the error message from k8s as it does not allow capital letters in namespace names. We have also fixed the bug with rad run​ failing due to stern log collector limits.


          A purple logo in a white circle

Description automatically generated











                                     

          Terraform Recipes

          We have fixed an issue with the Recipe deployment for Terraform providers that are not part of the official providers. Now Radius is enabled to load and deploy the recipe modules consuming any Terraform provider.  Learn more about Terraform Recipes in Radius.

          Testing infrastructure enhancements

          The Radius team has been actively improving upon the testing coverage and infrastructure over the past couple of releases. We now have implemented a robust set of functional and long-running tests that are more reliable and cover the most recently released feature areas, including for private Terraform registries. Learn more about running the Radius test suite here.


          Community call

          Thank you to the attendees of our latest community call! You can check out the recording here. Our next call is on June 11th . More details here.

          Radius Breakout Session from Microsoft Ignite

          Make sure to check out the Radius breakout session from Microsoft Ignite: https://youtu.be/gaG77PiYv5w

          A person standing on a stage

Description automatically generated

          Let us know your feedback and feature requests!

          As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

          Reshma Abdul Rahim

          unread,
          Jun 25, 2024, 4:02:13 PM6/25/24
          to Radius, 'Aaron Crawfis' via Radius Community

          A logo with a black background

Description automatically generated

          Announcing Radius v0.35

          We’re back with another release of Radius! We’ve been at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

          Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

          Upgrade to v0.35

          An upgrade to v0.35 will require a full redeployment of your environment and applications. To try out v0.35:

            1. Delete any existing Radius environments: rad env delete
            2. Uninstall your existing Radius control plane: rad uninstall kubernetes
            3. Download and install the latest rad CLI
            4. Download and install the latest tooling
            1. Deploy a new v0.35 environment: rad init
            1. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

              Highlights in Radius v0.35

              The full list of changes can be found at radius-project/radius







              Radius Azure Cloud provider supports Azure Workload Identity

              You can now configure your Azure cloud provider to use Azure workload identity  to deploy and manage Azure resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on configuring the workload identity for Azure provider.


              A purple logo in a white circle

Description automatically generated

              Nested modules in Terraform Recipes

              With this release, Radius now supports authentication into private repositories for pulling Terraform Recipes that contain nested modules. See the private Terraform modules guide for more details.



              EnableWebsockets property added to the Gateway Route Resource

              TheEnableWebsocketproperty has been added to the Gateway Route Resource so that it can be set by Radius users to enable features that make use of websockets, such as SignalR. See the Gateway resource schema for more details.




              Community Call

              Thank you to the attendees of our latest community call! You can check out the recording here. Our next call is on July 9th . More details here.

              Breaking Changes

              Azure workload identity support for Radius Azure cloud provider introduces some breaking changes to rad credential register azure​ CLI command. With the additional identity support, rad credential register azure is now rad credential register azure sp to register the Service Principal identity and rad credential register azure wi to register the Azure Workload Identity.

              Radius Breakout Session from Microsoft Ignite

              Make sure to check out the Radius breakout session from Microsoft Ignite:https://youtu.be/gaG77PiYv5w

              Let us know your feedback and feature requests
              As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

              Reshma Abdul Rahim

              unread,
              Jul 29, 2024, 1:07:23 PM7/29/24
              to Radius google group

              A logo with a black background

Description automatically generated

              Announcing Radius v0.36

              We’re back with another release of Radius! We’ve been at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

              Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

              Upgrade to v0.36

              An upgrade to v0.36 will require a full redeployment of your environment and applications. To try out v0.36:

                1. Delete any existing Radius environments: rad env delete
                2. Uninstall your existing Radius control plane: rad uninstall kubernetes
                3. Download and install the latest rad CLI
                4. Download and install the latest tooling
                1. Deploy a new v0.36 environment: rad init
                1. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

                  Highlights in Radius v0.36

                  The full list of changes can be found at radius-project/radius.

                  A purple logo in a white circle

Description automatically generated

                  Authentication for Any Terraform Provider

                  In a previous release, we added the functionality in Radius to load and deploy the recipe modules consuming any Terraform providerThis functionality has now been extended to enable secure configuration and handling of credentials for authentication with the Terraform provider. Learn more about how to configure custom Terraform providers.

                  A purple bug in a white circle

Description automatically generated


                  Bug fixes and performance improvements

                  We've fixed a bunch of bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log issues in GitHub and discuss with the community in Discord.




                  Community Call

                  Thank you to the attendees of our latest community call! You can check out the recording here. Our next call is on Aug 13th . More details here.

                  Radius Breakout Session from Microsoft Ignite

                  Make sure to check out the Radius breakout session from Microsoft Ignite: https://youtu.be/gaG77PiYv5w

                  A person standing on a stage

Description automatically generated

                  Let us know your feedback and feature requests!

                  As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

                  Reshma Abdul Rahim

                  unread,
                  Jul 29, 2024, 1:23:14 PM7/29/24
                  to Radius, Radius google group

                  A logo with a black background

Description automatically generated

                  Announcing Radius v0.36

                  We’re back with another release of Radius! We’ve been at work addressing all the great feedback and feature requests that have been coming our way, and we’re looking forward to the continued feedback and support! Check out the highlights and instructions below.

                  Forwarded this email and want to stay up to date with periodic email announcements? Join our group!

                  Upgrade to v0.36

                  An upgrade to v0.36 will require a full redeployment of your environment and applications. To try out v0.36:

                    1. Delete any existing Radius environments: rad env delete
                    2. Uninstall your existing Radius control plane: rad uninstall kubernetes
                    3. Download and install the latest rad CLI
                    4. Download and install the latest tooling
                    1. Deploy a new v0.36 environment: rad init
                    1. Try out the first-app experience and our how-to guides and begin rad-ifying your apps!

                      Highlights in Radius v0.36

                      The full list of changes can be found at radius-project/radius.

                      A purple logo in a white circle

Description automatically generated

                      Authentication for Any Terraform Provider

                      In a previous release, we added the functionality in Radius to load and deploy the recipe modules consuming any Terraform providerThis functionality has now been extended to enable secure configuration and handling of credentials for authentication with the Terraform provider. Learn more about how to configure custom Terraform providers.

                      A purple bug in a white circle

Description automatically generated


                      Bug fixes and performance improvements

                      We've fixed a bunch of bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log issues in GitHub and discuss with the community in Discord.




                      Community Call

                      Thank you to the attendees of our latest community call! You can check out the recording here. Our next call is on Aug 13th . More details here.

                      Radius Breakout Session from Microsoft Ignite

                      Make sure to check out the Radius breakout session from Microsoft Ignite: https://youtu.be/gaG77PiYv5w

                      A person standing on a stage

Description automatically generated

                      Let us know your feedback and feature requests!

                      As you begin “rad-ifying” your applications, we’d love to know where you’re experiencing issues or have features that you’d like to see in Radius. Please ask questions and post comments in Discord and we’ll get back to you ASAP.

                      Reply all
                      Reply to author
                      Forward
                      0 new messages