Skip to content

ci: update version - #354

Merged
patrick-stephens merged 1 commit into
mainfrom
ci_update-version-v26.7.4
Jul 24, 2026
Merged

ci: update version#354
patrick-stephens merged 1 commit into
mainfrom
ci_update-version-v26.7.4

Conversation

@fluentdo-ci

@fluentdo-ci fluentdo-ci commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

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.

Review in cubic

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@fluentdo-ci
fluentdo-ci requested a review from a team as a code owner July 20, 2026 12:10
@fluentdo-ci
fluentdo-ci enabled auto-merge (squash) July 20, 2026 12:10
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 6 files

Confidence score: 5/5

  • testing/bats/run-bats.sh now defaults to 26.7.4 while testing/bats/README.md still points to 26.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

Comment thread testing/bats/run-bats.sh

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}

@cubic-dev-ai cubic-dev-ai Bot Jul 20, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Fix with cubic

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 29741186894

Coverage decreased (-0.001%) to 57.874%

Details

  • Coverage decreased (-0.001%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 2 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

2 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
src/flb_http_client.c 2 43.95%

Coverage Stats

Coverage Status
Relevant Lines: 161483
Covered Lines: 94563
Line Coverage: 58.56%
Relevant Branches: 35615
Covered Branches: 19506
Branch Coverage: 54.77%
Branches in Coverage %: Yes
Coverage Strength: 5843.59 hits per line

💛 - Coveralls

@patrick-stephens
patrick-stephens merged commit 8913dae into main Jul 24, 2026
56 of 60 checks passed
@patrick-stephens
patrick-stephens deleted the ci_update-version-v26.7.4 branch July 24, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants