cff62596d7
Update ghcr.io/immich-app/immich-server Docker tag to v2.4.1
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 13s
2025-12-20 01:04:13 +00:00
82819be442
Update registry.k8s.io/coredns/coredns Docker tag to v1.13.2 ( #2658 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 1m7s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| registry.k8s.io/coredns/coredns | patch | `v1.13.1` -> `v1.13.2` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #2658
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-20 00:56:47 +00:00
9db38607b2
upgrade chart
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 27s
renovate / renovate (push) Successful in 1m7s
2025-12-19 18:46:28 -06:00
a4ffe84457
change crds
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m2s
2025-12-19 18:43:33 -06:00
228ee2affd
downgrade
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 24s
renovate / renovate (push) Successful in 1m1s
2025-12-19 18:36:28 -06:00
9b2800ccad
change crd chart
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 23s
renovate / renovate (push) Successful in 56s
2025-12-19 18:34:08 -06:00
7d5958d5ea
Update php Docker tag to v8.5.1 ( #2725 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 9s
renovate / renovate (push) Successful in 1m14s
2025-12-20 00:32:10 +00:00
c98d0bdba0
Update Helm release traefik to v38 ( #2711 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 10s
renovate / renovate (push) Successful in 1m26s
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [traefik](https://traefik.io/ ) ([source](https://github.com/traefik/traefik-helm-chart )) | major | `37.4.0` -> `38.0.0` | `38.0.1` |
---
### Release Notes
<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>
### [`v38.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v38.0.0 )
[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v37.4.0...v38.0.0 )
**Upgrades Notes**
> \[!IMPORTANT]
> CRDs has to be upgraded before the Chart. See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading ) instructions.
There are two breaking changes in this release:
1. Traefik Proxy v3.6.4+ contains a security fix that is also a breaking change. See [upstream documentation](https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364 ) for more details.
2. PR [#​1596](https://github.com/traefik/traefik-helm-chart/pull/1596 ) align *kubernetesIngressNginx* provider setting with upstream. There is a *before* / *after* example in the PR description and PR [#​1587](https://github.com/traefik/traefik-helm-chart/pull/1587 ) align *labelSelector* syntax between providers
> \[!NOTE]
> If you need to restore Traefik behavior of v3.6.3 or inferior, it can be set with values.
>
> Here is an example on *websecure* entrypoint:
>
> ```yaml
> ports:
> websecure:
> http:
> encodedCharacters:
> allowEncodedSlash: true
> allowEncodedBackSlash: true
> allowEncodedNullCharacter: true
> allowEncodedSemicolon: true
> allowEncodedPercent: true
> allowEncodedQuestionMark: true
> allowEncodedHash: true
> sanitizePath: false
> ```
>
> This is **not** recommended, it may expose you to [GHSA-gm3x-23wp-hc2c](https://github.com/traefik/traefik/security/advisories/GHSA-gm3x-23wp-hc2c ).
#### 💥 BREAKING CHANGES
- fix(providers)!: align labelSelector for kubernetesGateway and knative [#​1587](https://github.com/traefik/traefik-helm-chart/issues/1587 ) by [@​shubhamch71](https://github.com/shubhamch71 )
- fix(nginx)!: 🐛 align provider settings and provide required rbac [#​1596](https://github.com/traefik/traefik-helm-chart/issues/1596 ) by [@​mloiseleur](https://github.com/mloiseleur )
#### 🚀 Features
- feat(CRDs): update Traefik Hub to v1.24.1, with required RBACs [#​1571](https://github.com/traefik/traefik-helm-chart/issues/1571 ) by [@​jspdown](https://github.com/jspdown )
- feat(ports): enforce schema [#​1586](https://github.com/traefik/traefik-helm-chart/issues/1586 ) by [@​remyj38](https://github.com/remyj38 )
- feat(CRDs): update Traefik Hub to v1.24.2 [#​1585](https://github.com/traefik/traefik-helm-chart/issues/1585 ) by [@​traefiker](https://github.com/traefiker )
- feat(providers): ✨ enforce schema [#​1595](https://github.com/traefik/traefik-helm-chart/issues/1595 ) by [@​mloiseleur](https://github.com/mloiseleur )
- feat(security): ✨ 🔒 ️ add support for request path options of traefik 3.6.4+ [#​1594](https://github.com/traefik/traefik-helm-chart/issues/1594 ) by [@​mloiseleur](https://github.com/mloiseleur )
- feat(deps): update traefik docker tag to v3.6.4 [#​1590](https://github.com/traefik/traefik-helm-chart/issues/1590 ) by [@​renovate](https://github.com/renovate )\[bot]
- feat(deps): update traefik docker tag to v3.6.5 [#​1599](https://github.com/traefik/traefik-helm-chart/issues/1599 ) by [@​renovate](https://github.com/renovate )\[bot]
#### 🐛 Bug fixes
- fix: update error message for maxUnavailable validation [#​1591](https://github.com/traefik/traefik-helm-chart/issues/1591 ) by [@​lucasra1](https://github.com/lucasra1 )
- fix(notes): minor typo [#​1593](https://github.com/traefik/traefik-helm-chart/issues/1593 ) by [@​rndmh3ro](https://github.com/rndmh3ro )
- fix(pvc): allow empty storageClassName [#​1579](https://github.com/traefik/traefik-helm-chart/issues/1579 ) by [@​fopina](https://github.com/fopina )
- fix(providers): ✨ enforce schema for all providers [#​1601](https://github.com/traefik/traefik-helm-chart/issues/1601 ) by [@​mloiseleur](https://github.com/mloiseleur )
#### 📦 Others
- chore(deps): update actions/checkout action to v6 [#​1573](https://github.com/traefik/traefik-helm-chart/issues/1573 ) by [@​renovate](https://github.com/renovate )\[bot]
- docs: Update EXAMPLES.md with REGIONAL load balancer note for Digital Ocean [#​1574](https://github.com/traefik/traefik-helm-chart/issues/1574 ) by [@​kamikazechaser](https://github.com/kamikazechaser )
- chore(release): 🚀 publish traefik 38.0.0 and crds 1.13.0 [#​1600](https://github.com/traefik/traefik-helm-chart/issues/1600 ) by [@​mloiseleur](https://github.com/mloiseleur )
#### New Contributors
- [@​shubhamch71](https://github.com/shubhamch71 ) made their first contribution in [#​1587](https://github.com/traefik/traefik-helm-chart/pull/1587 )
- [@​kamikazechaser](https://github.com/kamikazechaser ) made their first contribution in [#​1574](https://github.com/traefik/traefik-helm-chart/pull/1574 )
- [@​lucasra1](https://github.com/lucasra1 ) made their first contribution in [#​1591](https://github.com/traefik/traefik-helm-chart/pull/1591 )
- [@​remyj38](https://github.com/remyj38 ) made their first contribution in [#​1586](https://github.com/traefik/traefik-helm-chart/pull/1586 )
- [@​rndmh3ro](https://github.com/rndmh3ro ) made their first contribution in [#​1593](https://github.com/traefik/traefik-helm-chart/pull/1593 )
- [@​fopina](https://github.com/fopina ) made their first contribution in [#​1579](https://github.com/traefik/traefik-helm-chart/pull/1579 )
**Full Changelog**: <https://github.com/traefik/traefik-helm-chart/compare/v37.4.0...v38.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2711
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-20 00:30:37 +00:00
ff834b3198
Update Helm release tailscale-operator to v1.92.4 ( #2703 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 1m53s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale ) | minor | `1.90.9` -> `1.92.4` |
---
### Release Notes
<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>
### [`v1.92.4`](https://github.com/tailscale/tailscale/compare/v1.92.3...v1.92.4 )
[Compare Source](https://github.com/tailscale/tailscale/compare/v1.92.3...v1.92.4 )
### [`v1.92.3`](https://github.com/tailscale/tailscale/releases/tag/v1.92.3 )
[Compare Source](https://github.com/tailscale/tailscale/compare/v1.90.9...v1.92.3 )
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2703
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-20 00:13:15 +00:00
10560876cc
Update Helm release traefik-crds to v1.13.0 ( #2710 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 9s
renovate / renovate (push) Successful in 1m46s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [traefik-crds](https://traefik.io/ ) ([source](https://github.com/traefik/traefik-helm-chart )) | minor | `1.12.0` -> `1.13.0` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2710
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-20 00:10:44 +00:00
c1c32a34ab
Update Helm release headlamp to v0.39.0 ( #2714 )
...
renovate / renovate (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [headlamp](https://headlamp.dev/ ) ([source](https://github.com/kubernetes-sigs/headlamp )) | minor | `0.38.0` -> `0.39.0` |
---
### Release Notes
<details>
<summary>kubernetes-sigs/headlamp (headlamp)</summary>
### [`v0.39.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.39.0 ): 0.39.0
[Compare Source](https://github.com/kubernetes-sigs/headlamp/compare/v0.38.0...v0.39.0 )
#### ✨ Enhancements:
- Add cluster column to CRD list. Thanks to [@​kahirokunn](https://github.com/kahirokunn )
- Add attach-based node debugger workflow that mirrors `kubectl debug-node`. Thanks to [@​dorser](https://github.com/dorser )
- Add count column to events list view
- Display Node and Loadbalancer ports in Service list view. Thanks to [@​jaehanbyun](https://github.com/jaehanbyun )
- Add missing details to Pod, ReplicaSet, NetworkPolicy, Namespace, Services and DaemonSets
- Open headlamp address in default browser when running in Headless mode
- Add support for adding custom header actions to project detail view
##### The CRD list view with cluster column
<img width="3644" height="2238" alt="Screenshot showing Custom Resource Instances table with highlighted Cluster column in Headlamp dashboard" src="https://github.com/user-attachments/assets/7c8a58f6-b2dc-4920-9a81-387cbe42c557 " />
##### Attach-based node debugger in Node detail view
<img width="2924" height="642" alt="Screenshot showing Headlamp node details page with Debug Node button highlighted" src="https://github.com/user-attachments/assets/dc0cfcce-c103-45e8-9575-f422bf5e893f " />
##### The events list view with the event count column
<img width="3644" height="2238" alt="Screenshot showing Headlamp Events table with highlighted Count column displaying event occurrence numbers" src="https://github.com/user-attachments/assets/3a100d11-a205-4900-9500-7c142e74598e " />
#### 🐞 Bug fixes
- Deduplicate CRDs in sidebar items. Thanks to @​kahirokunn
- Deduplicate namespaces from multi-cluster list in autocomplete. Thanks to @​kahirokunn
- Allow templating in Helm chart pod labels. Thanks to @​rickliujh
- Fix tooltip jittering issue. Thanks to @​jaehanbyun
- Fix image digests in Dockerfiles
- Replace custom contains with slices.Contains in Backend. Thanks to @​jongwooo
- Fix wrong apiVersion used when CRUDing a CustomResource. Thanks to @​damsien
- Fix Custom CA not being used when refreshing token. Thanks to @​mlbiam
- Fix useKubeObject to use standard websocket connection instead of multiplexed
- Fix the runCommand to properly take into account user and static plugins
- Fix errors caused due to null resource in Header actions. Thanks to @​kahirokunn
- Fix ReplicaSetGlance props to include Statefulset
- Fix ID and kind clashes in Map component
- Fix plugin watch doing a loop on mac
- Fix uninstalling plugins to use user's plugin directory instead of default plugins directory
#### 🌍 Internationalization
- Update chinese translations. Thanks to @​lou-lan and @​hsiangjenli
- Add i18n helper tools for extracting and copying translations
#### 🧩 Shipped Plugins
- Update shipped plugin Prometheus
- Update headlamp-plugin to 0.13.0
- Update shipped plugin Plugin Catalog (Desktop only)
- Update headlamp-plugin to 0.13.0
- Update shipped plugin App catalog (Desktop only)
- Fix artifacthub charts searching in App catalog plugin. Thanks to @​xqm32
- Update headlamp-plugin to 0.13.0
#### 💻 Development
- Update dependencies on plugins examples, app, pluginctl and frontend
- Add verify-image-digests make recipe for verifying image digests
- Update releaser cli to handle triggering app builds
- Add e2e test for in-cluster deployment
- Remove unused deps from headlamp-plugin
- Add Activity to pluginLib
#### 📖 Documentation
- Fix typo and missing links in docs. Thanks to @​BublikTV, @​SinghaAnirban005, and @​SQLJames
- Add User Guides, Development Guides, Learn and Develop sections to docs
- Add documentation and example for Activitiy feature that allows devs to create resizeable popup windows
- Add example showcasing how to register header functions to projects
#### 🛡️ Security
- [CVE-2025-14269](https://github.com/kubernetes-sigs/headlamp/issues/4282 ): Credential caching in Headlamp with non-default enableHelm option is true in in-cluster version of Headlamp and not Headlamp Desktop. Thanks brndstrp and [@​cji](https://github.com/cji )
**Full Changelog**: <https://github.com/kubernetes-sigs/headlamp/compare/v0.38.0...v0.39.0 >
<!-- end-release-notes -->
**Container image:** 🐳 [ghcr.io/headlamp-k8s/headlamp:v0.39.0](https://github.com/orgs/headlamp-k8s/packages/container/package/headlamp )
**Desktop Apps:**
🐧 [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp )
🐧 Linux AppImage [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-x64.AppImage ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-arm64.AppImage ), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-armv7l.AppImage )
🐧 Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-x64.tar.gz ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-arm64.tar.gz ), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-armv7l.tar.gz )
🐧 Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/headlamp_0.39.0-1_amd64.deb )
:green\_apple: [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-mac-x64.dmg )
:green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-mac-arm64.dmg )
:blue\_square: [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-win-x64.exe )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2714
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-20 00:09:34 +00:00
4b0bab7a06
Update ghcr.io/linuxserver/sonarr:4.0.16 Docker digest to 8b9f213 ( #2721 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 25s
renovate / renovate (push) Successful in 2m24s
2025-12-20 00:02:15 +00:00
7457bb998b
Update ollama/ollama Docker tag to v0.13.5 ( #2719 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 2m19s
2025-12-19 22:01:37 +00:00
df4bb9465b
Update gitea/gitea Docker tag to v1.25.3 ( #2717 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
lint-test-docker / lint-docker-compose (push) Successful in 19s
renovate / renovate (push) Successful in 1m36s
2025-12-19 20:02:21 +00:00
ae1d57f530
Update searxng/searxng:latest Docker digest to 13de9d4 ( #2715 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 14s
renovate / renovate (push) Successful in 1m43s
2025-12-19 18:02:24 +00:00
9d71ac1ce6
Update Helm release argo-cd to v9.1.9 ( #2712 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m46s
2025-12-19 13:02:19 +00:00
24fb17c23e
Update searxng/searxng:latest Docker digest to a83787d ( #2708 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m38s
2025-12-19 09:03:44 +00:00
cc2a4798c1
Update ghcr.io/jellyfin/jellyfin-vue:unstable Docker digest to e73edd4 ( #2706 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 51s
renovate / renovate (push) Successful in 3m23s
2025-12-19 03:03:32 +00:00
cfff1423dc
Update stalwartlabs/stalwart Docker tag to v0.15.1 ( #2704 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 3m2s
2025-12-18 17:02:55 +00:00
53c715cccd
scale to 0
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 50s
renovate / renovate (push) Successful in 2m9s
2025-12-17 22:33:07 -06:00
568f5bacee
add cache option
lint-test-helm / lint-helm (push) Successful in 37s
render-manifests-push / render-manifests-push (push) Successful in 50s
renovate / renovate (push) Successful in 1m11s
2025-12-17 22:27:21 -06:00
932562f8bc
disable init
2025-12-17 22:27:03 -06:00
fe682b1ab9
enable replica
lint-test-helm / lint-helm (push) Successful in 1m15s
renovate / renovate (push) Successful in 1m23s
render-manifests-push / render-manifests-push (push) Successful in 1m42s
2025-12-17 22:25:49 -06:00
5627211818
Merge branch 'main' of https://gitea.alexlebens.net/alexlebens/infrastructure
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 41s
renovate / renovate (push) Successful in 1m19s
2025-12-17 21:53:54 -06:00
d0596e2c3a
scale to 0
2025-12-17 21:53:50 -06:00
9680f59ff5
Update stalwartlabs/stalwart Docker tag to v0.15.0 ( #2672 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 1m17s
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [stalwartlabs/stalwart](https://github.com/stalwartlabs/stalwart ) | minor | `v0.14.1` -> `v0.15.0` | `v0.15.1` |
---
### Release Notes
<details>
<summary>stalwartlabs/stalwart (stalwartlabs/stalwart)</summary>
### [`v0.15.0`](https://github.com/stalwartlabs/stalwart/releases/tag/v0.15.0 )
[Compare Source](https://github.com/stalwartlabs/stalwart/compare/v0.14.1...v0.15.0 )
#### \[0.15.0] - 2025-12-16
This version includes **multiple breaking changes**. Please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md ) for more information on how to upgrade from previous versions.
#### Added
- Linear spam classifier using FTRL-Proximal and feature/cuckoo hashing.
- Meilisearch store backend implementation ([#​1482](https://github.com/stalwartlabs/stalwart/issues/1482 )).
- PostgreSQL and mySQL native full-text search support.
- Multiple performance improvements and database access optimizations.
- Encryption-at-rest: Spam training privacy setting.
- Enterprise: Undelete e-mail feature now includes From/Subject/Received information.
- IMAP: Implemented new keywords and mailbox attributes described in [draft-ietf-mailmaint-messageflag-mailboxattribute-13](https://datatracker.ietf.org/doc/html/draft-ietf-mailmaint-messageflag-mailboxattribute-13 )
#### Changed
- IMAP: Always return special use flags in responses.
#### Fixed
- JMAP: `FileNode/set` fails to delete files ([#​2485](https://github.com/stalwartlabs/stalwart/issues/2485 )).
- JMAP: Return error when using `blobId` in JSContact and JSCalendar ([#​2431](https://github.com/stalwartlabs/stalwart/issues/2431 )).
- Directory: Deletion of list or domain issues ([#​2415](https://github.com/stalwartlabs/stalwart/issues/2415 )).
- MTA: Headers and body stripped from mail delivery subsystem failure notifications ([#​2344](https://github.com/stalwartlabs/stalwart/issues/2344 )).
- MTA: Hooks only run if sieve script, milter or rewrite is configured ([#​2317](https://github.com/stalwartlabs/stalwart/issues/2317 )).
- Autodiscover: Endpoint should be case insensitive ([#​2440](https://github.com/stalwartlabs/stalwart/issues/2440 )).
- Housekeeper: Panic during DST transition ([#​2366](https://github.com/stalwartlabs/stalwart/issues/2366 )).
- Import/Export: Fix import/export utility ([#​1882](https://github.com/stalwartlabs/stalwart/issues/1882 )).
- Enterprise: Remove tenant admin permissions when license is invalid.
<hr />
##### Check binary attestation at [here](https://github.com/stalwartlabs/stalwart/attestations/15221862 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2672
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 03:36:17 +00:00
575268e13f
revert
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 30s
renovate / renovate (push) Successful in 1m14s
2025-12-17 21:31:58 -06:00
295f6833b9
downgrade
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 2m20s
renovate / renovate (push) Has been cancelled
2025-12-17 21:30:13 -06:00
451793e158
Update volsync-target Docker tag to v0.6.0 ( #2695 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Successful in 1m24s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [volsync-target](https://github.com/backube/volsync ) | minor | `0.5.0` -> `0.6.0` |
---
### Release Notes
<details>
<summary>backube/volsync (volsync-target)</summary>
### [`v0.6.0`](https://github.com/backube/volsync/blob/HEAD/CHANGELOG.md#060 )
[Compare Source](https://github.com/backube/volsync/compare/v0.5.0...v0.6.0 )
##### Added
- restic - allow passing in GOOGLE\_APPLICATION\_CREDENTIALS as a file
##### Changed
- ⚠️ Breaking change ⚠️ - Helm chart now manages VolSync CRDs
directly.\
Upgrading the VolSync Helm chart from an earlier version will produce the
following error:
```
Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "replicationdestinations.volsync.backube" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "volsync"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "volsync-system"
```
To fix, apply the missing labels and annotations as mentioned in the error
message (your values may differ), then retry the upgrade:
```console
$ kubectl label crd/replicationdestinations.volsync.backube app.kubernetes.io/managed-by=Helm
customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube labeled
$ kubectl label crd/replicationsources.volsync.backube app.kubernetes.io/managed-by=Helm
customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube labeled
$ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-name=volsync
customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated
$ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-name=volsync
customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated
$ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-namespace=volsync-system
customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated
$ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-namespace=volsync-system
customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated
```
- VolSync privileged mover SCC installed at startup on OpenShift
- Syncthing upgraded to 1.22.1
- Updates to build with golang 1.19
##### Fixed
- ReplicationSource fixes for rsync, rclone and restic to enable mounting
ROX source PVCs as read-only
##### Security
- rclone mover updated to run with reduced privileges by default
- restic mover updated to run with reduced privileges by default
- syncthing mover updated to run with reduced privileges by default
- kube-rbac-proxy upgraded to 0.13.1
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #2695
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 03:21:13 +00:00
7ea4f241f2
add helm cache
renovate / renovate (push) Successful in 1m44s
2025-12-17 21:15:42 -06:00
0296852911
Update ghcr.io/linuxserver/code-server Docker tag to v4.107.0 ( #2692 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 3m51s
2025-12-18 02:41:30 +00:00
6704b356fe
Update Helm release grafana-operator to v5.21.3 ( #2690 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-18 02:41:14 +00:00
440fa3d707
Update alpine Docker tag to v3.23.2 ( #2689 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Has been cancelled
2025-12-18 02:40:42 +00:00
f73737e265
Update ghcr.io/tecnativa/docker-socket-proxy Docker tag to v0.4.2 ( #2646 )
...
lint-test-docker / lint-docker-compose (push) Successful in 15s
renovate / renovate (push) Successful in 1m3s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy ) | patch | `v0.4.1` -> `v0.4.2` |
---
### Release Notes
<details>
<summary>Tecnativa/docker-socket-proxy (ghcr.io/tecnativa/docker-socket-proxy)</summary>
### [`v0.4.2`](https://github.com/Tecnativa/docker-socket-proxy/releases/tag/v0.4.2 )
[Compare Source](https://github.com/Tecnativa/docker-socket-proxy/compare/v0.4.1...v0.4.2 )
#### What's Changed
- Add touch command to create /var/lib/haproxy/server-state by [@​esabol](https://github.com/esabol ) in [#​163](https://github.com/Tecnativa/docker-socket-proxy/pull/163 )
#### New Contributors
- [@​esabol](https://github.com/esabol ) made their first contribution in [#​163](https://github.com/Tecnativa/docker-socket-proxy/pull/163 )
**Full Changelog**: <https://github.com/Tecnativa/docker-socket-proxy/compare/v0.4.1...v0.4.2 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #2646
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:34:05 +00:00
4875887563
Update Helm release tailscale-operator to v1.92.3 ( #2670 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale ) | minor | `1.90.9` -> `1.92.3` |
---
### Release Notes
<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>
### [`v1.92.3`](https://github.com/tailscale/tailscale/releases/tag/v1.92.3 )
[Compare Source](https://github.com/tailscale/tailscale/compare/v1.90.9...v1.92.3 )
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2670
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:33:31 +00:00
7d4cdb9f67
Update ghcr.io/karakeep-app/karakeep Docker tag to v0.29.3 ( #2642 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/karakeep-app/karakeep](https://github.com/karakeep-app/karakeep ) | patch | `0.29.1` -> `0.29.3` |
---
### Release Notes
<details>
<summary>karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)</summary>
### [`v0.29.3`](https://github.com/karakeep-app/karakeep/releases/tag/v0.29.3 ): 0.29.3
[Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.29.2...v0.29.3 )
Well. Upgrading Nextjs one more time to patch CVE-2025-67779.
### [`v0.29.2`](https://github.com/karakeep-app/karakeep/releases/tag/v0.29.2 ): 0.29.2
[Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.29.1...v0.29.2 )
Upgrading Nextjs to patch two new vulnerabilities in react CVE-2025-55184 & CVE-2025-55183. This is on top of the critical vulnerability (CVE-2025-66478) that was patched in 0.29.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #2642
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:33:19 +00:00
6186b42eed
Update ghcr.io/unpoller/unpoller Docker tag to v2.19.0 ( #2669 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller ) | minor | `v2.18.0` -> `v2.19.0` |
---
### Release Notes
<details>
<summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary>
### [`v2.19.0`](https://github.com/unpoller/unpoller/releases/tag/v2.19.0 )
[Compare Source](https://github.com/unpoller/unpoller/compare/v2.18.0...v2.19.0 )
#### Changelog
- [`9ba7ddc`](9ba7ddcd11 ) Merge pull request [#​898](https://github.com/unpoller/unpoller/issues/898 ) from unpoller/issue-350-counters
- [`a00aeb2`](a00aeb2eb5 ) Add byte counters for InfluxDB and Prometheus outputs (issue [#​350](https://github.com/unpoller/unpoller/issues/350 ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2669
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:32:26 +00:00
844f726332
Update ghcr.io/tailscale/tailscale Docker tag to v1.92.3 ( #2667 )
...
renovate / renovate (push) Has been cancelled
lint-test-docker / lint-docker-compose (push) Successful in 33s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker ) ([source](https://github.com/tailscale/tailscale )) | minor | `v1.90.9` -> `v1.92.3` |
---
### Release Notes
<details>
<summary>tailscale/tailscale (ghcr.io/tailscale/tailscale)</summary>
### [`v1.92.3`](https://github.com/tailscale/tailscale/releases/tag/v1.92.3 )
[Compare Source](https://github.com/tailscale/tailscale/compare/v1.90.9...v1.92.3 )
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #2667
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:32:04 +00:00
08a3c21d30
Update ghcr.io/booklore-app/booklore Docker tag to v1.14.1 ( #2665 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore ) | minor | `v1.13.2` -> `v1.14.1` |
---
### Release Notes
<details>
<summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary>
### [`v1.14.1`](https://github.com/booklore-app/booklore/releases/tag/v1.14.1 )
[Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.2...v1.14.1 )
#### 🌟 What's New in v1.14.1
The v1.14.1 release is packed with lots upgrades, brand-new capabilities, and a long list of quality-of-life improvements. Here are the headline features you’ll notice right away:
1. **Custom SVG Icons**: Libraries, shelves, and magic shelves can now have fully custom SVG icons, giving users complete creative freedom and a far richer visual experience.
2. **Personal Book Ratings**: Ratings are now truly personal. Each user has their own individual rating for every book. (Thanks to [@​Muppetteer](https://github.com/Muppetteer ))
3. **EPUB Reader Bookmarks**: The EPUB reader now supports bookmarks, making it easier than ever to mark important passages and jump back to them later. (Thanks to [@​balazs-szucs](https://github.com/balazs-szucs ))
4. **Automatic Kobo Shelf Sync**: Newly added books can now be automatically added to your Kobo shelf, no more manual syncing or missed additions. (Thanks to [@​armandocerna](https://github.com/armandocerna ))
5. **OPDS Author Hierarchy**: OPDS feeds now offer a complete author hierarchy, letting you quickly explore and navigate books by your favorite authors. (Thanks to [@​shiggsy365](https://github.com/shiggsy365 ))
#### 🚀 New Features
- Add support for uploading and assigning custom SVG icons to libraries… ([#​1788](https://github.com/booklore-app/booklore/issues/1788 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Automatically add newly added books to Kobo shelf ([#​1826](https://github.com/booklore-app/booklore/issues/1826 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Per user personal ratings ([#​1820](https://github.com/booklore-app/booklore/issues/1820 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Random sort option for libraries and shelves ([#​1817](https://github.com/booklore-app/booklore/issues/1817 )) by [@​Muppetteer](https://github.com/Muppetteer )
- feat(bookmark): implement bookmark management with CRUD operations ([#​1795](https://github.com/booklore-app/booklore/issues/1795 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add authors hierarchy and series metadata to OPDS feed ([#​1777](https://github.com/booklore-app/booklore/issues/1777 )) by [@​shiggsy365](https://github.com/shiggsy365 )
#### ✨ Enhancements
- feat(search): Add denormalized search\_text column for better book search ([#​1791](https://github.com/booklore-app/booklore/issues/1791 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Enable java remote debug on dev docker stack ([#​1808](https://github.com/booklore-app/booklore/issues/1808 )) by [@​Muppetteer](https://github.com/Muppetteer )
- fix(book-card): add menu toggle events and update styles for open state ([#​1813](https://github.com/booklore-app/booklore/issues/1813 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Allow uploading multiple SVG icons and render them directly as inline… ([#​1796](https://github.com/booklore-app/booklore/issues/1796 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- fix(book-card): indicate collapse series number on the library tooltip ([#​1800](https://github.com/booklore-app/booklore/issues/1800 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Feat: Improve metadata edit UI ([#​1792](https://github.com/booklore-app/booklore/issues/1792 )) by [@​Muppetteer](https://github.com/Muppetteer )
- fix(epub): fix and improve cover image extraction from EPUB files (specifically support for: EPUB 3 specification) ([#​1773](https://github.com/booklore-app/booklore/issues/1773 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add OIDC mobile redirect support for mobile apps ([#​1767](https://github.com/booklore-app/booklore/issues/1767 )) by [@​rmellmer](https://github.com/rmellmer )
- Improve bookdrop UI ([#​1768](https://github.com/booklore-app/booklore/issues/1768 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Feat: Hide empty filter categories from sidebar ([#​1759](https://github.com/booklore-app/booklore/issues/1759 )) by [@​Muppetteer](https://github.com/Muppetteer )
#### 🐛 Bug Fixes
- fix(bookdrop): fix 'Select All' query logic and improve filename fallback for missing metadata ([#​1828](https://github.com/booklore-app/booklore/issues/1828 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Fix vertical overflow on metadata edit form dialog: part deux ([#​1816](https://github.com/booklore-app/booklore/issues/1816 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Fix issues with library scans and file moves with a focus on SMB usage ([#​1744](https://github.com/booklore-app/booklore/issues/1744 )) by [@​CounterClops](https://github.com/CounterClops )
- Fix vertical overflow on metadata edit form dialog ([#​1810](https://github.com/booklore-app/booklore/issues/1810 )) by [@​Muppetteer](https://github.com/Muppetteer )
- fix(metadata): Fix genre/category disappearing bug in metadata updates ([#​1807](https://github.com/booklore-app/booklore/issues/1807 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Fix: locking fields discards unsaved changes ([#​1799](https://github.com/booklore-app/booklore/issues/1799 )) by [@​Muppetteer](https://github.com/Muppetteer )
- fix(path): remove trailing dots from path components for Windows compatibility ([#​1786](https://github.com/booklore-app/booklore/issues/1786 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(bookdrop): improve file filtering to ignore .caltrash (calibre generated trash file) ([#​1785](https://github.com/booklore-app/booklore/issues/1785 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Fix: Assign Books to Shelves popup visually broken ([#​1783](https://github.com/booklore-app/booklore/issues/1783 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Fix: script error preventing clearing of multi-select fields ([#​1756](https://github.com/booklore-app/booklore/issues/1756 )) by [@​Muppetteer](https://github.com/Muppetteer )
- hotfix(auth): add missing EC algo for Authentik, manually increase timeout limit ([#​1747](https://github.com/booklore-app/booklore/issues/1747 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
#### 🛠️ Refactoring & Maintenance
- refactor(api): minor QOL updates, code modernization ([#​1802](https://github.com/booklore-app/booklore/issues/1802 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- delete broken (legacy?) github discussions link in contributing.md ([#​1805](https://github.com/booklore-app/booklore/issues/1805 )) by [@​JuergenFleiss](https://github.com/JuergenFleiss )
- docs: update license information from MIT to GPL-3.0 in CONTRIBUTING.md ([#​1803](https://github.com/booklore-app/booklore/issues/1803 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add loader for long running operations ([#​1790](https://github.com/booklore-app/booklore/issues/1790 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Configureable delimiter for remote auth groups ([#​1782](https://github.com/booklore-app/booklore/issues/1782 )) by [@​aroberts](https://github.com/aroberts )
- Add missing field for Kobo OverDrive expiration check ([#​1774](https://github.com/booklore-app/booklore/issues/1774 )) by [@​jose-elias-alvarez](https://github.com/jose-elias-alvarez )
- fix(bookdrop): ignore dot and underscore files during monitoring ([#​1771](https://github.com/booklore-app/booklore/issues/1771 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
#### 🐳 Docker Images
- **Docker Hub:** `booklore/booklore:v1.14.0`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.14.0`
**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.2...v1.14.0 >
#### 📸 Screenshots:






</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2665
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:31:24 +00:00
3be7a96b6f
Update ghcr.io/autobrr/qui Docker tag to v1.10.0 ( #2664 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.9.1` -> `v1.10.0` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.10.0`](https://github.com/autobrr/qui/releases/tag/v1.10.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.9.1...v1.10.0 )
#### Changelog
##### New Features
- [`f2b17e6`](f2b17e6a36 ): feat(config): add SESSION\_SECRET\_FILE env var ([#​661](https://github.com/autobrr/qui/issues/661 )) ([@​undefined-landmark](https://github.com/undefined-landmark ))
- [`f5ede56`](f5ede56c42 ): feat(crossseed): add RSS source filters for categories and tags ([#​757](https://github.com/autobrr/qui/issues/757 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`9dee7bb`](9dee7bb2cf ): feat(crossseed): add Unicode normalization for title and file matching ([#​742](https://github.com/autobrr/qui/issues/742 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`d44058f`](d44058fa65 ): feat(crossseed): add skip auto-resume settings per mode ([#​755](https://github.com/autobrr/qui/issues/755 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`9e3534a`](9e3534a4d6 ): feat(crossseed): add webhook source filters for categories and tags ([#​763](https://github.com/autobrr/qui/issues/763 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`c8bbe07`](c8bbe078ec ): feat(crossseed): only poll status endpoints when features are enabled ([#​738](https://github.com/autobrr/qui/issues/738 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`fda8101`](fda81015f3 ): feat(sidebar): add size tooltips and deduplicate cross-seed sizes ([#​724](https://github.com/autobrr/qui/issues/724 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e4c0556`](e4c0556913 ): feat(torrent): add sequential download toggles ([#​776](https://github.com/autobrr/qui/issues/776 )) ([@​rare-magma](https://github.com/rare-magma ))
- [`2a43f15`](2a43f15fd4 ): feat(torrents): autocomplete paths ([#​634](https://github.com/autobrr/qui/issues/634 )) ([@​rare-magma](https://github.com/rare-magma ))
- [`1c07b33`](1c07b336a5 ): feat(torrents): replace filtered speeds with global ([#​745](https://github.com/autobrr/qui/issues/745 )) ([@​jabloink](https://github.com/jabloink ))
- [`cd0deee`](cd0deee8cf ): feat(tracker): add per-domain stats inclusion toggle for merged trackers ([#​781](https://github.com/autobrr/qui/issues/781 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b6a6200`](b6a6200968 ): feat(web): add Size column to Tracker Breakdown table ([#​770](https://github.com/autobrr/qui/issues/770 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`560071b`](560071bebb ): feat(web): add zebra striping to torrent table ([#​726](https://github.com/autobrr/qui/issues/726 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f8f65a8`](f8f65a8b6c ): feat(web): improve auto-search on completion UX ([#​743](https://github.com/autobrr/qui/issues/743 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e36312f`](e36312fe35 ): feat(web): improve torrent selection UX with unified click and escape behavior ([#​782](https://github.com/autobrr/qui/issues/782 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`27c1daa`](27c1daa56e ): feat(web): napster theme ([#​728](https://github.com/autobrr/qui/issues/728 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e3950de`](e3950de657 ): feat(web): new torrent details panel for desktop ([#​760](https://github.com/autobrr/qui/issues/760 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6c66ba5`](6c66ba50bb ): feat(web): persist tab state in URL for CrossSeed and Settings pages ([#​775](https://github.com/autobrr/qui/issues/775 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`59884a9`](59884a9461 ): feat(web): share tracker customizations with filtersidebar ([#​717](https://github.com/autobrr/qui/issues/717 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Bug Fixes
- [`fafd278`](fafd278c76 ): fix(api): add webhook source filter fields to PATCH settings endpoint ([#​774](https://github.com/autobrr/qui/issues/774 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`bdf0339`](bdf03399ce ): fix(api): support apikey query param with custom base URL ([#​748](https://github.com/autobrr/qui/issues/748 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`c3c8d66`](c3c8d662af ): fix(crossseed): compare Site and Sum fields for anime releases ([#​769](https://github.com/autobrr/qui/issues/769 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`cb4c965`](cb4c965b68 ): fix(crossseed): detect file name differences and fix hasExtraSourceFiles ([#​741](https://github.com/autobrr/qui/issues/741 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`fd9e054`](fd9e054f68 ): fix(crossseed): fix batch completion searches and remove legacy settings ([#​744](https://github.com/autobrr/qui/issues/744 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`26706a0`](26706a079c ): fix(crossseed): normalize punctuation in title matching ([#​718](https://github.com/autobrr/qui/issues/718 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`db30566`](db30566141 ): fix(crossseed): rename files before folder to avoid path conflicts ([#​752](https://github.com/autobrr/qui/issues/752 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`8886ac4`](8886ac4c9f ): fix(crossseed): resolve category creation race condition and relax autoTMM ([#​767](https://github.com/autobrr/qui/issues/767 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f8f2a05`](f8f2a05988 ): fix(crossseed): support game scene releases with RAR files ([#​768](https://github.com/autobrr/qui/issues/768 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`918adee`](918adeec9f ): fix(crossseed): treat x264/H.264/H264/AVC as equivalent codecs ([#​766](https://github.com/autobrr/qui/issues/766 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`c4b1f0a`](c4b1f0ab57 ): fix(dashboard): merge tracker customizations with duplicate displayName ([#​751](https://github.com/autobrr/qui/issues/751 )) ([@​jabloink](https://github.com/jabloink ))
- [`3c6e0f9`](3c6e0f9cae ): fix(license): remove redundant validation call after activation ([#​749](https://github.com/autobrr/qui/issues/749 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`a9c7754`](a9c7754d49 ): fix(reannounce): simplify tracker detection to match qbrr logic ([#​746](https://github.com/autobrr/qui/issues/746 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`3baa007`](3baa007b6e ): fix(rss): skip download when torrent already exists by infohash ([#​715](https://github.com/autobrr/qui/issues/715 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`55d0ccc`](55d0ccca5c ): fix(swagger): respect base URL for API docs routes ([#​758](https://github.com/autobrr/qui/issues/758 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`47695fd`](47695fd252 ): fix(web): add height constraint to filter sidebar wrapper for proper scrolling ([#​778](https://github.com/autobrr/qui/issues/778 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`4b3bfea`](4b3bfeae6e ): fix(web): default torrent format to v1 in creator dialog ([#​723](https://github.com/autobrr/qui/issues/723 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2d54b79`](2d54b79551 ): fix(web): pin submit button in Services sheet footer ([#​756](https://github.com/autobrr/qui/issues/756 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2bcd6a3`](2bcd6a348f ): fix(web): preserve folder collapse state during file tree sync ([#​740](https://github.com/autobrr/qui/issues/740 )) ([@​ewenjo](https://github.com/ewenjo ))
- [`57f3f1d`](57f3f1dc70 ): fix(web): sort Peers column by total peers instead of connected ([#​759](https://github.com/autobrr/qui/issues/759 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`53a8818`](53a8818fac ): fix(web): sort Seeds column by total seeds instead of connected ([#​747](https://github.com/autobrr/qui/issues/747 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`d171915`](d171915768 ): fix(web): sort folders before files in torrent file tree ([#​764](https://github.com/autobrr/qui/issues/764 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Other Changes
- [`172b4aa`](172b4aa690 ): chore(assets): replace napster.svg with napster.png for logo update ([@​s0up4200](https://github.com/s0up4200 ))
- [`dc83102`](dc83102fa0 ): chore(deps): bump the github group with 3 updates ([#​761](https://github.com/autobrr/qui/issues/761 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`75357d3`](75357d3bf3 ): chore: fix napster logo ([@​s0up4200](https://github.com/s0up4200 ))
- [`206c4b2`](206c4b2f2c ): refactor(web): extract CrossSeed completion to accordion component ([#​762](https://github.com/autobrr/qui/issues/762 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.9.1...v1.10.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.10.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2664
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:30:18 +00:00
68db4416a5
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2512.0 ( #2660 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| dock.mau.dev/mautrix/whatsapp | minor | `v0.2511.0` -> `v0.2512.0` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #2660
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:29:24 +00:00
ea753b2d8c
Update Helm release meilisearch to v0.19.0 ( #2594 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 1m12s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch ) ([source](https://github.com/meilisearch/meilisearch-kubernetes )) | minor | `0.18.0` -> `0.19.0` |
---
### Release Notes
<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>
### [`v0.19.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.19.0 )
[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.18.0...meilisearch-0.19.0 )
A Helm chart for the Meilisearch search engine
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2594
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:27:51 +00:00
4389021550
Update Helm release grafana-operator to v5.21.1 ( #2591 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [grafana-operator](https://github.com/grafana/helm-charts ) | minor | `v5.20.0` -> `5.21.1` | `5.21.3` (+1) |
---
### Release Notes
<details>
<summary>grafana/helm-charts (grafana-operator)</summary>
### [`v5.21.1`](https://github.com/grafana/helm-charts/releases/tag/grafana-operator-5.21.1 )
[Compare Source](https://github.com/grafana/helm-charts/compare/grafana-operator-v5.20.0...grafana-operator-5.21.1 )
Helm chart for the [grafana-operator](https://github.com/grafana/grafana-operator )
Tag on source: <https://github.com/grafana/grafana-operator/releases/tag/v5.21.1 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2591
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-18 02:27:07 +00:00
1176459697
increase timeout
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 22s
renovate / renovate (push) Has been cancelled
2025-12-17 20:26:07 -06:00
f075a9db30
add health probe
lint-test-helm / lint-helm (push) Successful in 9s
render-manifests-push / render-manifests-push (push) Successful in 18s
renovate / renovate (push) Successful in 2m31s
2025-12-17 20:22:57 -06:00
6a62be401e
fix handling
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 38s
renovate / renovate (push) Successful in 2m15s
2025-12-17 20:09:56 -06:00
a9b5c12035
capture status code
lint-test-helm / lint-helm (push) Successful in 8s
render-manifests-push / render-manifests-push (push) Successful in 23s
renovate / renovate (push) Successful in 2m29s
2025-12-17 19:53:10 -06:00
0cfa2af500
update script
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 20s
renovate / renovate (push) Successful in 2m42s
2025-12-17 19:36:42 -06:00
7104bc3e9a
update chart
render-manifests-push / render-manifests-push (push) Successful in 1m8s
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 2m33s
2025-12-17 19:11:14 -06:00
735d4eb442
update chart
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 1m26s
renovate / renovate (push) Successful in 2m48s
2025-12-17 18:59:01 -06:00