Skip to content

Commit

Permalink
Merge branch 'main' into features/superbeeny/dapr-install
Browse files Browse the repository at this point in the history
  • Loading branch information
ytimocin authored Nov 15, 2024
2 parents 421df61 + d5b9ac0 commit 9ec2ba0
Show file tree
Hide file tree
Showing 37 changed files with 1,522 additions and 153 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/contributor/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"ms-azuretools.vscode-bicep",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-azuretools.vscode-dapr",
"ms-vscode.makefile-tools"
"ms-vscode.makefile-tools",
"timonwong.shellcheck"
]
}
},
Expand Down
4 changes: 4 additions & 0 deletions cmd/rad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import (
resource_delete "github.com/radius-project/radius/pkg/cli/cmd/resource/delete"
resource_list "github.com/radius-project/radius/pkg/cli/cmd/resource/list"
resource_show "github.com/radius-project/radius/pkg/cli/cmd/resource/show"
resourceprovider_create "github.com/radius-project/radius/pkg/cli/cmd/resourceprovider/create"
resourceprovider_delete "github.com/radius-project/radius/pkg/cli/cmd/resourceprovider/delete"
resourceprovider_list "github.com/radius-project/radius/pkg/cli/cmd/resourceprovider/list"
resourceprovider_show "github.com/radius-project/radius/pkg/cli/cmd/resourceprovider/show"
Expand Down Expand Up @@ -238,6 +239,9 @@ func initSubCommands() {
resourceProviderListCmd, _ := resourceprovider_list.NewCommand(framework)
resourceProviderCmd.AddCommand(resourceProviderListCmd)

resourceProviderCreateCmd, _ := resourceprovider_create.NewCommand(framework)
resourceProviderCmd.AddCommand(resourceProviderCreateCmd)

resourceProviderDeleteCmd, _ := resourceprovider_delete.NewCommand(framework)
resourceProviderCmd.AddCommand(resourceProviderDeleteCmd)

Expand Down
85 changes: 85 additions & 0 deletions docs/release-notes/v0.40.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
## Announcing Radius v0.40.0

Today we're happy to announce the release of Radius v0.40.0. Check out the [highlights](#highlights) below, along with the [full changelog](#full-changelog) for more details.

We would like to extend our thanks to all the [new](#new-contributors) and existing contributors who helped make this release possible!

## Intro to Radius

If you're new to Radius, check out our website, [radapp.io](https://radapp.io), for more information. Also visit our [getting started guide](https://docs.radapp.io/getting-started/) to learn how to install Radius and create your first app.

## Highlights

### `rad CLI` prompt terminal
We have resolved a usability issue where the rad CLI prompt was truncated if the user's terminal window was small. The rad CLI prompt terminal now line wraps to match the size of the user's terminal window.

## Breaking changes

None

## New Contributors

* @ckansara16 made their first contribution in https://github.com/radius-project/radius/pull/7988

## Upgrading to Radius v0.40.0

During our preview stage, an upgrade to Radius v0.40.0 requires a full reinstallation of the Radius control-plane, rad CLI, and all Radius apps. Stay tuned for an in-place upgrade path in the future.

1. Delete any environments you have created:
```bash
rad env delete <env-name>
```
1. Uninstall the previous version of the Radius control-plane:
```bash
rad uninstall kubernetes
```
1. Visit the [Radius installation guide](https://docs.radapp.io/getting-started/install/) to install the latest CLI, or download a binary below
1. Install the latest version of the Radius control-plane:
```bash
rad install kubernetes
```

## Full changelog

* Skipping one of the text prompt tests by @ytimocin in https://github.com/radius-project/radius/pull/7985
* Release v0.39.0 by @kachawla in https://github.com/radius-project/radius/pull/7987
* Updating dependencies in hack/bicep-types-radius folder by @ytimocin in https://github.com/radius-project/radius/pull/7984
* Updating typespec version and tsp files by @ytimocin in https://github.com/radius-project/radius/pull/7939
* Reduce logging of HTTP status codes by @rynowak in https://github.com/radius-project/radius/pull/7993
* Cleanup SQL databases tests by @sk593 in https://github.com/radius-project/radius/pull/7974
* Remove datastoresrp-cloud tests by @sk593 in https://github.com/radius-project/radius/pull/8000
* Updated command instructions with examples for rad_install_kubernetes.md page by @ckansara16 in https://github.com/radius-project/radius/pull/7988
* Adding prettier command and running it for the first time by @ytimocin in https://github.com/radius-project/radius/pull/7893
* create CODEOWNERS by @willtsai in https://github.com/radius-project/radius/pull/8004
* Bump the all group across 1 directory with 27 updates by @dependabot in https://github.com/radius-project/radius/pull/8005
* Bump bicep-types from `96b34cb` to `bd917de` by @dependabot in https://github.com/radius-project/radius/pull/7991
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.183.0 to 1.184.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8007
* Functional test with cloud workflow logging update by @brooke-hamilton in https://github.com/radius-project/radius/pull/8008
* Updating the directory for the devcontainer in dependabot.yml by @ytimocin in https://github.com/radius-project/radius/pull/8009
* Bump github.com/fatih/color from 1.17.0 to 1.18.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8011
* Bump bicep-types from `bd917de` to `0fdd291` by @dependabot in https://github.com/radius-project/radius/pull/8010
* Cleanup bicepconfig by @sk593 in https://github.com/radius-project/radius/pull/8012
* Update document for troubleshooting error by @lakshmimsft in https://github.com/radius-project/radius/pull/8015
* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/8018
* Setting cli prompt width to the user's terminal width by @vishwahiremat in https://github.com/radius-project/radius/pull/8016
* Add *.tgz to .gitignore by @rynowak in https://github.com/radius-project/radius/pull/8020
* Bump bicep-types from `0fdd291` to `f023785` by @dependabot in https://github.com/radius-project/radius/pull/8017
* Bump bicep-types from `f023785` to `3449fe6` by @dependabot in https://github.com/radius-project/radius/pull/8025
* Pin dependencies for typespec compilation by @rynowak in https://github.com/radius-project/radius/pull/8019
* Add inmemory secret store by @rynowak in https://github.com/radius-project/radius/pull/8030
* Update publish bicep step to run on environment by @sk593 in https://github.com/radius-project/radius/pull/8026
* Add dynamic-rp boilerplate by @rynowak in https://github.com/radius-project/radius/pull/8029
* Fix install step in functional test workflow by @rynowak in https://github.com/radius-project/radius/pull/8036
* Make main() code consistent by @rynowak in https://github.com/radius-project/radius/pull/8034
* Bump the all group across 1 directory with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/8037
* Release v0.40.0-rc1 by @willdavsmith in https://github.com/radius-project/radius/pull/8039
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/8031
* Bump @azure-tools/typespec-providerhub from 0.46.0 to 0.47.0 in /typespec by @dependabot in https://github.com/radius-project/radius/pull/8027
* Update version for dependency to use tilde instead of carat by @lakshmimsft in https://github.com/radius-project/radius/pull/8041
* Reformat args for radius installation by @rynowak in https://github.com/radius-project/radius/pull/8038
* Skipping flaky test by @rynowak in https://github.com/radius-project/radius/pull/8045
* [UDT PR 4 of N] Add basic commands for UDT support by @rynowak in https://github.com/radius-project/radius/pull/8035
* Bump bicep-types from `3449fe6` to `9c053a7` by @dependabot in https://github.com/radius-project/radius/pull/8046
* Bump the all group with 20 updates by @dependabot in https://github.com/radius-project/radius/pull/8047

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.39.0...v0.40.0
57 changes: 29 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ require (
github.com/Azure/secrets-store-csi-driver-provider-azure v1.6.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/agnivade/levenshtein v1.2.0
github.com/aws/aws-sdk-go-v2 v1.32.3
github.com/aws/aws-sdk-go-v2/config v1.28.1
github.com/aws/aws-sdk-go-v2/credentials v1.17.42
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.22.3
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.187.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.3
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3
github.com/aws/aws-sdk-go-v2 v1.32.4
github.com/aws/aws-sdk-go-v2/config v1.28.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.44
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.22.5
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.187.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.5
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4
github.com/aws/smithy-go v1.22.0
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.2.0
github.com/charmbracelet/bubbletea v1.2.1
github.com/charmbracelet/lipgloss v1.0.0
github.com/charmbracelet/x/ansi v0.4.5
github.com/charmbracelet/x/exp/teatest v0.0.0-20240408110044-525ba71bb562
Expand Down Expand Up @@ -70,20 +70,20 @@ require (
github.com/wI2L/jsondiff v0.6.0
go.etcd.io/etcd/client/v3 v3.5.16
go.etcd.io/etcd/server/v3 v3.5.16
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.56.0
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/exporters/prometheus v0.53.0
go.opentelemetry.io/otel/exporters/zipkin v1.31.0
go.opentelemetry.io/otel/metric v1.31.0
go.opentelemetry.io/otel/sdk v1.31.0
go.opentelemetry.io/otel/sdk/metric v1.31.0
go.opentelemetry.io/otel/trace v1.31.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.57.0
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/exporters/prometheus v0.54.0
go.opentelemetry.io/otel/exporters/zipkin v1.32.0
go.opentelemetry.io/otel/metric v1.32.0
go.opentelemetry.io/otel/sdk v1.32.0
go.opentelemetry.io/otel/sdk/metric v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
go.uber.org/atomic v1.11.0
go.uber.org/mock v0.5.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.8.0
golang.org/x/text v0.19.0
golang.org/x/sync v0.9.0
golang.org/x/text v0.20.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
k8s.io/api v0.31.2
Expand Down Expand Up @@ -123,6 +123,7 @@ require (
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/goccy/go-yaml v1.13.7 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gnostic-models v0.6.8 // indirect
Expand Down Expand Up @@ -175,13 +176,13 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymanbagabas/go-udiff v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down Expand Up @@ -281,7 +282,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.60.0 // indirect
github.com/prometheus/common v0.60.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rubenv/sql-migrate v1.7.0 // indirect
Expand Down Expand Up @@ -317,7 +318,7 @@ require (
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/time v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
Expand Down
Loading

0 comments on commit 9ec2ba0

Please sign in to comment.