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 to grpc-1.47 (and fix the connection-string format) #14125

Merged
merged 2 commits into from
Jun 17, 2022

Conversation

ptabor
Copy link
Contributor

@ptabor ptabor commented Jun 16, 2022

Minimal change required to upgrade to grpc-1.47.

#14112. Connecting to unix:localhost:port instead of never officially supported unix://localhost:port (https://grpc.github.io/grpc/cpp/md_doc_naming.html)

@@ -9,7 +9,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/stretchr/testify v1.7.0
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
google.golang.org/grpc v1.41.0
google.golang.org/grpc v1.47.0
Copy link
Member

Choose a reason for hiding this comment

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

The title mentions 1.48, but actually 1.47

Copy link
Member

Choose a reason for hiding this comment

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

:) I guess it's a typo in the PR title as the latest stable release is 1.47. lgmt.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. Reworded.

@ptabor ptabor changed the title Update to grpc-1.48 (and fix the connection-string format) Update to grpc-1.47 (and fix the connection-string format) Jun 16, 2022
@ahrtr
Copy link
Member

ahrtr commented Jun 17, 2022

@ptabor Overall the PR looks good to me. But I don't understand why do you add one more directory out, and get some go.mod and go.sum files included in it? I guess they might be just intermediate files generated during your debug?

Signed-off-by: Piotr Tabor <ptab@google.com>
Signed-off-by: Piotr Tabor <ptab@google.com>
@ptabor
Copy link
Contributor Author

ptabor commented Jun 17, 2022

@ptabor Overall the PR looks good to me. But I don't understand why do you add one more directory out, and get some go.mod and go.sum files included in it? I guess they might be just intermediate files generated during your debug?

Removed it. It was produces by intelij. I've just added to it to .gitignore to avoid such problems... and it has happened.

Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

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

LGTM

@ptabor ptabor merged commit 8ac23da into etcd-io:main Jun 17, 2022
@ptabor ptabor deleted the 20220615-update-grpc2 branch June 17, 2022 08:04
chaochn47 added a commit to chaochn47/etcd that referenced this pull request Sep 20, 2023
…he connection-string format)

Signed-off-by: Chao Chen <chaochn@amazon.com>
chaochn47 added a commit to chaochn47/etcd that referenced this pull request Oct 12, 2023
…he connection-string format)

Signed-off-by: Chao Chen <chaochn@amazon.com>
chaochn47 added a commit to chaochn47/etcd that referenced this pull request Oct 12, 2023
…he connection-string format)

Signed-off-by: Chao Chen <chaochn@amazon.com>
chaochn47 added a commit to chaochn47/etcd that referenced this pull request Oct 12, 2023
…he connection-string format)

Signed-off-by: Chao Chen <chaochn@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants