From 72276bdfac429bc8f3d1bc13206e43a1edcc30bd Mon Sep 17 00:00:00 2001 From: Hannah Ramadan Date: Fri, 3 Oct 2025 09:03:36 -0700 Subject: [PATCH 1/3] Remove 'beta warning' --- lib/boot/strap.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/boot/strap.rb b/lib/boot/strap.rb index ee5f8fbbd9..a2545fc28e 100644 --- a/lib/boot/strap.rb +++ b/lib/boot/strap.rb @@ -5,8 +5,6 @@ # This file is designed to bootstrap a `Bundler.require`-based Ruby app (such as # a Ruby on Rails app) so the app can be instrumented and observed by the # New Relic Ruby agent without the agent being added to the app as a dependency. -# NOTE: introducing the agent into your application via bootstrap is in beta. -# Use at your own risk. # # Given a production-ready Ruby app that optionally has a pre-packaged "frozen" # or "deployment"–gem bundle, the New Relic Ruby agent can be introduced From 60d2369eda9f774a1b2bbd6e8d26255380fa1a8c Mon Sep 17 00:00:00 2001 From: Hannah Ramadan Date: Mon, 6 Oct 2025 09:55:57 -0700 Subject: [PATCH 2/3] Add CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bde06b0a..ab6f5bbddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## dev +- **Feature: One-step instrumentation for Kubernetes** + + The Kubernetes APM auto-attach automatically instruments applications and manages agent upgrades within Kubernetes deployments. This feature has exited preview and is now generally avaliable. Learn more about [Kubernetes auto-attach](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator/). [PR#2635](https://github.com/newrelic/newrelic-ruby-agent/pull/2635) + - **Feature: Deprecation notice for the `newrelic deployments` command** Support for recording deployments using the `newrelic deployments` command is now deprecated and will be removed in agent version 10.0.0. From e19d7023040234f6ce5d546bf520541619df1112 Mon Sep 17 00:00:00 2001 From: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:22:19 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6f5bbddd..6c169967ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - **Feature: One-step instrumentation for Kubernetes** - The Kubernetes APM auto-attach automatically instruments applications and manages agent upgrades within Kubernetes deployments. This feature has exited preview and is now generally avaliable. Learn more about [Kubernetes auto-attach](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator/). [PR#2635](https://github.com/newrelic/newrelic-ruby-agent/pull/2635) + The Kubernetes APM auto-attach automatically instruments applications and manages agent upgrades within Kubernetes deployments. This feature has exited preview and is now generally avaliable. Learn more about [Kubernetes auto-attach](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator/). [PR#2635](https://github.com/newrelic/newrelic-ruby-agent/pull/2635) [PR#3287](https://github.com/newrelic/newrelic-ruby-agent/pull/3287) - **Feature: Deprecation notice for the `newrelic deployments` command**