ci: update version - #354
Merged
Merged
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
1 issue found across 6 files
Confidence score: 5/5
testing/bats/run-bats.shnow defaults to26.7.4whiletesting/bats/README.mdstill points to26.7.2, which can cause contributors to run a different test agent than documented and get confusingly inconsistent local results—update the README defaults to match the script before or alongside merge.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="testing/bats/run-bats.sh">
<violation number="1" location="testing/bats/run-bats.sh:17">
P3: The runner now defaults to `26.7.4`, but both environment-default sections in `testing/bats/README.md` still document `26.7.2`, so users following the documentation will test a different agent release than expected. Updating those entries with this version bump keeps the documented runner behavior aligned.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
|
||
| export FLUENT_BIT_BINARY=${FLUENT_BIT_BINARY:-/fluent-bit/bin/fluent-bit} | ||
| export TELEMETRY_FORGE_AGENT_VERSION=${TELEMETRY_FORGE_AGENT_VERSION:-26.7.3} | ||
| export TELEMETRY_FORGE_AGENT_VERSION=${TELEMETRY_FORGE_AGENT_VERSION:-26.7.4} |
There was a problem hiding this comment.
P3: The runner now defaults to 26.7.4, but both environment-default sections in testing/bats/README.md still document 26.7.2, so users following the documentation will test a different agent release than expected. Updating those entries with this version bump keeps the documented runner behavior aligned.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At testing/bats/run-bats.sh, line 17:
<comment>The runner now defaults to `26.7.4`, but both environment-default sections in `testing/bats/README.md` still document `26.7.2`, so users following the documentation will test a different agent release than expected. Updating those entries with this version bump keeps the documented runner behavior aligned.</comment>
<file context>
@@ -14,7 +14,7 @@ done
export FLUENT_BIT_BINARY=${FLUENT_BIT_BINARY:-/fluent-bit/bin/fluent-bit}
-export TELEMETRY_FORGE_AGENT_VERSION=${TELEMETRY_FORGE_AGENT_VERSION:-26.7.3}
+export TELEMETRY_FORGE_AGENT_VERSION=${TELEMETRY_FORGE_AGENT_VERSION:-26.7.4}
export TELEMETRY_FORGE_AGENT_URL="${TELEMETRY_FORGE_AGENT_URL:-https://staging.telemetryforge.io}"
</file context>
Coverage Report for CI Build 29741186894Coverage decreased (-0.001%) to 57.874%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions2 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
patrick-stephens
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update version
Summary by cubic
Bumped agent version from 26.7.3 to 26.7.4 across Debian/UBI Dockerfiles, CMake, setup script, and Bats test runners so CI builds and tests target the latest patch.
Written for commit 7b3d95f. Summary will update on new commits.