Commit graph

3 commits

Author SHA1 Message Date
github-actions[bot]
3ecfe6b228
deps(updatecli): bump all policies (#119204)
bump "ghcr.io/updatecli/policies/autodiscovery/updatecli" Updatecli version policy

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-23 17:40:54 +00:00
github-actions[bot]
fb094599a9
chore: deps(updatecli/policy): bump "ghcr.io/updatecli/policies/autod... (#112851)
... iscovery/updatecli" Updatecli version policy

Made with ❤️️ by updatecli
2024-09-13 10:42:52 -07:00
Victor Martinez
6d18607cd4
ci(bump automation): bump ubi9 for ironbank (#112298)
### 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
```
2024-09-12 18:58:23 +10:00