Update all stable non-major dependencies #64

Open
renovate wants to merge 1 commit from renovate/all-stable-minor-patch into main
Member

This PR contains the following updates:

Package Update Change
docker.io/binwiederhier/ntfy (source) minor v2.15.0v2.16.0
docker.io/grafana/grafana patch 12.3.112.3.2
docker.io/pretalx/standalone minor v2025.1.0v2025.2.2
netbox patch v4.5.0v4.5.1

Release Notes

binwiederhier/ntfy (docker.io/binwiederhier/ntfy)

v2.16.0

Compare Source

This release adds support for updating and deleting notifications, heartbeat-style / dead man's switch notifications, custom Twilio call format, and makes ntfy serve work on Windows. It also adds a "New version available" banner to the web app.

This one is very exciting, as it brings a lot of highly requested features to ntfy.

Features:

grafana/grafana (docker.io/grafana/grafana)

v12.3.2: 12.3.2

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
pretalx/pretalx-docker (docker.io/pretalx/standalone)

v2025.2.2

Compare Source

v2025.2.1

Compare Source

netbox-community/netbox (netbox)

v4.5.1: - 2026-01-20

Compare Source

Enhancements
  • #​21018 - Enable filtering prefixes by location/site/site group/region directly via GraphQL API
  • #​21142 - Enable filtering device components by site/location/rack directly via GraphQL API
  • #​21144 - Enable specifying a prefix length for IP addresses when utilizing the /api/ipam/prefixes/<id>/available-ips/ REST API endpoint
  • #​21165 - VLAN selector should default to group (instead of site)
  • #​21178 - Improve consistency of rack measurements in UI
