From 66e532facfd390cf628b4657a940c09d3541dc1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:13:42 +0000 Subject: [PATCH 1/4] Update agent test version to 7.1.0.0 From b2ea9e2ac349d65b7047d50e026455259e9a570f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:13:44 +0000 Subject: [PATCH 2/4] Update beta image's agent version to 7.1.0.0 --- image/requirements-nodeps-beta.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/requirements-nodeps-beta.txt b/image/requirements-nodeps-beta.txt index 7a54cd7e5..3a3cb41e6 100644 --- a/image/requirements-nodeps-beta.txt +++ b/image/requirements-nodeps-beta.txt @@ -1 +1 @@ -solarwinds_apm==7.0.0.0 +solarwinds_apm==7.1.0.0 From 083a180b64d0015581805973731bdb8631ab8701 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Thu, 16 Jul 2026 14:21:25 -0700 Subject: [PATCH 3/4] Changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c352885..80f7f5358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-7.0.0...HEAD) +## [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 + +### Added +- Add security agent ([#793](https://github.com/solarwinds/apm-python/pull/793)) +- Add service_instance resource detector default ([#816](https://github.com/solarwinds/apm-python/pull/816)) + +### Changed +- Pin action workflow SHAs ([#795](https://github.com/solarwinds/apm-python/pull/795), [#799](https://github.com/solarwinds/apm-python/pull/799)) +- Upgraded to OTel 1.43.0/0.64b0 ([#798](https://github.com/solarwinds/apm-python/pull/798)) +- Fix duplicate Resource creation ([#807](https://github.com/solarwinds/apm-python/pull/807)) +- Update debug logging ([#817](https://github.com/solarwinds/apm-python/pull/817)) +- Fix response time metrics status code attribute ([#818](https://github.com/solarwinds/apm-python/pull/818)) +- Fix dependabot updater ([#791](https://github.com/solarwinds/apm-python/pull/791)) ## [7.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.0.0) - 2026-06-11 From 2658abff1804e93eacc5dd5c0f670b767ce3f883 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Thu, 16 Jul 2026 14:39:26 -0700 Subject: [PATCH 4/4] Workflow permissions --- .github/workflows/build_sdist_and_wheel.yaml | 3 ++- .github/workflows/get_apm_python_version.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_sdist_and_wheel.yaml b/.github/workflows/build_sdist_and_wheel.yaml index 4c3cf7039..6b8bd6b5f 100644 --- a/.github/workflows/build_sdist_and_wheel.yaml +++ b/.github/workflows/build_sdist_and_wheel.yaml @@ -18,7 +18,8 @@ on: description: 'Name of zip archive of sdist and wheels' value: ${{ jobs.build_sdist_and_wheel.outputs.artifact-name }} -permissions: read-all +permissions: + contents: read jobs: build_sdist_and_wheel: diff --git a/.github/workflows/get_apm_python_version.yaml b/.github/workflows/get_apm_python_version.yaml index 68b173e80..4a2375974 100644 --- a/.github/workflows/get_apm_python_version.yaml +++ b/.github/workflows/get_apm_python_version.yaml @@ -13,7 +13,8 @@ on: description: 'APM Python version, e.g. 2.1.0' value: ${{ jobs.get_apm_python_version.outputs.SW_APM_VERSION }} -permissions: read-all +permissions: + contents: read jobs: get_apm_python_version: