feat(stackdriver)!: tombstone stackdriver gem#34614
Open
torreypayne wants to merge 1 commit into
Open
Conversation
019a1f1 to
b2a2e7e
Compare
aandreassa
approved these changes
Jun 12, 2026
Contributor
|
LGTM. We can release on Monday! Please file a bug to fix the workflow if possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(stackdriver)!: Replace the stackdriver gem with a tombstone
The Stackdriver branding was discontinued long ago, and the team does not have the bandwidth to maintain the "batteries included" SDK suite originally intended for Stackdriver.
This PR replaces the
stackdrivergem with a minimal tombstone in preparation for a semver-major release (1.0.0).Details of Changes
tombstone-libraryToys task to prepare the gem for retirement.1.0.0to signal a breaking change (removal of all functionality).stackdriver.gemspec(so it no longer pulls ingoogle-cloud-logging,google-cloud-error_reporting, orgoogle-cloud-trace).README.mdto notify users that the gem is obsolete.lib/stackdriver/version.rb,README.md,LICENSE.md, and.yardopts.Dependency Analysis
google-cloud-rubyand verified that none depend on thestackdrivergem.appenginegem in the archivedGoogleCloudPlatform/appengine-rubyrepository relies onstackdriver (~> 0.21). Releasing the tombstone as a major version1.0.0ensures that older applications using theappenginegem will resolve to the last compatible release (0.24.0) rather than the zero-dependency tombstone.Fixes: b/407601625
TAG=agy
CONV=06672b79-ff5c-48a1-b60d-3b5bbee17693