From 2e5571365871df82c29cec55202a2d499df1fa8b Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:00:40 -0800 Subject: [PATCH] feat!: Updated google-cloud-alloy_db-v1 dependency to version 1.x (#29045) feat!: Removed dependency on google-cloud-alloy_db-v1beta prerelease service --- google-cloud-alloy_db/Gemfile | 2 +- google-cloud-alloy_db/README.md | 6 ++---- google-cloud-alloy_db/google-cloud-alloy_db.gemspec | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/google-cloud-alloy_db/Gemfile b/google-cloud-alloy_db/Gemfile index c70b45280d44..77543b60ff3a 100644 --- a/google-cloud-alloy_db/Gemfile +++ b/google-cloud-alloy_db/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -local_dependencies = ["google-cloud-alloy_db-v1", "google-cloud-alloy_db-v1beta"] +local_dependencies = ["google-cloud-alloy_db-v1"] main_spec = gemspecs.last || Bundler.load_gemspec(File.join(__dir__, "google-cloud-alloy_db.gemspec")) local_dependencies.each do |name| diff --git a/google-cloud-alloy_db/README.md b/google-cloud-alloy_db/README.md index bcd63b222815..c4ee5d166243 100644 --- a/google-cloud-alloy_db/README.md +++ b/google-cloud-alloy_db/README.md @@ -16,8 +16,7 @@ for this library, google-cloud-alloy_db, to see the convenience methods for constructing client objects. Reference documentation for the client objects themselves can be found in the client library documentation for the versioned client gems: -[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest), -[google-cloud-alloy_db-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1beta/latest). +[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest). See also the [Product Documentation](https://cloud.google.com/alloydb/docs) for more usage information. @@ -63,8 +62,7 @@ results in logs appearing alongside your application logs in the Debug logging also requires that the versioned clients for this service be sufficiently recent, released after about Dec 10, 2024. If logging is not working, try updating the versioned clients in your bundle or installed gems: -[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest), -[google-cloud-alloy_db-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1beta/latest). +[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest). ## Supported Ruby Versions diff --git a/google-cloud-alloy_db/google-cloud-alloy_db.gemspec b/google-cloud-alloy_db/google-cloud-alloy_db.gemspec index f602ad39ccf4..d74c74b3ef88 100644 --- a/google-cloud-alloy_db/google-cloud-alloy_db.gemspec +++ b/google-cloud-alloy_db/google-cloud-alloy_db.gemspec @@ -22,7 +22,6 @@ Gem::Specification.new do |gem| gem.required_ruby_version = ">= 3.0" - gem.add_dependency "google-cloud-alloy_db-v1", ">= 0.8", "< 2.a" - gem.add_dependency "google-cloud-alloy_db-v1beta", ">= 0.6", "< 2.a" + gem.add_dependency "google-cloud-alloy_db-v1", "~> 1.0" gem.add_dependency "google-cloud-core", "~> 1.6" end