diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3724d7efd8..ee64c7bce1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: DAPR_CLI_VER: 1.1.0-rc.1 DAPR_RUNTIME_VER: 1.1.0-rc.1 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh - DAPR_CLI_REF: - DAPR_REF: 266eb0b5d300c576c3360c7f0582d795579ee457 + DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99 + DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960 OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }} OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }} GPG_KEY: ${{ secrets.GPG_KEY }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4989467967..a9b97460a1 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,8 +30,8 @@ jobs: DAPR_CLI_VER: 1.1.0-rc.1 DAPR_RUNTIME_VER: 1.1.0-rc.1 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh - DAPR_CLI_REF: - DAPR_REF: + DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99 + DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960 steps: - uses: actions/checkout@v2 - name: Set up OpenJDK ${{ env.JDK_VER }} diff --git a/examples/src/main/java/io/dapr/examples/exception/README.md b/examples/src/main/java/io/dapr/examples/exception/README.md index 50549f6132..cc2ec29add 100644 --- a/examples/src/main/java/io/dapr/examples/exception/README.md +++ b/examples/src/main/java/io/dapr/examples/exception/README.md @@ -111,17 +111,3 @@ Once running, the OutputBindingExample should print the output as follows: ... ``` - -### Cleanup - -To stop the app run (or press `CTRL+C`): - - - -```bash -dapr stop --app-id exception_example -``` - - \ No newline at end of file diff --git a/examples/src/main/java/io/dapr/examples/pubsub/http/README.md b/examples/src/main/java/io/dapr/examples/pubsub/http/README.md index 1e7fe7062c..061349aced 100644 --- a/examples/src/main/java/io/dapr/examples/pubsub/http/README.md +++ b/examples/src/main/java/io/dapr/examples/pubsub/http/README.md @@ -334,7 +334,6 @@ name: Cleanup --> ```bash -dapr stop --app-id publisher dapr stop --app-id subscriber ``` diff --git a/examples/src/main/java/io/dapr/examples/secrets/README.md b/examples/src/main/java/io/dapr/examples/secrets/README.md index d2f8f301d5..45321e3c52 100644 --- a/examples/src/main/java/io/dapr/examples/secrets/README.md +++ b/examples/src/main/java/io/dapr/examples/secrets/README.md @@ -209,19 +209,6 @@ Once running, the program should print the output as follows: == APP == {"testVal":"value"} ``` -To close the app either press `CTRL+C` or run - - - -```bash -dapr stop --app-id secrets1 -``` - - - - The example's `config.yaml` is as follows: ```yaml apiVersion: dapr.io/v1alpha1 @@ -265,19 +252,6 @@ Once running, the program should print the output as follows: == APP == PERMISSION_DENIED: access denied by policy to get "randomKey" from "vault" ``` -To close the app either press `CTRL+C` or run - - - -```bash -dapr stop --app-id secrets2 -``` - - - - To clean up and bring the vault container down, run - -```bash -dapr stop --app-id state_example -``` - - diff --git a/pom.xml b/pom.xml index 407119b5d3..a1c4349a52 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ UTF-8 1.33.1 3.13.0 - https://raw.githubusercontent.com/dapr/dapr/v1.1.0-rc.1/dapr/proto + https://raw.githubusercontent.com/dapr/dapr/57582853ea5db9b6991bdcf07de6f61b165aa960/dapr/proto 1.6.2 3.1.1 1.8