mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
### What Enable updatecli [policies](https://www.updatecli.io/blog/shareable-policies) to bump the Ironbank versions automatically, then https://github.com/elastic/elasticsearch/pull/111743 won't be manually created but when a new ubit9 version is released and available in the Ironbank system. Those policies can be found at [elastic/oblt-updatecli-policies@main/updatecli/policies/](https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/?rgh-link-date=2024-08-28T16%3A30%3A04Z) (NOTE: This is a private repository only accessible by Elastic employees) #### How to test this PR locally 1. `gh pr checkout 112298` 2. Install [updatecli](https://www.updatecli.io/docs/prologue/installation/) 3. Login to [ghcr.io](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry) 4. Diff (dry-run) ```bash $ GITHUB_TOKEN=$(gh auth token) updatecli compose diff --experimental ``` 5. Create Pull Request if new changes ```bash $ GITHUB_REPOSITORY=elastic/elasticsearch \ GITHUB_ACTOR=v1v \ GITHUB_TOKEN=$(gh auth token) \ updatecli compose apply --experimental ``` |
||
---|---|---|
.. | ||
ironbank.yml | ||
scm.yml | ||
updatecli-compose.yml |