Skip to content

EAI_5857 fix CF version mismatch#233

Merged
woojae-siloai merged 1 commit intomainfrom
EAI_5887_cf_version_mismatch
Apr 29, 2026
Merged

EAI_5857 fix CF version mismatch#233
woojae-siloai merged 1 commit intomainfrom
EAI_5887_cf_version_mismatch

Conversation

@woojae-siloai
Copy link
Copy Markdown
Contributor

@woojae-siloai woojae-siloai commented Apr 28, 2026

Summary
Fixes version mismatch where bloom ConfigMap showed hardcoded "2.0.0" instead of actual build version (e.g., "v2.0.4").

Root Cause
cmd.Version (set via build ldflags) was never passed to Ansible as BLOOM_VERSION, so it always defaulted to "2.0.0".

Solution
Added version parameter to runtime functions and injected BLOOM_VERSION following the existing BLOOM_DIR pattern.

Impact
6 lines changed (5 modified + 1 added). ConfigMap now shows correct build version instead of hardcoded "2.0.0".

@woojae-siloai woojae-siloai changed the title fix: inject cmd.Version as BLOOM_VERSION to resolve ConfigMap version… EAI_5857 fix CF version mismatch Apr 28, 2026
@woojae-siloai woojae-siloai marked this pull request as ready for review April 28, 2026 11:58
@woojae-siloai woojae-siloai merged commit df113c6 into main Apr 29, 2026
3 checks passed
@woojae-siloai woojae-siloai deleted the EAI_5887_cf_version_mismatch branch April 29, 2026 12:12
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