Skip to content

ci: update version#204

Merged
patrick-stephens merged 1 commit intorelease/25.10-ltsfrom
ci_update-version-v25.10.18
Feb 19, 2026
Merged

ci: update version#204
patrick-stephens merged 1 commit intorelease/25.10-ltsfrom
ci_update-version-v25.10.18

Conversation

@fluentdo-ci
Copy link
Contributor

@fluentdo-ci fluentdo-ci commented Feb 16, 2026

Update version


Summary by cubic

Bump agent version from 25.10.16 to 25.10.18 across Dockerfiles, setup scripts, CMake, and test runners. Ensures images, packages, and tests use the latest LTS patch.

Written for commit f1e22d0. Summary will update on new commits.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link

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

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: 3/5

  • Missing test updates for changes under source/ introduces some uncertainty about regression coverage, so there is moderate merge risk.
  • Most severe issue is the lack of added tests alongside the source/CMakeLists.txt production change, which could let regressions slip through.
  • Pay close attention to source/CMakeLists.txt - production changes without corresponding tests.
Prompt for AI agents (all 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="source/CMakeLists.txt">

<violation number="1" location="source/CMakeLists.txt:11">
P1: Rule violated: **Ensure tests are added**

This PR modifies a production source file under source/ but does not include any test change under source/tests/ or source/testing/, violating the “Ensure tests are added” rule. Add or update at least one test file in those directories to cover the version update workflow.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

set(FLB_VERSION_MAJOR 25)
set(FLB_VERSION_MINOR 10)
set(FLB_VERSION_PATCH 16)
set(FLB_VERSION_PATCH 18)
Copy link

@cubic-dev-ai cubic-dev-ai bot Feb 16, 2026

Choose a reason for hiding this comment

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

P1: Rule violated: Ensure tests are added

This PR modifies a production source file under source/ but does not include any test change under source/tests/ or source/testing/, violating the “Ensure tests are added” rule. Add or update at least one test file in those directories to cover the version update workflow.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At source/CMakeLists.txt, line 11:

<comment>This PR modifies a production source file under source/ but does not include any test change under source/tests/ or source/testing/, violating the “Ensure tests are added” rule. Add or update at least one test file in those directories to cover the version update workflow.</comment>

<file context>
@@ -8,7 +8,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
 set(FLB_VERSION_MAJOR 25)
 set(FLB_VERSION_MINOR 10)
-set(FLB_VERSION_PATCH 16)
+set(FLB_VERSION_PATCH 18)
 set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}")
 
</file context>
Fix with Cubic

@patrick-stephens patrick-stephens merged commit c90c66e into release/25.10-lts Feb 19, 2026
45 of 62 checks passed
@patrick-stephens patrick-stephens deleted the ci_update-version-v25.10.18 branch February 19, 2026 11:27
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.

2 participants