From 608a2f5c430948ca1dc3fb4cbec51a83c2c85ed6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:50:20 +0000 Subject: [PATCH 1/3] Update agent version to 5.2.1 --- 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 f186a424b..98886d260 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "5.2.1.0" +__version__ = "5.2.1" From 7ec15a3d0daf3c60ccb4fec0a72288bb04a4b4da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:50:21 +0000 Subject: [PATCH 2/3] Update image's agent version to 5.2.1 --- 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 38c0a4a24..41fc87370 100644 --- a/image/requirements-nodeps.txt +++ b/image/requirements-nodeps.txt @@ -1 +1 @@ -solarwinds_apm==5.2.0 +solarwinds_apm==5.2.1 From 65269bf173789fc1a11123d3efdd00320e085e79 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Mon, 15 Dec 2025 17:51:30 -0800 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2039b62bc..c3b04a6d9 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-5.2.1...HEAD) -## [5.2.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.2.1) - 2025-12-15 +## [5.2.1](https://github.com/solarwinds/apm-python/releases/tag/rel-5.2.1) - 2025-12-16 ### Added - Added Copilot instructions ([#723](https://github.com/solarwinds/apm-python/pull/723))