-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updatecli: bump ironbank UBI #40633
updatecli: bump ironbank UBI #40633
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
(cherry picked from commit 54f3d9e)
(cherry picked from commit 54f3d9e)
(cherry picked from commit 54f3d9e)
(cherry picked from commit 54f3d9e) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
(cherry picked from commit 54f3d9e) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
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