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

chore: Add EoL Post Install Messages #1264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions POST_INSTALL_MESSAGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ruby 3.0 has reached EoL 2024-04-23. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Ruby 3.0 after 2025-01-15. Please upgrade to Ruby to continue receiving updates.

Rails 6.1 has reached EoL 2024-10-01. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Rails 6.1 after 2025-01-15. Please upgrade to Rails to continue receiving updates.
2 changes: 2 additions & 0 deletions helpers/mysql/opentelemetry-helpers-mysql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'yard', '~> 0.9'

spec.metadata['source_code_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/rails' if spec.respond_to?(:metadata)

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
2 changes: 2 additions & 0 deletions processor/baggage/opentelemetry-processor-baggage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
2 changes: 2 additions & 0 deletions propagator/ottrace/opentelemetry-propagator-ottrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
2 changes: 2 additions & 0 deletions propagator/vitess/opentelemetry-propagator-vitess.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
2 changes: 2 additions & 0 deletions propagator/xray/opentelemetry-propagator-xray.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
end

spec.post_install_message = File.read(File.expand_path('../../POST_INSTALL_MESSAGE', __dir__))
end
Loading