Conversation
Contributor
Hello delthas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
@@ Coverage Diff @@
## development/9.6 #2855 +/- ##
================================================
Coverage 76.50% 76.50%
================================================
Files 206 206
Lines 14427 14427
================================================
Hits 11038 11038
Misses 3379 3379
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
DarkIsDude
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump backbeat to
9.6.0-preview.1sodevelopment/9.6— which carries BB-808, the removal ofdocker-entrypoint.sh— can be consumed by Zenko for integration testing.No released tag carries BB-808 today, and without it Zenko cannot use
backbeat.configurationOverridesat all: on a 9.5.x image, setting any jq-mapped variable makes the entrypoint rewriteconf/config.jsonin place, which fails because the operator mounts that directory read-only.The container then crash-loops and the Zenko CR never becomes
Available. That is what blocks scality/Zenko#2535, and it is why9.6.0-preview.1specifically is the version to cut — zenko-operator already gates config-override support on>= v9.6.0-preview.1(pkg/controller/zenko/backbeat.go:180).Issue: BB-808