Update all stable non-major dependencies #64
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate
waiting on upstream
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
CCCHH/ansible-infra!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/all-stable-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.15.0→v2.17.012.3.1→12.4.03.6.4→3.6.71.29.4→1.29.515.15→15.1718.1→18.37.4.7→7.4.88.4.0→8.6.1v1.11.0→v1.12.09.2.1→9.3.1v0.30.1→v0.31.1v3.9.1→v3.10.03.8.0→3.8.1v5.34.0→v5.35.026.4→26.5v26.1.1→v26.3.012.1.2→12.2.2v4.5.0→v4.5.41.10.5→1.10.7v7.14.2→v7.14.3Release Notes
binwiederhier/ntfy (docker.io/binwiederhier/ntfy)
v2.17.0Compare 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:
GET /v1/versionendpoint returning server version, build commit, and date (#1599, thanks to @crivchri for reporting)Bug fixes + maintenance:
http: response.WriteHeader on hijacked connectionfor WebSocket errors (#1362, thanks to @bonfiresh for reporting)slices.Containsfrom stdlib to simplify code (#1406, thanks to @tanhuaan)clear=trueon action buttons not clearing the notification (#1029, thanks to @ElFishi for reporting)versionfield from docker-compose examples (#1333, thanks to @seals187 for reporting and @cyb3rko for fixing)v2.16.0Compare Source
This release adds support for updating and deleting notifications, heartbeat-style / dead man's switch notifications, custom Twilio call format, and makes
ntfy servework 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:
updating and deleting scheduled notifications (#1556, #1142, #954, thanks to @GamerGirlandCo for the initial implementation)
ntfy servenow works on Windows, including support for running it as a Windows service (#1104, #1552, originally #1328, thanks to @wtf911)grafana/grafana (docker.io/grafana/grafana)
v12.4.0Compare Source
Features and enhancements
logRequestsInstrumentedAsUnknownfeature flag #116417, @undef1ndpinNavItemsfeature toggle #113855, @tomratcliffeunifiedHistoryfeature toggle and associated code #113857, @tomratcliffeweb_vitals_attribution_enabled#117516, @tskarhedpublic/img/*source code directory #115502, @jesdavpetpermissionsFilterRemoveSubqueryfeature #116405, @papagiantimeRangePanflag #112988, @jesdavpetgetFolderByUIDmethod #113173, @tomratcliffedisableSortRemoveandsortDescFirst#115352, @mikkancsodataproperty change unlessautoResetPageproperty is specified #117546, @darrenjaneczekhasSupplementaryQuerySupport#115348, @aangeliscexploreMetricsRelatedLogsfeature toggle #116090, @NWRichmondpostgresDSUsePGX#113675, @zoltanbedit =to complementt +for zoom in #115022, @jesdavpetopenInNewTabproperty to link extensions #114831, @leventebaloghBug fixes
dcountaggregation #114666, @aangeliscpercentilesyntax #114665, @aangelisc/api/users/lookup#113584, @mgyongyosilistFolderscall correct API and fix tags sorting #114181, @tomratcliffeBreaking changes
Plugin development fixes & changes
tooltiporaria-labelif no children are present #114097, @ashharrison90v12.3.4Compare Source
Bug fixes
v12.3.3Compare Source
Features and enhancements
v12.3.2Compare Source
Bug fixes
prometheus/alertmanager (docker.io/prom/alertmanager)
v0.31.1: 0.31.1 / 2026-02-11Compare Source
v0.31.0: 0.31.0 / 2026-02-02Compare Source
api_urlfield. #4908max-silence-size-bytes. #4805AlertmanagerClusterFailedToSendAlertsto exclude value 0. #4872slack_configattachments documentation links. #4802chat_id_fileconfiguration parameter. #4909group_byto override parent route. #4825spellcheck=falseattribute on silence filter input. #4811prometheus/prometheus (docker.io/prom/prometheus)
v3.10.0: 3.10.0 / 2026-02-24Compare Source
Prometheus now offers a distroless Docker image variant alongside the default
busybox image. The distroless variant provides enhanced security with a minimal
base image, uses UID/GID 65532 (nonroot) instead of nobody, and removes the
VOLUME declaration. Both variants are available with
-busyboxand-distrolesstag suffixes (e.g.,
prom/prometheus:latest-busybox,prom/prometheus:latest-distroless).The busybox image remains the default with no suffix for backwards compatibility
(e.g.,
prom/prometheus:latestpoints to the busybox variant).For users migrating existing named volumes from the busybox image to the distroless variant, the ownership can be adjusted with:
Then, the container can be started with the old volume with:
User migrating from bind mounts might need to ajust permissions too, depending on their setup.
alertmanagerdimension to following metrics:prometheus_notifications_dropped_total,prometheus_notifications_queue_capacity,prometheus_notifications_queue_length. #16355/alertspage. #17611fill()/fill_left()/fill_right()binop modifiers for specifying default values for missing series. #17644/api/v1/openapi.yaml. #17825<URL>/debug/pprof/fgprof. #18027stale_series_compaction_thresholdin the config file. #16929remove_all_sdand individual service discoveries can be re-added with the build tagsenable_<sd name>_sd. Users can build a custom Prometheus with only the necessary SDs for a smaller binary size. #17736promql-duration-exprandpromql-extended-range-selectors. #17926.*-.*-.*. #17707/api/v1/targets/relabel_stepsin a single pass instead of re-running relabeling for each prefix. #17969X-Prometheus-Stoppingheader for/-/readyendpoint inNotReadystate. #17795info()function returning empty results when filtering by a label that exists on both the input metric andtarget_info. #17817__name__from OTLP attributes to prevent duplicate labels. #17917@modifier on empty ranges. #18020avg_over_timefor a single native histogram. #18058prometheus-pve/prometheus-pve-exporter (docker.io/prompve/prometheus-pve-exporter)
v3.8.1Compare Source
Changed
TwiN/gatus (ghcr.io/twin/gatus)
v5.35.0Compare Source
What's Changed
endpoints[].ui.resolve-successful-conditionsby @lorenzoppx in #1486New Contributors
Full Changelog: https://github.com/TwiN/gatus/compare/v5.34.0...v5.35.0
Have a great weekend!
ansible/ansible-lint (https://github.com/ansible/ansible-lint)
v26.3.0Compare Source
Features
Fixes
Maintenance
v26.2.0Compare Source
Features
Fixes
Maintenance
netbox-community/netbox (netbox)
v4.5.4: - 2026-03-03Compare Source
Enhancements
Performance Improvements
Bug Fixes
IndexErrorexception when encountering stale cable pathsv4.5.3: - 2026-02-17Compare Source
Enhancements
KWARGSparametersContentTypeFilternow accepts multiple valuesPerformance Improvements
qfilter should match on primary IP only for IP address values when filtering devices/VMsContentTypeFilterDISTINCTto queries forMultipleChoiceFilterBug Fixes
BASE_PATHis setKeyErrorexception when triggering a webhook from an event ruleipam.0070_vlangroup_vlan_id_rangesmigrationAttributeErrorexception on initialization when a plugin has local imports in__init__.pyv4.5.2: - 2026-02-03Compare Source
Enhancements
cabledfilter for interfaces in GraphQL API?omit=parameterPerformance Improvements
get_by_natural_key()to resolve ContentTypesBug Fixes
SyncErrorexception when Git URL contains an embedded usernameattribute_datain ModuleType YAML exportscopefield whenscope_typechangesstaff_onlypermissionAttributeErrorexception when checking for latest releasev4.5.1: - 2026-01-20Compare Source
Enhancements
/api/ipam/prefixes/<id>/available-ips/REST API endpointBug Fixes
RelatedObjectDoesNotExistexception when importing modules into unnamed devicesdata_fileassignment for ConfigContext and ConfigContextProfile via the REST APIValueErrorexception whenAPI_TOKEN_PEPPERSis not definedfieldsparameter for job, object change, and object type REST API endpointsAPISelectchoices resolutionDEFAULT_LANGUAGEis setAuthenticationFailedexception when using an invalid API token to fetch media filesoauth2-proxy/oauth2-proxy (quay.io/oauth2-proxy/oauth2-proxy)
v7.14.3Compare Source
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.
This PR has been generated by Renovate Bot.
405e605b99641236c2feUpdate docker.io/prom/alertmanager Docker tag to v0.30.1to Update all stable non-major dependencies641236c2fe3bad00a97e3bad00a97ea7d27c5368a7d27c5368c12facac34c12facac34ad1f582421ad1f582421b704b0d711b704b0d711bfb0defc3cbfb0defc3c1044492b9d1044492b9d06b13b1e8706b13b1e8738bc81bc1738bc81bc173fae40af0b3fae40af0b48ad1157c648ad1157c64e0ac9fdc34e0ac9fdc3707559c167707559c16737f8115d0937f8115d09fec59aac74fec59aac7409d53c63fd09d53c63fd69a54353fd69a54353fdc1c0229865c1c0229865ebd6018d20ebd6018d20aa822e616baa822e616b3a2a68e7893a2a68e789bca5b04470bca5b04470a4a4e91cd2a4a4e91cd2dfb90eb4aadfb90eb4aa13dc0b8cf013dc0b8cf0c8d4bcde7dc8d4bcde7d30e76bc5c630e76bc5c6037a443560037a44356002c5f957a502c5f957a55ac5625a665ac5625a66d1b371e74bd1b371e74bdda57aa9d6dda57aa9d636b6c663a336b6c663a3127ba39dc5127ba39dc5aa0feeda3faa0feeda3faa39c1e292aa39c1e292d9e99f7935d9e99f7935c91969d43ac91969d43a9b092d0dafEdited/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.