Skip to content
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

Merged
merged 11 commits into from
Jul 29, 2024

Conversation

cicoyle
Copy link
Contributor

@cicoyle cicoyle commented Jul 12, 2024

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

@cicoyle
Copy link
Contributor Author

cicoyle commented Jul 12, 2024

That's the same issue I'm facing locally, although dapr.proto:466:3: "TopicEventResponse" is not defined. dapr.proto:64:92: "TopicEventRequest" is not defined. looks to not be changed in dapr since 2020 so I'll need to look into this

cicoyle and others added 4 commits July 12, 2024 15:40
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@artursouza artursouza force-pushed the update-to-dapr-rc-14-and-protos branch from efd3435 to ac9c7fd Compare July 16, 2024 20:51
@artursouza artursouza changed the base branch from master to release-1.12 July 16, 2024 20:53
@artursouza artursouza force-pushed the update-to-dapr-rc-14-and-protos branch 2 times, most recently from ef6ef01 to ce5c8a8 Compare July 17, 2024 13:56
Signed-off-by: Artur Souza <[email protected]>
@artursouza artursouza force-pushed the update-to-dapr-rc-14-and-protos branch from ce5c8a8 to e912b12 Compare July 17, 2024 14:36
@artursouza artursouza force-pushed the update-to-dapr-rc-14-and-protos branch from 8d794e4 to b8b0e87 Compare July 23, 2024 00:58
@artursouza artursouza force-pushed the update-to-dapr-rc-14-and-protos branch from 1feaf65 to 307c95e Compare July 29, 2024 01:01
@artursouza artursouza marked this pull request as ready for review July 29, 2024 13:10
@artursouza artursouza requested review from a team as code owners July 29, 2024 13:10
@artursouza artursouza merged commit 7d74fdb into dapr:release-1.12 Jul 29, 2024
9 checks passed
artursouza added a commit to artursouza/java-sdk that referenced this pull request Jul 29, 2024
* 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]>
artursouza added a commit that referenced this pull request Aug 14, 2024
* 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]>
@marcduiker
Copy link
Contributor

@holopin-bot @cicoyle Thanks Cassie!

Copy link

holopin-bot bot commented Aug 15, 2024

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.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

salaboy pushed a commit to salaboy/java-sdk that referenced this pull request Aug 21, 2024
* 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]>
salaboy pushed a commit to salaboy/java-sdk that referenced this pull request Aug 23, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants