5810f78321
Update actions/checkout action to v5
lint-test-helm / helm-lint (pull_request) Failing after 14s
2025-08-13 22:14:49 +00:00
b7275e592f
Update directus/directus Docker tag to v11.10.2 ( #1207 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m19s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus ) | patch | `11.10.0` -> `11.10.2` |
---
### Release Notes
<details>
<summary>directus/directus (directus/directus)</summary>
### [`v11.10.2`](https://github.com/directus/directus/releases/tag/v11.10.2 )
[Compare Source](https://github.com/directus/directus/compare/v11.10.1...v11.10.2 )
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app )**
- Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor ([#​25678](https://github.com/directus/directus/pull/25678 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/api](https://github.com/directus/api )**
- Fixed failed Directus startup caused by additional arguments to the `start` command ([#​25675](https://github.com/directus/directus/pull/25675 ) by [@​hanneskuettner](https://github.com/hanneskuettner ))
##### 📦 Published Versions
- `@directus/app@13.13 .1`
- `@directus/api@29.1.1`
### [`v11.10.1`](https://github.com/directus/directus/releases/tag/v11.10.1 )
[Compare Source](https://github.com/directus/directus/compare/v11.10.0...v11.10.1 )
##### ⚠️ Potential Breaking Changes
**Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ))**
The services exposed to API extensions using TypeScript are now fully typed instead of `any`, which may cause new type errors when building extensions.
Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before:
- The ItemsService constructor now expects the collection name to be a `string` and will error on `string | undefined` (or other unions).
- Similarly, functions like `service.readOne()`/`service.readMany()` now expect `string | number` for their primary keys and will error for nullable types
As a workaround, casting the services back to `any` will result in the original behavior. However, it is recommended to resolve the type errors instead.
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
##### ✨ New Features & Improvements
- **[@​directus/app](https://github.com/directus/app )**
- Added new error operation to Flows ([#​25558](https://github.com/directus/directus/pull/25558 ) by [@​licitdev](https://github.com/licitdev ))
- **[@​directus/api](https://github.com/directus/api )**
- Added new error operation to Flows ([#​25558](https://github.com/directus/directus/pull/25558 ) by [@​licitdev](https://github.com/licitdev ))
- Added support for `private_key_jwt` auth method in OpenID driver ([#​25644](https://github.com/directus/directus/pull/25644 ) by [@​licitdev](https://github.com/licitdev ))
- Added the ability to override the email `from` property ([#​25459](https://github.com/directus/directus/pull/25459 ) by [@​jekuer](https://github.com/jekuer ))
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app )**
- Ensured user language is set on hydrate ([#​25647](https://github.com/directus/directus/pull/25647 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Ensured RTL support for the transform property in certain components ([#​25652](https://github.com/directus/directus/pull/25652 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed an issue for empty states not being centered in RTL languages ([#​25636](https://github.com/directus/directus/pull/25636 ) by [@​that1matt](https://github.com/that1matt ))
- Enabled text selection in the studio ([#​25510](https://github.com/directus/directus/pull/25510 ) by [@​gloriarodrife](https://github.com/gloriarodrife ))
- Fixed an issue where the theme overrides interface would be rendered RTL in RTL languages ([#​25633](https://github.com/directus/directus/pull/25633 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed an issue that would render english code as RTL in RTL language mode ([#​25641](https://github.com/directus/directus/pull/25641 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed an issue that would cause the code editor interface to fail when the language prop was set to null ([#​25595](https://github.com/directus/directus/pull/25595 ) by [@​copilot-swe-agent](https://github.com/copilot-swe-agent ))
- Fix v-resizeable dragging for RTL vs LTR ([#​25659](https://github.com/directus/directus/pull/25659 ) by [@​AlexGaillard](https://github.com/AlexGaillard ))
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed an issue that would cause the table header columns to resize in the wrong direction when using rtl languages ([#​25631](https://github.com/directus/directus/pull/25631 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Ensured that labels for data fields always display in batch mode ([#​25619](https://github.com/directus/directus/pull/25619 ) by [@​formfcw](https://github.com/formfcw ))
- Updated dependency form-data ([#​25579](https://github.com/directus/directus/pull/25579 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Standardized batch mode for raw group fields ([#​25600](https://github.com/directus/directus/pull/25600 ) by [@​timio23](https://github.com/timio23 ))
- **[@​directus/api](https://github.com/directus/api )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Updated dependency form-data ([#​25579](https://github.com/directus/directus/pull/25579 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Updated dependency tar-fs ([#​25338](https://github.com/directus/directus/pull/25338 ) by [@​br41nslug](https://github.com/br41nslug ))
- Fixed admin users email not trimmed on project initialization ([#​25465](https://github.com/directus/directus/pull/25465 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Upgraded rolldown from from 1.0.0-beta.30 to 1.0.0-beta.31 ([#​25607](https://github.com/directus/directus/pull/25607 ) by [@​dependabot](https://github.com/dependabot ))
- **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/extensions-registry](https://github.com/directus/extensions-registry )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25563](https://github.com/directus/directus/pull/25563 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3 )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/composables](https://github.com/directus/composables )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/extensions](https://github.com/directus/extensions )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/constants](https://github.com/directus/constants )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- **[@​directus/storage](https://github.com/directus/storage )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- **[@​directus/errors](https://github.com/directus/errors )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Moved dependency ([#​25562](https://github.com/directus/directus/pull/25562 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/themes](https://github.com/directus/themes )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/types](https://github.com/directus/types )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/sdk](https://github.com/directus/sdk )**
- Added TypeScript support for services within the extension context ([#​25368](https://github.com/directus/directus/pull/25368 ) by [@​that1matt](https://github.com/that1matt ))
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/pressure](https://github.com/directus/pressure )**
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/memory](https://github.com/directus/memory )**
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/stores](https://github.com/directus/stores )**
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/utils](https://github.com/directus/utils )**
- Upgraded dependencies ([#​25583](https://github.com/directus/directus/pull/25583 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Upgraded tmp dependency from 0.2.3 to 0.2.4 ([#​25634](https://github.com/directus/directus/pull/25634 ) by [@​dependabot](https://github.com/dependabot ))
- **[@​directus/release-notes-generator](https://github.com/directus/release-notes-generator )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/update-check](https://github.com/directus/update-check )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/validation](https://github.com/directus/validation )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/schema](https://github.com/directus/schema )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed an issue that could report indexed falsy as enabled for mysql columns with the same name in different schemas ([#​25650](https://github.com/directus/directus/pull/25650 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/specs](https://github.com/directus/specs )**
- Upgraded dependencies ([#​25580](https://github.com/directus/directus/pull/25580 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **create-directus-project**
- Upgrade dependencies ([#​25559](https://github.com/directus/directus/pull/25559 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Upgraded dependencies ([#​25564](https://github.com/directus/directus/pull/25564 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/env](https://github.com/directus/env )**
- Upgrade dependencies ([#​25561](https://github.com/directus/directus/pull/25561 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
##### 📦 Published Versions
- `@directus/app@13.13 .0`
- `@directus/api@29.1.0`
- `@directus/composables@11.2.2`
- `@directus/constants@13.0.2`
- `create-directus-extension@11.0.17`
- `create-directus-project@12.0.2`
- `@directus/env@5.1.2`
- `@directus/errors@2.0.3`
- `@directus/extensions@3.0.9`
- `@directus/extensions-registry@3.0.9`
- `@directus/extensions-sdk@16.0.0`
- `@directus/memory@3.0.8`
- `@directus/pressure@3.0.8`
- `@directus/release-notes-generator@2.0.2`
- `@directus/schema@13.0.2`
- `@directus/schema-builder@0.0.4`
- `@directus/specs@11.1.1`
- `@directus/storage@12.0.1`
- `@directus/storage-driver-azure@12.0.8`
- `@directus/storage-driver-cloudinary@12.0.8`
- `@directus/storage-driver-gcs@12.0.8`
- `@directus/storage-driver-local@12.0.1`
- `@directus/storage-driver-s3@​12.0.8`
- `@directus/storage-driver-supabase@3.0.8`
- `@directus/stores@1.0.3`
- `@directus/system-data@3.2.1`
- `@directus/themes@1.1.4`
- `@directus/types@13.2.1`
- `@directus/update-check@13.0.2`
- `@directus/utils@13.0.9`
- `@directus/validation@2.0.8`
- `@directus/sdk@20.0.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
Reviewed-on: #1207
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-13 22:13:44 +00:00
f6e704b8bd
Update Helm release matrix-synapse to v3.12.6
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-13 18:02:23 +00:00
958eee2e62
Update Helm release element-web to v1.4.17
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-08-13 18:02:12 +00:00
6a5c9627f2
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.5 ( #1214 )
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m52s
2025-08-13 14:02:10 +00:00
50c2d0df15
Update Helm release argo-workflows to v0.45.22
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 19s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m10s
2025-08-13 09:02:27 +00:00
d315faf621
Update ghcr.io/linuxserver/code-server:4.103.0 Docker digest to 88cb90d ( #1212 )
lint-test-helm / helm-lint (push) Successful in 23s
renovate / renovate (push) Successful in 1m40s
2025-08-13 03:02:46 +00:00
0924c0ab4c
Update d3fk/s3cmd:latest Docker digest to 020f108 ( #1211 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-13 03:02:35 +00:00
045012fb96
Update thewicklowwolf/lidatube Docker tag to v0.2.31 ( #1210 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m22s
2025-08-13 00:02:37 +00:00
3a43169683
Update ghcr.io/linuxserver/code-server Docker tag to v4.103.0
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Successful in 2m13s
2025-08-12 23:02:27 +00:00
8e802c0973
Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 591793a
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-12 23:02:02 +00:00
fd9d94b52f
downgrade image
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m49s
2025-08-12 16:37:35 -05:00
c5f4bda6d2
Update directus/directus Docker tag to v11.10.1
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m23s
2025-08-12 21:01:56 +00:00
8f8804c37b
Update kube-prometheus-stack Docker tag to v76.3.0 ( #1205 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
2025-08-12 19:02:31 +00:00
412e63d062
Update ghcr.io/onedr0p/exportarr Docker tag to v2.3.0 ( #1201 )
...
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m50s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://github.com/onedr0p/exportarr ) | minor | `v2.2.0` -> `v2.3.0` |
---
### Release Notes
<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>
### [`v2.3.0`](https://github.com/onedr0p/exportarr/releases/tag/v2.3.0 )
[Compare Source](https://github.com/onedr0p/exportarr/compare/v2.2.0...v2.3.0 )
##### What's Changed
- Build binaries for windows by [@​Cyb3r-Jak3](https://github.com/Cyb3r-Jak3 ) in https://github.com/onedr0p/exportarr/pull/355
- fix(deps): update module golang.org/x/sync to v0.14.0 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/357
- chore(deps): update golangci/golangci-lint-action action to v8 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/356
- chore(deps): update dependency go to v1.24.3 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/358
- chore(deps): update golang docker tag to v1.24.3 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/359
- fix(deps): update module github.com/gookit/validate to v1.5.5 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/360
- chore(deps): update dependency go to v1.24.4 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/361
- chore(deps): update golang docker tag to v1.24.4 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/362
- fix(deps): update module golang.org/x/sync to v0.15.0 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/363
- fix(deps): update module github.com/knadh/koanf/providers/posflag to v1.0.1 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/365
- chore(deps): update dependency go to v1.24.5 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/368
- fix(deps): update module golang.org/x/sync to v0.16.0 - autoclosed by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/370
- fix(deps): update module github.com/spf13/pflag to v1.0.7 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/371
- chore(deps): update golang docker tag to v1.24.5 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/369
- fix(deps): update module github.com/knadh/koanf/v2 to v2.2.2 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/366
- fix(deps): update module github.com/prometheus/client\_golang to v1.23.0 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/372
- chore(deps): update actions/checkout action to v5 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/376
- chore(deps): update dependency go to v1.24.6 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/373
- chore(deps): update golang docker tag to v1.24.6 by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/onedr0p/exportarr/pull/374
- Track total count of episodes with cutoff unmet in Sonarr by [@​ShawnHardwick](https://github.com/ShawnHardwick ) in https://github.com/onedr0p/exportarr/pull/375
##### New Contributors
- [@​Cyb3r-Jak3](https://github.com/Cyb3r-Jak3 ) made their first contribution in https://github.com/onedr0p/exportarr/pull/355
- [@​ShawnHardwick](https://github.com/ShawnHardwick ) made their first contribution in https://github.com/onedr0p/exportarr/pull/375
**Full Changelog**: https://github.com/onedr0p/exportarr/compare/v2.2.0...v2.3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1201
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-12 16:30:49 +00:00
a6877f3c19
Update searxng/searxng:latest Docker digest to 442beca ( #1204 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m34s
2025-08-12 14:02:41 +00:00
4c114286f7
Update kube-prometheus-stack Docker tag to v76.2.2 ( #1203 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m12s
2025-08-12 13:02:57 +00:00
e8dfaaacab
Update vectorim/element-web Docker tag to v1.11.109
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m30s
2025-08-12 12:04:20 +00:00
8ed1109bb9
Update cloudflared Docker tag to v1.20.0 ( #1200 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m27s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.19.0` -> `1.20.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1200
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-12 01:02:22 +00:00
7fc7e1185a
Update harbor.alexlebens.net/images/site-profile Docker tag to v2.0.5 ( #1199 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-08-12 01:01:53 +00:00
3d416736b1
Update slskd/slskd Docker tag to v0.23.2 ( #1198 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m30s
2025-08-12 00:02:13 +00:00
a624fe130f
update image
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s
2025-08-11 18:38:58 -05:00
1378b5008d
Update harbor.alexlebens.net/images/site-profile Docker tag to v2 ( #1197 )
...
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m32s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile ) | major | `1.1.1` -> `2.0.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v2.0.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.1.1...2.0.0 )
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.1.1...2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1197
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-11 22:35:55 +00:00
b296cc1f78
downgrade actions
renovate / renovate (push) Successful in 1m13s
2025-08-11 17:26:06 -05:00
e408ea5950
update checkout
renovate / renovate (push) Failing after 2s
2025-08-11 17:10:47 -05:00
121f6a8393
Update ghcr.io/linuxserver/qbittorrent Docker tag to v5.1.2 ( #881 )
...
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m16s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/linuxserver/qbittorrent](https://github.com/linuxserver/docker-qbittorrent/packages ) ([source](https://github.com/linuxserver/docker-qbittorrent )) | patch | `5.1.0` -> `5.1.2` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled because a matching PR was automerged previously.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4zNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
Reviewed-on: #881
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-11 21:28:54 +00:00
ed39680774
Update ghcr.io/twin/gatus Docker tag to v5.22.0 ( #1194 )
...
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.21.0` -> `v5.22.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.22.0`](https://github.com/TwiN/gatus/releases/tag/v5.22.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0 )
#### What's Changed
- feat(alerting): Implement alert reminders by [@​ViktorZieg](https://github.com/ViktorZieg ) in https://github.com/TwiN/gatus/pull/1138
- feat(metrics): add support for custom labels in Prometheus metrics by [@​appleboy](https://github.com/appleboy ) in https://github.com/TwiN/gatus/pull/979
- fix(metrics): improve Prometheus metrics registration by [@​appleboy](https://github.com/appleboy ) in https://github.com/TwiN/gatus/pull/1186
- perf: Cap RANDOM\_STRING\_N to 8182 by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1193
- docs: Add example for alerts\[].minimum-reminder-interval by [@​xconverge](https://github.com/xconverge ) in https://github.com/TwiN/gatus/pull/1187
- docs: Add section for gatus-sdk by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1189
#### New Contributors
- [@​ViktorZieg](https://github.com/ViktorZieg ) made their first contribution in https://github.com/TwiN/gatus/pull/1138
- [@​xconverge](https://github.com/xconverge ) made their first contribution in https://github.com/TwiN/gatus/pull/1187
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1194
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-11 21:27:22 +00:00
5353a99398
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.8.1 ( #1196 )
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 1m42s
2025-08-11 20:02:39 +00:00
c26671c525
Update ghcr.io/linuxserver/plex:1.42.1 Docker digest to 28f18c2 ( #1195 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m19s
2025-08-11 18:02:15 +00:00
5a187fa40c
Update kube-prometheus-stack Docker tag to v76.2.1
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m30s
2025-08-11 15:02:18 +00:00
52b0003873
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.22
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m22s
2025-08-11 14:02:19 +00:00
a06fba907d
Update ghcr.io/n8n-io/n8n Docker tag to v1.107.0 ( #1190 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m51s
2025-08-11 13:02:35 +00:00
677c4094ef
Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.28.0 ( #1189 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m55s
2025-08-11 00:02:01 +00:00
ca2c8eb9e9
Update outlinewiki/outline Docker tag to v0.86.1 ( #1188 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m26s
2025-08-10 22:01:58 +00:00
e969334749
Update ghcr.io/linuxserver/radarr:5.26.2 Docker digest to c2adf66 ( #1187 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m22s
2025-08-10 18:01:55 +00:00
f3f9906be6
Update Helm release argo-cd to v8.2.7 ( #1186 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m25s
2025-08-10 14:02:12 +00:00
d45250163c
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.21 ( #1185 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-10 14:02:05 +00:00
fa12fcddc1
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.3 ( #1183 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m38s
2025-08-10 13:01:50 +00:00
0445174635
Update Helm release argo-cd to v8.2.6 ( #1184 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m38s
2025-08-10 12:02:08 +00:00
a7da0556a5
Update searxng/searxng:latest Docker digest to fe70275 ( #1182 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-08-10 12:01:52 +00:00
0171a9ca09
Update searxng/searxng:latest Docker digest to 95ac808
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m8s
2025-08-10 10:01:34 +00:00
6352ca6035
Update ghcr.io/kashalls/external-dns-unifi-webhook Docker tag to v0.6.2 ( #1180 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m33s
2025-08-10 05:02:17 +00:00
25d05537ac
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.20
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-helm / helm-lint (pull_request) Successful in 14s
renovate / renovate (push) Successful in 1m51s
2025-08-10 00:02:38 +00:00
7a647b97a1
Update kube-prometheus-stack Docker tag to v76 ( #1172 )
...
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m46s
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 )) | major | `75.18.1` -> `76.2.0` |
---
### Release Notes
<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>
### [`v76.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.2.0 )
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-76.1.0...kube-prometheus-stack-76.2.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] Update https://github.com/etcd-io/etcd digest to [`3f733e2`](https://github.com/prometheus-community/helm-charts/commit/3f733e2 ) by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/prometheus-community/helm-charts/pull/6034
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-5.0.0...kube-prometheus-stack-76.2.0
### [`v76.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.1.0 )
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-76.0.0...kube-prometheus-stack-76.1.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] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://github.com/renovate )\[bot] in https://github.com/prometheus-community/helm-charts/pull/6032
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.29.3...kube-prometheus-stack-76.1.0
### [`v76.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.0.0 )
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.18.1...kube-prometheus-stack-76.0.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] bump to 0.84.1 by [@​DrFaust92](https://github.com/DrFaust92 ) in https://github.com/prometheus-community/helm-charts/pull/6025
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-6.1.4...kube-prometheus-stack-76.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1172
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-09 23:08:43 +00:00
6b69e973ce
Update Helm release external-secrets to v0.19.1 ( #1178 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m19s
2025-08-09 23:03:00 +00:00
c0519dd8af
Update Helm release coredns to v1.43.2 ( #1177 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:51 +00:00
01e5d8447b
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.19 ( #1176 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:44 +00:00
5d8e772aa3
Update searxng/searxng:latest Docker digest to 284e14c ( #1175 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:31 +00:00
4cd1b53b18
Update ghcr.io/linuxserver/code-server:4.102.3 Docker digest to 87cb49f ( #1174 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:24 +00:00
abd7bcb12f
extend internval
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 2m38s
2025-08-08 22:08:05 -05:00
a33533b797
Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.3
lint-test-helm / helm-lint (pull_request) Successful in 20s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m10s
2025-08-09 02:01:57 +00:00
7be34b7998
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.2
lint-test-helm / helm-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (pull_request) Successful in 35s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
2025-08-08 23:04:34 +00:00
18fce257e5
Update ghcr.io/linuxserver/plex Docker tag to v1.42.1 ( #1171 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m58s
2025-08-08 23:03:34 +00:00
729e31af8f
Update ollama/ollama Docker tag to v0.11.4 ( #1170 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
2025-08-08 23:03:16 +00:00
df1aa4fbf9
Update ghcr.io/n8n-io/n8n Docker tag to v1.106.2 ( #1169 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:03:08 +00:00
15722ca7a4
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.4 ( #1167 )
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:47 +00:00
d4717dd6d2
Update searxng/searxng:latest Docker digest to ca32325 ( #1166 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:35 +00:00
e9c55d5362
Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to 9ac4cd4 ( #1165 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:28 +00:00
4b9be37a8c
Update Helm release trivy-operator to v0.30.0 ( #1153 )
...
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 3m15s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [trivy-operator](https://github.com/aquasecurity/helm-charts ) | minor | `0.29.3` -> `0.30.0` |
---
### Release Notes
<details>
<summary>aquasecurity/helm-charts (trivy-operator)</summary>
### [`v0.30.0`](https://github.com/aquasecurity/helm-charts/releases/tag/trivy-operator-0.30.0 )
[Compare Source](https://github.com/aquasecurity/helm-charts/compare/trivy-operator-0.29.3...trivy-operator-0.30.0 )
Keeps security report resources updated
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1153
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-07 21:15:11 +00:00
2218a8513b
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.1 ( #1164 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m36s
2025-08-07 21:02:27 +00:00
f77a33b13e
Update Helm release loki to v6.35.1 ( #1163 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-07 21:02:22 +00:00
c7fbd1aae6
Update searxng/searxng:latest Docker digest to b421cdc ( #1162 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m57s
2025-08-07 19:02:32 +00:00
be60de8ada
Update outlinewiki/outline Docker tag to v0.86.0 ( #1158 )
...
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m7s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `0.85.1` -> `0.86.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.86.0`](https://github.com/outline/outline/releases/tag/v0.86.0 )
[Compare Source](https://github.com/outline/outline/compare/v0.85.1...v0.86.0 )
> \[!NOTE]\
> If you run the collaboration service separately it ***must*** be updated and restarted before the client and API to avoid errors.
<img width="1680" height="740" alt="collection-sharing" src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461 " />
#### What's Changed
This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default).
Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version.
##### Other improvements
- Added OTP sign-in codes for mobile PWA in https://github.com/outline/outline/pull/9556
- A paste menu to convert a list of URLs to mentions is now displaced in https://github.com/outline/outline/pull/9646
- You can now update the url of an embed without reinserting in https://github.com/outline/outline/pull/9479
- The collaboration service can now be scaled across multiple servers in https://github.com/outline/outline/pull/9625
- References are now prefetched on hover in https://github.com/outline/outline/pull/9722
- We improved the wrapping behavior in inline code marks in https://github.com/outline/outline/pull/9724
- The `Up` arrow in a comment input now jumps to editing previous comment in https://github.com/outline/outline/pull/9727
- Clicking items in the sidebar is now even faster than before in https://github.com/outline/outline/pull/9733
- Added support for Tella.tv embeds in https://github.com/outline/outline/pull/9775
- Hundreds of new and improved translations
##### Fixes
##### Editor
- fix: Include image caption as alt attribute in https://github.com/outline/outline/pull/9554
- fix: Empty placeholder shows up when no text but image in paragraph in https://github.com/outline/outline/pull/9593
- fix: Remote table modifications cause CellSelection to be lost in https://github.com/outline/outline/pull/9596
- fix: Element overlaying last backlink in https://github.com/outline/outline/pull/9699
- fix: YouTube fullscreen popups are blocked in https://github.com/outline/outline/pull/9706
- fix: Anchor with some UTF8 characters not correctly decoding in https://github.com/outline/outline/pull/9778
- fix: Alignment not copied onto new table rows in https://github.com/outline/outline/pull/9785
- fix: Col/row selection on table with merged cells in https://github.com/outline/outline/pull/9786
- fix: Toggling table full width should always go … fullwidth in https://github.com/outline/outline/pull/9792
##### Other
- fix: Importer truncates newlines in captions in https://github.com/outline/outline/pull/9544
- fix: Incorrect parsing of hard breaks from Markdown in https://github.com/outline/outline/pull/9548
- fix: Make shared document content available to screenreaders in https://github.com/outline/outline/pull/9549
- fix: JSON export->import loses content in https://github.com/outline/outline/pull/9582
- fix: Remove incorrectly nested "recently viewed" docs from explorer in https://github.com/outline/outline/pull/9597
- fix: Blank page is rendered when link to draft without collection is shared in https://github.com/outline/outline/pull/9605
- fix: Viewers unable to connect personal Slack in https://github.com/outline/outline/pull/9614
- fix: Refresh tokens do not work with OIDC discovery in https://github.com/outline/outline/pull/9618
- Fix middle mouse button link behavior in https://github.com/outline/outline/pull/9632
- chore: Add exponential backoff / retry for database deadlocks in https://github.com/outline/outline/pull/9671
- fix: Linking from one shared sub-document to another share in https://github.com/outline/outline/pull/9689
- fix: Title content after period sometimes stripped in import in https://github.com/outline/outline/pull/9712
- fix: Letter icon incorrect in picker and sidebar in https://github.com/outline/outline/pull/9720
- fix: Unnecessary remounts at breakpoints by [@​charliecreates](https://github.com/charliecreates )\[bot] in https://github.com/outline/outline/pull/9730
- fix: Hide inline comments when disabled in https://github.com/outline/outline/pull/9732
- chore: Improve group membership dialogs in https://github.com/outline/outline/pull/9693
- fix: Documents accessible only through group memberships do not appear in search results in https://github.com/outline/outline/pull/9738
- fix: extract domain from user email in Slack authentication by [@​naaa760](https://github.com/naaa760 ) in https://github.com/outline/outline/pull/9742
- fix: emails parameter on users.list should be case insensitive in https://github.com/outline/outline/pull/9755
- fix: Improve importer to be more resilient to hidden directories in https://github.com/outline/outline/pull/9762
- fix: Remote results causes `cmd+k` state reset in https://github.com/outline/outline/pull/9793
- fix: Allow `<br>` tags to represent breaks in API markdown input in https://github.com/outline/outline/pull/9794
- fix: Nested lists flatten in confluence import in https://github.com/outline/outline/pull/9797
- Improve webhook disabling heuristic with time-based analysis in https://github.com/outline/outline/pull/9800
- fix: duplicate highlight shortcut key label by [@​k2on](https://github.com/k2on ) in https://github.com/outline/outline/pull/9806
- Allow disconnecting analytics integrations in https://github.com/outline/outline/pull/9823
- Autofocus search input when opening icon picker in https://github.com/outline/outline/pull/9839
- fix: refresh token rotation is broken in OAuth provider implementation in https://github.com/outline/outline/pull/9847
- fix: Various issues with JSON import in https://github.com/outline/outline/pull/9850
#### New Contributors
- [@​TheAlexLichter](https://github.com/TheAlexLichter ) made their first contribution in https://github.com/outline/outline/pull/9629
- [@​camc314](https://github.com/camc314 ) made their first contribution in https://github.com/outline/outline/pull/9695
- [@​charliecreates](https://github.com/charliecreates )\[bot] made their first contribution in https://github.com/outline/outline/pull/9730
- [@​naaa760](https://github.com/naaa760 ) made their first contribution in https://github.com/outline/outline/pull/9742
- [@​k2on](https://github.com/k2on ) made their first contribution in https://github.com/outline/outline/pull/9806
**Full Changelog**: https://github.com/outline/outline/compare/v0.85.1...v0.86.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1158
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-07 16:29:36 +00:00
0b1fc3d2d5
Update searxng/searxng:latest Docker digest to d2d7c0d ( #1161 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m32s
2025-08-07 16:02:16 +00:00
8f5dbb0425
Update ghcr.io/n8n-io/n8n Docker tag to v1.106.1 ( #1160 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m54s
2025-08-07 15:05:12 +00:00
c9e8fb464d
Update searxng/searxng:latest Docker digest to 99ce8b1
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m44s
2025-08-07 14:02:32 +00:00
5643276099
Update kube-prometheus-stack Docker tag to v75.18.1
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m39s
2025-08-07 11:01:42 +00:00
17ea8f057a
Update Helm release grafana-operator to v5.19.4 ( #1156 )
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 4m49s
2025-08-07 10:02:53 +00:00
7618b9f2a1
Update kube-prometheus-stack Docker tag to v75.18.0
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m29s
2025-08-07 09:02:31 +00:00
edd7259bb1
Update Helm release grafana-operator to v5.19.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 27s
2025-08-07 09:02:01 +00:00
1c1cfcf470
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.4.2 ( #1152 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m49s
2025-08-07 08:02:06 +00:00
b9889d8f71
Update ollama/ollama Docker tag to v0.11.3 ( #1151 )
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 3m16s
2025-08-07 06:02:31 +00:00
addc6d142a
Update hashicorp/vault Docker tag to v1.20.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 22s
lint-test-helm / helm-lint (push) Successful in 21s
renovate / renovate (push) Successful in 1m10s
2025-08-07 05:01:51 +00:00
cff60c3e24
Update Helm release meilisearch to v0.15.0 ( #1129 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m24s
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.14.0` -> `0.15.0` |
---
### Release Notes
<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>
### [`v0.15.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.15.0 )
[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.14.0...meilisearch-0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1129
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:38:42 +00:00
6c2160a3a6
Update Helm release loki to v6.35.0 ( #1149 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.34.0` -> `6.35.0` | `6.35.1` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1149
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:37:42 +00:00
6d3256dc7a
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.8.0 ( #1146 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/ ) ([source](https://github.com/home-assistant/core )) | minor | `2025.7.4` -> `2025.8.0` |
---
### Release Notes
<details>
<summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary>
### [`v2025.8.0`](https://github.com/home-assistant/core/releases/tag/2025.8.0 )
[Compare Source](https://github.com/home-assistant/core/compare/2025.7.4...2025.8.0 )
https://www.home-assistant.io/blog/2025/08/06/release-20258/
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1146
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:37:28 +00:00
49a68d7781
Update rmcrackan/libation Docker tag to v12.5.0 ( #1145 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rmcrackan/libation](https://github.com/rmcrackan/Libation ) | minor | `12.4.11` -> `12.5.0` |
---
### Release Notes
<details>
<summary>rmcrackan/Libation (rmcrackan/libation)</summary>
### [`v12.5.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.5.0 ): Libation 12.5.0
[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.4.11...v12.5.0 )
- Allow Libation to start with an invalid Books directory ([#​1320](https://github.com/rmcrackan/Libation/issues/1320 ) & [#​1214](https://github.com/rmcrackan/Libation/issues/1214 ))
- Use series Order string instead of parsed float in template tags ([#​1056](https://github.com/rmcrackan/Libation/issues/1056 ))
- Provide NTFS default characters for non-windows users ([#​1258](https://github.com/rmcrackan/Libation/issues/1258 ) & [#​1256](https://github.com/rmcrackan/Libation/issues/1256 ))
- Smart handling of filename limitations cross platform ([#​1260](https://github.com/rmcrackan/Libation/issues/1260 ))
- Add "Locate Audiobooks" help text ([#​1323](https://github.com/rmcrackan/Libation/issues/1323 ))
- Add link to naming template wiki
- Added nix flake and shell files for nixos users who want to work on development
Thanks to [@​Mbucari](https://github.com/Mbucari ), [@​ajundi](https://github.com/ajundi )
[Libation](https://github.com/rmcrackan/Libation ) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library
I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us ), who am I to argue?
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1145
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:37:16 +00:00
6e272c397d
Update ollama/ollama Docker tag to v0.11.2 ( #1144 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m48s
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| ollama/ollama | minor | `0.10.1` -> `0.11.2` | `0.11.3` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1144
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:29:23 +00:00
ab3ed7c267
Update Helm release headlamp to v0.34.0 ( #1141 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [headlamp](https://headlamp.dev/ ) ([source](https://github.com/kubernetes-sigs/headlamp )) | minor | `0.33.0` -> `0.34.0` |
---
### Release Notes
<details>
<summary>kubernetes-sigs/headlamp (headlamp)</summary>
### [`v0.34.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.34.0 ): 0.34.0
[Compare Source](https://github.com/kubernetes-sigs/headlamp/compare/v0.33.0...v0.34.0 )
#### ✨ Enhancements:
- Add a close all button to the overview
- Make the activity overview button sticky and make it a toggle button
- Allow multiple selection in tables by using Shift+Clicking. Thanks to [@​krrish-sehgal](https://github.com/krrish-sehgal )
- Add cluster info the activities
- Improve the security of how plugins are loaded
- Add tooltip to pods list for displaying requests and limits
- Add create pod / job buttons to their respective list views. Thanks to [@​ChayanDass](https://github.com/ChayanDass )
- Update the Network icon in the map. Thanks to [@​blazethunderstorm](https://github.com/blazethunderstorm )
- Persist showing timestamps choice in the log viewer. Thanks to [@​blazethunderstorm](https://github.com/blazethunderstorm )
#### 🐞 Bug fixes
- Fix closing an edit/view YAML activity by clicking the close button. Thanks to [@​ChayanDass](https://github.com/ChayanDass )
- Fix height in docs viewer
- Fix typo in BackendTLSPolicy filenames. Thanks to [@​userAdityaa](https://github.com/userAdityaa )
- Fix multiple a11y issues
- Exit the activity overview automatically when the last activity in it is closed
- Fix how Custom Resource Definitions are shown in activities
- Add token to request only when available
- Fix the editor closing after a successful apply. Thanks to [@​ChayanDass](https://github.com/ChayanDass )
- Chart: Fix extraManifests example in the. Thanks to [@​xfrancois](https://github.com/xfrancois )
- Fix portforwarding when not in a cluster view and different portforwarding issues on Mac
#### 💻 Development
- Add storybook coverage to NodeShellSettings, AppLogo, and ClusterSelector. Thanks to [@​mahmoodalisha](https://github.com/mahmoodalisha )
- Fix test scripts to only run .ts tests in electron
- Enhance click handling in table rows
- Add Gateway API manifests for local testing. Thanks to [@​userAdityaa](https://github.com/userAdityaa )
- Add app-test target to the Makefile
- Update misc dependencies
- Improve the security and flexibility of running commands from plugins
- Add BackendTrafficPolicy KubeObject model definition and storybook coverage. Thanks to [@​userAdityaa](https://github.com/userAdityaa )
- CI: Add test step to the app workflows
#### 📖 Documentation
- Mention the app-test Makefile target in the app README
- Add gateway.md documentation file. Thanks to [@​userAdityaa](https://github.com/userAdityaa )
<!-- end-release-notes -->
**Container image:** 🐳 [ghcr.io/headlamp-k8s/headlamp:v0.34.0](https://github.com/orgs/headlamp-k8s/packages/container/headlamp/475369027?tag=v0.34.0 )
**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.34.0/Headlamp-0.34.0-linux-x64.AppImage ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-arm64.AppImage ), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-armv7l.AppImage )
🐧 Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-x64.tar.gz ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-arm64.tar.gz ), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-armv7l.tar.gz )
🐧 Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/headlamp_0.34.0-1_amd64.deb )
:green\_apple: [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-mac-x64.dmg )
:green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-mac-arm64.dmg )
:blue\_square: [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1141
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:28:50 +00:00
d6e1513e84
Update Helm release grafana-operator to v5.19.1 ( #1140 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m37s
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [grafana-operator](https://github.com/grafana/helm-charts ) | minor | `v5.18.0` -> `v5.19.1` | `v5.19.4` (+2) |
---
### Release Notes
<details>
<summary>grafana/helm-charts (grafana-operator)</summary>
### [`v5.19.1`](https://github.com/grafana/helm-charts/releases/tag/grafana-operator-v5.19.1 )
[Compare Source](https://github.com/grafana/helm-charts/compare/grafana-operator-v5.18.0...grafana-operator-v5.19.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.19.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1140
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:26:48 +00:00
f3da78fc0f
Update binwiederhier/ntfy Docker tag to v2.14.0 ( #1137 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m41s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [binwiederhier/ntfy](https://ntfy.sh/ ) ([source](https://github.com/binwiederhier/ntfy )) | minor | `v2.13.0` -> `v2.14.0` |
---
### Release Notes
<details>
<summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary>
### [`v2.14.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.14.0 )
[Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.13.0...v2.14.0 )
This release adds support for [declarative users](https://docs.ntfy.sh/config/#users-via-the-config ), [declarative ACL entries](https://docs.ntfy.sh/config/#acl-entries-via-the-config ) and [declarative tokens](https://docs.ntfy.sh/config/#tokens-via-the-config ). This allows you to define users, ACL entries and tokens in the config file, which is useful for static deployments or deployments that use a configuration management system.
It also adds support for [pre-defined templates](https://docs.ntfy.sh/publish/#pre-defined-templates ) and [custom templates](https://docs.ntfy.sh/publish/#custom-templates ) for enhanced JSON webhook support, as well as advanced [template functions](https://docs.ntfy.sh/publish/#template-functions ) based on the [Sprig](https://github.com/Masterminds/sprig ) functions.
❤️ If you like ntfy, **please consider sponsoring me** via [GitHub Sponsors](https://github.com/sponsors/binwiederhier ), [Liberapay](https://en.liberapay.com/ntfy/ ), Bitcoin (`1626wjrw3uWk9adyjCfYwafw4sQWujyjn8`), or by buying a [paid plan via the web app](https://ntfy.sh/app ). ntfy
will always remain open source.
**Features:**
- [Declarative users](https://docs.ntfy.sh/config/#users-via-the-config ), [declarative ACL entries](https://docs.ntfy.sh/config/#acl-entries-via-the-config ) and [declarative tokens](https://docs.ntfy.sh/config/#tokens-via-the-config ) ([#​464](https://github.com/binwiederhier/ntfy/issues/464 ), [#​1384](https://github.com/binwiederhier/ntfy/issues/1384 ), [#​1413](https://github.com/binwiederhier/ntfy/issues/1413 ), thanks to pinpox for reporting, to [@​wunter8](https://github.com/wunter8 ) for reviewing and implementing parts of it)
- [Pre-defined templates](https://docs.ntfy.sh/publish/#pre-defined-templates ) and [custom templates](https://docs.ntfy.sh/publish/#custom-templates ) for enhanced JSON webhook support ([#​1390](https://github.com/binwiederhier/ntfy/issues/1390 ))
- Support of advanced [template functions](https://docs.ntfy.sh/publish/#template-functions ) based on the [Sprig](https://github.com/Masterminds/sprig ) library ([#​1121](https://github.com/binwiederhier/ntfy/issues/1121 ), thanks to [@​davidatkinsondoyle](https://github.com/davidatkinsondoyle ) for reporting, to [@​wunter8](https://github.com/wunter8 ) for implementing, and to the Sprig team for their work)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1137
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:25:01 +00:00
9311df2e62
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to b68b3d0 ( #1148 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m26s
2025-08-06 22:02:24 +00:00
6cb5704447
Update kube-prometheus-stack Docker tag to v75.17.1 ( #1147 )
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 2m49s
2025-08-06 21:02:36 +00:00
a634ebb0bf
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.1 ( #1143 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m40s
2025-08-06 17:02:04 +00:00
6a7cfde1e6
Update kube-prometheus-stack Docker tag to v75.17.0 ( #1142 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m45s
2025-08-06 15:03:23 +00:00
4daa2cd074
Update prometheus-operator-crds Docker tag to v22.0.2 ( #1139 )
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 2m46s
2025-08-06 13:02:32 +00:00
5a822b1f55
Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to fd12a2c ( #1138 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m24s
2025-08-06 12:03:00 +00:00
8e970744ad
Update Helm release harbor to v1.17.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m53s
2025-08-06 07:01:38 +00:00
f531db35c6
Update php Docker tag to v8.4.11
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m29s
2025-08-06 06:01:55 +00:00
ce1371f0f9
Update ghcr.io/linuxserver/prowlarr:1.37.0 Docker digest to 25d21c0
lint-test-helm / helm-lint (pull_request) Successful in 7s
lint-test-helm / helm-lint (push) Successful in 36s
renovate / renovate (push) Successful in 2m25s
2025-08-06 05:01:53 +00:00
7bfe3519e0
Update ghcr.io/linuxserver/lidarr:2.12.4 Docker digest to 286af1e ( #1133 )
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 2m46s
2025-08-06 04:02:50 +00:00
eb5bc00f1d
Update d3fk/s3cmd:latest Docker digest to 33ccdf0
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 1m42s
2025-08-06 03:01:56 +00:00
1200631a38
Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 9530eb0 ( #1131 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m23s
2025-08-05 22:02:05 +00:00
1da37e9e1d
Update kube-prometheus-stack Docker tag to v75.16.1 ( #1130 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m35s
2025-08-05 21:02:09 +00:00
385a354a47
Update Helm release gitea to v12.1.3
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m39s
2025-08-05 20:01:58 +00:00
e771821d60
Update gitea/gitea Docker tag to v1.24.4
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (push) Successful in 11s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
lint-test-docker / docker-lint (pull_request) Successful in 30s
lint-test-helm / helm-lint (pull_request) Successful in 30s
2025-08-05 20:01:37 +00:00
e2ff6d3d1c
Update kube-prometheus-stack Docker tag to v75.16.0 ( #1126 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m1s
2025-08-05 18:01:59 +00:00
a2899d817b
Update caronc/apprise Docker tag to v1.2.1
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m38s
2025-08-05 16:01:09 +00:00
78662d4eeb
Update Helm release coredns to v1.43.1 ( #1124 )
lint-test-helm / helm-lint (push) Successful in 27s
renovate / renovate (push) Successful in 1m44s
2025-08-05 15:02:27 +00:00
c5b3e4763c
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.0 ( #1123 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m30s
2025-08-05 08:02:12 +00:00
c159405fd0
Update kube-prometheus-stack Docker tag to v75.15.2 ( #1122 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m5s
2025-08-04 17:02:18 +00:00
ff97cdf045
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.5 ( #1121 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m11s
2025-08-04 15:02:02 +00:00
5c5c4d6062
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.4
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m9s
2025-08-04 14:02:39 +00:00
4c16fc05d6
Update ghcr.io/n8n-io/n8n Docker tag to v1.106.0
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m8s
2025-08-04 13:02:54 +00:00
063a710eaa
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.3 ( #1118 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m0s
2025-08-04 12:02:08 +00:00
73ae0372c3
Update ghcr.io/linuxserver/plex:1.41.9 Docker digest to 67f81a4
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m22s
2025-08-04 10:02:40 +00:00
f69886679c
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.1 ( #1116 )
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m5s
2025-08-04 06:01:45 +00:00
f1cc34349d
Update Helm release external-secrets to v0.19.0 ( #1114 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets ) | minor | `0.18.2` -> `0.19.0` |
---
### Release Notes
<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>
### [`v0.19.0`](https://github.com/external-secrets/external-secrets/releases/tag/v0.19.0 )
[Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.0 )
#### **BREAKING CHANGE**
🔴 🔴 BREAKING CHANGE 🔴 🔴
Please note that this a breaking change because our CRDs are now too big. Meaning a simple kubectl apply or Argo's default client side apply WILL NOT WORK! You have to add `--server-side` to kubectl apply and in argo add:
```yaml
spec:
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
```
for it to correctly install the CRDs. Thank you.
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi-boringssl`
#### What's Changed
- chore: release helm chart for v0.18.2 by [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/4985
- chore(deps): bump golang from `ee7ff13` to `10f549d` in /e2e by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/4997
- chore(deps): bump golang from `68932fa` to `68932fa` by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5000
- chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /hack/api-docs by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/4998
- chore(deps): bump anchore/sbom-action from 0.20.1 to 0.20.2 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5001
- chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5003
- chore(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5002
- fix: do not turn original value into string on value scope by [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5011
- fix: add uuid in edit and view clusterroles by [@​sylvainOL](https://github.com/sylvainOL ) in https://github.com/external-secrets/external-secrets/pull/5017
- chore: update dependencies by [@​eso-service-account-app](https://github.com/eso-service-account-app )\[bot] in https://github.com/external-secrets/external-secrets/pull/4999
- fix: template data should not be the secret Data itself by [@​gusfcarvalho](https://github.com/gusfcarvalho ) in https://github.com/external-secrets/external-secrets/pull/5023
- Fix: Return appropriate error in ValidateStore by [@​prakash-218](https://github.com/prakash-218 ) in https://github.com/external-secrets/external-secrets/pull/5019
- feat(helm): allow to set init containers by [@​rclsilver](https://github.com/rclsilver ) in https://github.com/external-secrets/external-secrets/pull/4745
- chore(deps): bump certifi from 2025.6.15 to 2025.7.14 in /hack/api-docs by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5032
- Fix: Remove root/buildinfo from ubi build files by [@​bainsy88](https://github.com/bainsy88 ) in https://github.com/external-secrets/external-secrets/pull/5037
- chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729` by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5033
- chore(deps): bump golang from 1.24.4-bookworm to 1.24.5-bookworm in /e2e by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5029
- chore(deps): bump golang from 1.24.4 to 1.24.5 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5034
- chore: update dependencies by [@​eso-service-account-app](https://github.com/eso-service-account-app )\[bot] in https://github.com/external-secrets/external-secrets/pull/5031
- Add Red Hat OpenShift in Adopters by [@​KeenonLee](https://github.com/KeenonLee ) in https://github.com/external-secrets/external-secrets/pull/5039
- fix: remove authentication option with JWT token from STSSessionToken generator by [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5026
- fix: add validation constraints to ExternalSecretRewrite by [@​Aakkash-Suresh](https://github.com/Aakkash-Suresh ) in https://github.com/external-secrets/external-secrets/pull/5006
- fix: stability support matrix by [@​gusfcarvalho](https://github.com/gusfcarvalho ) in https://github.com/external-secrets/external-secrets/pull/5043
- docs(decoding-strategy): clarify base64 auto-detection limitations by [@​orymate](https://github.com/orymate ) in https://github.com/external-secrets/external-secrets/pull/5004
- feat(infisical): auth methods by [@​DanielHougaard](https://github.com/DanielHougaard ) in https://github.com/external-secrets/external-secrets/pull/5040
- chore(deps): bump alpine from 3.22.0 to 3.22.1 in /e2e by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5046
- chore(aws): parameterstore unit tests improvement by [@​ivankatliarchuk](https://github.com/ivankatliarchuk ) in https://github.com/external-secrets/external-secrets/pull/4986
- fix(helm): grafana dashboard: fix heatmaps to actually be heatmaps, not time series by [@​desaintmartin](https://github.com/desaintmartin ) in https://github.com/external-secrets/external-secrets/pull/5069
- chore(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5047
- chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5048
- chore(deps): bump golang from `ddf5200` to `daae04e` by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5049
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5051
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` in /hack/api-docs by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5052
- chore(deps): bump mkdocs-material from 9.6.15 to 9.6.16 in /hack/api-docs by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5077
- Add SelfSubjectAccessReview as a fallback for failing SelfSubjectRulesReview by [@​alvin-rw](https://github.com/alvin-rw ) in https://github.com/external-secrets/external-secrets/pull/5025
- chore(deps): bump golang from `69adc37` to `ef8c5c7` in /e2e by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5076
- chore(deps): bump ubi8/ubi from `c0b0729` to `785d38c` by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5075
- chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5072
- chore(deps): bump anchore/sbom-action from 0.20.2 to 0.20.4 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5073
- SSHKey generator by [@​dex4er](https://github.com/dex4er ) in https://github.com/external-secrets/external-secrets/pull/5083
- fix: restore AWS credential chain resolution for ECRAuthorizationToken generator by [@​aditmeno](https://github.com/aditmeno ) in https://github.com/external-secrets/external-secrets/pull/5082
- fix(helm): grafana dashboard: add widget for sum of not ready secrets by [@​desaintmartin](https://github.com/desaintmartin ) in https://github.com/external-secrets/external-secrets/pull/5086
- feat(aws): secretsmanager to update/patch/delete tags by [@​ivankatliarchuk](https://github.com/ivankatliarchuk ) in https://github.com/external-secrets/external-secrets/pull/4984
- fix: update the e2e test with the new store status value by [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5089
- fix: correct usage of if in dlc and update for server side apply by [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5092
#### New Contributors
- [@​sylvainOL](https://github.com/sylvainOL ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5017
- [@​prakash-218](https://github.com/prakash-218 ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5019
- [@​rclsilver](https://github.com/rclsilver ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4745
- [@​bainsy88](https://github.com/bainsy88 ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5037
- [@​KeenonLee](https://github.com/KeenonLee ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5039
- [@​orymate](https://github.com/orymate ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5004
- [@​desaintmartin](https://github.com/desaintmartin ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5069
- [@​alvin-rw](https://github.com/alvin-rw ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5025
- [@​dex4er](https://github.com/dex4er ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5083
- [@​aditmeno](https://github.com/aditmeno ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5082
**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1114
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-03 23:06:45 +00:00
d44988b875
Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.2 ( #1115 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
2025-08-03 20:01:36 +00:00
440866697e
Update Helm release gatus to v1.3.1 ( #1113 )
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m32s
2025-08-03 18:02:09 +00:00
3e68301189
Update ghcr.io/tautulli/tautulli Docker tag to v2.15.3 ( #1112 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-03 18:02:01 +00:00
0a73d4866b
Update ghcr.io/twin/gatus Docker tag to v5.21.0 ( #1105 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m5s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.20.0` -> `v5.21.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.21.0`](https://github.com/TwiN/gatus/releases/tag/v5.21.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.0 )
#### What's Changed
- feat(external-endpoint): Implement heartbeat by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1173
- feat(alerting): Support sending messages to Telegram topics in group by [@​medaved](https://github.com/medaved ) in https://github.com/TwiN/gatus/pull/928
- feat: Add body to TCP, UDP, and TLS endpoints and templating by [@​jasonshugart](https://github.com/jasonshugart ) in https://github.com/TwiN/gatus/pull/1134
- fix(websocket): add support for custom headers in WS check by [@​olexandrd](https://github.com/olexandrd ) in https://github.com/TwiN/gatus/pull/1180
- fix(websocket): use tls config by [@​joy4eg](https://github.com/joy4eg ) in https://github.com/TwiN/gatus/pull/1165
- docs: Update example Grafana dashboard by [@​perfectra1n](https://github.com/perfectra1n ) in https://github.com/TwiN/gatus/pull/1163
- chore(deps): bump google.golang.org/api from 0.236.0 to 0.242.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1164
- chore(deps): Bump TwiN/whois dependency to v1.1.11 by [@​Byh0ki](https://github.com/Byh0ki ) in https://github.com/TwiN/gatus/pull/1175
- chore(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.64.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1162
- chore(deps): bump github.com/miekg/dns from 1.1.66 to 1.1.67 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1166
#### New Contributors
- [@​medaved](https://github.com/medaved ) made their first contribution in https://github.com/TwiN/gatus/pull/928
- [@​perfectra1n](https://github.com/perfectra1n ) made their first contribution in https://github.com/TwiN/gatus/pull/1163
- [@​jasonshugart](https://github.com/jasonshugart ) made their first contribution in https://github.com/TwiN/gatus/pull/1134
- [@​joy4eg](https://github.com/joy4eg ) made their first contribution in https://github.com/TwiN/gatus/pull/1165
- [@​Byh0ki](https://github.com/Byh0ki ) made their first contribution in https://github.com/TwiN/gatus/pull/1175
- [@​olexandrd](https://github.com/olexandrd ) made their first contribution in https://github.com/TwiN/gatus/pull/1180
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1105
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-03 16:59:19 +00:00
9981db78e9
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.3
lint-test-helm / helm-lint (pull_request) Successful in 8s
lint-test-docker / docker-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (push) Successful in 8s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m38s
2025-08-03 16:02:14 +00:00
c24f43680e
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.0
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-08-03 11:01:26 +00:00
0cb027510a
Update searxng/searxng:latest Docker digest to d7325ed
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m27s
2025-08-03 09:01:42 +00:00
c6f91e059b
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.2
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m43s
2025-08-03 06:02:21 +00:00
cb23a8a8df
Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.27.0
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-03 00:01:51 +00:00
f7dfcfac4c
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.2
lint-test-docker / docker-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-docker / docker-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m20s
2025-08-02 23:01:20 +00:00
7cc78897db
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.1 ( #1104 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m55s
2025-08-02 18:01:36 +00:00
46f7e49520
Update ghcr.io/actualbudget/actual Docker tag to v25.8.0 ( #1103 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.7.1` -> `25.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1103
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-02 16:53:51 +00:00
abb79c5ec7
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.1 ( #1102 )
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m37s
2025-08-02 13:01:42 +00:00
96c3cbd4fd
change image
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m33s
2025-08-01 18:46:59 -05:00
30b27adefc
switch image
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2025-08-01 18:45:27 -05:00
e4085637ec
change container
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m10s
2025-08-01 18:40:26 -05:00
b9a6eea23a
Update Helm release tailscale-operator to v1.86.2 ( #1098 )
...
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale ) | minor | `1.84.3` -> `1.86.2` |
---
### Release Notes
<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>
### [`v1.86.2`](https://github.com/tailscale/tailscale/releases/tag/v1.86.2 )
[Compare Source](https://github.com/tailscale/tailscale/compare/v1.84.3...v1.86.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1098
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-01 23:39:29 +00:00
a2ff073e4f
Update Helm release rook-ceph-cluster to v1.17.7 ( #1101 )
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m13s
2025-08-01 19:02:54 +00:00
a87fba67b0
Update Helm release rook-ceph to v1.17.7 ( #1100 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:45 +00:00
4d6e09c834
Update Helm release local-path-provisioner to v0.0.33 ( #1099 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:35 +00:00
fcd9de09f1
Update bbilly1/tubearchivist Docker tag to v0.5.5
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m34s
2025-08-01 16:01:05 +00:00
67d21a41ef
Update goharbor/harbor-core Docker tag to v2.13.2 ( #1088 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m0s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| goharbor/harbor-core | patch | `v2.13.1` -> `v2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #1088
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-01 15:53:54 +00:00
0b4a1cf685
Update goharbor/harbor-jobservice Docker tag to v2.13.2 ( #1090 )
...
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| goharbor/harbor-jobservice | patch | `v2.13.1` -> `v2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
Reviewed-on: #1090
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-01 15:53:38 +00:00
de1bba4bcf
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.0 ( #1096 )
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 2m10s
2025-08-01 15:49:00 +00:00
72621e1747
Update Helm release argo-cd to v8.2.5 ( #1095 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-01 15:48:53 +00:00
f4a20de7ad
Update goharbor/registry-photon Docker tag to v2.13.2 ( #1094 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:19 +00:00
85d69b4ff5
Update goharbor/nginx-photon Docker tag to v2.13.2 ( #1093 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:13 +00:00
efef462432
Update goharbor/harbor-registryctl Docker tag to v2.13.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-08-01 15:45:31 +00:00
f141e4a119
Update goharbor/harbor-portal Docker tag to v2.13.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 19s
lint-test-helm / helm-lint (pull_request) Successful in 24s
renovate / renovate (push) Has been cancelled
2025-08-01 15:44:16 +00:00