Closed nicolas2bert closed 1 month ago
My role is to assist you with the merge of this
pull request. Please type @bert-e help
to get information
on this process, or consult the user documentation.
Status report is not available.
The Fix Version/s
in issue ARSN-430 contains:
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
7.70.33
8.1.137
Please check the Fix Version/s
of ARSN-430, or the target
branch of this pull request.
ping
Waiting for integration branch creation to be requested by the user.
To request integration branches, please comment on this pull request with the following command:
/create_integration_branches
Alternatively, the /approve
and /create_pull_requests
commands will automatically
create the integration branches.
/create_integration_branches
A conflict has been raised during the creation of
integration branch w/8.1/improvement/ARSN-430/KMS-client
with contents from improvement/ARSN-430/KMS-client
and development/8.1
.
I have not created the integration branch.
Here are the steps to resolve this conflict:
$ git fetch
$ git checkout -B w/8.1/improvement/ARSN-430/KMS-client origin/development/8.1
$ git merge origin/improvement/ARSN-430/KMS-client
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/8.1/improvement/ARSN-430/KMS-client
The following options are set: create_integration_branches
The following approvals are needed before I can proceed with the merge:
the author
2 peers
The following options are set: create_integration_branches
Merge commit #c6b38fe849a4858bea9a9e056a3061e2a7e42136 on the integration branch
w/8.1/improvement/ARSN-430/KMS-client
is merging a branch which is neither the current
branch improvement/ARSN-430/KMS-client
nor the development branch
development/8.1
.
It is likely due to a rebase of the branch improvement/ARSN-430/KMS-client
and the
merge is not possible until all related w/*
branches are deleted or updated.
Please use the reset
command to have me reinitialize these branches.
The following options are set: create_integration_branches
@bert-e reset
I have successfully deleted this pull request's integration branches.
The following options are set: create_integration_branches
A conflict has been raised during the creation of
integration branch w/8.1/improvement/ARSN-430/KMS-client
with contents from improvement/ARSN-430/KMS-client
and development/8.1
.
I have not created the integration branch.
Here are the steps to resolve this conflict:
$ git fetch
$ git checkout -B w/8.1/improvement/ARSN-430/KMS-client origin/development/8.1
$ git merge origin/improvement/ARSN-430/KMS-client
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/8.1/improvement/ARSN-430/KMS-client
The following options are set: create_integration_branches
The following approvals are needed before I can proceed with the merge:
the author
2 peers
The following options are set: create_integration_branches
@bert-e approve
I have successfully merged the changeset of this pull request into targetted development branches:
:heavy_check_mark: development/7.70
:heavy_check_mark: development/8.1
The following branches have NOT changed:
development/6.4
development/7.10
development/7.4
Please check the status of the associated issue ARSN-430.
Goodbye nicolas2bert.
The following options are set: approve, create_integration_branches
Context:
Changes in this PR:
Vault.getOrCreateEncryptionKeyId()
: this method fetches the default encryption key ID for the account from Vault. If no key exists, it creates a new one.isAccountEncryptionEnabled()
: this function checks if the account-level default encryption is enabled. This prevents the deletion of the account-level master encryption key when a bucket is deleted.