PackageTrack
Sign in Get early access

github.com/radius-project/radius

v0.60.0 #1021 most downloaded on Go modules radius-project/radius

What this package is like to depend on

Last release today

23 Aug 2026

Ships on a steady schedule

a new release about every 8 days

Nearly every release is documented

notes for 44 of 48 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

1219 releases · first in 2023

907 releases in the last 12 months

see the full history below

Release timeline

1219 releases · Nov 2023 to Aug 2026
2024 2025 2026
Release Pre-release 19 older releases not drawn

Releases

latest 60 of 1219
  1. v0.60.0 19 Aug 2026
    Release notes

    Announcing Radius v0.60.0

    Today we're happy to announce the release of Radius v0.60.0. Check out the highlights below, along with the full changelog for more details.

    We would like to extend our thanks to all the new and existing contributors who helped make this release possible!

    Intro to Radius

    If you're new to Radius, check out our website, radapp.io, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

    Highlights

    Preview release of fully extensible Resource Types

    Radius v0.60 introduces preview versions of a new set of Resource Types under the Radius.* namespace. Radius.* Resource Types are completely recipe driven and fully customizable. These new Resource Types are available by using the --preview flag on common Radius CLI commands such as `rad init. For more details, visit the newly rewritten documentation at https://edge.docs.radapp.io/.

    Direct IaC module support

    Radius now enables users to use standard Bicep and Terraform modules, including Azure Verified Modules and Terraform Registry modules, directly as Recipes without creating and maintaining Radius-specific wrappers. This reduces the overhead of adopting existing production-ready infrastructure modules. Learn more at https://edge.docs.radapp.io/management/existing-recipes/#reference-an-existing-module.

    Modernized internal hashing (SHA-1 to SHA-256)

    Radius now uses SHA-256 instead of SHA-1 to generate internal resource identifiers, Terraform recipe state keys, ETags, and change-detection tokens. These hashes are used only for uniqueness and change detection - never for security.

    This upgrade is transparent and requires no action. Your existing applications, environments, resources, and Terraform-recipe state are automatically recognized through a built-in compatibility layer. As a result of this change, nothing is redeployed, no pods are restarted, and no Terraform state is recreated.

    A future release will complete the transition by migrating stored data fully to SHA-256 and removing the SHA-1 compatibility layer. That step will be automatic and called out in its own release notes. As always, upgrade one minor version at a time.

    Breaking changes

    There are no breaking changes in this release. The SHA-1 to SHA-256 hashing change described above is fully backward compatible - existing data is read through a compatibility fallback, and no customer action is required.

    New contributors

    Welcome to our new contributors who have merged their first PR in this release!

    Upgrading to Radius v0.60.0

    You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

    Full changelog

    • build(deps): bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 in /.github/actions/process-test-results in the github-actions group across 1 directory by @dependabot[bot] in #12148
    • build(deps): bump ghcr.io/devcontainers/features/node from 2.0.0 to 2.1.0 by @dependabot[bot] in #12146
    • build(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 3.0.1 to 3.1.0 by @dependabot[bot] in #12145
    • Agent Ex Phase 0 (part 2) — skills, custom agent, prompts, and docs-drift review by @brooke-hamilton in #12097
    • build(deps): bump the go-dependencies group across 2 directories with 30 updates by @dependabot[bot] in #12144
    • Add output resource identity phased design by @willdavsmith in #12074
    • fix(cspell): correct spelling errors by @DariuszPorowski in #12152
    • refactor: migrate from unmaintained go-spew to litter by @DariuszPorowski in #12155
    • chore(release): final release v0.59.0 by @lakshmimsft in #12149
    • refactor(autorest): migrate to typespec by @DariuszPorowski in #12053
    • Add Dependabot cooldown to all updates entries by @brooke-hamilton with @Copilot in #12141
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12158
    • Flatten properties as ReadOnly aliases in Go bicep-tools generator by @willdavsmith in #12132
    • Resolve recipe pack references by name in Radius.Core/environments by @willdavsmith in #12134
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12162
    • refactor(go): replace deprecated packages by @DariuszPorowski in #12168
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12171
    • refactor(go): upgrade old packages - part 2 by @DariuszPorowski in #12186
    • Preserve Helm release values on rad upgrade kubernetes (#11218) by @nicolejms in #12029
    • Clarify unregistered resource type deployment errors by @nicolejms with @Copilot in #12183
    • refactor(helm): upgrade to v4 by @DariuszPorowski in #12201
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12205
    • chore(deps-dev): bump the javascript-deps group across 2 directories with 3 updates by @dependabot[bot] in #12206
    • refactor: use gotestsum as go tool by @DariuszPorowski in #12207
    • Rename Recipe Packs recipeKind/recipeLocation to kind/source by @willdavsmith in #12104
    • test(aci): enhance transient error handling by @DariuszPorowski in #12209
    • feat(tests): enable fast cleanup for functional tests to improve teardown efficiency by @DariuszPorowski in #12211
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12215
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12216
    • chore(cspell): update config paths by @DariuszPorowski in #12217
    • ci: add merge queue support for the main branch by @DariuszPorowski in #12212
    • Add RADIUS_PREVIEW environment variable support for --preview flag by @sylvainsf with @Copilot in #12160
    • Fix AWS Terraform output resource IDs by @willdavsmith in #11999
    • test: retry functional deployments on transient image-pull errors by @DariuszPorowski in #12220
    • Implement direct module support for Recipes by @willdavsmith in #12109
    • add resource specific property bag to graph by @nithyatsu in #12138
    • ci: make "Collect Pod details" diagnostic step non-fatal by @sylvainsf in #12225
    • Add optional NetworkPolicy Helm install flag for the Radius control plane by @willdavsmith in #12208
    • Multi-cluster deployment: design + v1 implementation by @sylvainsf in #12106
    • ci(test): refresh functional test result check on passing re-run by @DariuszPorowski in #12221
    • Delete Test_Storage and Test_PersistentVolume functional tests by @nicolejms with @Copilot in #12235
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12240
    • docs(README): add OpenSSF badge by @DariuszPorowski in #12241
    • Remove flaky AWS S3 Terraform functional test by @willdavsmith in #12242
    • Design: Remove the need to add radius properties into every RRT schema explicitly by @nithyatsu in #12223
    • Support nested and chained ternaries in recipe parameter resolver by @willdavsmith in #12239
    • Repo Radius: externalize control-plane and Terraform state (rad startup / rad shutdown) by @sylvainsf in #12214
    • ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group across 1 directory by @dependabot[bot] in #12246
    • Fix flaky upgrade test: replace fixed sleeps with polling and increase timeouts by @sylvainsf with @Copilot in #12245
    • refactor(ci): consolidate yq and bicep installs into make targets by @DariuszPorowski in #12248
    • fix(ci): run cloud functional-test setup on trusted PRs by @DariuszPorowski in #12253
    • refactor(ci): consolidate kind, kubectl, dapr, helm, and oras installs into make targets by @DariuszPorowski in #12251
    • revert: cloud functional-test per-PR concurrency serialization by @DariuszPorowski in #12258
    • ci: allows checkout from forks by @DariuszPorowski in #12256
    • fix(controller): owner and scope validation for DeploymentResource deletion by @DariuszPorowski in #12210
    • refactor(ci): consolidate k3d, golangci-lint, terraform, stern into make targets by @DariuszPorowski in #12257
    • test(aci): disable Test_ACI to cut corerp-cloud CI time (~2x) by @sylvainsf in #12247
    • refactor(security): migrate internal hashing from SHA-1 to SHA-256 by @DariuszPorowski in #12255
    • refactor(bicep-types): replace AutoRest with a native TypeSpec emitter by @DariuszPorowski in #12268
    • chore(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 3.1.0 to 4.0.0 in the devcontainers group by @dependabot[bot] in #12275
    • refactor: single TypeSpec Bicep emitter build on the generate-bicep-types path by @DariuszPorowski in #12277
    • chore(deps): bump github.com/go-openapi/runtime from 0.32.3 to 0.32.4 in the go-deps group across 1 directory by @dependabot[bot] in #12276
    • fix(codeql): skip SARIF upload in merge queue to avoid ref-not-found error by @DariuszPorowski in #12279
    • Migrating cli tests by @lakshmimsft in #12102
    • Migrate gateway tests to use Radius.Compute/routes  by @lakshmimsft in #12273
    • Migrate dynamicrp tests by @lakshmimsft in #12222
    • Remove the need to add radius properties into every RRT schema explicitly by @nithyatsu in #12252
    • chore(deps): bump ghcr.io/devcontainers/features/git from 1.3.5 to 1.3.7 in the devcontainers group by @dependabot[bot] in #12304
    • ci(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #12307
    • chore(deps-dev): bump @types/node from 24.13.2 to 26.0.1 in /hack/bicep-types-radius/src/typespec-bicep-types in the javascript-deps group across 1 directory by @dependabot[bot] in #12305
    • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.307.1 to 1.308.0 in the go-deps group across 1 directory by @dependabot[bot] in #12306
    • docs: Agent Ex Phase 3 — consolidate contributing docs and add the index layer by @brooke-hamilton in #12290
    • fix(database): refresh stored ETag on Postgres updates by @sk593 in #12312
    • Add test for Radius.Data/mySqlDatabases resource type. by @lakshmimsft in #12285
    • Refactor recipe settings resources to match the feature spec and support Radius.Security/secrets by @sylvainsf in #12303
    • Workspace group display in workspace commands by @officialasishkumar in #11851
    • Fix flaky pkg/controller/reconciler tests by awaiting manager shutdown by @brooke-hamilton in #12296
    • Fix flaky Test_Gateway* probe timing (#12298) by @brooke-hamilton in #12299
    • fix(portable-resources): stop masking recipe errors when status save fails by @sylvainsf in #12315
    • Improve missing Terraform config errors by @preko-p in #12070
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in #12267
    • test: retry transient UCP connection reset/EOF in functional deploys by @brooke-hamilton in #12300
    • populate azure portal links for az resources in graph by @nithyatsu in #12295
    • chore(deps-dev): bump prettier from 3.8.5 to 3.9.4 in the javascript-deps group across 1 directory by @dependabot[bot] in #12334
    • chore(deps): bump the go-deps group across 1 directory with 14 updates by @dependabot[bot] in #12335
    • Add verification workflow for Repo Radius by @sk593 in #12170
    • ci(deps): bump the github-actions group across 2 directories with 2 updates by @dependabot[bot] in #12336
    • Update defaults.yaml to include new types by @willdavsmith in #12332
    • ci: integrate ShellCheck into PR checks with parallel linters by @DariuszPorowski in #12340
    • update defaults.yaml for containerImages by @willdavsmith in #12341
    • ci(func-test): build Radius once and share artifacts across test legs by @DariuszPorowski in #12342
    • add icons support by @nithyatsu in #12339
    • Simplify code review skill and instructions by @brooke-hamilton in #12346
    • Add repo-based Radius deploy workflow (extension templates, composite actions, docs) by @sk593 in #12348
    • chore(deps): bump ghcr.io/devcontainers/features/git from 1.3.7 to 1.3.8 in the devcontainers group by @dependabot[bot] in #12353
    • chore(deps): bump the javascript-deps group across 3 directories with 4 updates by @dependabot[bot] in #12354
    • ci(deps): bump the github-actions group across 2 directories with 7 updates by @dependabot[bot] in #12356
    • chore(deps): bump the go-deps group across 1 directory with 10 updates by @dependabot[bot] in #12355
    • Add pluggable storage backend for orphan-branch state by @brooke-hamilton in #12333
    • build(deps): bump Go to 1.26.5 by @DariuszPorowski in #12352
    • chore(ci): use install scripts and parallel workflows by @DariuszPorowski in #12358
    • fix(workflows): use -p flag with mkdir for creating directories by @DariuszPorowski in #12360
    • add built-in types icon sync + registration by @nithyatsu in #12351
    • fix(ci): stabilize long-running Azure tests by @DariuszPorowski in #12365
    • fix(ci): escape LRT test regex end anchor by @DariuszPorowski with @Copilot in #12368
    • Remove radius-deploy and radius-environment skills by

    Note truncated.

    Open source →
    Release notes

    Announcing Radius v0.60.0

    Today we're happy to announce the release of Radius v0.60.0. Check out the highlights below, along with the full changelog for more details.

    We would like to extend our thanks to all the new and existing contributors who helped make this release possible!

    Intro to Radius

    If you're new to Radius, check out our website, radapp.io, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

    Highlights

    Preview release of fully extensible Resource Types

    Radius v0.60 introduces preview versions of a new set of Resource Types under the Radius.* namespace. Radius.* Resource Types are completely recipe driven and fully customizable. These new Resource Types are available by using the --preview flag on common Radius CLI commands such as `rad init. For more details, visit the newly rewritten documentation at https://edge.docs.radapp.io/.

    Direct IaC module support

    Radius now enables users to use standard Bicep and Terraform modules, including Azure Verified Modules and Terraform Registry modules, directly as Recipes without creating and maintaining Radius-specific wrappers. This reduces the overhead of adopting existing production-ready infrastructure modules. Learn more at https://edge.docs.radapp.io/management/existing-recipes/#reference-an-existing-module.

    Modernized internal hashing (SHA-1 to SHA-256)

    Radius now uses SHA-256 instead of SHA-1 to generate internal resource identifiers, Terraform recipe state keys, ETags, and change-detection tokens. These hashes are used only for uniqueness and change detection - never for security.

    This upgrade is transparent and requires no action. Your existing applications, environments, resources, and Terraform-recipe state are automatically recognized through a built-in compatibility layer. As a result of this change, nothing is redeployed, no pods are restarted, and no Terraform state is recreated.

    A future release will complete the transition by migrating stored data fully to SHA-256 and removing the SHA-1 compatibility layer. That step will be automatic and called out in its own release notes. As always, upgrade one minor version at a time.

    Breaking changes

    There are no breaking changes in this release. The SHA-1 to SHA-256 hashing change described above is fully backward compatible - existing data is read through a compatibility fallback, and no customer action is required.

    New contributors

    Welcome to our new contributors who have merged their first PR in this release!

    Upgrading to Radius v0.60.0

    You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

    Full changelog

    • build(deps): bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 in /.github/actions/process-test-results in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12148
    • build(deps): bump ghcr.io/devcontainers/features/node from 2.0.0 to 2.1.0 by @dependabot[bot] in https://github.com/radius-project/radius/pull/12146
    • build(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 3.0.1 to 3.1.0 by @dependabot[bot] in https://github.com/radius-project/radius/pull/12145
    • Agent Ex Phase 0 (part 2) — skills, custom agent, prompts, and docs-drift review by @brooke-hamilton in https://github.com/radius-project/radius/pull/12097
    • build(deps): bump the go-dependencies group across 2 directories with 30 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12144
    • Add output resource identity phased design by @willdavsmith in https://github.com/radius-project/radius/pull/12074
    • fix(cspell): correct spelling errors by @DariuszPorowski in https://github.com/radius-project/radius/pull/12152
    • refactor: migrate from unmaintained go-spew to litter by @DariuszPorowski in https://github.com/radius-project/radius/pull/12155
    • chore(release): final release v0.59.0 by @lakshmimsft in https://github.com/radius-project/radius/pull/12149
    • refactor(autorest): migrate to typespec by @DariuszPorowski in https://github.com/radius-project/radius/pull/12053
    • Add Dependabot cooldown to all updates entries by @brooke-hamilton with @Copilot in https://github.com/radius-project/radius/pull/12141
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12158
    • Flatten properties as ReadOnly aliases in Go bicep-tools generator by @willdavsmith in https://github.com/radius-project/radius/pull/12132
    • Resolve recipe pack references by name in Radius.Core/environments by @willdavsmith in https://github.com/radius-project/radius/pull/12134
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12162
    • refactor(go): replace deprecated packages by @DariuszPorowski in https://github.com/radius-project/radius/pull/12168
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12171
    • refactor(go): upgrade old packages - part 2 by @DariuszPorowski in https://github.com/radius-project/radius/pull/12186
    • Preserve Helm release values on rad upgrade kubernetes (#11218) by @nicolejms in https://github.com/radius-project/radius/pull/12029
    • Clarify unregistered resource type deployment errors by @nicolejms with @Copilot in https://github.com/radius-project/radius/pull/12183
    • refactor(helm): upgrade to v4 by @DariuszPorowski in https://github.com/radius-project/radius/pull/12201
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12205
    • chore(deps-dev): bump the javascript-deps group across 2 directories with 3 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12206
    • refactor: use gotestsum as go tool by @DariuszPorowski in https://github.com/radius-project/radius/pull/12207
    • Rename Recipe Packs recipeKind/recipeLocation to kind/source by @willdavsmith in https://github.com/radius-project/radius/pull/12104
    • test(aci): enhance transient error handling by @DariuszPorowski in https://github.com/radius-project/radius/pull/12209
    • feat(tests): enable fast cleanup for functional tests to improve teardown efficiency by @DariuszPorowski in https://github.com/radius-project/radius/pull/12211
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12215
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12216
    • chore(cspell): update config paths by @DariuszPorowski in https://github.com/radius-project/radius/pull/12217
    • ci: add merge queue support for the main branch by @DariuszPorowski in https://github.com/radius-project/radius/pull/12212
    • Add RADIUS_PREVIEW environment variable support for --preview flag by @sylvainsf with @Copilot in https://github.com/radius-project/radius/pull/12160
    • Fix AWS Terraform output resource IDs by @willdavsmith in https://github.com/radius-project/radius/pull/11999
    • test: retry functional deployments on transient image-pull errors by @DariuszPorowski in https://github.com/radius-project/radius/pull/12220
    • Implement direct module support for Recipes by @willdavsmith in https://github.com/radius-project/radius/pull/12109
    • add resource specific property bag to graph by @nithyatsu in https://github.com/radius-project/radius/pull/12138
    • ci: make "Collect Pod details" diagnostic step non-fatal by @sylvainsf in https://github.com/radius-project/radius/pull/12225
    • Add optional NetworkPolicy Helm install flag for the Radius control plane by @willdavsmith in https://github.com/radius-project/radius/pull/12208
    • Multi-cluster deployment: design + v1 implementation by @sylvainsf in https://github.com/radius-project/radius/pull/12106
    • ci(test): refresh functional test result check on passing re-run by @DariuszPorowski in https://github.com/radius-project/radius/pull/12221
    • Delete Test_Storage and Test_PersistentVolume functional tests by @nicolejms with @Copilot in https://github.com/radius-project/radius/pull/12235
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12240
    • docs(README): add OpenSSF badge by @DariuszPorowski in https://github.com/radius-project/radius/pull/12241
    • Remove flaky AWS S3 Terraform functional test by @willdavsmith in https://github.com/radius-project/radius/pull/12242
    • Design: Remove the need to add radius properties into every RRT schema explicitly by @nithyatsu in https://github.com/radius-project/radius/pull/12223
    • Support nested and chained ternaries in recipe parameter resolver by @willdavsmith in https://github.com/radius-project/radius/pull/12239
    • Repo Radius: externalize control-plane and Terraform state (rad startup / rad shutdown) by @sylvainsf in https://github.com/radius-project/radius/pull/12214
    • ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12246
    • Fix flaky upgrade test: replace fixed sleeps with polling and increase timeouts by @sylvainsf with @Copilot in https://github.com/radius-project/radius/pull/12245
    • refactor(ci): consolidate yq and bicep installs into make targets by @DariuszPorowski in https://github.com/radius-project/radius/pull/12248
    • fix(ci): run cloud functional-test setup on trusted PRs by @DariuszPorowski in https://github.com/radius-project/radius/pull/12253
    • refactor(ci): consolidate kind, kubectl, dapr, helm, and oras installs into make targets by @DariuszPorowski in https://github.com/radius-project/radius/pull/12251
    • revert: cloud functional-test per-PR concurrency serialization by @DariuszPorowski in https://github.com/radius-project/radius/pull/12258
    • ci: allows checkout from forks by @DariuszPorowski in https://github.com/radius-project/radius/pull/12256
    • fix(controller): owner and scope validation for DeploymentResource deletion by @DariuszPorowski in https://github.com/radius-project/radius/pull/12210
    • refactor(ci): consolidate k3d, golangci-lint, terraform, stern into make targets by @DariuszPorowski in https://github.com/radius-project/radius/pull/12257
    • test(aci): disable Test_ACI to cut corerp-cloud CI time (~2x) by @sylvainsf in https://github.com/radius-project/radius/pull/12247
    • refactor(security): migrate internal hashing from SHA-1 to SHA-256 by @DariuszPorowski in https://github.com/radius-project/radius/pull/12255
    • refactor(bicep-types): replace AutoRest with a native TypeSpec emitter by @DariuszPorowski in https://github.com/radius-project/radius/pull/12268
    • chore(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 3.1.0 to 4.0.0 in the devcontainers group by @dependabot[bot] in https://github.com/radius-project/radius/pull/12275
    • refactor: single TypeSpec Bicep emitter build on the generate-bicep-types path by @DariuszPorowski in https://github.com/radius-project/radius/pull/12277
    • chore(deps): bump github.com/go-openapi/runtime from 0.32.3 to 0.32.4 in the go-deps group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12276
    • fix(codeql): skip SARIF upload in merge queue to avoid ref-not-found error by @DariuszPorowski in https://github.com/radius-project/radius/pull/12279
    • Migrating cli tests by @lakshmimsft in https://github.com/radius-project/radius/pull/12102
    • Migrate gateway tests to use Radius.Compute/routes  by @lakshmimsft in https://github.com/radius-project/radius/pull/12273
    • Migrate dynamicrp tests by @lakshmimsft in https://github.com/radius-project/radius/pull/12222
    • Remove the need to add radius properties into every RRT schema explicitly by @nithyatsu in https://github.com/radius-project/radius/pull/12252
    • chore(deps): bump ghcr.io/devcontainers/features/git from 1.3.5 to 1.3.7 in the devcontainers group by @dependabot[bot] in https://github.com/radius-project/radius/pull/12304
    • ci(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12307
    • chore(deps-dev): bump @types/node from 24.13.2 to 26.0.1 in /hack/bicep-types-radius/src/typespec-bicep-types in the javascript-deps group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12305
    • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.307.1 to 1.308.0 in the go-deps group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12306
    • docs: Agent Ex Phase 3 — consolidate contributing docs and add the index layer by @brooke-hamilton in https://github.com/radius-project/radius/pull/12290
    • fix(database): refresh stored ETag on Postgres updates by @sk593 in https://github.com/radius-project/radius/pull/12312
    • Add test for Radius.Data/mySqlDatabases resource type. by @lakshmimsft in https://github.com/radius-project/radius/pull/12285
    • Refactor recipe settings resources to match the feature spec and support Radius.Security/secrets by @sylvainsf in https://github.com/radius-project/radius/pull/12303
    • Workspace group display in workspace commands by @officialasishkumar in https://github.com/radius-project/radius/pull/11851
    • Fix flaky pkg/controller/reconciler tests by awaiting manager shutdown by @brooke-hamilton in https://github.com/radius-project/radius/pull/12296
    • Fix flaky Test_Gateway* probe timing (#12298) by @brooke-hamilton in https://github.com/radius-project/radius/pull/12299
    • fix(portable-resources): stop masking recipe errors when status save fails by @sylvainsf in https://github.com/radius-project/radius/pull/12315
    • Improve missing Terraform config errors by @preko-p in https://github.com/radius-project/radius/pull/12070
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12267
    • test: retry transient UCP connection reset/EOF in functional deploys by @brooke-hamilton in https://github.com/radius-project/radius/pull/12300
    • populate azure portal links for az resources in graph by @nithyatsu in https://github.com/radius-project/radius/pull/12295
    • chore(deps-dev): bump prettier from 3.8.5 to 3.9.4 in the javascript-deps group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12334
    • chore(deps): bump the go-deps group across 1 directory with 14 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12335
    • Add verification workflow for Repo Radius by @sk593 in https://github.com/radius-project/radius/pull/12170
    • ci(deps): bump the github-actions group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12336
    • Update defaults.yaml to include new types by @willdavsmith in https://github.com/radius-project/radius/pull/12332
    • ci: integrate ShellCheck into PR checks with parallel linters by @DariuszPorowski in https://github.com/radius-project/radius/pull/12340
    • update defaults.yaml for containerImages by @willdavsmith in https://github.com/radius-project/radius/pull/12341
    • ci(func-test): build Radius once and share artifacts across test legs by @DariuszPorowski in https://github.com/radius-project/radius/pull/12342
    • add icons support by @nithyatsu in https://github.com/radius-project/radius/pull/12339
    • Simplify code review skill and instructions by @brooke-hamilton in https://github.com/radius-project/radius/pull/12346
    • Add repo-based Radius deploy workflow (extension templates, composite actions, docs) by @sk593 in https://github.com/radius-project/radius/pull/12348
    • chore(deps): bump ghcr.io/devcontainers/features/git from 1.3.7 to 1.3.8 in the devcontainers group by @dependabot[bot] in https://github.com/radius-project/radius/pull/12353
    • chore(deps): bump the javascript-deps group across 3 directories with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12354
    • ci(deps): bump the github-actions group across 2 directories with 7 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12356
    • chore(deps): bump the go-deps group across 1 directory with 10 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12355
    • Add pluggable storage backend for orphan-branch state by @brooke-hamilton in https://github.com/radius-project/radius/pull/12333
    • build(deps): bump Go to 1.26.5 by @DariuszPorowski in https://github.com/radius-project/radius/pull/12352
    • chore(ci): use install scripts and parallel workflows by @DariuszPorowski in https://github.com/radius-project/radius/pull/12358
    • fix(workflows): use -p flag with mkdir for creating directories by @DariuszPorowski in https://github.com/radius-project/radius/pull/12360
    • add built-in types icon sync + registration by @nithyatsu in https://github.com/radius-project/radius/pull/12351
    • fix(ci): stabilize long-running Azure tests by @DariuszPorowski in https://github.com/radius-project/radius/pull/12365
    • fix(ci): escape LRT test regex end anchor by @DariuszPorowski with @Copilot in https://github.com/radius-project/radius/pull/12368
    • Remove radius-deploy and radius-environment skills by @nicolejms in https://github.com/radius-project/radius/pull/12366
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12373
    • chore(deps): bump the go-deps group across 2 directories with 3 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12388
    • chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in /hack/bicep-types-radius/src/typespec-bicep-types in the javascript-deps group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12389
    • docs: correct Agent Ex contributor guidance by @brooke-hamilton in https://github.com/radius-project/radius/pull/12383
    • feat(scaler): add wait for Radius APIService availability and related tests by @DariuszPorowski in https://github.com/radius-project/radius/pull/12387
    • ci(deps): bump the github-actions group across 2 directories with 3 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12390
    • docs(design): sync default resource types without a fake Go module by @DariuszPorowski in https://github.com/radius-project/radius/pull/12236
    • Icons in runtime graph by @nithyatsu in https://github.com/radius-project/radius/pull/12362
    • ci(aws-irsa): switch long-running tests to federated identity by @DariuszPorowski in https://github.com/radius-project/radius/pull/12357
    • Stabilize scheduled functional test workflows by @DariuszPorowski with @Copilot in https://github.com/radius-project/radius/pull/12395
    • refactor: improve ARM request context handling by @DariuszPorowski in https://github.com/radius-project/radius/pull/12432
    • chore(deps): bump the go-deps group across 1 directory with 9 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12433
    • ci(deps): bump the github-actions group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12434
    • Upd rad env upd to work with RADIUS_PREVIEW env variable by @lakshmimsft in https://github.com/radius-project/radius/pull/12371
    • feat(dynamic-rp): secure handling of recipe secret outputs by @willdavsmith in https://github.com/radius-project/radius/pull/12344
    • handle x-radius-sensitive in static graph by @nithyatsu in https://github.com/radius-project/radius/pull/12448
    • chore: refresh resource types from resource-types-contrib by @willdavsmith in https://github.com/radius-project/radius/pull/12463
    • Add OCI state archive backend by @brooke-hamilton in https://github.com/radius-project/radius/pull/12364
    • Static graph icons + default icon by @nithyatsu in https://github.com/radius-project/radius/pull/12396
    • Pass RADIUS_STATE_* vars to rad startup/shutdown in deploy workflows by @sk593 in https://github.com/radius-project/radius/pull/12472
    • Release v0.60.0-rc1 by @willdavsmith in https://github.com/radius-project/radius/pull/12466
    • Log in to GHCR before rad startup/shutdown in deploy workflow templates by @sk593 in https://github.com/radius-project/radius/pull/12493
    • enhance edges with depends on on both static and deployed graphs by @nithyatsu in https://github.com/radius-project/radius/pull/12479
    • Document containerImages Bicep recipe design by @AzureMike in https://github.com/radius-project/radius/pull/12372
    • Add scoped containerImages support to Bicep recipes by @AzureMike in https://github.com/radius-project/radius/pull/12361
    • ci(deps): bump the github-actions group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12454
    • Migrate application graph test to new Radius.Core/* types by @lakshmimsft in https://github.com/radius-project/radius/pull/12436
    • refactor(test): context usage across the codebase by @DariuszPorowski in https://github.com/radius-project/radius/pull/12435
    • chore(deps): bump the security group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12509
    • chore(deps): bump the go-deps group across 1 directory with 13 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12513
    • ci(deps): bump the github-actions group across 2 directories with 8 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12515
    • build: add ARM64 support for Windows by @DariuszPorowski in https://github.com/radius-project/radius/pull/12512
    • added global list all resources closes #7789 by @Alec13355 in https://github.com/radius-project/radius/pull/12481
    • Improve Radius.Core resource type documentation, property descriptions, and default values by @zachcasper in https://github.com/radius-project/radius/pull/12439
    • fix(cli): stop bicep from inheriting rad's stderr handle by @nicolejms in https://github.com/radius-project/radius/pull/12519
    • fix(test): stabilize Core RP gateway functional tests by @DariuszPorowski in https://github.com/radius-project/radius/pull/12518
    • Inject registry creds into app rad deploy instead of provisioning a control-plane Secret by @sk593 in https://github.com/radius-project/radius/pull/12510
    • Add custom recipe pack support and delete workflows to Repo Radius by @sk593 in https://github.com/radius-project/radius/pull/12367
    • Fix async worker deduplication for in-flight operations by @sylvainsf in https://github.com/radius-project/radius/pull/12546
    • Fix: Applications.Core/gateways can hang deploying contour httpproxy route child before root 12259 by @gergo-hortobagyi in https://github.com/radius-project/radius/pull/12282
    • Remove redundant docs self-reference from Radius.Core type descriptions by @zachcasper with @Copilot in https://github.com/radius-project/radius/pull/12556
    • refactor(resource-types): sync manifests from immutable namespace pins by @DariuszPorowski in https://github.com/radius-project/radius/pull/12533
    • chore(deps): bump github.com/getkin/kin-openapi from 0.142.0 to 0.144.0 in the security group across 1 directory by @dependabot[bot] in https://github.com/radius-project/radius/pull/12561
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12564
    • Add --preview flag to rad deploy -a by @lakshmimsft in https://github.com/radius-project/radius/pull/12507
    • fix(buildkit): bounded concurrency for in-cluster image builds by @DariuszPorowski in https://github.com/radius-project/radius/pull/12547
    • Fix rad init progress display and Ctrl-C handling by @zachcasper in https://github.com/radius-project/radius/pull/12540
    • Enhance bicep-types doc emitter to render CLI-style resource references by @zachcasper in https://github.com/radius-project/radius/pull/12558
    • feat(sync): recipe pack pins and unified defaults.yaml schema by @DariuszPorowski in https://github.com/radius-project/radius/pull/12567
    • Add  --recipe-packs  flag to  rad env create --preview  by @lakshmimsft in https://github.com/radius-project/radius/pull/12531
    • feat(tools): add automated tool updater by @DariuszPorowski in https://github.com/radius-project/radius/pull/12359
    • ci(deps): bump the github-actions group across 3 directories with 11 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12583
    • chore(deps): bump the go-deps group across 2 directories with 22 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12582
    • Migrates Test_DeployEnvironmentTemplate to use new types by @lakshmimsft in https://github.com/radius-project/radius/pull/12497
    • Add preview flag for rad install kubernetes by @lakshmimsft in https://github.com/radius-project/radius/pull/12504
    • feat(tools): configurable cooldown before adopting new tool releases by @DariuszPorowski in https://github.com/radius-project/radius/pull/12579
    • ci(update-tools): remove obsolete target by @DariuszPorowski in https://github.com/radius-project/radius/pull/12589
    • Fix deploy parameter injection for templates without image parameters by @ryanwaite in https://github.com/radius-project/radius/pull/12580
    • Generate reference docs for RRTs in bicep extension by @lakshmimsft in https://github.com/radius-project/radius/pull/12545
    • Publish deploy-graph.json to radius-deploy-status branch by @sylvainsf in https://github.com/radius-project/radius/pull/12591
    • chore(tools): bump versions by @radius-dependabot-manager[bot] in https://github.com/radius-project/radius/pull/12578
    • Create app directory before writing radius-env.bicep by @sylvainsf in https://github.com/radius-project/radius/pull/12574
    • feat: support oci hashes for tag by @nithyatsu in https://github.com/radius-project/radius/pull/12566
    • Add GHCR package push permission check to verify workflows by @sylvainsf in https://github.com/radius-project/radius/pull/12572
    • Materialize schema property defaults before the resource is saved by @AzureMike in https://github.com/radius-project/radius/pull/12563
    • Surface GitHub OIDC enterprise-claim failures in the Azure verify workflow by @ryanwaite in https://github.com/radius-project/radius/pull/12577
    • Update README with latest information by @willtsai in https://github.com/radius-project/radius/pull/12603
    • fix(ci): rebuild resource-types bot branch from main instead of rebasing by @DariuszPorowski in https://github.com/radius-project/radius/pull/12611
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12594
    • fix(test): re-establish gateway port-forward instead of failing the probe by @DariuszPorowski in https://github.com/radius-project/radius/pull/12602
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12615
    • Fast-fail rad deploy when app.bicep is missing on the branch by @sylvainsf in https://github.com/radius-project/radius/pull/12605
    • refactor(test): use t.Context() instead of context.Background() by @DariuszPorowski in https://github.com/radius-project/radius/pull/12523
    • chore(deps): bump the javascript-deps group across 2 directories with 12 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12514
    • chore(deps-dev): bump the javascript-deps group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12619
    • ci(deps): bump the github-actions group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12620
    • chore(deps): bump the go-deps group across 2 directories with 20 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12621
    • Fix deploy-status publisher never publishing, and failing successful deploys by @brooke-hamilton in https://github.com/radius-project/radius/pull/12610
    • fix(test): retry rad deploy through kube-apiserver restarts by @DariuszPorowski in https://github.com/radius-project/radius/pull/12618
    • Fix GHCR push permission false negatives by @AzureMike in https://github.com/radius-project/radius/pull/12623
    • ci(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12625
    • Add context.azure.resourceNameHash for globally unique Azure recipe names by @AzureMike in https://github.com/radius-project/radius/pull/12616
    • chore(ci): harden workflows against template injection and cache poisoning by @DariuszPorowski in https://github.com/radius-project/radius/pull/12622
    • fix(test): cap corerp-cloud parallelism to stop KinD apiserver overload by @DariuszPorowski in https://github.com/radius-project/radius/pull/12627
    • Fixed garbage text leaking into terminal for rad deploy, rad delete, and rad app delete by @zachcasper in https://github.com/radius-project/radius/pull/12639
    • Publish deploy status as a workflow artifact by @brooke-hamilton in https://github.com/radius-project/radius/pull/12628
    • chore(sync): synced file(s) with radius-project/.github by @radius-files-sync[bot] in https://github.com/radius-project/radius/pull/12654
    • chore(tools): bump versions by @radius-dependabot-manager[bot] in https://github.com/radius-project/radius/pull/12652
    • ci(deps): bump the github-actions group across 8 directories with 11 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12657
    • chore(deps): bump the go-deps group across 1 directory with 19 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/12655
    Open source →
  2. v0.60.0-rc3 18 Aug 2026 pre-release
    Release notes

    What's Changed

    ## changelog

    Full Changelog: v0.60.0-rc2...v0.60.0-rc3

    Open source →
  3. v0.60.0-rc2 14 Aug 2026 pre-release
    Release notes

    What's Changed

    ## changelog

    Full Changelog: v0.60.0-rc1...v0.60.0-rc2

    Open source →
  4. v0.60.0-rc1.0.20260823002709-a87146c77740 23 Aug 2026 pre-release

    Nothing published for this version

  5. v0.60.0-rc1.0.20260822005432-8f1079d7bc05 22 Aug 2026 pre-release

    Nothing published for this version

  6. v0.60.0-rc1.0.20260822001850-14a21bd0d9a1 22 Aug 2026 pre-release

    Nothing published for this version

  7. v0.60.0-rc1.0.20260821223450-a1d976013a86 21 Aug 2026 pre-release

    Nothing published for this version

  8. v0.60.0-rc1.0.20260821210422-415d5b9c2437 21 Aug 2026 pre-release

    Nothing published for this version

  9. v0.60.0-rc1.0.20260821193326-f84184955b9c 21 Aug 2026 pre-release

    Nothing published for this version

  10. v0.60.0-rc1.0.20260821060820-b4ebe2f28593 21 Aug 2026 pre-release

    Nothing published for this version

  11. v0.60.0-rc1.0.20260820060357-ab0a17a65ddb 20 Aug 2026 pre-release

    Nothing published for this version

  12. v0.60.0-rc1.0.20260819000041-dc7610213ec9 19 Aug 2026 pre-release

    Nothing published for this version

  13. v0.60.0-rc1.0.20260818185202-415ea7c1e2ee 18 Aug 2026 pre-release

    Nothing published for this version

  14. v0.60.0-rc1.0.20260817223011-5ba29da7991e 17 Aug 2026 pre-release

    Nothing published for this version

  15. v0.60.0-rc1.0.20260817200724-e208937d9307 17 Aug 2026 pre-release

    Nothing published for this version

  16. v0.60.0-rc1.0.20260817164253-f3208c8d66c5 17 Aug 2026 pre-release

    Nothing published for this version

  17. v0.60.0-rc1.0.20260814195222-a25786dfbda6 14 Aug 2026 pre-release

    Nothing published for this version

  18. v0.60.0-rc1.0.20260814185310-3152afc070f2 14 Aug 2026 pre-release

    Nothing published for this version

  19. v0.60.0-rc1.0.20260813184442-1ddfd1965843 13 Aug 2026 pre-release

    Nothing published for this version

  20. v0.60.0-rc1.0.20260812223447-4e7cfd61f227 12 Aug 2026 pre-release

    Nothing published for this version

  21. v0.60.0-rc1.0.20260812210832-1b580f671178 12 Aug 2026 pre-release

    Nothing published for this version

  22. v0.60.0-rc1.0.20260812035635-bd44f4e1220c 12 Aug 2026 pre-release

    Nothing published for this version

  23. v0.60.0-rc1.0.20260810215821-e38770572515 10 Aug 2026 pre-release

    Nothing published for this version

  24. v0.60.0-rc1.0.20260807205101-aeb529275b15 07 Aug 2026 pre-release

    Nothing published for this version

  25. v0.60.0-rc1.0.20260807065156-57efce1ebe4a 07 Aug 2026 pre-release

    Nothing published for this version

  26. v0.60.0-rc1.0.20260806230153-618e593d0a29 06 Aug 2026 pre-release

    Nothing published for this version

  27. v0.60.0-rc1.0.20260805233405-f54a6625314c 05 Aug 2026 pre-release

    Nothing published for this version

  28. v0.60.0-rc1.0.20260805220528-ffaebde19033 05 Aug 2026 pre-release

    Nothing published for this version

  29. v0.60.0-rc1.0.20260804210605-9b84a354dc9b 04 Aug 2026 pre-release

    Nothing published for this version

  30. v0.60.0-rc1.0.20260804202413-b6eb465bf04d 04 Aug 2026 pre-release

    Nothing published for this version

  31. v0.60.0-rc1.0.20260804192919-9606a4234e64 04 Aug 2026 pre-release

    Nothing published for this version

  32. v0.60.0-rc1.0.20260804170117-6a5647d134a9 04 Aug 2026 pre-release

    Nothing published for this version

  33. v0.60.0-rc1.0.20260803230338-027acdf3cd49 03 Aug 2026 pre-release

    Nothing published for this version

  34. v0.60.0-rc1.0.20260801171310-88aa8222ff4a 01 Aug 2026 pre-release

    Nothing published for this version

  35. v0.60.0-rc1.0.20260731212606-a755bfa2a5ef 31 Jul 2026 pre-release

    Nothing published for this version

  36. v0.60.0-rc1.0.20260730220415-11e3728e59cf 30 Jul 2026 pre-release

    Nothing published for this version

  37. v0.60.0-rc1.0.20260730164513-fb27a1d981c6 30 Jul 2026 pre-release

    Nothing published for this version

  38. v0.60.0-rc1.0.20260730040514-ddbf34398c1f 30 Jul 2026 pre-release

    Nothing published for this version

  39. v0.60.0-rc1.0.20260729213748-9282081e19e0 29 Jul 2026 pre-release

    Nothing published for this version

  40. v0.60.0-rc1.0.20260729174013-63ab7c8dd1c1 29 Jul 2026 pre-release

    Nothing published for this version

  41. v0.60.0-rc1.0.20260729013811-ea90bf440f8a 29 Jul 2026 pre-release

    Nothing published for this version

  42. v0.60.0-rc1.0.20260728212301-a60bd84e074d 28 Jul 2026 pre-release

    Nothing published for this version

  43. v0.60.0-rc1.0.20260728204721-6c25012f19b2 28 Jul 2026 pre-release

    Nothing published for this version

  44. v0.60.0-rc1.0.20260728193831-0d955e56df12 28 Jul 2026 pre-release

    Nothing published for this version

  45. v0.60.0-rc1.0.20260728164523-3281530809d6 28 Jul 2026 pre-release

    Nothing published for this version

  46. v0.60.0-rc1.0.20260728075003-a787f5e7b962 28 Jul 2026 pre-release

    Nothing published for this version

  47. v0.60.0-rc1.0.20260728011131-f7ee28c7abe9 28 Jul 2026 pre-release

    Nothing published for this version

  48. v0.60.0-rc1.0.20260727224819-d011651f3f10 27 Jul 2026 pre-release

    Nothing published for this version

  49. v0.60.0-rc1.0.20260727205555-3ccd6939e81e 27 Jul 2026 pre-release

    Nothing published for this version

  50. v0.60.0-rc1.0.20260727183702-78ebc96bfb76 27 Jul 2026 pre-release

    Nothing published for this version

  51. v0.60.0-rc1.0.20260725032004-e08fd69e474f 25 Jul 2026 pre-release

    Nothing published for this version

  52. v0.60.0-rc1.0.20260724214726-e2bdba243ebc 24 Jul 2026 pre-release

    Nothing published for this version

  53. v0.60.0-rc1.0.20260724175917-d86285eab297 24 Jul 2026 pre-release

    Nothing published for this version

  54. v0.60.0-rc1.0.20260723200818-ca1568eee710 23 Jul 2026 pre-release

    Nothing published for this version

  55. v0.60.0-rc1.0.20260723175154-67dbf8dfd262 23 Jul 2026 pre-release

    Nothing published for this version

  56. v0.60.0-rc1.0.20260723160141-d85be5bdd29f 23 Jul 2026 pre-release

    Nothing published for this version

  57. v0.60.0-rc1.0.20260723064413-87be0bfa4ee4 23 Jul 2026 pre-release

    Nothing published for this version

  58. v0.60.0-rc1.0.20260723024821-160f63e981d1 23 Jul 2026 pre-release

    Nothing published for this version

  59. v0.60.0-rc1.0.20260723014617-f43756513f64 23 Jul 2026 pre-release

    Nothing published for this version

  60. v0.60.0-rc1.0.20260722174239-1d7e534f31c8 22 Jul 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive