Update all stable non-major dependencies #64

Open
renovate wants to merge 2 commits 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.17.0
docker.io/grafana/grafana patch 12.3.112.3.2
docker.io/grafana/loki patch 3.6.43.6.5
docker.io/library/nginx patch 1.29.41.29.5
docker.io/library/redis minor 8.4.08.6.0
docker.io/pretalx/standalone minor v2025.1.0v2025.2.2
docker.io/prom/alertmanager minor v0.30.1v0.31.0
netbox patch v4.5.0v4.5.2
quay.io/hedgedoc/hedgedoc (source) patch 1.10.51.10.6

Release Notes

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

v2.17.0

Compare Source

This release adds support for templating in the priority field, a new "copy" action button to copy values to the clipboard,
a red notification dot on the favicon for unread messages, and an admin-only version endpoint. It also includes several
crash fixes, web app improvements, and documentation updates.

❤️ If you like ntfy, please consider sponsoring me via GitHub Sponsors, Liberapay, Bitcoin (1626wjrw3uWk9adyjCfYwafw4sQWujyjn8),
or by buying a paid plan via the web app. ntfy will always remain open source.

Features:

Bug fixes + maintenance:

  • Server: Fix crash when commit string is shorter than 7 characters in non-GitHub-Action builds (#​1493, thanks to @​cyrinux for reporting)
  • Server: Fix server crash (nil pointer panic) when subscriber disconnects during publish (#​1598)
  • Server: Fix log spam from http: response.WriteHeader on hijacked connection for WebSocket errors (#​1362, thanks to @​bonfiresh for reporting)
  • Server: Use slices.Contains from stdlib to simplify code (#​1406, thanks to @​tanhuaan)
  • Web: Fix clear=true on action buttons not clearing the notification (#​1029, thanks to @​ElFishi for reporting)
  • Web: Fix Markdown message line height to match plain text (1.5 instead of 1.2) (#​1139, thanks to @​etfz for reporting)
  • Web: Fix long lines (e.g. JSON) being truncated by adding horizontal scroll (#​1363, thanks to @​v3DJG6GL for reporting)
  • Web: Fix Windows notification icon being cut off (#​884, thanks to @​ZhangTianrong for reporting)
  • Web: Use full URL in curl example on empty topic pages (#​1435, #​1535, thanks to @​elmatadoor for reporting and @​jjasghar for the PR)
  • Web: Add validation feedback for service URL when adding user (#​1566, thanks to @​jermanuts)
  • Docs: Remove obsolete version field from docker-compose examples (#​1333, thanks to @​seals187 for reporting and @​cyb3rko for fixing)
  • Docs: Fix Kustomize config in installation docs (#​1367, thanks to @​toby-griffiths)
  • Docs: Use SVG F-Droid badge and add app store badges to README (#​1170, thanks to @​PanderMusubi for reporting)

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

Compare Source

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

v2025.2.2

Compare Source

v2025.2.1

Compare Source

prometheus/alertmanager (docker.io/prom/alertmanager)

v0.31.0: 0.31.0 / 2026-02-02

Compare Source

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #​4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #​4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #​4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #​4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #​4131
  • [ENHANCEMENT] docs: add notification integrations. #​4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #​4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #​4810
  • [ENHANCEMENT] provider: Reduce lock contention. #​4809
  • [FEATURE] slack: Add support for top-level text field in slack notification. #​4867
  • [FEATURE] smtp: Add support for authsecret from file. #​3087
  • [FEATURE] smtp: Customize the ssl/tls port support (#​4757). #​4818
  • [FEATURE] smtp: Enhance email notifier configuration validation. #​4826
  • [FEATURE] telegram: Add chat_id_file configuration parameter. #​4909
  • [FEATURE] telegram: Support global bot token. #​4823
  • [FEATURE] webhook: Support templating in url fields. #​4798
  • [FEATURE] wechat: Add config directive to pass api secret via file. #​4734
  • [FEATURE] provider: Implement per alert limits. #​4819
  • [BUGFIX] Allow empty group_by to override parent route. #​4825
  • [BUGFIX] Set spellcheck=false attribute on silence filter input. #​4811
  • [BUGFIX] jira: Fix for handling api v3 with ADF. #​4756
  • [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #​4892
netbox-community/netbox (netbox)

v4.5.2: - 2026-02-03

Compare Source

Enhancements

  • #​15801 - Add link peer and connection columns to the VLAN device interfaces table
  • #​19221 - Truncate long image attachment filenames in the UI
  • #​19869 - Display peer connections for LAG member interfaces
  • #​20052 - Increase logging level of error message when a custom script fails to load
  • #​20172 - Add cabled filter for interfaces in GraphQL API
  • #​21081 - Add owner group table columns & filters across all supported object list views
  • #​21088 - Add max depth and max length dropdowns for child prefix views
  • #​21110 - Support cursor-based pagination in GraphQL API
  • #​21201 - Pre-populate GenericForeignKey form fields when cloning
  • #​21209 - Ignore case sensitivity for configuration parameters which specify an app label and model name
  • #​21228 - Support image attachments for rack types
  • #​21244 - Enable omitting specific fields from REST API responses with ?omit= parameter

Performance Improvements

  • #​21249 - Avoid extraneous user query when no event rules are present
  • #​21259 - Cache ObjectType lookups for the duration of a request
  • #​21260 - Defer object serialization for events pipeline processing
  • #​21263 - Prefetch related objects after creating/updating objects via REST API
  • #​21300 - Cache custom field lookups for the duration of a request
  • #​21302 - Avoid redundant uniqueness checks in ValidatedModelSerializer
  • #​21303 - Cache post-change snapshot on each instance after serialization
  • #​21327 - Always leverage get_by_natural_key() to resolve ContentTypes

Bug Fixes

  • #​20212 - Fix support for image attachment thumbnails when using S3 storage
  • #​20383 - When editing a device, clearing the assigned unit should also clear the rack face selection
  • #​20902 - Avoid SyncError exception when Git URL contains an embedded username
  • #​20977 - "Run again" button should respect script variable defaults
  • #​21115 - Include attribute_data in ModuleType YAML export
  • #​21129 - Store queue name on the Job model to ensure deletion of associated RQ task when a non-default queue is used
  • #​21168 - Fix Application Service cloning to preserve parent object
  • #​21173 - Ensure all plugin menu items are registered regardless of initialization order
  • #​21176 - Remove checkboxes from IP ranges in mixed-type tables
  • #​21202 - Fix scoped form cloning clearing the scope field when scope_type changes
  • #​21214 - Clean up AutoSyncRecord when detaching from DataSource
  • #​21242 - Navigation menu items for authentication should not require staff_only permission
  • #​21254 - Fix AttributeError exception when checking for latest release
  • #​21262 - Assigned scope should be replicated when cloning a prefix
  • #​21269 - Fix replication of front/rear port assignments from the module type when installing a module

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.17.0` | | [docker.io/grafana/grafana](https://github.com/grafana/grafana) | patch | `12.3.1` → `12.3.2` | | docker.io/grafana/loki | patch | `3.6.4` → `3.6.5` | | docker.io/library/nginx | patch | `1.29.4` → `1.29.5` | | docker.io/library/redis | minor | `8.4.0` → `8.6.0` | | [docker.io/pretalx/standalone](https://github.com/pretalx/pretalx-docker) | minor | `v2025.1.0` → `v2025.2.2` | | [docker.io/prom/alertmanager](https://github.com/prometheus/alertmanager) | minor | `v0.30.1` → `v0.31.0` | | [netbox](https://github.com/netbox-community/netbox) | patch | `v4.5.0` → `v4.5.2` | | [quay.io/hedgedoc/hedgedoc](https://hedgedoc.org) ([source](https://github.com/hedgedoc/container)) | patch | `1.10.5` → `1.10.6` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (docker.io/binwiederhier/ntfy)</summary> ### [`v2.17.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.17.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.16.0...v2.17.0) This release adds support for templating in the priority field, a new "copy" action button to copy values to the clipboard, a red notification dot on the favicon for unread messages, and an admin-only version endpoint. It also includes several crash fixes, web app improvements, and documentation updates. ❤️ If you like ntfy, **please consider sponsoring me** via [GitHub Sponsors](https://github.com/sponsors/binwiederhier), [Liberapay](https://en.liberapay.com/ntfy/), Bitcoin (`1626wjrw3uWk9adyjCfYwafw4sQWujyjn8`), or by buying a [paid plan via the web app](https://ntfy.sh/app). ntfy will always remain open source. **Features:** - Server: Support templating in the priority field ([#&#8203;1426](https://github.com/binwiederhier/ntfy/issues/1426), thanks to [@&#8203;seantomburke](https://github.com/seantomburke) for reporting) - Server: Add admin-only `GET /v1/version` endpoint returning server version, build commit, and date ([#&#8203;1599](https://github.com/binwiederhier/ntfy/issues/1599), thanks to [@&#8203;crivchri](https://github.com/crivchri) for reporting) - Server/Web: [Support "copy" action](https://docs.ntfy.sh/publish/#copy-to-clipboard) button to copy a value to the clipboard ([#&#8203;1364](https://github.com/binwiederhier/ntfy/issues/1364), thanks to [@&#8203;SudoWatson](https://github.com/SudoWatson) for reporting) - Web: Show red notification dot on favicon when there are unread messages ([#&#8203;1017](https://github.com/binwiederhier/ntfy/issues/1017), thanks to [@&#8203;ad-si](https://github.com/ad-si) for reporting) **Bug fixes + maintenance:** - Server: Fix crash when commit string is shorter than 7 characters in non-GitHub-Action builds ([#&#8203;1493](https://github.com/binwiederhier/ntfy/issues/1493), thanks to [@&#8203;cyrinux](https://github.com/cyrinux) for reporting) - Server: Fix server crash (nil pointer panic) when subscriber disconnects during publish ([#&#8203;1598](https://github.com/binwiederhier/ntfy/pull/1598)) - Server: Fix log spam from `http: response.WriteHeader on hijacked connection` for WebSocket errors ([#&#8203;1362](https://github.com/binwiederhier/ntfy/issues/1362), thanks to [@&#8203;bonfiresh](https://github.com/bonfiresh) for reporting) - Server: Use `slices.Contains` from stdlib to simplify code ([#&#8203;1406](https://github.com/binwiederhier/ntfy/pull/1406), thanks to [@&#8203;tanhuaan](https://github.com/tanhuaan)) - Web: Fix `clear=true` on action buttons not clearing the notification ([#&#8203;1029](https://github.com/binwiederhier/ntfy/issues/1029), thanks to [@&#8203;ElFishi](https://github.com/ElFishi) for reporting) - Web: Fix Markdown message line height to match plain text (1.5 instead of 1.2) ([#&#8203;1139](https://github.com/binwiederhier/ntfy/issues/1139), thanks to [@&#8203;etfz](https://github.com/etfz) for reporting) - Web: Fix long lines (e.g. JSON) being truncated by adding horizontal scroll ([#&#8203;1363](https://github.com/binwiederhier/ntfy/issues/1363), thanks to [@&#8203;v3DJG6GL](https://github.com/v3DJG6GL) for reporting) - Web: Fix Windows notification icon being cut off ([#&#8203;884](https://github.com/binwiederhier/ntfy/issues/884), thanks to [@&#8203;ZhangTianrong](https://github.com/ZhangTianrong) for reporting) - Web: Use full URL in curl example on empty topic pages ([#&#8203;1435](https://github.com/binwiederhier/ntfy/issues/1435), [#&#8203;1535](https://github.com/binwiederhier/ntfy/pull/1535), thanks to [@&#8203;elmatadoor](https://github.com/elmatadoor) for reporting and [@&#8203;jjasghar](https://github.com/jjasghar) for the PR) - Web: Add validation feedback for service URL when adding user ([#&#8203;1566](https://github.com/binwiederhier/ntfy/issues/1566), thanks to [@&#8203;jermanuts](https://github.com/jermanuts)) - Docs: Remove obsolete `version` field from docker-compose examples ([#&#8203;1333](https://github.com/binwiederhier/ntfy/issues/1333), thanks to [@&#8203;seals187](https://github.com/seals187) for reporting and [@&#8203;cyb3rko](https://github.com/cyb3rko) for fixing) - Docs: Fix Kustomize config in installation docs ([#&#8203;1367](https://github.com/binwiederhier/ntfy/issues/1367), thanks to [@&#8203;toby-griffiths](https://github.com/toby-griffiths)) - Docs: Use SVG F-Droid badge and add app store badges to README ([#&#8203;1170](https://github.com/binwiederhier/ntfy/issues/1170), thanks to [@&#8203;PanderMusubi](https://github.com/PanderMusubi) for reporting) ### [`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/blob/HEAD/CHANGELOG.md#1232-2026-01-27) [Compare Source](https://github.com/grafana/grafana/compare/v12.3.1...v12.3.2) ##### 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) <!-- 12.3.2 END --> <!-- 12.2.4 START --> </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>prometheus/alertmanager (docker.io/prom/alertmanager)</summary> ### [`v0.31.0`](https://github.com/prometheus/alertmanager/releases/tag/v0.31.0): 0.31.0 / 2026-02-02 [Compare Source](https://github.com/prometheus/alertmanager/compare/v0.30.1...v0.31.0) - \[ENHANCEMENT] docs(opsgenie): Fix description of `api_url` field. [#&#8203;4908](https://github.com/prometheus/alertmanager/issues/4908) - \[ENHANCEMENT] docs(slack): Document missing app configs. [#&#8203;4871](https://github.com/prometheus/alertmanager/issues/4871) - \[ENHANCEMENT] docs: Fix `max-silence-size-bytes`. [#&#8203;4805](https://github.com/prometheus/alertmanager/issues/4805) - \[ENHANCEMENT] docs: Update expr for `AlertmanagerClusterFailedToSendAlerts` to exclude value 0. [#&#8203;4872](https://github.com/prometheus/alertmanager/issues/4872) - \[ENHANCEMENT] docs: Use matchers for inhibit rules examples. [#&#8203;4131](https://github.com/prometheus/alertmanager/issues/4131) - \[ENHANCEMENT] docs: add notification integrations. [#&#8203;4901](https://github.com/prometheus/alertmanager/issues/4901) - \[ENHANCEMENT] docs: update `slack_config` attachments documentation links. [#&#8203;4802](https://github.com/prometheus/alertmanager/issues/4802) - \[ENHANCEMENT] docs: update description of filter query params in openapi doc. [#&#8203;4810](https://github.com/prometheus/alertmanager/issues/4810) - \[ENHANCEMENT] provider: Reduce lock contention. [#&#8203;4809](https://github.com/prometheus/alertmanager/issues/4809) - \[FEATURE] slack: Add support for top-level text field in slack notification. [#&#8203;4867](https://github.com/prometheus/alertmanager/issues/4867) - \[FEATURE] smtp: Add support for authsecret from file. [#&#8203;3087](https://github.com/prometheus/alertmanager/issues/3087) - \[FEATURE] smtp: Customize the ssl/tls port support ([#&#8203;4757](https://github.com/prometheus/alertmanager/issues/4757)). [#&#8203;4818](https://github.com/prometheus/alertmanager/issues/4818) - \[FEATURE] smtp: Enhance email notifier configuration validation. [#&#8203;4826](https://github.com/prometheus/alertmanager/issues/4826) - \[FEATURE] telegram: Add `chat_id_file` configuration parameter. [#&#8203;4909](https://github.com/prometheus/alertmanager/issues/4909) - \[FEATURE] telegram: Support global bot token. [#&#8203;4823](https://github.com/prometheus/alertmanager/issues/4823) - \[FEATURE] webhook: Support templating in url fields. [#&#8203;4798](https://github.com/prometheus/alertmanager/issues/4798) - \[FEATURE] wechat: Add config directive to pass api secret via file. [#&#8203;4734](https://github.com/prometheus/alertmanager/issues/4734) - \[FEATURE] provider: Implement per alert limits. [#&#8203;4819](https://github.com/prometheus/alertmanager/issues/4819) - \[BUGFIX] Allow empty `group_by` to override parent route. [#&#8203;4825](https://github.com/prometheus/alertmanager/issues/4825) - \[BUGFIX] Set `spellcheck=false` attribute on silence filter input. [#&#8203;4811](https://github.com/prometheus/alertmanager/issues/4811) - \[BUGFIX] jira: Fix for handling api v3 with ADF. [#&#8203;4756](https://github.com/prometheus/alertmanager/issues/4756) - \[BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. [#&#8203;4892](https://github.com/prometheus/alertmanager/issues/4892) </details> <details> <summary>netbox-community/netbox (netbox)</summary> ### [`v4.5.2`](https://github.com/netbox-community/netbox/releases/tag/v4.5.2): - 2026-02-03 [Compare Source](https://github.com/netbox-community/netbox/compare/v4.5.1...v4.5.2) #### Enhancements - [#&#8203;15801](https://github.com/netbox-community/netbox/issues/15801) - Add link peer and connection columns to the VLAN device interfaces table - [#&#8203;19221](https://github.com/netbox-community/netbox/issues/19221) - Truncate long image attachment filenames in the UI - [#&#8203;19869](https://github.com/netbox-community/netbox/issues/19869) - Display peer connections for LAG member interfaces - [#&#8203;20052](https://github.com/netbox-community/netbox/issues/20052) - Increase logging level of error message when a custom script fails to load - [#&#8203;20172](https://github.com/netbox-community/netbox/issues/20172) - Add `cabled` filter for interfaces in GraphQL API - [#&#8203;21081](https://github.com/netbox-community/netbox/issues/21081) - Add owner group table columns & filters across all supported object list views - [#&#8203;21088](https://github.com/netbox-community/netbox/issues/21088) - Add max depth and max length dropdowns for child prefix views - [#&#8203;21110](https://github.com/netbox-community/netbox/issues/21110) - Support cursor-based pagination in GraphQL API - [#&#8203;21201](https://github.com/netbox-community/netbox/issues/21201) - Pre-populate GenericForeignKey form fields when cloning - [#&#8203;21209](https://github.com/netbox-community/netbox/issues/21209) - Ignore case sensitivity for configuration parameters which specify an app label and model name - [#&#8203;21228](https://github.com/netbox-community/netbox/issues/21228) - Support image attachments for rack types - [#&#8203;21244](https://github.com/netbox-community/netbox/issues/21244) - Enable omitting specific fields from REST API responses with `?omit=` parameter #### Performance Improvements - [#&#8203;21249](https://github.com/netbox-community/netbox/issues/21249) - Avoid extraneous user query when no event rules are present - [#&#8203;21259](https://github.com/netbox-community/netbox/issues/21259) - Cache ObjectType lookups for the duration of a request - [#&#8203;21260](https://github.com/netbox-community/netbox/issues/21260) - Defer object serialization for events pipeline processing - [#&#8203;21263](https://github.com/netbox-community/netbox/issues/21263) - Prefetch related objects after creating/updating objects via REST API - [#&#8203;21300](https://github.com/netbox-community/netbox/issues/21300) - Cache custom field lookups for the duration of a request - [#&#8203;21302](https://github.com/netbox-community/netbox/issues/21302) - Avoid redundant uniqueness checks in ValidatedModelSerializer - [#&#8203;21303](https://github.com/netbox-community/netbox/issues/21303) - Cache post-change snapshot on each instance after serialization - [#&#8203;21327](https://github.com/netbox-community/netbox/issues/21327) - Always leverage `get_by_natural_key()` to resolve ContentTypes #### Bug Fixes - [#&#8203;20212](https://github.com/netbox-community/netbox/issues/20212) - Fix support for image attachment thumbnails when using S3 storage - [#&#8203;20383](https://github.com/netbox-community/netbox/issues/20383) - When editing a device, clearing the assigned unit should also clear the rack face selection - [#&#8203;20902](https://github.com/netbox-community/netbox/issues/20902) - Avoid `SyncError` exception when Git URL contains an embedded username - [#&#8203;20977](https://github.com/netbox-community/netbox/issues/20977) - "Run again" button should respect script variable defaults - [#&#8203;21115](https://github.com/netbox-community/netbox/issues/21115) - Include `attribute_data` in ModuleType YAML export - [#&#8203;21129](https://github.com/netbox-community/netbox/issues/21129) - Store queue name on the Job model to ensure deletion of associated RQ task when a non-default queue is used - [#&#8203;21168](https://github.com/netbox-community/netbox/issues/21168) - Fix Application Service cloning to preserve parent object - [#&#8203;21173](https://github.com/netbox-community/netbox/issues/21173) - Ensure all plugin menu items are registered regardless of initialization order - [#&#8203;21176](https://github.com/netbox-community/netbox/issues/21176) - Remove checkboxes from IP ranges in mixed-type tables - [#&#8203;21202](https://github.com/netbox-community/netbox/issues/21202) - Fix scoped form cloning clearing the `scope` field when `scope_type` changes - [#&#8203;21214](https://github.com/netbox-community/netbox/issues/21214) - Clean up AutoSyncRecord when detaching from DataSource - [#&#8203;21242](https://github.com/netbox-community/netbox/issues/21242) - Navigation menu items for authentication should not require `staff_only` permission - [#&#8203;21254](https://github.com/netbox-community/netbox/issues/21254) - Fix `AttributeError` exception when checking for latest release - [#&#8203;21262](https://github.com/netbox-community/netbox/issues/21262) - Assigned scope should be replicated when cloning a prefix - [#&#8203;21269](https://github.com/netbox-community/netbox/issues/21269) - Fix replication of front/rear port assignments from the module type when installing a module ### [`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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44MC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
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
renovate force-pushed renovate/all-stable-minor-patch from d1b371e74b
All checks were successful
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m55s
to dda57aa9d6
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m55s
/ Ansible Lint (push) Successful in 2m55s
2026-02-09 18:46:47 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from dda57aa9d6
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m55s
/ Ansible Lint (push) Successful in 2m55s
to 36b6c663a3
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m5s
/ Ansible Lint (push) Successful in 28m14s
2026-02-09 20:00:51 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 36b6c663a3
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m5s
/ Ansible Lint (push) Successful in 28m14s
to 127ba39dc5
All checks were successful
/ Ansible Lint (push) Successful in 2m19s
/ Ansible Lint (pull_request) Successful in 2m19s
2026-02-09 23:16:02 +01:00
Compare
renovate force-pushed renovate/all-stable-minor-patch from 127ba39dc5
All checks were successful
/ Ansible Lint (push) Successful in 2m19s
/ Ansible Lint (pull_request) Successful in 2m19s
to aa0feeda3f
All checks were successful
/ Ansible Lint (push) Successful in 2m46s
/ Ansible Lint (pull_request) Successful in 2m48s
2026-02-11 03:28:01 +01:00
Compare
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
/ Ansible Lint (push) Successful in 2m46s
/ Ansible Lint (pull_request) Successful in 2m48s
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.