Bug Fixes
  • #​19901 - Fix RelatedObjectDoesNotExist exception when importing modules into unnamed devices
  • #​20239 - Prevent shared mutable state in PluginMenuItem & PluginMenuButton
  • #​20933 - Fix writable data_file assignment for ConfigContext and ConfigContextProfile via the REST API
  • #​21039 - Fix support for AVIF image uploads
  • #​21050 - Clear device OOB IP assignments when reassigning IP addresses
  • #​21051 - Remove irrelevant object types from permissions form
  • #​21097 - Fix comparison lookups for ID filters in GraphQL API
  • #​21102 - Fix GraphiQL explorer UI
  • #​21117 - Avoid ValueError exception when API_TOKEN_PEPPERS is not defined
  • #​21118 - Address performance issue when saving sites with many assigned objects
  • #​21124 - Fix front/rear port mapping for module types
  • #​21134 - Fix bulk renaming for module types
  • #​21139 - Support fields parameter for job, object change, and object type REST API endpoints
  • #​21140 - Restore translation for object attribute labels on several UI views
  • #​21160 - Fix performance issue loading UI views caused by unintended APISelect choices resolution
  • #​21166 - Fix support for 32-bit ASN filtering in GraphQL API
  • #​21175 - Fix pending migrations warning when DEFAULT_LANGUAGE is set
  • #​21181 - Handle AuthenticationFailed exception when using an invalid API token to fetch media files
  • #​21213 - Tag weight field should be marked as required in UI forms
  • #​21231 - Presence of object types table should be checked only during migration (performance improvement)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.15.0` → `v2.16.0` | | [docker.io/grafana/grafana](https://github.com/grafana/grafana) | patch | `12.3.1` → `12.3.2` | | [docker.io/pretalx/standalone](https://github.com/pretalx/pretalx-docker) | minor | `v2025.1.0` → `v2025.2.2` | | [netbox](https://github.com/netbox-community/netbox) | patch | `v4.5.0` → `v4.5.1` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (docker.io/binwiederhier/ntfy)</summary> ### [`v2.16.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.16.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.15.0...v2.16.0) This release adds support for [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications), [heartbeat-style / dead man's switch notifications](https://docs.ntfy.sh/publish/#scheduled-delivery), [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls), and makes `ntfy serve` work on Windows. It also adds a "New version available" banner to the web app. This one is very exciting, as it brings a lot of highly requested features to ntfy. **Features:** - Support for [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications) ([#&#8203;303](https://github.com/binwiederhier/ntfy/issues/303), [#&#8203;1536](https://github.com/binwiederhier/ntfy/pull/1536), [ntfy-android#151](https://github.com/binwiederhier/ntfy-android/pull/151), thanks to [@&#8203;wunter8](https://github.com/wunter8) for the initial implementation) - Support for heartbeat-style / [dead man's switch](https://en.wikipedia.org/wiki/Dead_man%27s_switch) notifications aka [updating and deleting scheduled notifications](https://docs.ntfy.sh/publish/#scheduled-delivery) ([#&#8203;1556](https://github.com/binwiederhier/ntfy/pull/1556), [#&#8203;1142](https://github.com/binwiederhier/ntfy/pull/1142), [#&#8203;954](https://github.com/binwiederhier/ntfy/issues/954), thanks to [@&#8203;GamerGirlandCo](https://github.com/GamerGirlandCo) for the initial implementation) - Configure [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls) for phone calls ([#&#8203;1289](https://github.com/binwiederhier/ntfy/pull/1289), thanks to [@&#8203;mmichaa](https://github.com/mmichaa) for the initial implementation) - `ntfy serve` now works on Windows, including support for running it as a Windows service ([#&#8203;1104](https://github.com/binwiederhier/ntfy/issues/1104), [#&#8203;1552](https://github.com/binwiederhier/ntfy/pull/1552), originally [#&#8203;1328](https://github.com/binwiederhier/ntfy/pull/1328), thanks to [@&#8203;wtf911](https://github.com/wtf911)) - Web app: "New version available" banner ([#&#8203;1554](https://github.com/binwiederhier/ntfy/pull/1554)) </details> <details> <summary>grafana/grafana (docker.io/grafana/grafana)</summary> ### [`v12.3.2`](https://github.com/grafana/grafana/releases/tag/v12.3.2): 12.3.2 [Compare Source](https://github.com/grafana/grafana/compare/v12.3.1...v12.3.2) [Download page](https://grafana.com/grafana/download/12.3.2) [What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/) ##### Features and enhancements - **API:** Add missing scope check on dashboards [#&#8203;116888](https://github.com/grafana/grafana/pull/116888), [@&#8203;Proximyst](https://github.com/Proximyst) - **Avatar:** Require sign-in, remove queue, respect timeout [#&#8203;116893](https://github.com/grafana/grafana/pull/116893), [@&#8203;macabu](https://github.com/macabu) - **ElasticSearch:** Update annotation time-range properties [#&#8203;115566](https://github.com/grafana/grafana/pull/115566), [@&#8203;aangelisc](https://github.com/aangelisc) - **Explore:** Reset legend when a new query is run [#&#8203;116590](https://github.com/grafana/grafana/pull/116590), [@&#8203;ifrost](https://github.com/ifrost) - **Go:** Update to 1.25.6 [#&#8203;116396](https://github.com/grafana/grafana/pull/116396), [@&#8203;macabu](https://github.com/macabu) ##### Bug fixes - **Alerting:** Fix a race condition panic in ResetStateByRuleUID [#&#8203;115680](https://github.com/grafana/grafana/pull/115680), [@&#8203;alexander-akhmetov](https://github.com/alexander-akhmetov) - **Alerting:** Fix data source recording rules editor [#&#8203;116303](https://github.com/grafana/grafana/pull/116303), [@&#8203;soniaAguilarPeiron](https://github.com/soniaAguilarPeiron) </details> <details> <summary>pretalx/pretalx-docker (docker.io/pretalx/standalone)</summary> ### [`v2025.2.2`](https://github.com/pretalx/pretalx-docker/compare/v2025.2.1...v2025.2.2) [Compare Source](https://github.com/pretalx/pretalx-docker/compare/v2025.2.1...v2025.2.2) ### [`v2025.2.1`](https://github.com/pretalx/pretalx-docker/compare/v2025.1.0...v2025.2.1) [Compare Source](https://github.com/pretalx/pretalx-docker/compare/v2025.1.0...v2025.2.1) </details> <details> <summary>netbox-community/netbox (netbox)</summary> ### [`v4.5.1`](https://github.com/netbox-community/netbox/releases/tag/v4.5.1): - 2026-01-20 [Compare Source](https://github.com/netbox-community/netbox/compare/v4.5.0...v4.5.1) ##### Enhancements - [#&#8203;21018](https://github.com/netbox-community/netbox/issues/21018) - Enable filtering prefixes by location/site/site group/region directly via GraphQL API - [#&#8203;21142](https://github.com/netbox-community/netbox/issues/21142) - Enable filtering device components by site/location/rack directly via GraphQL API - [#&#8203;21144](https://github.com/netbox-community/netbox/issues/21144) - Enable specifying a prefix length for IP addresses when utilizing the `/api/ipam/prefixes/<id>/available-ips/` REST API endpoint - [#&#8203;21165](https://github.com/netbox-community/netbox/issues/21165) - VLAN selector should default to group (instead of site) - [#&#8203;21178](https://github.com/netbox-community/netbox/issues/21178) - Improve consistency of rack measurements in UI ##### Bug Fixes - [#&#8203;19901](https://github.com/netbox-community/netbox/issues/19901) - Fix `RelatedObjectDoesNotExist` exception when importing modules into unnamed devices - [#&#8203;20239](https://github.com/netbox-community/netbox/issues/20239) - Prevent shared mutable state in PluginMenuItem & PluginMenuButton - [#&#8203;20933](https://github.com/netbox-community/netbox/issues/20933) - Fix writable `data_file` assignment for ConfigContext and ConfigContextProfile via the REST API - [#&#8203;21039](https://github.com/netbox-community/netbox/issues/21039) - Fix support for AVIF image uploads - [#&#8203;21050](https://github.com/netbox-community/netbox/issues/21050) - Clear device OOB IP assignments when reassigning IP addresses - [#&#8203;21051](https://github.com/netbox-community/netbox/issues/21051) - Remove irrelevant object types from permissions form - [#&#8203;21097](https://github.com/netbox-community/netbox/issues/21097) - Fix comparison lookups for ID filters in GraphQL API - [#&#8203;21102](https://github.com/netbox-community/netbox/issues/21102) - Fix GraphiQL explorer UI - [#&#8203;21117](https://github.com/netbox-community/netbox/issues/21117) - Avoid `ValueError` exception when `API_TOKEN_PEPPERS` is not defined - [#&#8203;21118](https://github.com/netbox-community/netbox/issues/21118) - Address performance issue when saving sites with many assigned objects - [#&#8203;21124](https://github.com/netbox-community/netbox/issues/21124) - Fix front/rear port mapping for module types - [#&#8203;21134](https://github.com/netbox-community/netbox/issues/21134) - Fix bulk renaming for module types - [#&#8203;21139](https://github.com/netbox-community/netbox/issues/21139) - Support `fields` parameter for job, object change, and object type REST API endpoints - [#&#8203;21140](https://github.com/netbox-community/netbox/issues/21140) - Restore translation for object attribute labels on several UI views - [#&#8203;21160](https://github.com/netbox-community/netbox/issues/21160) - Fix performance issue loading UI views caused by unintended `APISelect` choices resolution - [#&#8203;21166](https://github.com/netbox-community/netbox/issues/21166) - Fix support for 32-bit ASN filtering in GraphQL API - [#&#8203;21175](https://github.com/netbox-community/netbox/issues/21175) - Fix pending migrations warning when `DEFAULT_LANGUAGE` is set - [#&#8203;21181](https://github.com/netbox-community/netbox/issues/21181) - Handle `AuthenticationFailed` exception when using an invalid API token to fetch media files - [#&#8203;21213](https://github.com/netbox-community/netbox/issues/21213) - Tag weight field should be marked as required in UI forms - [#&#8203;21231](https://github.com/netbox-community/netbox/issues/21231) - Presence of object types table should be checked only during migration (performance improvement) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44MC4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
