diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9087de5e58..174f69be43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: DAPR_RUNTIME_VER: 1.0.0-rc.2 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh DAPR_CLI_REF: - DAPR_REF: f4327d91c3cd921b26077d99abe0f237c9a38f5d + DAPR_REF: 5a15b3e0f093d2d0938b12f144c7047474a290fe OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }} OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }} GPG_KEY: ${{ secrets.GPG_KEY }} diff --git a/examples/components/actors/redis.yaml b/examples/components/actors/redis.yaml index 064922915d..2e5d21a391 100644 --- a/examples/components/actors/redis.yaml +++ b/examples/components/actors/redis.yaml @@ -4,6 +4,7 @@ metadata: name: statestore spec: type: state.redis + version: 1 metadata: - name: redisHost value: localhost:6379 diff --git a/examples/components/bindings/kafka_bindings.yaml b/examples/components/bindings/kafka_bindings.yaml index 280e241e19..687cb61d09 100644 --- a/examples/components/bindings/kafka_bindings.yaml +++ b/examples/components/bindings/kafka_bindings.yaml @@ -4,6 +4,7 @@ metadata: name: sample123 spec: type: bindings.kafka + version: 1 metadata: # Kafka broker connection setting - name: brokers diff --git a/examples/components/pubsub/redis_messagebus.yaml b/examples/components/pubsub/redis_messagebus.yaml index ce67e58e84..de48f22b8d 100644 --- a/examples/components/pubsub/redis_messagebus.yaml +++ b/examples/components/pubsub/redis_messagebus.yaml @@ -4,6 +4,7 @@ metadata: name: messagebus spec: type: pubsub.redis + version: 1 metadata: - name: redisHost value: localhost:6379 diff --git a/examples/components/secrets/hashicorp_vault.yaml b/examples/components/secrets/hashicorp_vault.yaml index 7f52257170..c214a6e2c1 100644 --- a/examples/components/secrets/hashicorp_vault.yaml +++ b/examples/components/secrets/hashicorp_vault.yaml @@ -4,6 +4,7 @@ metadata: name: vault spec: type: secretstores.hashicorp.vault + version: 1 metadata: - name: vaultAddr value: "http://127.0.0.1:8200" diff --git a/examples/components/state/redis.yaml b/examples/components/state/redis.yaml index 064922915d..2e5d21a391 100644 --- a/examples/components/state/redis.yaml +++ b/examples/components/state/redis.yaml @@ -4,6 +4,7 @@ metadata: name: statestore spec: type: state.redis + version: 1 metadata: - name: redisHost value: localhost:6379 diff --git a/sdk-tests/components/kafka_bindings.yaml b/sdk-tests/components/kafka_bindings.yaml index 280e241e19..687cb61d09 100644 --- a/sdk-tests/components/kafka_bindings.yaml +++ b/sdk-tests/components/kafka_bindings.yaml @@ -4,6 +4,7 @@ metadata: name: sample123 spec: type: bindings.kafka + version: 1 metadata: # Kafka broker connection setting - name: brokers diff --git a/sdk-tests/components/pubsub.yaml b/sdk-tests/components/pubsub.yaml index ce67e58e84..de48f22b8d 100644 --- a/sdk-tests/components/pubsub.yaml +++ b/sdk-tests/components/pubsub.yaml @@ -4,6 +4,7 @@ metadata: name: messagebus spec: type: pubsub.redis + version: 1 metadata: - name: redisHost value: localhost:6379 diff --git a/sdk-tests/components/statestore.yaml b/sdk-tests/components/statestore.yaml index 064922915d..2e5d21a391 100644 --- a/sdk-tests/components/statestore.yaml +++ b/sdk-tests/components/statestore.yaml @@ -4,6 +4,7 @@ metadata: name: statestore spec: type: state.redis + version: 1 metadata: - name: redisHost value: localhost:6379 diff --git a/sdk-tests/components/vault.yaml b/sdk-tests/components/vault.yaml index 7f52257170..c214a6e2c1 100644 --- a/sdk-tests/components/vault.yaml +++ b/sdk-tests/components/vault.yaml @@ -4,6 +4,7 @@ metadata: name: vault spec: type: secretstores.hashicorp.vault + version: 1 metadata: - name: vaultAddr value: "http://127.0.0.1:8200"