Skip to content

Commit 4795c5e

Browse files
authored
[Release] Bump version to 1.64.2 (on v1.64.x branch) (grpc#36854)
Change was created by the release automation script. See go/grpc-release
1 parent be555ce commit 4795c5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+47
-47
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ g_stands_for = "grateful" # @unused
246246

247247
core_version = "41.0.0" # @unused
248248

249-
version = "1.64.1" # @unused
249+
version = "1.64.2" # @unused
250250

251251
GPR_PUBLIC_HDRS = [
252252
"include/grpc/support/alloc.h",

CMakeLists.txt

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!!
1616

17-
__version__ = """1.64.1"""
17+
__version__ = """1.64.2"""

build_handwritten.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
csharp_major_version: 2
1717
g_stands_for: grateful
1818
protobuf_version: 3.26.1
19-
version: 1.64.1
19+
version: 1.64.2
2020
configs:
2121
asan:
2222
CC: clang

config.m4

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gRPC-C++.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gRPC-Core.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gRPC-ProtoRPC.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gRPC-RxLibrary.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gRPC.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/grpcpp/version_info.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
#define GRPC_CPP_VERSION_MAJOR 1
2222
#define GRPC_CPP_VERSION_MINOR 64
23-
#define GRPC_CPP_VERSION_PATCH 1
23+
#define GRPC_CPP_VERSION_PATCH 2
2424
#define GRPC_CPP_VERSION_TAG ""
25-
#define GRPC_CPP_VERSION_STRING "1.64.1"
25+
#define GRPC_CPP_VERSION_STRING "1.64.2"
2626

2727
#endif // GRPCPP_VERSION_INFO_H

package.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/csharp/build/dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is generated -->
22
<Project>
33
<PropertyGroup>
4-
<GrpcCsharpVersion>2.64.1</GrpcCsharpVersion>
4+
<GrpcCsharpVersion>2.64.2</GrpcCsharpVersion>
55
<GoogleProtobufVersion>3.26.1</GoogleProtobufVersion>
66
</PropertyGroup>
77
</Project>

src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCCppPlugin'
45-
v = '1.64.1'
45+
v = '1.64.2'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCPlugin'
45-
v = '1.64.1'
45+
v = '1.64.2'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/GRPCClient/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.64.1"
25+
#define GRPC_OBJC_VERSION_STRING @"1.64.2"

src/objective-c/tests/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.64.1"
25+
#define GRPC_OBJC_VERSION_STRING @"1.64.2"
2626
#define GRPC_C_VERSION_STRING @"41.0.0"

src/php/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "grpc/grpc-dev",
33
"description": "gRPC library for PHP - for Development use only",
44
"license": "Apache-2.0",
5-
"version": "1.64.1",
5+
"version": "1.64.2",
66
"require": {
77
"php": ">=7.0.0",
88
"google/protobuf": "^v3.3.0"

src/php/ext/grpc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
#ifndef VERSION_H
2121
#define VERSION_H
2222

23-
#define PHP_GRPC_VERSION "1.64.1"
23+
#define PHP_GRPC_VERSION "1.64.2"
2424

2525
#endif /* VERSION_H */

src/python/grpcio/grpc/_grpcio_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!!
1616

17-
__version__ = """1.64.1"""
17+
__version__ = """1.64.2"""

src/python/grpcio/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_admin/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_channelz/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_csds/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_health_checking/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_observability/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_observability/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_reflection/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_status/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_testing/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/python/grpcio_tests/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

src/ruby/lib/grpc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# GRPC contains the General RPC module.
1616
module GRPC
17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
end

src/ruby/nativedebug/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module GRPC
1616
module NativeDebug
17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
end
1919
end

src/ruby/tools/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module GRPC
1616
module Tools
17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
end
1919
end

tools/distrib/python/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
PROTOBUF_VERSION = '3.26.1'

tools/distrib/python/grpcio_tools/grpc_tools/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'

tools/distrib/python/grpcio_tools/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
PROTOBUF_VERSION = '3.26.1'

tools/distrib/python/xds_protos/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.64.1'
17+
VERSION = '1.64.2'
1818
PROTOBUF_VERSION = '3.26.1'

tools/doxygen/Doxyfile.c++

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/doxygen/Doxyfile.c++.internal

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/doxygen/Doxyfile.objc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.64.1
43+
PROJECT_NUMBER = 1.64.2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.objc.internal

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.64.1
43+
PROJECT_NUMBER = 1.64.2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 1.64.1
43+
PROJECT_NUMBER = 1.64.2
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)