-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
deps: Bump ironbank version to 9.4 #195864
Conversation
Made with ❤️️ by updatecli
# Build args passed to Dockerfile ARGs | ||
args: | ||
BASE_IMAGE: 'redhat/ubi/ubi9' | ||
BASE_TAG: '9.4' | ||
|
||
BASE_TAG: "9.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems others use double quotes
:
- https://github.com/elastic/apm-server/blob/main/packaging/ironbank/hardening_manifest.yaml#L17
- https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/iron_bank/hardening_manifest.yaml#L17
- https://github.com/elastic/beats/blob/main/dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml#L17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this formatting is based on the yaml
engine: https://www.updatecli.io/docs/plugins/resource/yaml/
We don't have consistent yaml
formatting between Kibana devs (related #191562). This is fine for now, but if we have issues of the formatting going back and forth, we'll need to find a solution.
Starting backport for target branches: 8.15, 8.x https://github.com/elastic/kibana/actions/runs/11295312900 |
<Actions> <action id="ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215"> <h3>deps: Bump ironbank version</h3> <details id="99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734"> <summary>deps(ironbank): Bump ubi version to 9.4</summary> <p>change detected:
	* key &elastic#34;$.args.BASE_TAG&elastic#34; updated from &elastic#34;&elastic#39;9.4&elastic#39;&elastic#34; to &elastic#34;\&elastic#34;9.4\&elastic#34;&elastic#34;, in file &elastic#34;src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml&elastic#34;</p> </details> <a href="https://github.com/elastic/kibana/actions/runs/11287176047">GitHub Action workflow link</a> </action> </Actions> --- <table> <tr> <td width="77"> <img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli logo" width="50" height="50"> </td> <td> <p> Created automatically by <a href="https://www.updatecli.io/">Updatecli</a> </p> <details><summary>Options:</summary> <br /> <p>Most of Updatecli configuration is done via <a href="https://www.updatecli.io/docs/prologue/quick-start/">its manifest(s)</a>.</p> <ul> <li>If you close this pull request, Updatecli will automatically reopen it, the next time it runs.</li> <li>If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.</li> </ul> <p> Feel free to report any issues at <a href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br /> If you find this tool useful, do not hesitate to star <a href="https://github.com/updatecli/updatecli/stargazers">our GitHub repository</a> as a sign of appreciation, and/or to tell us directly on our <a href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>! </p> </details> </td> </tr> </table> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Victor Martinez <[email protected]> (cherry picked from commit 4ab5916)
<Actions> <action id="ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215"> <h3>deps: Bump ironbank version</h3> <details id="99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734"> <summary>deps(ironbank): Bump ubi version to 9.4</summary> <p>change detected:
	* key &elastic#34;$.args.BASE_TAG&elastic#34; updated from &elastic#34;&elastic#39;9.4&elastic#39;&elastic#34; to &elastic#34;\&elastic#34;9.4\&elastic#34;&elastic#34;, in file &elastic#34;src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml&elastic#34;</p> </details> <a href="https://github.com/elastic/kibana/actions/runs/11287176047">GitHub Action workflow link</a> </action> </Actions> --- <table> <tr> <td width="77"> <img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli logo" width="50" height="50"> </td> <td> <p> Created automatically by <a href="https://www.updatecli.io/">Updatecli</a> </p> <details><summary>Options:</summary> <br /> <p>Most of Updatecli configuration is done via <a href="https://www.updatecli.io/docs/prologue/quick-start/">its manifest(s)</a>.</p> <ul> <li>If you close this pull request, Updatecli will automatically reopen it, the next time it runs.</li> <li>If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.</li> </ul> <p> Feel free to report any issues at <a href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br /> If you find this tool useful, do not hesitate to star <a href="https://github.com/updatecli/updatecli/stargazers">our GitHub repository</a> as a sign of appreciation, and/or to tell us directly on our <a href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>! </p> </details> </td> </tr> </table> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Victor Martinez <[email protected]> (cherry picked from commit 4ab5916)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.15`: - [deps: Bump ironbank version to 9.4 (#195864)](#195864) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"github-actions[bot]","email":"41898282+github-actions[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-11T15:44:05Z","message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","dependencies","💝community","v9.0.0","backport:prev-major"],"title":"deps: Bump ironbank version to 9.4","number":195864,"url":"https://github.com/elastic/kibana/pull/195864","mergeCommit":{"message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195864","number":195864,"mergeCommit":{"message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b"}}]}] BACKPORT--> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Backport This will backport the following commits from `main` to `8.x`: - [deps: Bump ironbank version to 9.4 (#195864)](#195864) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"github-actions[bot]","email":"41898282+github-actions[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-11T15:44:05Z","message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","dependencies","💝community","v9.0.0","backport:prev-major"],"title":"deps: Bump ironbank version to 9.4","number":195864,"url":"https://github.com/elastic/kibana/pull/195864","mergeCommit":{"message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195864","number":195864,"mergeCommit":{"message":"deps: Bump ironbank version to 9.4 (#195864)\n\n<Actions>\r\n<action\r\nid=\"ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215\">\r\n <h3>deps: Bump ironbank version</h3>\r\n<details\r\nid=\"99cabf4d5a2b44b2d93b4c18590b8ccd5df3002e8d9d506c038c9011e8e93734\">\r\n <summary>deps(ironbank): Bump ubi version to 9.4</summary>\r\n<p>change detected:
	* key "$.args.BASE_TAG" updated\r\nfrom "'9.4'" to "\\"9.4\\"", in file\r\n"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"</p>\r\n </details>\r\n<a\r\nhref=\"https://github.com/elastic/kibana/actions/runs/11287176047\">GitHub\r\nAction workflow link</a>\r\n </action>\r\n</Actions>\r\n\r\n---\r\n\r\n<table>\r\n <tr>\r\n <td width=\"77\">\r\n<img src=\"https://www.updatecli.io/images/updatecli.png\" alt=\"Updatecli\r\nlogo\" width=\"50\" height=\"50\">\r\n </td>\r\n <td>\r\n <p>\r\nCreated automatically by <a\r\nhref=\"https://www.updatecli.io/\">Updatecli</a>\r\n </p>\r\n <details><summary>Options:</summary>\r\n <br />\r\n<p>Most of Updatecli configuration is done via <a\r\nhref=\"https://www.updatecli.io/docs/prologue/quick-start/\">its\r\nmanifest(s)</a>.</p>\r\n <ul>\r\n<li>If you close this pull request, Updatecli will automatically reopen\r\nit, the next time it runs.</li>\r\n<li>If you close this pull request and delete the base branch, Updatecli\r\nwill automatically recreate it, erasing all previous commits made.</li>\r\n </ul>\r\n <p>\r\nFeel free to report any issues at <a\r\nhref=\"https://github.com/updatecli/updatecli/issues\">github.com/updatecli/updatecli</a>.<br\r\n/>\r\nIf you find this tool useful, do not hesitate to star <a\r\nhref=\"https://github.com/updatecli/updatecli/stargazers\">our GitHub\r\nrepository</a> as a sign of appreciation, and/or to tell us directly on\r\nour <a\r\nhref=\"https://matrix.to/#/#Updatecli_community:gitter.im\">chat</a>!\r\n </p>\r\n </details>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Victor Martinez <[email protected]>","sha":"4ab5916429f86a145a4842b6434193eafd00310b"}}]}] BACKPORT--> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
deps: Bump ironbank version
deps(ironbank): Bump ubi version to 9.4
change detected: * key "$.args.BASE_TAG" updated from "'9.4'" to "\"9.4\"", in file "src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!