[8.15](backport #40633) updatecli: bump ironbank UBI #40760
Merged
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.
What does this PR do?
Enable
updatecli
policies to bump the Ironbank versions automatically, then #39988 and #40469 won't be manually created.Those policies can be found at https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/ (NOTE: This is a private repository only accessible by Elastic employees)
Additional changes
values.d/scm.yml
file.Why is it important?
One less thing to be worried about.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
gh pr checkout 40633
$ GITHUB_TOKEN=$(gh auth token) updatecli compose diff --experimental
$ GITHUB_REPOSITORY=elastic/beats \ GITHUB_ACTOR=v1v \ GITHUB_TOKEN=$(gh auth token) \ updatecli compose apply --experimental
Related issues
See elastic/apm-server#13934
Questions to ask yourself
This is an automatic backport of pull request #40633 done by [Mergify](https://mergify.com).