Skip to content

Conversation

@ppatierno
Copy link
Member

@ppatierno ppatierno commented Sep 24, 2025

When updating the bridge version by using the bridge_version make target, we always forget to update the :BridgeVersion: in the attributes.adoc file so we need to fix it during the operator release process.
This PR adds this update within the bridge_version make target so it's done automatically.

@ppatierno ppatierno added this to the 0.49.0 milestone Sep 24, 2025
@ppatierno ppatierno requested review from a team and scholzj September 24, 2025 10:09
@codecov
Copy link

codecov bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.55%. Comparing base (80e48b2) to head (3b5596e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11899      +/-   ##
============================================
- Coverage     67.57%   67.55%   -0.02%     
+ Complexity     7104     7103       -1     
============================================
  Files           574      574              
  Lines         28181    28181              
  Branches       3201     3201              
============================================
- Hits          19042    19039       -3     
- Misses         7816     7818       +2     
- Partials       1323     1324       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

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

LGTM. I assume you tested it locally?

@ppatierno
Copy link
Member Author

LGTM. I assume you tested it locally?

yes, this is what actually happens when you use the make command:

+++ b/documentation/shared/attributes.adoc
@@ -30,7 +30,7 @@
 :ExampleImageTagUpgrades: quay.io/strimzi/kafka:{ProductVersion}-kafka-{KafkaVersionHigher}
 
 // Bridge version
-:BridgeVersion: 0.32.0
+:BridgeVersion: 0.34.0

@ppatierno ppatierno merged commit eac4148 into strimzi:main Sep 24, 2025
22 checks passed
@ppatierno ppatierno deleted the add-bridgeversion-to-attributes-doc branch September 24, 2025 14:57
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.

4 participants