Skip to content

Commit 30c0089

Browse files
authored
Update refs to release-1.2-rc1 (#547)
1 parent 33f793c commit 30c0089

File tree

7 files changed

+5
-60
lines changed

7 files changed

+5
-60
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
DAPR_CLI_VER: 1.1.0-rc.1
2626
DAPR_RUNTIME_VER: 1.1.0-rc.1
2727
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
28-
DAPR_CLI_REF:
29-
DAPR_REF: 266eb0b5d300c576c3360c7f0582d795579ee457
28+
DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99
29+
DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960
3030
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
3131
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
3232
GPG_KEY: ${{ secrets.GPG_KEY }}

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
DAPR_CLI_VER: 1.1.0-rc.1
3131
DAPR_RUNTIME_VER: 1.1.0-rc.1
3232
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
33-
DAPR_CLI_REF:
34-
DAPR_REF:
33+
DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99
34+
DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Set up OpenJDK ${{ env.JDK_VER }}

examples/src/main/java/io/dapr/examples/exception/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,3 @@ Once running, the OutputBindingExample should print the output as follows:
111111
...
112112
113113
```
114-
115-
### Cleanup
116-
117-
To stop the app run (or press `CTRL+C`):
118-
119-
<!-- STEP
120-
name: Cleanup
121-
-->
122-
123-
```bash
124-
dapr stop --app-id exception_example
125-
```
126-
127-
<!-- END_STEP -->

examples/src/main/java/io/dapr/examples/pubsub/http/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ name: Cleanup
334334
-->
335335

336336
```bash
337-
dapr stop --app-id publisher
338337
dapr stop --app-id subscriber
339338
```
340339

examples/src/main/java/io/dapr/examples/secrets/README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -209,19 +209,6 @@ Once running, the program should print the output as follows:
209209
== APP == {"testVal":"value"}
210210
```
211211

212-
To close the app either press `CTRL+C` or run
213-
214-
<!-- STEP
215-
name: Cleanup first app
216-
-->
217-
218-
```bash
219-
dapr stop --app-id secrets1
220-
```
221-
222-
<!-- END_STEP -->
223-
224-
225212
The example's `config.yaml` is as follows:
226213
```yaml
227214
apiVersion: dapr.io/v1alpha1
@@ -265,19 +252,6 @@ Once running, the program should print the output as follows:
265252
== APP == PERMISSION_DENIED: access denied by policy to get "randomKey" from "vault"
266253
```
267254

268-
To close the app either press `CTRL+C` or run
269-
270-
<!-- STEP
271-
name: Cleanup second app
272-
-->
273-
274-
```bash
275-
dapr stop --app-id secrets2
276-
```
277-
278-
<!-- END_STEP -->
279-
280-
281255
To clean up and bring the vault container down, run
282256

283257
<!-- STEP

examples/src/main/java/io/dapr/examples/state/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,3 @@ Once running, the OutputBindingExample should print the output as follows:
202202
== APP == Done
203203
204204
```
205-
206-
### Cleanup
207-
208-
To close the app either press `CTRL+C` or run
209-
210-
<!-- STEP
211-
name: Cleanup
212-
-->
213-
214-
```bash
215-
dapr stop --app-id state_example
216-
```
217-
218-
<!-- END_STEP -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<grpc.version>1.33.1</grpc.version>
1818
<protobuf.version>3.13.0</protobuf.version>
19-
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.1.0-rc.1/dapr/proto</dapr.proto.baseurl>
19+
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/57582853ea5db9b6991bdcf07de6f61b165aa960/dapr/proto</dapr.proto.baseurl>
2020
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
2121
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
2222
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>

0 commit comments

Comments
 (0)