-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dapr runtime + cli to latest rc: 1.14 #1078
update dapr runtime + cli to latest rc: 1.14 #1078
Conversation
Signed-off-by: Cassandra Coyle <[email protected]>
That's the same issue I'm facing locally, although |
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
efd3435
to
ac9c7fd
Compare
Signed-off-by: Artur Souza <[email protected]>
ef6ef01
to
ce5c8a8
Compare
Signed-off-by: Artur Souza <[email protected]>
ce5c8a8
to
e912b12
Compare
Signed-off-by: Artur Souza <[email protected]>
8d794e4
to
b8b0e87
Compare
Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
1feaf65
to
307c95e
Compare
* update dapr runtime + cli to latest rc Signed-off-by: Cassandra Coyle <[email protected]> * update install url version Signed-off-by: Cassandra Coyle <[email protected]> * add back v Signed-off-by: Cassandra Coyle <[email protected]> * trying things for pom.xml Signed-off-by: Cassandra Coyle <[email protected]> * Fix sdk-autogen proto code gen Signed-off-by: Artur Souza <[email protected]> * Use 1.14.0-rc.3 CLI for build.yaml Signed-off-by: Artur Souza <[email protected]> * debug scheduler connection. Signed-off-by: Artur Souza <[email protected]> * Update CLI to rc6 and runtime to rc4 Signed-off-by: Artur Souza <[email protected]> * Update gRPC and proto dependency in sdk-tests too. Signed-off-by: Artur Souza <[email protected]> * Update to runtime RC6 Signed-off-by: Artur Souza <[email protected]> * Update error message expectations in 1.15 Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]>
* update dapr runtime + cli to latest rc * update install url version * add back v * trying things for pom.xml * Fix sdk-autogen proto code gen * Use 1.14.0-rc.3 CLI for build.yaml * debug scheduler connection. * Update CLI to rc6 and runtime to rc4 * Update gRPC and proto dependency in sdk-tests too. * Update to runtime RC6 * Update error message expectations in 1.15 --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
@holopin-bot @cicoyle Thanks Cassie! |
Congratulations @cicoyle, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/clzvacnvy229410clf97dbkmlt This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* update dapr runtime + cli to latest rc * update install url version * add back v * trying things for pom.xml * Fix sdk-autogen proto code gen * Use 1.14.0-rc.3 CLI for build.yaml * debug scheduler connection. * Update CLI to rc6 and runtime to rc4 * Update gRPC and proto dependency in sdk-tests too. * Update to runtime RC6 * Update error message expectations in 1.15 --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: salaboy <[email protected]>
* update dapr runtime + cli to latest rc * update install url version * add back v * trying things for pom.xml * Fix sdk-autogen proto code gen * Use 1.14.0-rc.3 CLI for build.yaml * debug scheduler connection. * Update CLI to rc6 and runtime to rc4 * Update gRPC and proto dependency in sdk-tests too. * Update to runtime RC6 * Update error message expectations in 1.15 --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: salaboy <[email protected]>
This isn't successful locally as-is with a
./mvnw clean install
, so its either my local dev env that is the issue or there are actual issues and tweaking needed with updating to the latest RC. Going to confirm by opening the PR