Bump arsenal to 8.5.6 to support V2 replication bucket metadata - #1334
Conversation
Align with the arsenal version cloudserver ships. Arsenal >= 8.4.7 writes bucket replication metadata in the V2 (multi-destination CRR) format without the deprecated top-level destination. Arsenal 8.2.28 asserted that field unconditionally and crashed utapi when reading such buckets. Issue: UTAPI-124
Cover getBucket/bucketExists against V1, V2 single-destination and multi-destination CRR bucket metadata, plus error paths. Issue: UTAPI-124
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
|
@leif-scality I think we should target a new |
ye can |
|
So this PR will make utapi not compatible with |
This fixed the integration problem |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following reviewers are expecting changes from the author, or must review again: |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
|
/approve |
1 similar comment
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
This pull request did not target the following hotfix branch(es) so they
Please check the status of the associated issue UTAPI-124. Goodbye maeldonn. The following options are set: approve |
Align with the arsenal version cloudserver ships. Arsenal >= 8.4.7 writes
bucket replication metadata in the V2 (multi-destination CRR) format
without the deprecated top-level destination. Arsenal 8.2.28 asserted that
field unconditionally and crashed utapi when reading such buckets.
Issue: UTAPI-124