Skip to content

Commit

Permalink
Merge pull request #881 from dapr/release-1.11
Browse files Browse the repository at this point in the history
Release 1.11 merge with master branch
  • Loading branch information
paulyuk committed Jun 14, 2023
2 parents a6962b9 + bab6588 commit df00e20
Show file tree
Hide file tree
Showing 44 changed files with 85 additions and 85 deletions.
4 changes: 2 additions & 2 deletions .github/env/global.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DAPR_CLI_VERSION: 1.11.0-rc.2
DAPR_RUNTIME_VERSION: 1.11.0-rc.7
DAPR_CLI_VERSION: 1.11.0
DAPR_RUNTIME_VERSION: 1.11.0
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
MACOS_PYTHON_VERSION: 3.10
2 changes: 1 addition & 1 deletion .github/workflows/validate_java_quicstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.18
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_javascript_quicstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.18
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_python_quicstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.18
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
Expand Down
2 changes: 1 addition & 1 deletion bindings/go/http/batch/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module dapr_output_binding

go 1.18
go 1.19

require github.com/gorilla/mux v1.8.0
4 changes: 2 additions & 2 deletions bindings/go/sdk/batch/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module dapr_output_binding

go 1.18
go 1.19

require (
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3
github.com/dapr/go-sdk v1.8.0
github.com/gorilla/mux v1.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions bindings/go/sdk/batch/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3 h1:e0Tn1pqdCApcKtVp4ntPrj2dUnNOP8rcfbOCc88CJWI=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/dapr/go-sdk v1.8.0 h1:OEleeL3zUTqXxIZ7Vkk3PClAeCh1g8sZ1yR2JFZKfXM=
github.com/dapr/go-sdk v1.8.0/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand Down
4 changes: 2 additions & 2 deletions bindings/java/sdk/batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
14 changes: 7 additions & 7 deletions bindings/javascript/sdk/batch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/javascript/sdk/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.0.0",
"@dapr/dapr": "^3.1.0",
"axios": "^0.25.0"
}
}
2 changes: 1 addition & 1 deletion bindings/python/sdk/batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dapr-dev #This is for RC testing and is unsupported. Replace with `dapr` for stable releases.
dapr
Flask
typing-extensions
2 changes: 1 addition & 1 deletion configuration/go/http/order-processor/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module dapr_example

go 1.18
go 1.19

require github.com/gorilla/mux v1.8.0
2 changes: 1 addition & 1 deletion configuration/javascript/sdk/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.0.0"
"@dapr/dapr": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion cryptography/go/sdk/crypto-quickstart/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module dapr_example

go 1.19

require github.com/dapr/go-sdk v1.6.1-0.20230526171131-942dcb8512fb
require github.com/dapr/go-sdk v1.8.0

require (
github.com/golang/protobuf v1.5.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cryptography/go/sdk/crypto-quickstart/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/go-sdk v1.6.1-0.20230526171131-942dcb8512fb h1:6KSPlYMDOAeJkGX0vYNqJ1WggJJnpBH5WjgNs3wZJbs=
github.com/dapr/go-sdk v1.6.1-0.20230526171131-942dcb8512fb/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/dapr/go-sdk v1.8.0 h1:OEleeL3zUTqXxIZ7Vkk3PClAeCh1g8sZ1yR2JFZKfXM=
github.com/dapr/go-sdk v1.8.0/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand Down
2 changes: 1 addition & 1 deletion pub_sub/go/sdk/checkout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module checkout_sdk_example

go 1.19

require github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3
require github.com/dapr/go-sdk v1.8.0

require (
github.com/golang/protobuf v1.5.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pub_sub/go/sdk/checkout/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3 h1:e0Tn1pqdCApcKtVp4ntPrj2dUnNOP8rcfbOCc88CJWI=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/dapr/go-sdk v1.8.0 h1:OEleeL3zUTqXxIZ7Vkk3PClAeCh1g8sZ1yR2JFZKfXM=
github.com/dapr/go-sdk v1.8.0/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand Down
2 changes: 1 addition & 1 deletion pub_sub/go/sdk/order-processor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module order_processor_sdk_example

go 1.19

require github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3
require github.com/dapr/go-sdk v1.8.0

require (
github.com/go-chi/chi/v5 v5.0.8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pub_sub/go/sdk/order-processor/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3 h1:e0Tn1pqdCApcKtVp4ntPrj2dUnNOP8rcfbOCc88CJWI=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/dapr/go-sdk v1.8.0 h1:OEleeL3zUTqXxIZ7Vkk3PClAeCh1g8sZ1yR2JFZKfXM=
github.com/dapr/go-sdk v1.8.0/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/go-chi/chi/v5 v5.0.8 h1:lD+NLqFcAi1ovnVZpsnObHGW4xb4J8lNmoYVfECH1Y0=
github.com/go-chi/chi/v5 v5.0.8/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
Expand Down
2 changes: 1 addition & 1 deletion pub_sub/java/sdk/checkout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pub_sub/java/sdk/order-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
14 changes: 7 additions & 7 deletions pub_sub/javascript/sdk/checkout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pub_sub/javascript/sdk/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.0.0"
"@dapr/dapr": "^3.1.0"
}
}
14 changes: 7 additions & 7 deletions pub_sub/javascript/sdk/order-processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pub_sub/javascript/sdk/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.0.0"
"@dapr/dapr": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion pub_sub/python/sdk/checkout/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr-dev #This is for RC testing and is unsupported. Replace with `dapr` for stable releases.
dapr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi
dapr-ext-fastapi==1.5.0
dapr-ext-fastapi==1.10.0
cloudevents
uvicorn
2 changes: 1 addition & 1 deletion pub_sub/python/sdk/order-processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask
dapr-dev #This is for RC testing and is unsupported. Replace with `dapr` for stable releases.
dapr
cloudevents
uvicorn
typing-extensions
2 changes: 1 addition & 1 deletion secrets_management/go/http/order-processor/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module dapr_example

go 1.18
go 1.19
4 changes: 2 additions & 2 deletions secrets_management/go/sdk/order-processor/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module dapr_example

go 1.18
go 1.19

require github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3
require github.com/dapr/go-sdk v1.8.0

require (
github.com/golang/protobuf v1.5.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions secrets_management/go/sdk/order-processor/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3 h1:e0Tn1pqdCApcKtVp4ntPrj2dUnNOP8rcfbOCc88CJWI=
github.com/dapr/go-sdk v1.6.1-0.20230529015951-df5bd08997c3/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/dapr/go-sdk v1.8.0 h1:OEleeL3zUTqXxIZ7Vkk3PClAeCh1g8sZ1yR2JFZKfXM=
github.com/dapr/go-sdk v1.8.0/go.mod h1:MBcTKXg8PmBc8A968tVWQg1Xt+DZtmeVR6zVVVGcmeA=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand Down
2 changes: 1 addition & 1 deletion secrets_management/java/sdk/order-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.9.0-rc-1</version>
<version>1.9.0</version>
</dependency>
</dependencies>
<build>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.0.0"
"@dapr/dapr": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.8.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr-dev #This is for RC testing and is unsupported. Replace with `dapr` for stable releases.
dapr
typing-extensions
Loading

0 comments on commit df00e20

Please sign in to comment.