Skip to content

increase version number#210

Merged
Dert1129 merged 2 commits into
developfrom
increase-version
Mar 30, 2026
Merged

increase version number#210
Dert1129 merged 2 commits into
developfrom
increase-version

Conversation

@Dert1129

@Dert1129 Dert1129 commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

Release Notes

  • Chores
    • Updated Docker image version to 3.3.0 for the build pipeline.

@coderabbitai

coderabbitai Bot commented Mar 30, 2026

Copy link
Copy Markdown

Walkthrough

The Docker image tag used in the GitHub Actions build workflow is updated from version 3.2.0 to 3.3.0. This affects the version identifier for Docker images pushed to Docker Hub during the develop branch builds.

Changes

Cohort / File(s) Summary
Workflow Configuration
.github/workflows/build-gradle-project.yml
Updated Docker image tag environment variable from 3.2.0 to 3.3.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch increase-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai 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.

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 05e6c31d-6148-4b56-b111-b5867ea0158c

📥 Commits

Reviewing files that changed from the base of the PR and between d44c44b and d8f76c3.

📒 Files selected for processing (1)
  • .github/workflows/build-gradle-project.yml

build-gradle-project:
env:
IMAGE_TAG: 3.2.0
IMAGE_TAG: 3.3.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Line 9 introduces a build/push tag mismatch that can break develop pushes.

IMAGE_TAG is now 3.3.0, but build.gradle is still version = '3.2.0' (Context snippet: build.gradle:15-16), and your Gradle docker task tags from project.version on develop (Context snippet: build.gradle:78-88).
Result: workflow may try to push kingstonduo/pegasus-data:3.3.0 even though only :3.2.0 was built.

Suggested fix
# Option A: keep versions aligned immediately
-      IMAGE_TAG: 3.3.0
+      IMAGE_TAG: 3.2.0
# Option B (preferred): single source of truth
# bump build.gradle to 3.3.0 in same PR, or compute IMAGE_TAG from Gradle project.version before push
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
IMAGE_TAG: 3.3.0
IMAGE_TAG: 3.2.0

@Dert1129 Dert1129 merged commit 9515f34 into develop Mar 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants