Skip to content

Commit 0f9d87f

Browse files
authored
Fix workflow issue and update changelog for 7.0.0.prev1 (#197)
* pre-release change for working with ruby 3.0.0 * combine env * update change log
1 parent 6d87140 commit 0f9d87f

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/build_and_release_gem.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ jobs:
113113

114114
- name: Scan build artifact on the Portal
115115
id: rl-scan
116-
env:
117-
RLPORTAL_ACCESS_TOKEN: ${{ secrets.REVERSE_LAB_TOKEN }}
118116
uses: reversinglabs/gh-action-rl-scanner-cloud-only@v1
119117
with:
120118
artifact-to-scan: ./solarwinds_apm-${{ steps.SOLARWINDS_APM_VERSION }}.gem
@@ -124,6 +122,7 @@ jobs:
124122
rl-portal-group: SaaS-Agents-SWO
125123
rl-package-url: solarwinds-apm-ruby/apm-ruby-prod@${{ env.SOLARWINDS_APM_VERSION }}
126124
env:
125+
RLPORTAL_ACCESS_TOKEN: ${{ secrets.REVERSE_LAB_TOKEN }}
127126
SOLARWINDS_APM_VERSION: ${{needs.publish_to_ruby_gem.outputs.apm_ruby_version}}
128127

129128
- name: report the scan status

.github/workflows/build_for_github_package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070

7171
- name: Scan build artifact on the Portal
7272
id: rl-scan
73-
env:
74-
RLPORTAL_ACCESS_TOKEN: ${{ secrets.REVERSE_LAB_TOKEN }}
7573
uses: reversinglabs/gh-action-rl-scanner-cloud-only@v1
7674
with:
7775
artifact-to-scan: builds/solarwinds_apm-${{ env.SOLARWINDS_APM_VERSION }}.gem
@@ -81,6 +79,7 @@ jobs:
8179
rl-portal-group: SaaS-Agents-SWO
8280
rl-package-url: solarwinds-apm-ruby/apm-ruby-stg@${{ env.SOLARWINDS_APM_VERSION }}
8381
env:
82+
RLPORTAL_ACCESS_TOKEN: ${{ secrets.REVERSE_LAB_TOKEN }}
8483
SOLARWINDS_APM_VERSION: ${{needs.publish_to_github_package.outputs.apm_ruby_version}}
8584

8685
- name: report the scan status

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ For the latest release info, see here:
55

66
Dates in this file are in the format MM/DD/YYYY.
77

8+
## solarwinds_apm 7.0.0.prev1 (06/10/2025)
9+
10+
This release includes the following features:
11+
12+
* Implemented pure ruby sampling logic
13+
* OTLP trace and metric exporter are the now default exporters for swo backend
14+
* NH-103815: Added resource detectors for Kubernetes and UAMS client
15+
* Added Lambda instrumentation for 6.1.2
16+
* Update tag_sql section by @cheempz in https://github.com/solarwinds/apm-ruby/pull/176
17+
* NH-103804: reverselab scan gem by @xuan-cao-swi in https://github.com/solarwinds/apm-ruby/pull/179
18+
* Bump DavidAnson/markdownlint-cli2-action from 19 to 20 by @dependabot in https://github.com/solarwinds/apm-ruby/pull/193
19+
820
## solarwinds_apm 6.1.2 (02/28/2025)
921

1022
This release includes the following features:

0 commit comments

Comments
 (0)