Update docker.io/prom/alertmanager Docker tag to v0.30.1
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m59s
/ Ansible Lint (push) Failing after 4m2s
405e605b99
renovate force-pushed renovate/all-stable-minor-patch from 405e605b99
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m59s
/ Ansible Lint (push) Failing after 4m2s
to 641236c2fe
Some checks failed
/ Ansible Lint (push) Failing after 2m30s
/ Ansible Lint (pull_request) Failing after 2m38s
2026-01-13 02:30:40 +01:00
Compare
renovate changed title from Update docker.io/prom/alertmanager Docker tag to v0.30.1 to Update all stable non-major dependencies 2026-01-13 03:45:42 +01:00
renovate force-pushed renovate/all-stable-minor-patch from 641236c2fe
Some checks failed
/ Ansible Lint (push) Failing after 2m30s
/ Ansible Lint (pull_request) Failing after 2m38s
to 3bad00a97e
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m13s
/ Ansible Lint (push) Failing after 3m18s
2026-01-13 04:00:40 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 3bad00a97e
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m13s
/ Ansible Lint (push) Failing after 3m18s
to a7d27c5368
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m34s
/ Ansible Lint (push) Failing after 3m41s
2026-01-13 17:00:43 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from a7d27c5368
Some checks failed
/ Ansible Lint (pull_request) Failing after 3m34s
/ Ansible Lint (push) Failing after 3m41s
to c12facac34
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m55s
/ Ansible Lint (push) Failing after 2m57s
2026-01-18 04:01:28 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from c12facac34
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m55s
/ Ansible Lint (push) Failing after 2m57s
to ad1f582421
All checks were successful
/ Ansible Lint (push) Successful in 2m24s
/ Ansible Lint (pull_request) Successful in 2m22s
2026-01-18 04:30:44 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from ad1f582421
All checks were successful
/ Ansible Lint (push) Successful in 2m24s
/ Ansible Lint (pull_request) Successful in 2m22s
to b704b0d711
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m30s
/ Ansible Lint (push) Successful in 2m33s
2026-01-18 04:47:00 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from b704b0d711
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m30s
/ Ansible Lint (push) Successful in 2m33s
to bfb0defc3c
All checks were successful
/ Ansible Lint (push) Successful in 3m44s
/ Ansible Lint (pull_request) Successful in 3m43s
2026-01-18 05:01:41 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from bfb0defc3c
All checks were successful
/ Ansible Lint (push) Successful in 3m44s
/ Ansible Lint (pull_request) Successful in 3m43s
to 1044492b9d
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m26s
/ Ansible Lint (push) Successful in 2m32s
2026-01-18 19:30:44 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 1044492b9d
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m26s
/ Ansible Lint (push) Successful in 2m32s
to 06b13b1e87
All checks were successful
/ Ansible Lint (push) Successful in 2m33s
/ Ansible Lint (pull_request) Successful in 2m32s
2026-01-18 20:00:48 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 06b13b1e87
All checks were successful
/ Ansible Lint (push) Successful in 2m33s
/ Ansible Lint (pull_request) Successful in 2m32s
to 38bc81bc17
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
/ Ansible Lint (pull_request) Successful in 2m23s
2026-01-18 21:45:43 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 38bc81bc17
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
/ Ansible Lint (pull_request) Successful in 2m23s
to 3fae40af0b
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m12s
/ Ansible Lint (push) Successful in 2m12s
2026-01-20 01:15:55 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 3fae40af0b
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m12s
/ Ansible Lint (push) Successful in 2m12s
to 48ad1157c6
All checks were successful
/ Ansible Lint (push) Successful in 2m0s
/ Ansible Lint (pull_request) Successful in 2m1s
2026-01-23 21:46:07 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 48ad1157c6
All checks were successful
/ Ansible Lint (push) Successful in 2m0s
/ Ansible Lint (pull_request) Successful in 2m1s
to 4e0ac9fdc3
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 51s
2026-01-25 12:15:53 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 4e0ac9fdc3
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 51s
to 707559c167
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 50s
2026-01-25 13:15:53 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 707559c167
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 50s
to 37f8115d09
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 49s
2026-01-25 13:30:42 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 37f8115d09
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 49s
to fec59aac74
Some checks failed
/ Ansible Lint (push) Failing after 49s
/ Ansible Lint (pull_request) Failing after 51s
2026-01-25 14:15:42 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from fec59aac74
Some checks failed
/ Ansible Lint (push) Failing after 49s
/ Ansible Lint (pull_request) Failing after 51s
to 09d53c63fd
Some checks failed
/ Ansible Lint (pull_request) Failing after 52s
/ Ansible Lint (push) Failing after 56s
2026-01-25 15:45:56 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 09d53c63fd
Some checks failed
/ Ansible Lint (pull_request) Failing after 52s
/ Ansible Lint (push) Failing after 56s
to 69a54353fd
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 56s
2026-01-25 16:00:43 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 69a54353fd
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 56s
to c1c0229865
Some checks failed
/ Ansible Lint (pull_request) Failing after 45s
/ Ansible Lint (push) Failing after 47s
2026-01-25 20:45:45 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from c1c0229865
Some checks failed
/ Ansible Lint (pull_request) Failing after 45s
/ Ansible Lint (push) Failing after 47s
to ebd6018d20
Some checks failed
/ Ansible Lint (push) Failing after 46s
/ Ansible Lint (pull_request) Failing after 47s
2026-01-25 21:00:56 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from ebd6018d20
Some checks failed
/ Ansible Lint (push) Failing after 46s
/ Ansible Lint (pull_request) Failing after 47s
to aa822e616b
Some checks failed
/ Ansible Lint (push) Failing after 45s
/ Ansible Lint (pull_request) Failing after 45s
2026-01-25 21:45:46 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from aa822e616b
Some checks failed
/ Ansible Lint (push) Failing after 45s
/ Ansible Lint (pull_request) Failing after 45s
to 3a2a68e789
Some checks failed
/ Ansible Lint (push) Failing after 44s
/ Ansible Lint (pull_request) Failing after 44s
2026-01-25 22:45:54 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 3a2a68e789
Some checks failed
/ Ansible Lint (push) Failing after 44s
/ Ansible Lint (pull_request) Failing after 44s
to bca5b04470
Some checks failed
/ Ansible Lint (push) Failing after 1m10s
/ Ansible Lint (pull_request) Failing after 1m11s
2026-01-25 23:58:34 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from bca5b04470
Some checks failed
/ Ansible Lint (push) Failing after 1m10s
/ Ansible Lint (pull_request) Failing after 1m11s
to a4a4e91cd2
Some checks failed
/ Ansible Lint (push) Failing after 1m9s
/ Ansible Lint (pull_request) Failing after 1m10s
2026-01-26 00:30:55 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from a4a4e91cd2
Some checks failed
/ Ansible Lint (push) Failing after 1m9s
/ Ansible Lint (pull_request) Failing after 1m10s
to dfb90eb4aa
All checks were successful
/ Ansible Lint (push) Successful in 4m53s
/ Ansible Lint (pull_request) Successful in 5m13s
2026-01-27 10:00:58 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from dfb90eb4aa
All checks were successful
/ Ansible Lint (push) Successful in 4m53s
/ Ansible Lint (pull_request) Successful in 5m13s
to 13dc0b8cf0
All checks were successful
/ Ansible Lint (push) Successful in 4m15s
/ Ansible Lint (pull_request) Successful in 4m26s
2026-01-27 16:00:55 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 13dc0b8cf0
All checks were successful
/ Ansible Lint (push) Successful in 4m15s
/ Ansible Lint (pull_request) Successful in 4m26s
to c8d4bcde7d
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m22s
/ Ansible Lint (push) Successful in 2m23s
2026-01-27 16:30:59 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from c8d4bcde7d
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m22s
/ Ansible Lint (push) Successful in 2m23s
to 30e76bc5c6
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m50s
/ Ansible Lint (push) Successful in 2m52s
2026-01-27 18:45:59 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 30e76bc5c6
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m50s
/ Ansible Lint (push) Successful in 2m52s
to 037a443560
All checks were successful
/ Ansible Lint (pull_request) Successful in 5m20s
/ Ansible Lint (push) Successful in 5m33s
2026-01-27 20:30:58 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 037a443560
All checks were successful
/ Ansible Lint (pull_request) Successful in 5m20s
/ Ansible Lint (push) Successful in 5m33s
to 02c5f957a5
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
/ Ansible Lint (pull_request) Successful in 2m17s
2026-01-27 21:45:49 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 02c5f957a5
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
/ Ansible Lint (pull_request) Successful in 2m17s
to 5ac5625a66
All checks were successful
/ Ansible Lint (push) Successful in 2m48s
/ Ansible Lint (pull_request) Successful in 2m49s
2026-01-27 22:45:50 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 5ac5625a66
All checks were successful
/ Ansible Lint (push) Successful in 2m48s
/ Ansible Lint (pull_request) Successful in 2m49s
to d1b371e74b
All checks were successful
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m55s
2026-01-28 15:45:54 +01:00
Compare
All checks were successful
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m55s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-stable-minor-patch:renovate/all-stable-minor-patch
git switch renovate/all-stable-minor-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-stable-minor-patch
git switch renovate/all-stable-minor-patch
git rebase main
git switch main
git merge --ff-only renovate/all-stable-minor-patch
git switch renovate/all-stable-minor-patch
git rebase main
git switch main
git merge --no-ff renovate/all-stable-minor-patch
git switch main
git merge --squash renovate/all-stable-minor-patch
git switch main
git merge --ff-only renovate/all-stable-minor-patch
git switch main
git merge renovate/all-stable-minor-patch
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CCCHH/ansible-infra!64
No description provided.