Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: 13.0.x
DAPR_CLI_VER: 1.0.0-rc.4
DAPR_RUNTIME_VER: 1.0.0-rc.3
DAPR_CLI_VER: 1.0.0-rc.5
DAPR_RUNTIME_VER: 1.0.0-rc.4
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
DAPR_CLI_REF:
DAPR_REF: 4899aa8fb8f7537fb10432e6cc0cfc09c572cb54
DAPR_REF:
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
GPG_KEY: ${{ secrets.GPG_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: 13.0.x
DAPR_CLI_VER: 1.0.0-rc.4
DAPR_RUNTIME_VER: 1.0.0-rc.3
DAPR_CLI_VER: 1.0.0-rc.5

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I forgot we have this now.

DAPR_RUNTIME_VER: 1.0.0-rc.4
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
DAPR_CLI_REF:
DAPR_REF:
Expand Down
2 changes: 1 addition & 1 deletion examples/components/actors/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
2 changes: 1 addition & 1 deletion examples/components/bindings/kafka_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sample123
spec:
type: bindings.kafka
version: 1
version: v1
metadata:
# Kafka broker connection setting
- name: brokers
Expand Down
2 changes: 1 addition & 1 deletion examples/components/pubsub/redis_messagebus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: messagebus
spec:
type: pubsub.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
2 changes: 1 addition & 1 deletion examples/components/secrets/hashicorp_vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: vault
spec:
type: secretstores.hashicorp.vault
version: 1
version: v1
metadata:
- name: vaultAddr
value: "http://127.0.0.1:8200"
Expand Down
2 changes: 1 addition & 1 deletion examples/components/state/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379
Expand Down