Skip to content

Commit

Permalink
Merge pull request #389 from solarwinds/NH-86507-testrelease-2_1_0_x
Browse files Browse the repository at this point in the history
Testrelease 2.1.0.0
  • Loading branch information
tammy-baylis-swi authored Jul 17, 2024
2 parents 43de579 + 335792c commit 67ad054
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ permissions:
jobs:
install-tests:
runs-on: ${{ matrix.arch == 'arm64' && fromJSON('{"group":"apm-arm-runner"}') || 'ubuntu-latest' }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
matrix:
hostname:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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-2.0.0...HEAD)
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-2.1.0...HEAD)

## [2.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-2.1.0) - 2024-07-17

### Changed
- Move builds and tests to gh `apm-arm-runner` ([#385](https://github.com/solarwinds/apm-python/pull/385))
- Don't inject baggage header if empty ([#386](https://github.com/solarwinds/apm-python/pull/386))
- Always unset local token bucket capacity/rate ([#388](https://github.com/solarwinds/apm-python/pull/388))

## [2.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-2.0.0) - 2024-06-18

Expand Down
2 changes: 1 addition & 1 deletion solarwinds_apm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1.1"
__version__ = "2.1.0.0"

0 comments on commit 67ad054

Please sign in to comment.