From fe3c2463179abe6de5aba21496fe91e43d7d7fcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:28:53 +0000 Subject: [PATCH 1/3] Update agent version to 7.1.0 --- solarwinds_apm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 89f1ba911..54ccb5d27 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "7.1.0.0" +__version__ = "7.1.0" From cbce29ec77d48ff8fc748ed9e6076ef99b55a077 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:28:55 +0000 Subject: [PATCH 2/3] Update image's agent version to 7.1.0 --- image/requirements-nodeps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/requirements-nodeps.txt b/image/requirements-nodeps.txt index 93621021f..382b941a9 100644 --- a/image/requirements-nodeps.txt +++ b/image/requirements-nodeps.txt @@ -1 +1 @@ -solarwinds_apm==7.0.0 +solarwinds_apm==7.1.0 From 4efd500da5e8d6feb212094f2ba7e664c90277fc Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Fri, 17 Jul 2026 15:36:39 -0700 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f7f5358..97c21bf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-7.1.0...HEAD) -## [7.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-17 +## [7.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-17 ### Added - Add security agent ([#793](https://github.com/solarwinds/apm-python/pull/793))