From c3dc670f1ab5af99c7b1576a81a8ee75ab88a865 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Wed, 18 Dec 2024 16:00:09 -0500 Subject: [PATCH 1/2] docs(release): update changelog for the second 2024-12 release --- CHANGELOG.md | 17 ++++++++++++++++- CMakeLists.txt | 2 +- MODULE.bazel | 2 +- google/cloud/internal/version_info.h | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e025dd70403..6673d292b39d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ breaking changes in the upcoming 3.x release. This release is scheduled for 2024-12 or 2025-01. -## v2.33.0 - TBD +## v2.33.0 - 2024-12 + +### [BigQuery Control](/google/cloud/bigquerycontrol/README.md) + - Has been promoted from an `experimental` library to GA. + +### [Storage](/google/cloud/storage/README.md) + +- docs(storage): Update build instructions for gcs+grpc ([#14833](https://github.com/googleapis/google-cloud-cpp/pull/14833)) + +### [Common Libraries](/google/cloud/README.md) + +- fix(gkeconnect): service only supports REST endpoint ([#14897](https://github.com/googleapis/google-cloud-cpp/pull/14897)) + +### [Google APIs interface definitions](https://github.com/googleapis/googleapis) + +- This release is based on definitions as of [2024-12-13T14:53:44-08:00](https://github.com/googleapis/googleapis/tree/f4eff5440fd07389f820d22d2a55690c6390dc6d) ## v2.32.0 - 2024-12 diff --git a/CMakeLists.txt b/CMakeLists.txt index c1bd6c5d1dbb5..2f0d07db1c795 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ project( google-cloud-cpp VERSION 2.33.0 LANGUAGES CXX) -set(PROJECT_VERSION_PRE_RELEASE "rc") +set(PROJECT_VERSION_PRE_RELEASE "") if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "") set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}") diff --git a/MODULE.bazel b/MODULE.bazel index 711eae8f8fdfe..e028a86680d27 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "google_cloud_cpp", - version = "2.33.0-rc", # Updated by CMake + version = "2.33.0", # Updated by CMake compatibility_level = 2, # Updated by CMake ) diff --git a/google/cloud/internal/version_info.h b/google/cloud/internal/version_info.h index 23a894c563a77..9a86db9c8aadd 100644 --- a/google/cloud/internal/version_info.h +++ b/google/cloud/internal/version_info.h @@ -21,6 +21,6 @@ #define GOOGLE_CLOUD_CPP_VERSION_MINOR 33 // NOLINTNEXTLINE(modernize-macro-to-enum) #define GOOGLE_CLOUD_CPP_VERSION_PATCH 0 -#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc" +#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "" #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H From 78ee3f4d3399d905ba01967a153408292a6bfcd4 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Wed, 18 Dec 2024 16:05:37 -0500 Subject: [PATCH 2/2] address review comments --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6673d292b39d8..c2ca3bc197746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ breaking changes in the upcoming 3.x release. This release is scheduled for ## v2.33.0 - 2024-12 ### [BigQuery Control](/google/cloud/bigquerycontrol/README.md) + - Has been promoted from an `experimental` library to GA. ### [Storage](/google/cloud/storage/README.md) - docs(storage): Update build instructions for gcs+grpc ([#14833](https://github.com/googleapis/google-cloud-cpp/pull/14833)) -### [Common Libraries](/google/cloud/README.md) +### [GKE Connect Gateway](/google/cloud/gkeconnect/README.md) - fix(gkeconnect): service only supports REST endpoint ([#14897](https://github.com/googleapis/google-cloud-cpp/pull/14897))