c27339eece543efbba41dbb6c299270652586ad5
10720 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
543081dd41 |
chore(deps): update dependency prometheus-operator/prometheus-operator to v0.90.0 (#4885)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | minor | `v0.89.0` → `v0.90.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator)</summary> ### [`v0.90.0`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.90.0): 0.90.0 / 2026-03-19 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.89.0...v0.90.0) - \[CHANGE/BUGFIX] Validate that the remote-write URL scheme is either `http` or `https`. [#​8455](https://github.com/prometheus-operator/prometheus-operator/issues/8455) - \[FEATURE] Add `--repair-policy-for-statefulsets` CLI argument to the operator. It defines how the operator manages StatefulSet's pods stuck at an incorrect revision. Users running Kubernetes v1.35+ are encouraged to enable this feature (see [troubleshooting guide](https://prometheus-operator.dev/docs/platform/troubleshooting/#statefulset-rollout-stuck-after-a-bad-update)). [#​8443](https://github.com/prometheus-operator/prometheus-operator/issues/8443) - \[FEATURE] Add `schedulerName` support to the `Prometheus`, `PrometheusAgent`, `Alertmanager` and `ThanosRuler` CRDs. [#​8451](https://github.com/prometheus-operator/prometheus-operator/issues/8451) - \[ENHANCEMENT] Add `--web.tls-curves` CLI argument to the operator and admission-webhook binaries. [#​8385](https://github.com/prometheus-operator/prometheus-operator/issues/8385) - \[ENHANCEMENT] Support minimum TLS version for Thanos gRPC servers. [#​8438](https://github.com/prometheus-operator/prometheus-operator/issues/8438) - \[ENHANCEMENT] Add version label to `ThanosRuler` pods. [#​8441](https://github.com/prometheus-operator/prometheus-operator/issues/8441) - \[ENHANCEMENT] Add `messageText` support for Slack receiver in `AlertmanagerConfig` CRD. [#​8374](https://github.com/prometheus-operator/prometheus-operator/issues/8374) - \[ENHANCEMENT] Add `messageText` support for Slack receiver in Alertmanager secret config. [#​8375](https://github.com/prometheus-operator/prometheus-operator/issues/8375) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP email config in Alertmanager secret config. [#​8384](https://github.com/prometheus-operator/prometheus-operator/issues/8384) [#​8404](https://github.com/prometheus-operator/prometheus-operator/issues/8404) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP email config in `AlertmanagerConfig` CRD. [#​8386](https://github.com/prometheus-operator/prometheus-operator/issues/8386) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP global config in Alertmanager secret config. [#​8405](https://github.com/prometheus-operator/prometheus-operator/issues/8405) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP global config in `Alertmanager` CRD. [#​8406](https://github.com/prometheus-operator/prometheus-operator/issues/8406) - \[ENHANCEMENT] Add support for global Telegram bot token in `Alertmanager` CRD. [#​8372](https://github.com/prometheus-operator/prometheus-operator/issues/8372) - \[ENHANCEMENT] Add `chatIDFile` support for Telegram receiver in Alertmanager secret config. [#​8376](https://github.com/prometheus-operator/prometheus-operator/issues/8376) - \[ENHANCEMENT] Add `wechatAPISecretFile` support in Alertmanager global config. [#​8377](https://github.com/prometheus-operator/prometheus-operator/issues/8377) - \[ENHANCEMENT] Add `authSecretFile` support for email config in Alertmanager secret config. [#​8396](https://github.com/prometheus-operator/prometheus-operator/issues/8396) - \[ENHANCEMENT] Add nested field support for PagerDuty description in Alertmanager secret config. [#​8402](https://github.com/prometheus-operator/prometheus-operator/issues/8402) - \[ENHANCEMENT] Add email threading support in Alertmanager secret config. [#​8388](https://github.com/prometheus-operator/prometheus-operator/issues/8388) - \[ENHANCEMENT] Add field and label selectors for ConfigMap watches. [#​8368](https://github.com/prometheus-operator/prometheus-operator/issues/8368) - \[ENHANCEMENT] Improve ScrapeConfig API consistency and validation. [#​8422](https://github.com/prometheus-operator/prometheus-operator/issues/8422) - \[BUGFIX] Fix `ThanosRuler` config resource status not being updated on initial StatefulSet creation. [#​8358](https://github.com/prometheus-operator/prometheus-operator/issues/8358) - \[BUGFIX] Preserve `LastTransitionTime` in Prometheus status conditions. [#​8346](https://github.com/prometheus-operator/prometheus-operator/issues/8346) - \[BUGFIX] Make Mattermost `text` field optional in `AlertmanagerConfig` CRD. [#​8363](https://github.com/prometheus-operator/prometheus-operator/issues/8363) - \[BUGFIX] Remove nil error wrapping in v1alpha1 duplicate receiver validation. [#​8379](https://github.com/prometheus-operator/prometheus-operator/issues/8379) - \[BUGFIX] Aggregate `Available` condition across Prometheus shards. [#​8434](https://github.com/prometheus-operator/prometheus-operator/issues/8434) - \[BUGFIX] Reconcile resources with inconsistent status. [#​8397](https://github.com/prometheus-operator/prometheus-operator/issues/8397) - \[BUGFIX] Fix namespace lister/watcher compatibility with Kubernetes v1.35 client-go. [#​8431](https://github.com/prometheus-operator/prometheus-operator/issues/8431) - \[BUGFIX] Fix missing OAuth2 field in IonosSDConfig generation. [#​8433](https://github.com/prometheus-operator/prometheus-operator/issues/8433) - \[BUGFIX] Fix missing fields in AzureSDConfig. [#​8444](https://github.com/prometheus-operator/prometheus-operator/issues/8444) - \[BUGFIX] Validate Microsoft Teams V2 URL in `AlertmanagerConfig` CRD. [#​8227](https://github.com/prometheus-operator/prometheus-operator/issues/8227) - \[BUGFIX] Fix `labelmap` relabel action rejecting valid replacement values with template variables for Prometheus 2.x. [#​8337](https://github.com/prometheus-operator/prometheus-operator/issues/8337) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4885 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
6d28f398af | chore(deps): update dependency traefik/traefik to v3.6.11 (#4893) | ||
|
|
e26e97222b |
chore(deps): update prometheus-operator-crds docker tag to v28 (#4888)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts) | major | `27.0.1` → `28.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (prometheus-operator-crds)</summary> ### [`v28.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-operator-crds-28.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-crds-27.0.1...prometheus-operator-crds-28.0.0) A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools #### What's Changed - \[prometheus-operator-crds] Update dependency prometheus-operator/prometheus-operator to v0.90.0 by [@​renovate](https://github.com/renovate)\[bot] in [#​6749](https://github.com/prometheus-community/helm-charts/pull/6749) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-28.14.0...prometheus-operator-crds-28.0.0> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4888 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
3ebc4adee9 |
chore(deps): update ghcr.io/autobrr/qui docker tag to v1.15.0 (#4884)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.14.1` → `v1.15.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>autobrr/qui (ghcr.io/autobrr/qui)</summary> ### [`v1.15.0`](https://github.com/autobrr/qui/releases/tag/v1.15.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.14.1...v1.15.0) #### Changelog ##### Breaking change CORS is disabled by default; enable by setting QUI\_\_CORS\_ALLOWED\_ORIGINS with explicit origins (http(s)://host\[:port]). See <https://getqui.com/docs/advanced/sso-proxy-cors> ##### New Features - [`93786a2`](https://github.com/autobrr/qui/commit/93786a230fa0432d0e9e77dbf17b7141ec0f5611): feat(automations): add configurable processing priority/sorting ([#​1235](https://github.com/autobrr/qui/issues/1235)) ([@​Oscariremma](https://github.com/Oscariremma)) - [`45eaf1f`](https://github.com/autobrr/qui/commit/45eaf1f60d8ff6afb602b1a466a9c604c84825ff): feat(database): add postgres and sqlite migration CLI ([#​1530](https://github.com/autobrr/qui/issues/1530)) ([@​s0up4200](https://github.com/s0up4200)) - [`430f5d1`](https://github.com/autobrr/qui/commit/430f5d122f8a4030b1a060e4f2b7e2a6ebcceca5): feat(torrents): mediaInfo dialog ([#​1537](https://github.com/autobrr/qui/issues/1537)) ([@​s0up4200](https://github.com/s0up4200)) - [`8eb8903`](https://github.com/autobrr/qui/commit/8eb8903ad5b330795b149ef7764f477229b48ef0): feat(web): Add persistence to unified instance filter in sidebar ([#​1560](https://github.com/autobrr/qui/issues/1560)) ([@​drtaru](https://github.com/drtaru)) - [`7aadde7`](https://github.com/autobrr/qui/commit/7aadde78371f3092f8ef5a300f689343a80c2b46): feat(web): add path autocomplete to set location dialog ([#​1432](https://github.com/autobrr/qui/issues/1432)) ([@​nitrobass24](https://github.com/nitrobass24)) - [`077f32c`](https://github.com/autobrr/qui/commit/077f32c4bf7062a5e0c78a8594727c9abdd5139a): feat: add mediainfo api endpoint ([#​1545](https://github.com/autobrr/qui/issues/1545)) ([@​Audionut](https://github.com/Audionut)) - [`99cf695`](https://github.com/autobrr/qui/commit/99cf69540b1eaa62dc69429e366629d8f2f149d9): feat: endpoint to trigger directory scans from external tools ([#​1559](https://github.com/autobrr/qui/issues/1559)) ([@​s0up4200](https://github.com/s0up4200)) - [`8956f9b`](https://github.com/autobrr/qui/commit/8956f9bab15ec0a8adc6050103550c4abcf78e44): feat: unify bulk tag editor ([#​1571](https://github.com/autobrr/qui/issues/1571)) ([@​s0up4200](https://github.com/s0up4200)) ##### Bug Fixes - [`552d617`](https://github.com/autobrr/qui/commit/552d61705a65308f4f1cd688e9f2e0b356180d47): fix(api): align add torrent OpenAPI field ([#​1617](https://github.com/autobrr/qui/issues/1617)) ([@​s0up4200](https://github.com/s0up4200)) - [`424f7a0`](https://github.com/autobrr/qui/commit/424f7a0de089dce881e8bbecd220163a78e0295f): fix(api): restrict CORS to explicit allowlist ([#​1551](https://github.com/autobrr/qui/issues/1551)) ([@​s0up4200](https://github.com/s0up4200)) - [`38991d8`](https://github.com/autobrr/qui/commit/38991d8c76ec3e2e2640fe3a65f3332008a549f5): fix(auth): allow loopback health probes ([#​1621](https://github.com/autobrr/qui/issues/1621)) ([@​s0up4200](https://github.com/s0up4200)) - [`4ae88c9`](https://github.com/autobrr/qui/commit/4ae88c92d2b29b9e5c48b933d201cc684636e216): fix(automations): align include-cross-seeds category apply ([#​1517](https://github.com/autobrr/qui/issues/1517)) ([@​s0up4200](https://github.com/s0up4200)) - [`6a127a8`](https://github.com/autobrr/qui/commit/6a127a8ad0f55c78afdca9e156466bd4d245451b): fix(automations): scope skipWithin to only deleted action ([#​1538](https://github.com/autobrr/qui/issues/1538)) ([@​jabloink](https://github.com/jabloink)) - [`c776189`](https://github.com/autobrr/qui/commit/c776189097d881fae6493758820be66612b6494d): fix(crossseed): avoid completion timeout misses on non-Gazelle torrents ([#​1536](https://github.com/autobrr/qui/issues/1536)) ([@​s0up4200](https://github.com/s0up4200)) - [`b1338a7`](https://github.com/autobrr/qui/commit/b1338a7b3f3c0289c1f5bcc64dcd6a4f9f393442): fix(crossseed): handle missing webhook collection tags ([#​1610](https://github.com/autobrr/qui/issues/1610)) ([@​s0up4200](https://github.com/s0up4200)) - [`eacbb68`](https://github.com/autobrr/qui/commit/eacbb683659739e2fb1a6d30f460b7a418052f07): fix(crossseed): normalize hdr aliases ([#​1572](https://github.com/autobrr/qui/issues/1572)) ([@​s0up4200](https://github.com/s0up4200)) - [`537ad46`](https://github.com/autobrr/qui/commit/537ad46ba8f8a28f7c13adf23ad060616004c6ef): fix(crossseed): queue completion searches and retry rate-limit waits ([#​1523](https://github.com/autobrr/qui/issues/1523)) ([@​s0up4200](https://github.com/s0up4200)) - [`4fc550f`](https://github.com/autobrr/qui/commit/4fc550f01649a7661c0096abbc2471d19890b2fd): fix(crossseed): use autobrr indexer ids for webhooks ([#​1614](https://github.com/autobrr/qui/issues/1614)) ([@​s0up4200](https://github.com/s0up4200)) - [`08029ad`](https://github.com/autobrr/qui/commit/08029adda32e2302bdc9fcc445724e6a9332d162): fix(crossseed): valid partial matches being rejected ([#​1291](https://github.com/autobrr/qui/issues/1291)) ([@​rybertm](https://github.com/rybertm)) - [`77eedd9`](https://github.com/autobrr/qui/commit/77eedd9b5ec4092dc8654b28d25a94ba6ba9689f): fix(database): avoid postgres temp-table statement caching ([#​1581](https://github.com/autobrr/qui/issues/1581)) ([@​s0up4200](https://github.com/s0up4200)) - [`25daa17`](https://github.com/autobrr/qui/commit/25daa170db2efc98e7bafbe6184b6288dd927073): fix(dirscan): honor canceled queued webhook runs ([#​1612](https://github.com/autobrr/qui/issues/1612)) ([@​s0up4200](https://github.com/s0up4200)) - [`56995f1`](https://github.com/autobrr/qui/commit/56995f12f1948e4d4eaaaed565f0f0406d561131): fix(dirscan): queue webhook scans and tighten age filtering ([#​1603](https://github.com/autobrr/qui/issues/1603)) ([@​s0up4200](https://github.com/s0up4200)) - [`444d07b`](https://github.com/autobrr/qui/commit/444d07b00a1c173837ad16017edfc6717b9f1432): fix(dirscan): select concrete hardlink base dir ([#​1606](https://github.com/autobrr/qui/issues/1606)) ([@​s0up4200](https://github.com/s0up4200)) - [`c35bea0`](https://github.com/autobrr/qui/commit/c35bea02a1818269249e8ea4de60e4bae611bdb0): fix(instances): improve settings dialog scrolling ([#​1569](https://github.com/autobrr/qui/issues/1569)) ([@​nuxencs](https://github.com/nuxencs)) - [`dc501a0`](https://github.com/autobrr/qui/commit/dc501a05210032fc2094b9bf7a12b1f946a9d3f3): fix(proxy): reauth qbit passthrough requests ([#​1582](https://github.com/autobrr/qui/issues/1582)) ([@​s0up4200](https://github.com/s0up4200)) - [`7950d1d`](https://github.com/autobrr/qui/commit/7950d1d38409b56bdb79e8fe1568446a1a1b1909): fix(proxy): search endpoint handling ([#​1524](https://github.com/autobrr/qui/issues/1524)) ([@​Audionut](https://github.com/Audionut)) - [`1076eea`](https://github.com/autobrr/qui/commit/1076eeab58993cd5b34737f73c414c6615bb6948): fix(qbit): prune empty managed dirs after delete\_with\_files ([#​1604](https://github.com/autobrr/qui/issues/1604)) ([@​s0up4200](https://github.com/s0up4200)) - [`5a3114b`](https://github.com/autobrr/qui/commit/5a3114be6902b40d5760fdbd0acefa5b61628a8b): fix(qbittorrent): stop reboot torrent\_completed spam ([#​1515](https://github.com/autobrr/qui/issues/1515)) ([@​s0up4200](https://github.com/s0up4200)) - [`1d02e6c`](https://github.com/autobrr/qui/commit/1d02e6c4acc3f418ababe5d814ceddca80f16761): fix(settings): contain settings tab scrolling ([#​1567](https://github.com/autobrr/qui/issues/1567)) ([@​nuxencs](https://github.com/nuxencs)) - [`f5d69f3`](https://github.com/autobrr/qui/commit/f5d69f3163cf6c77aa38aff5f41a9667524adc36): fix(settings): smoother gradient ([#​1570](https://github.com/autobrr/qui/issues/1570)) ([@​nuxencs](https://github.com/nuxencs)) - [`1c0c3bc`](https://github.com/autobrr/qui/commit/1c0c3bc74e617433c49d7dab48ba142adf4eb22a): fix(torrents): copy MediaInfo summary without brackets ([#​1540](https://github.com/autobrr/qui/issues/1540)) ([@​s0up4200](https://github.com/s0up4200)) - [`3ec913a`](https://github.com/autobrr/qui/commit/3ec913afd1a1b31318290c326ca2da925ae24144): fix(web): auto-append slash on path autocomplete selection ([#​1431](https://github.com/autobrr/qui/issues/1431)) ([@​nitrobass24](https://github.com/nitrobass24)) - [`aa2f3da`](https://github.com/autobrr/qui/commit/aa2f3daf1f0b16cee03fe5608a598a85af89099a): fix(web): check field.state.value type in AddTorrentDialog ([#​1613](https://github.com/autobrr/qui/issues/1613)) ([@​s0up4200](https://github.com/s0up4200)) - [`1abfc5e`](https://github.com/autobrr/qui/commit/1abfc5ef95005e63ae6dbb943945da7c946a60ab): fix(web): handle SSO proxy redirect to /index.html ([#​1600](https://github.com/autobrr/qui/issues/1600)) ([@​s0up4200](https://github.com/s0up4200)) - [`1991f90`](https://github.com/autobrr/qui/commit/1991f9040d7a38f0f40b002c9b8a7d907557d305): fix(web): warn before enabling reannounce ([#​1583](https://github.com/autobrr/qui/issues/1583)) ([@​s0up4200](https://github.com/s0up4200)) ##### Other Changes - [`4069492`](https://github.com/autobrr/qui/commit/4069492a594685c16fdca2e3b1e801bb6f179d89): chore(deps): bump the github group with 3 updates ([#​1535](https://github.com/autobrr/qui/issues/1535)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`a02e9e8`](https://github.com/autobrr/qui/commit/a02e9e83995f75232194d63e6153741dd4891b90): chore(deps): bump the github group with 7 updates ([#​1558](https://github.com/autobrr/qui/issues/1558)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`8713667`](https://github.com/autobrr/qui/commit/87136676e58496029d44267ad4fdb59ce27d45ae): chore(deps): bump the golang group with 15 updates ([#​1543](https://github.com/autobrr/qui/issues/1543)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`420607e`](https://github.com/autobrr/qui/commit/420607e2665a2c9e2e3446fe36626d2579a3bebc): chore(go,ci): adopt go fix, bump to 1.26, and speed up PR checks ([#​1480](https://github.com/autobrr/qui/issues/1480)) ([@​s0up4200](https://github.com/s0up4200)) - [`0d0df45`](https://github.com/autobrr/qui/commit/0d0df455e45f77b55e0a759721f39894ff77075a): docs: add password reset section to CLI commands ([#​1598](https://github.com/autobrr/qui/issues/1598)) ([@​s0up4200](https://github.com/s0up4200)) - [`9ef56a2`](https://github.com/autobrr/qui/commit/9ef56a2050491149d9b11895f9f8df621a745f54): refactor(makefile): windows support ([#​1546](https://github.com/autobrr/qui/issues/1546)) ([@​Audionut](https://github.com/Audionut)) - [`7899cc8`](https://github.com/autobrr/qui/commit/7899cc8601cbae23f4f2b3714b109c049bb68051): refactor(reflinking): add windows ReFS filesystem support ([#​1576](https://github.com/autobrr/qui/issues/1576)) ([@​Audionut](https://github.com/Audionut)) - [`51d34ab`](https://github.com/autobrr/qui/commit/51d34ab279cd41992c822777bd85ffd78964c9fb): refactor(releases): share hdr normalization helpers ([#​1586](https://github.com/autobrr/qui/issues/1586)) ([@​s0up4200](https://github.com/s0up4200)) - [`c7f4e3d`](https://github.com/autobrr/qui/commit/c7f4e3d8b514a5523d0f9e8f1a6deb46ca64ebcb): refactor(web): tighten unified scope navigation ([#​1618](https://github.com/autobrr/qui/issues/1618)) ([@​s0up4200](https://github.com/s0up4200)) - [`4b05177`](https://github.com/autobrr/qui/commit/4b051778a45f521b43b7f7c2561b84fabe3dc987): test(handlers): cover tag baseline field requests ([@​s0up4200](https://github.com/s0up4200)) **Full Changelog**: <https://github.com/autobrr/qui/compare/v1.14.1...v1.15.0> #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.15.0` - `docker pull ghcr.io/autobrr/qui:latest` #### What to do next? - Join our [Discord server](https://discord.autobrr.com/qui) Thank you for using qui! </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4884 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
c59ea80265 | chore(deps): update advplyr/audiobookshelf to v2.33.1 (#4890) | ||
|
|
6707b9d3a1 |
chore(deps): update kube-prometheus-stack docker tag to v82.12.0 (#4883)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.11.0` → `82.12.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v82.12.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.12.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.11.0...kube-prometheus-stack-82.12.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Add extra excluded from enforcement by [@​sathieu](https://github.com/sathieu) in [#​6694](https://github.com/prometheus-community/helm-charts/pull/6694) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.11.0...kube-prometheus-stack-82.12.0> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4883 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
fd048a2b6c | chore(deps): update helm release argo-workflows to v1.0.3 (#4881) | ||
|
|
e32ab8d593 | chore(deps): update helm release argo-events to v2.4.21 (#4879) | ||
|
|
5383a43c53 | chore(deps): update helm release argo-cd to v9.4.14 (#4877) | ||
|
|
042664cf07 |
chore(deps): update outlinewiki/outline docker tag to v1.6.1 (#4857)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | patch | `1.6.0` → `1.6.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.6.1`](https://github.com/outline/outline/releases/tag/v1.6.1) [Compare Source](https://github.com/outline/outline/compare/v1.6.0...v1.6.1) #### What's Changed ##### Fixes and improvements - A bug affecting file and image upload in the editor was fixed in [#​11803](https://github.com/outline/outline/pull/11803) - MCP: Now has tools to move documents within a collection in [#​11799](https://github.com/outline/outline/pull/11799) - MCP: Now supports API key header authentication in [#​11798](https://github.com/outline/outline/pull/11798) - Added Tahoe-compatible icon variants for PWA in [#​11762](https://github.com/outline/outline/pull/11762) - Fixed a race condition when editing title while doc is saving would reset the title in [#​11764](https://github.com/outline/outline/pull/11764) - Added support for the new GitLab `work_items` URL structure in [#​11795](https://github.com/outline/outline/pull/11795) - Print layout now respects full-width option by [@​wmTJc9IK0Q](https://github.com/wmTJc9IK0Q) in [#​11768](https://github.com/outline/outline/pull/11768) - Fixed a page hang with corrupted PNG upload in [#​11783](https://github.com/outline/outline/pull/11783) - Improved validation of `SMTP_FROM_EMAIL` and `SMTP_REPLY_EMAIL` in [#​11784](https://github.com/outline/outline/pull/11784) - Custom port is now preserved in OAuth metadata URLs when self-hosted behind a reverse proxy in [#​11791](https://github.com/outline/outline/pull/11791) - It is now possible to "Create a nested doc" when using @​mention in [#​11800](https://github.com/outline/outline/pull/11800) - Added a guard against concurrent restore while deleting by [@​dearlordylord](https://github.com/dearlordylord) in [#​11775](https://github.com/outline/outline/pull/11775) #### New Contributors - [@​dearlordylord](https://github.com/dearlordylord) made their first contribution in [#​11775](https://github.com/outline/outline/pull/11775) **Full Changelog**: <https://github.com/outline/outline/compare/v1.6.0...v1.6.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4857 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
cbb9662bb1 |
chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.64.02 (#4838)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.63.01` → `2.64.02` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4838 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
3877ffc6d0 |
chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.64.02 (#4837)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.63.01` → `2.64.02` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4837 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
909b28e1b0 |
chore(deps): update dependency clidey/whodb to v0.100.0 (#4867)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.99.0` → `0.100.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.100.0`](https://github.com/clidey/whodb/releases/tag/0.100.0) [Compare Source](https://github.com/clidey/whodb/compare/0.99.0...0.100.0) - Library updates - Backend bug fixes - Maintenance updates #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.100.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** #### What's Changed - Bump github.com/aws/aws-sdk-go-v2/config from 1.32.11 to 1.32.12 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​851](https://github.com/clidey/whodb/pull/851) - Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.51.11 to 1.51.12 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​849](https://github.com/clidey/whodb/pull/849) - Bump github.com/modelcontextprotocol/go-sdk from 1.3.0 to 1.4.1 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​845](https://github.com/clidey/whodb/pull/845) - Bump golang.org/x/term from 0.40.0 to 0.41.0 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​842](https://github.com/clidey/whodb/pull/842) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /desktop-common in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​823](https://github.com/clidey/whodb/pull/823) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /core in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​824](https://github.com/clidey/whodb/pull/824) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /cli in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​822](https://github.com/clidey/whodb/pull/822) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /desktop-ce in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​821](https://github.com/clidey/whodb/pull/821) - Bump the npm\_and\_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​816](https://github.com/clidey/whodb/pull/816) - Bump github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​827](https://github.com/clidey/whodb/pull/827) - Bump github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​854](https://github.com/clidey/whodb/pull/854) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.99.0...0.100.0> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4867 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
a1fa8494a9 | chore(deps): update helm release harbor to v1.18.3 (#4874) | ||
|
|
4651e22055 | chore(deps): update dependency outline/outline to v1.6.1 (#4873) | ||
|
|
cbefba066e |
feat: disable probe (#4870)
Reviewed-on: #4870 |
||
|
|
000d1f8962 | chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.2 (#4866) | ||
|
|
da18f8c05d | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.6 (#4865) | ||
|
|
a171479d02 | chore(deps): update frederikemmer/medialyze to v0.2.2 (#4864) | ||
|
|
78bfaaf004 | chore(deps): update dependency roundcube/roundcubemail to v1.6.14 (#4863) | ||
|
|
1bf6fbd2f2 | chore(deps): update rmcrackan/libation to v13.3.2 (#4859) | ||
|
|
62e4720d6b | chore(deps): update registry.k8s.io/kubectl docker tag to v1.35.3 (#4858) | ||
|
|
b32e56b60a | chore(deps): update ollama/ollama to v0.18.2 (#4856) | ||
|
|
618021e9a4 | chore(deps): update rmcrackan/libation docker tag to v13.3.1 (#4854) | ||
|
|
3d9a45a123 |
feat: remove trivy (#4852)
Reviewed-on: #4852 |
||
|
|
d02af40acf | chore(deps): update helm release generic-device-plugin to v0.20.23 (#4850) | ||
|
|
628eaef0e1 |
chore(deps): update kube-prometheus-stack docker tag to v82.11.0 (#4848)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.10.4` → `82.11.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v82.11.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.11.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.10.5...kube-prometheus-stack-82.11.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Add podManagementPolicy and updateStrategy by [@​DrFaust92](https://github.com/DrFaust92) in [#​6733](https://github.com/prometheus-community/helm-charts/pull/6733) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.20.3...kube-prometheus-stack-82.11.0> ### [`v82.10.5`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.10.5) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.10.4...kube-prometheus-stack-82.10.5) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://github.com/renovate)\[bot] in [#​6740](https://github.com/prometheus-community/helm-charts/pull/6740) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.52.1...kube-prometheus-stack-82.10.5> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4848 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
6b87c43e0f |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.15.0 (#4846)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.14.0` → `3.15.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information.
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v3.15.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.15.0)
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.14.0...3.15.0)
##### Features
- specify boolean ([1236def](
|
||
|
|
a36b7a1300 |
chore(deps): update dependency tailscale/tailscale to v1.96.2 (#4843)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tailscale/tailscale](https://github.com/tailscale/tailscale) | minor | `v1.94.2` → `v1.96.2` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>tailscale/tailscale (tailscale/tailscale)</summary> ### [`v1.96.2`](https://github.com/tailscale/tailscale/releases/tag/v1.96.2) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.94.2...v1.96.2) Please refer to the changelog available at <https://tailscale.com/changelog> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4843 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
17ea938068 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.5 (#4842) | ||
|
|
dc837c2718 | chore(deps): update searxng/searxng:latest docker digest to 67a3e2e (#4839) | ||
|
|
8dae800fe5 | chore(deps): update helm release argo-cd to v9.4.12 (#4836) | ||
|
|
c3729cec9f | chore(deps): update helm release argo-cd to v9.4.12 (#4836) | ||
|
|
29730a299f |
chore(deps): update helm release grafana-operator to v5.22.2 (#4834)
renovate / renovate (push) Successful in 3m46s
|
||
|
|
2c5a1eec32 | chore(deps): update helm release grafana-operator to v5.22.2 (#4834) | ||
|
|
21a2c6c96a | chore(deps): update dependency grafana/grafana-operator to v5.22.2 (#4833) | ||
|
|
0c2f495fac | chore(deps): update ubuntu docker tag to resolute-20260312 (#4831) | ||
|
|
aed71f8086 |
tmp/trivy (#4829)
Reviewed-on: #4829 |
||
|
|
c27d7bdf9b |
feat: disable sbom and infra scanner (#4827)
Reviewed-on: #4827 |
||
|
|
6f97007dfb | chore(deps): update d3fk/s3cmd:latest docker digest to e3965f8 (#4825) | ||
|
|
520e6f9763 |
Merge (#4823)
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Reviewed-on: #4823 |
||
|
|
e255e2b8ad | chore(deps): update ollama/ollama docker tag to v0.18.1 (#4821) | ||
|
|
a003ae1f45 | chore(deps): update dependency ollama/ollama to v0.18.1 (#4819) | ||
|
|
0d3a85fc10 | chore(deps): update dependency binwiederhier/ntfy to v2.19.2 (#4818) | ||
|
|
0bed6ebbe0 |
Add medialyze (#4816)
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Reviewed-on: #4816 |
||
|
|
77c29e7db5 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.14.0 (#4814)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.13.0` → `3.14.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information.
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v3.14.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.14.0)
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.13.0...3.14.0)
##### Features
- release for content ([abdb30b](
|
||
|
|
7ca2f81190 | chore(deps): update prometheus-operator-crds docker tag to v27.0.1 (#4813) | ||
|
|
d9fcb0c864 | chore(deps): update ghcr.io/gabe565/castsponsorskip docker tag to v0.8.3 (#4812) | ||
|
|
4d7fcd49c5 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.4 (#4809) | ||
|
|
1837cd43c9 | chore(deps): update ghcr.io/linuxserver/lidarr:3.1.2-nightly docker digest to 034055f (#4808) |