Commit Graph

37740 Commits

Author SHA1 Message Date
TrueCharts Bot
ed63d08a07 chore(helm): update image docker.io/misskey/misskey 2024.10.1 → 2024.11.0 (#29744)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey)
| minor | `68274bd` -> `f4a167a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>misskey-dev/misskey (docker.io/misskey/misskey)</summary>

###
[`v2024.11.0`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2024110)

[Compare
Source](https://redirect.github.com/misskey-dev/misskey/compare/2024.10.1...2024.11.0)

##### Note

-   Node.js 20.xは非推奨になりました。Node.js 22.x (LTS)の利用を推奨します。
    -   なお、Node.js 23.xは対応していません。
-   DockerのNode.jsが22.11.0に更新されました

##### General

-   Feat: コンテンツの表示にログインを必須にできるように
-   Feat: 過去のノートを非公開化/フォロワーのみ表示可能にできるように
-   Enhance: 依存関係の更新
-   Enhance: l10nの更新
- Fix: お知らせ作成時に画像URL入力欄を空欄に変更できないのを修正 (
[#&#8203;14976](https://redirect.github.com/misskey-dev/misskey/issues/14976)
)

##### Client

-   Enhance: Bull DashboardでRelationship Queueの状態も確認できるように\
(Cherry-picked from
[https://github.com/MisskeyIO/misskey/pull/751](https://redirect.github.com/MisskeyIO/misskey/pull/751))
-   Enhance: ドライブでソートができるように
-   Enhance: アイコンデコレーション管理画面の改善
-   Enhance: 「単なるラッキー」の取得条件を変更
- Enhance: 投稿フォームでEscキーを押したときIME入力中ならフォームを閉じないように(
[#&#8203;10866](https://redirect.github.com/misskey-dev/misskey/issues/10866)
)
-   Enhance: MiAuth, OAuthの認可画面の改善
    -   どのアカウントで認証しようとしているのかがわかるように
    -   認証するアカウントを切り替えられるように
-   Enhance: Self-XSS防止用の警告を追加
-   Enhance: カタルーニャ語 (ca-ES) に対応
-   Enhance: 個別お知らせページではMetaタグを出力するように
-   Enhance: ノート詳細画面にロールのバッジを表示
-   Enhance: 過去に送信したフォローリクエストを確認できるように\
(Based on
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/663)
- Enhance: サイドバーを簡単に展開・折りたたみできるように (
[#&#8203;14981](https://redirect.github.com/misskey-dev/misskey/issues/14981)
)
-   Enhance: リノートメニューに「リノートの詳細」を追加
-   Enhance: 非ログイン状態でMisskeyを開いた際のパフォーマンスを向上
-   Fix: 通知の範囲指定の設定項目が必要ない通知設定でも範囲指定の設定がでている問題を修正
-   Fix: Turnstileが失敗・期限切れした際にも成功扱いとなってしまう問題を修正\
(Cherry-picked from
[https://github.com/MisskeyIO/misskey/pull/768](https://redirect.github.com/MisskeyIO/misskey/pull/768))
-   Fix: デッキのタイムラインカラムで「センシティブなファイルを含むノートを表示」設定が使用できなかった問題を修正
- Fix: Encode RSS urls with escape sequences before fetching allowing
query parameters to be used
-   Fix: リンク切れを修正
-   Fix: ノート投稿ボタンにホバー時のスタイルが適用されていないのを修正\
(Cherry-picked from
[https://github.com/taiyme/misskey/pull/305](https://redirect.github.com/taiyme/misskey/pull/305))
-   Fix: メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正
-   Fix: 画面幅が狭い環境でデザインが崩れる問題を修正\
(Cherry-picked from
[https://github.com/MisskeyIO/misskey/pull/815](https://redirect.github.com/MisskeyIO/misskey/pull/815))
-   Fix: TypeScriptの型チェック対象ファイルを限定してビルドを高速化するように\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/725)

##### Server

-   Enhance: DockerのNode.jsを22.11.0に更新
-   Enhance: 起動前の疎通チェックで、DBとメイン以外のRedisの疎通確認も行うように\
(Based on
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/588)\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/715)
-   Enhance: リモートユーザーの照会をオリジナルにリダイレクトするように
-   Fix: sharedInboxが無いActorに紐づくリモートユーザーを照会できない
-   Fix: Aproving request from GtS appears with some delay
-   Fix: フォロワーへのメッセージの絵文字をemojisに含めるように
-   Fix: Nested proxy requestsを検出した際にブロックするように

[ghsa-gq5q-c77c-v236](https://redirect.github.com/misskey-dev/misskey/security/advisories/ghsa-gq5q-c77c-v236)
-   Fix: 招待コードの発行可能な残り数算出に使用すべきロールポリシーの値が違う問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/706)
-   Fix: 連合への配信時に、acctの大小文字が区別されてしまい正しくメンションが処理されないことがある問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/711)
-   Fix: ローカルユーザーへのメンションを含むノートが連合される際に正しいURLに変換されないことがある問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/712)
-   Fix: FTT無効時にユーザーリストタイムラインが使用できない問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/709)
-   Fix: User Webhookテスト機能のMock Payloadを修正
- Fix: アカウント削除のモデレーションログが動作していないのを修正
([#&#8203;14996](https://redirect.github.com/misskey-dev/misskey/issues/14996))
-   Fix: リノートミュートが新規投稿通知に対して作用していなかった問題を修正
-   Fix: Inboxの処理で生じるエラーを誤ってActivityとして処理することがある問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/730)
-   Fix: セキュリティに関する修正

##### Misskey.js

-   Fix: Stream初期化時、別途WebSocketを指定する場合の型定義を修正

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-23 03:15:52 +01:00
TrueCharts Bot
e4655b10ca chore(helm): update image ghcr.io/elfhosted/jackett 0.22.991 → 0.22.994 (#29743) 2024-11-23 03:13:40 +01:00
TrueCharts Bot
6f2bb9e2ec chore(helm): update image docker.io/semaphoreui/semaphore v2.10.42 → v2.10.43 (#29739)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `d048b7f` -> `eda4e5a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.10.43`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.10.43)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.10.42...v2.10.43)

#### Features

##### Expandable task log dialog


https://github.com/user-attachments/assets/48c18ed9-114b-4870-96cb-c93b39bda377

##### Expandable inventory dialog


https://github.com/user-attachments/assets/527719b3-a2cb-457f-b31a-3a07b96d682d

#### Links

- Full Changelog:
https://github.com/semaphoreui/semaphore/compare/v2.10.35...v2.10.43

-   Create best docker container


[![](https://img.shields.io/badge/docker_configurator-0050ab?style=for-the-badge\&logo=docker)](https://semaphoreui.com/install/docker/2\_10\_43/)

-   Join our responsive community


[![discord](https://img.shields.io/badge/discord_community-510b80?style=for-the-badge\&logo=discord)](https://discord.gg/5R6k7hNGcH)

- Every day we add new features, fix bugs, support the community. We
need your support


[![sponsor](https://img.shields.io/badge/become_a_sponsor-d9c7ff?style=for-the-badge\&logo=github-sponsors)](https://redirect.github.com/sponsors/semaphoreui)
[![ko-fi](https://img.shields.io/badge/buy_me_a_coffee-0ba0e0?style=for-the-badge\&logo=kofi)](https://ko-fi.com/fiftin)
[![patreon](https://img.shields.io/badge/become_a_patreon-teal?style=for-the-badge\&logo=patreon)](https://www.patreon.com/semaphoreui)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:13:33 +01:00
TrueCharts Bot
99a36acda0 chore(helm): update image ghcr.io/elfhosted/emby 4.9.0.31 → 4.9.0.32 (#29742) 2024-11-23 03:12:20 +01:00
TrueCharts Bot
94896daafa chore(helm): update image docker.io/zwavejs/zwave-js-ui 9.27.4 → 9.27.7 (#29741) 2024-11-23 03:11:54 +01:00
TrueCharts Bot
db0bb1d0ab chore(helm): update image docker.io/ollama/ollama 0.4.3 → 0.4.4 (#29738)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `86b60d9` -> `72b06cc` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:11:50 +01:00
TrueCharts Bot
9f281193dd chore(helm): update image docker.io/homeassistant/home-assistant 2024.11.2 → 2024.11.3 (#29735)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | patch |
`2ddb0ce` -> `988ae0f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>home-assistant/core
(docker.io/homeassistant/home-assistant)</summary>

###
[`v2024.11.3`](https://redirect.github.com/home-assistant/core/releases/tag/2024.11.3)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.11.2...2024.11.3)

- Prevent endless loop in recorder when using a filter and there are no
more states to purge ([@&#8203;davinkevin] - [#&#8203;126149])
([recorder docs])
- Fix and bump apsystems-ez1 to 2.4.0 ([@&#8203;patman15] -
[#&#8203;130740]) ([apsystems docs]) (dependency)
- Fix file uploads in MQTT config flow not processed in executor
([@&#8203;jbouwh] - [#&#8203;130746]) ([mqtt docs])
- Update twentemilieu to 2.1.0 ([@&#8203;frenck] - [#&#8203;130752])
([twentemilieu docs]) (dependency)
- Fix unexpected stop of media playback via ffmpeg proxy for ESPhome
devices ([@&#8203;mib1185] - [#&#8203;130788]) ([esphome docs])
- Bump homematicip to 1.1.3 ([@&#8203;hahn-th] - [#&#8203;130824])
([homematicip_cloud docs]) (dependency)
- UPB integration: Change unique ID from int to string. ([@&#8203;gwww]
- [#&#8203;130832]) ([upb docs])
- Reolink fix dev/entity id migration ([@&#8203;starkillerOG] -
[#&#8203;130836]) ([reolink docs])
- Use default device sensors also for AirQ devices in Sensibo
([@&#8203;gjohansson-ST] - [#&#8203;130841]) ([sensibo docs])
- Pass config_entry explicitly in rachio ([@&#8203;epenet] -
[#&#8203;130865]) ([rachio docs])
- Bump bluetooth-adapters to 0.20.2 ([@&#8203;bdraco] -
[#&#8203;130877]) ([bluetooth docs]) (dependency)
- Fixed Small Inaccuracy in Description String for myUplink
([@&#8203;CharlesYuan02] - [#&#8203;130900]) ([myuplink docs])
- Unscape HTML Entities from RSS feeds ([@&#8203;skgsergio] -
[#&#8203;130915]) ([feedreader docs])
- Update elmax_api to v0.0.6.1 ([@&#8203;ElmaxSrl] - [#&#8203;130917])
([elmax docs]) (dependency)
- Bump aioairq to 0.4.3 ([@&#8203;Sibgatulin] - [#&#8203;130963]) ([airq
docs]) (dependency)
- Strip whitespaces from host in ping config flow ([@&#8203;jpbede] -
[#&#8203;130970]) ([ping docs])
- Add more UI user-friendly description to six Supervisor actions
([@&#8203;NoRi2909] - [#&#8203;130971]) ([hassio docs])
- Add missing catholic category in workday ([@&#8203;gjohansson-ST] -
[#&#8203;130983]) ([workday docs])
- Bump holidays to 0.61 ([@&#8203;gjohansson-ST] - [#&#8203;130984])
([workday docs]) ([holiday docs]) (dependency)
- Bump aioairzone to 0.9.6 ([@&#8203;Noltari] - [#&#8203;130559])
([airzone docs]) (dependency)
- Update aioairzone to v0.9.7 ([@&#8203;Noltari] - [#&#8203;131033])
([airzone docs]) (dependency)
- Replace "service" with "action" in zha:reconfigure_device
([@&#8203;NoRi2909] - [#&#8203;131111]) ([zha docs])
- Fix typo in name of "Alarm arm home instant" action
([@&#8203;NoRi2909] - [#&#8203;131151]) ([elkm1 docs])
- Fix cast translation string ([@&#8203;NoRi2909] - [#&#8203;131156])
([cast docs])
- Fix typo in ESPHome repair text ([@&#8203;jesserockz] -
[#&#8203;131200]) ([esphome docs])
- Reolink log fast poll errors once ([@&#8203;starkillerOG] -
[#&#8203;131203]) ([reolink docs])
- Fix fibaro cover state is not always correct ([@&#8203;rappenze] -
[#&#8203;131206]) ([fibaro docs])
- Bump reolink_aio to 0.11.2 ([@&#8203;starkillerOG] - [#&#8203;131237])
([reolink docs]) (dependency)

[#&#8203;126149]:
https://redirect.github.com/home-assistant/core/pull/126149

[#&#8203;129970]:
https://redirect.github.com/home-assistant/core/pull/129970

[#&#8203;130156]:
https://redirect.github.com/home-assistant/core/pull/130156

[#&#8203;130559]:
https://redirect.github.com/home-assistant/core/pull/130559

[#&#8203;130713]:
https://redirect.github.com/home-assistant/core/pull/130713

[#&#8203;130740]:
https://redirect.github.com/home-assistant/core/pull/130740

[#&#8203;130746]:
https://redirect.github.com/home-assistant/core/pull/130746

[#&#8203;130752]:
https://redirect.github.com/home-assistant/core/pull/130752

[#&#8203;130788]:
https://redirect.github.com/home-assistant/core/pull/130788

[#&#8203;130824]:
https://redirect.github.com/home-assistant/core/pull/130824

[#&#8203;130832]:
https://redirect.github.com/home-assistant/core/pull/130832

[#&#8203;130836]:
https://redirect.github.com/home-assistant/core/pull/130836

[#&#8203;130841]:
https://redirect.github.com/home-assistant/core/pull/130841

[#&#8203;130865]:
https://redirect.github.com/home-assistant/core/pull/130865

[#&#8203;130877]:
https://redirect.github.com/home-assistant/core/pull/130877

[#&#8203;130900]:
https://redirect.github.com/home-assistant/core/pull/130900

[#&#8203;130915]:
https://redirect.github.com/home-assistant/core/pull/130915

[#&#8203;130917]:
https://redirect.github.com/home-assistant/core/pull/130917

[#&#8203;130963]:
https://redirect.github.com/home-assistant/core/pull/130963

[#&#8203;130970]:
https://redirect.github.com/home-assistant/core/pull/130970

[#&#8203;130971]:
https://redirect.github.com/home-assistant/core/pull/130971

[#&#8203;130983]:
https://redirect.github.com/home-assistant/core/pull/130983

[#&#8203;130984]:
https://redirect.github.com/home-assistant/core/pull/130984

[#&#8203;131033]:
https://redirect.github.com/home-assistant/core/pull/131033

[#&#8203;131111]:
https://redirect.github.com/home-assistant/core/pull/131111

[#&#8203;131151]:
https://redirect.github.com/home-assistant/core/pull/131151

[#&#8203;131156]:
https://redirect.github.com/home-assistant/core/pull/131156

[#&#8203;131200]:
https://redirect.github.com/home-assistant/core/pull/131200

[#&#8203;131203]:
https://redirect.github.com/home-assistant/core/pull/131203

[#&#8203;131206]:
https://redirect.github.com/home-assistant/core/pull/131206

[#&#8203;131237]:
https://redirect.github.com/home-assistant/core/pull/131237

[@&#8203;CharlesYuan02]: https://redirect.github.com/CharlesYuan02

[@&#8203;ElmaxSrl]: https://redirect.github.com/ElmaxSrl

[@&#8203;NoRi2909]: https://redirect.github.com/NoRi2909

[@&#8203;Noltari]: https://redirect.github.com/Noltari

[@&#8203;Sibgatulin]: https://redirect.github.com/Sibgatulin

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;davinkevin]: https://redirect.github.com/davinkevin

[@&#8203;epenet]: https://redirect.github.com/epenet

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gjohansson-ST]: https://redirect.github.com/gjohansson-ST

[@&#8203;gwww]: https://redirect.github.com/gwww

[@&#8203;hahn-th]: https://redirect.github.com/hahn-th

[@&#8203;jbouwh]: https://redirect.github.com/jbouwh

[@&#8203;jesserockz]: https://redirect.github.com/jesserockz

[@&#8203;jpbede]: https://redirect.github.com/jpbede

[@&#8203;mib1185]: https://redirect.github.com/mib1185

[@&#8203;patman15]: https://redirect.github.com/patman15

[@&#8203;rappenze]: https://redirect.github.com/rappenze

[@&#8203;skgsergio]: https://redirect.github.com/skgsergio

[@&#8203;starkillerOG]: https://redirect.github.com/starkillerOG

[airq docs]: https://www.home-assistant.io/integrations/airq/

[airzone docs]: https://www.home-assistant.io/integrations/airzone/

[apsystems docs]: https://www.home-assistant.io/integrations/apsystems/

[bluetooth docs]: https://www.home-assistant.io/integrations/bluetooth/

[cast docs]: https://www.home-assistant.io/integrations/cast/

[elkm1 docs]: https://www.home-assistant.io/integrations/elkm1/

[elmax docs]: https://www.home-assistant.io/integrations/elmax/

[esphome docs]: https://www.home-assistant.io/integrations/esphome/

[feedreader docs]:
https://www.home-assistant.io/integrations/feedreader/

[fibaro docs]: https://www.home-assistant.io/integrations/fibaro/

[hassio docs]: https://www.home-assistant.io/integrations/hassio/

[holiday docs]: https://www.home-assistant.io/integrations/holiday/

[homematicip_cloud docs]:
https://www.home-assistant.io/integrations/homematicip_cloud/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[myuplink docs]: https://www.home-assistant.io/integrations/myuplink/

[ping docs]: https://www.home-assistant.io/integrations/ping/

[rachio docs]: https://www.home-assistant.io/integrations/rachio/

[recorder docs]: https://www.home-assistant.io/integrations/recorder/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[sensibo docs]: https://www.home-assistant.io/integrations/sensibo/

[twentemilieu docs]:
https://www.home-assistant.io/integrations/twentemilieu/

[upb docs]: https://www.home-assistant.io/integrations/upb/

[workday docs]: https://www.home-assistant.io/integrations/workday/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:10:24 +01:00
TrueCharts Bot
92f74a6427 chore(helm): update image docker.io/jvmilazz0/kavita 0.8.3 → 0.8.4 (#29736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jvmilazz0/kavita | patch | `6d6bf8e` -> `c422d49` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:08:24 +01:00
TrueCharts Bot
38750a5f3c chore(helm): update image docker.io/wiserain/flexget 3.11.57 → 3.11.58 (#29740) 2024-11-23 03:08:11 +01:00
TrueCharts Bot
afe7da37a1 chore(helm): update image docker.io/clickhouse/clickhouse-server 24.10.2.80 → 24.10.3.21 (#29733)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/clickhouse/clickhouse-server | patch | `3381aed` ->
`ebe9067` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:07:54 +01:00
TrueCharts Bot
31b9494865 chore(helm): update image docker.io/nitnelave/lldap v0.6.0 → v0.6.1 (#29737)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/nitnelave/lldap](https://redirect.github.com/lldap/lldap) |
patch | `f8b3760` -> `9a2e461` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>lldap/lldap (docker.io/nitnelave/lldap)</summary>

###
[`v0.6.1`](https://redirect.github.com/lldap/lldap/releases/tag/v0.6.1)

[Compare
Source](https://redirect.github.com/lldap/lldap/compare/v0.6.0...v0.6.1)

Small release, mainly to fix a migration issue with Sqlite and
Postgresql.

##### Added

- Added a link to a community terraform provider
([#&#8203;1035](https://redirect.github.com/lldap/lldap/issues/1035))

##### Changed

- The opaque dependency now points to the official crate rather than a
fork
([#&#8203;1040](https://redirect.github.com/lldap/lldap/issues/1040))

##### Fixed

- Migration of the DB schema from 7 to 8 is now automatic for sqlite,
and fixed for postgres
([#&#8203;1045](https://redirect.github.com/lldap/lldap/issues/1045))
- The startup warning about `key_seed` applying instead of `key_file`
now has instructions on how to silence it
([#&#8203;1032](https://redirect.github.com/lldap/lldap/issues/1032))

##### New services

-   OneDev

##### New Contributors

- [@&#8203;traverseda](https://redirect.github.com/traverseda) made
their first contribution in
[https://github.com/lldap/lldap/pull/1036](https://redirect.github.com/lldap/lldap/pull/1036)
- [@&#8203;tasansga](https://redirect.github.com/tasansga) made their
first contribution in
[https://github.com/lldap/lldap/pull/1035](https://redirect.github.com/lldap/lldap/pull/1035)
- [@&#8203;jduepmeier](https://redirect.github.com/jduepmeier) made
their first contribution in
[https://github.com/lldap/lldap/pull/1040](https://redirect.github.com/lldap/lldap/pull/1040)
- [@&#8203;xeoneox](https://redirect.github.com/xeoneox) made their
first contribution in
[https://github.com/lldap/lldap/pull/1041](https://redirect.github.com/lldap/lldap/pull/1041)

**Full Changelog**:
https://github.com/lldap/lldap/compare/v0.6.0...v0.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-23 03:06:43 +01:00
TrueCharts Bot
d93c72457f chore(helm): update image yourls digest to ae00107 (#29727) 2024-11-23 03:06:31 +01:00
TrueCharts Bot
ee9396b511 chore(helm): update image lscr.io/linuxserver/heimdall digest to 6ec7355 (#29724) 2024-11-23 03:06:24 +01:00
TrueCharts Bot
9660a5f4f7 chore(helm): update rdesktop (#29728) 2024-11-23 03:06:17 +01:00
TrueCharts Bot
90bbf91422 chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 362ebff (#29717) 2024-11-23 03:06:06 +01:00
TrueCharts Bot
365759eda3 chore(helm): update image ghcr.io/open-webui/open-webui digest to 4d1db69 (#29722)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `4bcc7f7` -> `4d1db69` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:05:46 +01:00
TrueCharts Bot
1602e4e78e chore(helm): update image monica digest to 7c3f3dd (#29725)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `aa0f246` -> `7c3f3dd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:05:25 +01:00
TrueCharts Bot
af4f982d54 chore(helm): update image docker.io/searxng/searxng digest to a26ba50 (#29713) 2024-11-23 03:04:32 +01:00
TrueCharts Bot
d9f1f4702f fix(deps): update module sigs.k8s.io/controller-runtime v0.19.1 → v0.19.2 (clustertool) (#29694) 2024-11-23 03:04:25 +01:00
TrueCharts Bot
31f4b78aee chore(helm): update image friendica digest to 2c163a8 (#29715)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `659a82b` -> `2c163a8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:04:09 +01:00
TrueCharts Bot
53755921b5 chore(helm): update image docker.io/thelounge/thelounge digest to 8e0a075 (#29714)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/thelounge/thelounge](https://redirect.github.com/thelounge/thelounge-docker)
| digest | `7757538` -> `8e0a075` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:03:36 +01:00
TrueCharts Bot
77bce1bf14 chore(helm): update image ghcr.io/jens-maus/raspberrymatic digest to 79ce1c6 (#29716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/jens-maus/raspberrymatic | digest | `79b7cc5` -> `79ce1c6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:03:01 +01:00
TrueCharts Bot
e0c231c06f chore(helm): update image docker.io/iyuucn/iyuuplus digest to 78198f8 (#29710) 2024-11-23 03:01:23 +01:00
TrueCharts Bot
f8145e1d26 chore(helm): update webtop (#29729)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `0cb9d78` -> `47e9bf6` |
| lscr.io/linuxserver/webtop | digest | `eee4235` -> `3c36d64` |
| lscr.io/linuxserver/webtop | digest | `c621ba4` -> `05098e3` |
| lscr.io/linuxserver/webtop | digest | `76ecf14` -> `bcb5aac` |
| lscr.io/linuxserver/webtop | digest | `2e8093a` -> `5f3b97b` |
| lscr.io/linuxserver/webtop | digest | `7157705` -> `cd1117f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:01:15 +01:00
TrueCharts Bot
2aeeee68c5 chore(helm): update image ghcr.io/minekube/gate digest to b4a58df (#29719) 2024-11-23 03:00:22 +01:00
TrueCharts Bot
6f972f719c chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to a36fd11 (#29720)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `7e6d1d9` -> `a36fd11` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 03:00:18 +01:00
TrueCharts Bot
782928d4ac chore(helm): update image docker.io/machines/filestash digest to 0b3e1ff (#29711)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `88fda82` -> `0b3e1ff` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:57:28 +01:00
TrueCharts Bot
12254d8ecd chore(helm): update image docker.io/ronnieroller/media-roller digest to 2f00a2a (#29712)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronnieroller/media-roller | digest | `fbedb1a` -> `2f00a2a`
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:57:07 +01:00
TrueCharts Bot
e9717213f1 chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 5b9bfda (#29723) 2024-11-23 02:55:26 +01:00
TrueCharts Bot
081a2c1c61 chore(helm): update image docker.io/coderaiser/cloudcmd digest to c695854 (#29708)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/coderaiser/cloudcmd | digest | `a13ec7e` -> `c695854` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:55:25 +01:00
TrueCharts Bot
0ba0036c19 chore(helm): update image ghcr.io/meeb/tubesync digest to f32f02e (#29718)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/meeb/tubesync | digest | `eae53d8` -> `f32f02e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:54:59 +01:00
TrueCharts Bot
5ba2b83482 chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 1f16f4c (#29660)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cthulhoo/ttrss-web-nginx | digest | `c55c68f` -> `1f16f4c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 01:54:45 +00:00
TrueCharts Bot
91bfa3df5b chore(helm): update image docker.io/diygod/rsshub digest to 2e24785 (#29709) 2024-11-23 02:54:23 +01:00
TrueCharts Bot
03f9116e1f chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 3f8713a (#29707) 2024-11-23 02:54:17 +01:00
TrueCharts Bot
5168f32488 chore(helm): update image ghcr.io/neggles/sd-webui-docker digest to 88161f6 (#29721)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `c0e27de` -> `88161f6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:54:01 +01:00
TrueCharts Bot
4e8fce2291 chore(flux): update image vaultwarden 28.4.4 → 28.4.5 (#29732) 2024-11-23 02:53:20 +01:00
TrueCharts Bot
a6408d4025 chore(flux): update image traefik 30.0.3 → 30.0.4 (clustertool) (#29731) 2024-11-23 02:53:11 +01:00
TrueCharts Bot
da6884dfb4 chore(flux): update image jackett 23.0.52 → 23.0.53 (#29730) 2024-11-23 02:52:51 +01:00
TrueCharts Bot
7b2e3510fb chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to e8c17c1 (#29704)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/nextcloud | final | digest | `4f19a2f` -> `e8c17c1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:51:49 +01:00
TrueCharts Bot
a1fcdab1f5 chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to ac3e113 (#29705) 2024-11-23 02:49:04 +01:00
TrueCharts Bot
fe694b1e77 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 4d155ce (#29706)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `b8c8c19` -> `4d155ce` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:48:07 +01:00
TrueCharts Bot
cf0c05257b chore(helm): update image docker.io/vaultwarden/server 1.32.2 → 1.32.5 (#29558)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden)
| patch | `c07f531` -> `84015c9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden
(docker.io/vaultwarden/server)</summary>

###
[`v1.32.5`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.5)

[Compare
Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.4...1.32.5)

#### Security Fixes

This release further fixed some CVE Reports reported by a third party
security auditor and we recommend everybody to update to the latest
version as soon as possible. The contents of these reports will be
disclosed publicly in the future.

#### Notable changes

- Added SSH-Key storage support. Currently only usable with Bitwarden
Desktop v2024.12.0 and newer.
You need to enable this feature by adding `ssh-key-vault-item,ssh-agent`
to the `EXPERIMENTAL_CLIENT_FEATURE_FLAGS` config option. [See
.env.template](cdfdc6ff4f/.env.template (L353-L354))

#### What's Changed

- Fix if logic error by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5171](https://redirect.github.com/dani-garcia/vaultwarden/pull/5171)
- More authrequest fixes by
[@&#8203;dani-garcia](https://redirect.github.com/dani-garcia) in
[https://github.com/dani-garcia/vaultwarden/pull/5176](https://redirect.github.com/dani-garcia/vaultwarden/pull/5176)
- Add dynamic CSS support by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4940](https://redirect.github.com/dani-garcia/vaultwarden/pull/4940)
- fix hibp username encoding and pw hint check by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5180](https://redirect.github.com/dani-garcia/vaultwarden/pull/5180)
- Remove auth-request deletion by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5184](https://redirect.github.com/dani-garcia/vaultwarden/pull/5184)
- fix password hint check by
[@&#8203;stefan0xC](https://redirect.github.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/5189](https://redirect.github.com/dani-garcia/vaultwarden/pull/5189)
- don't infer manage permission for groups by
[@&#8203;stefan0xC](https://redirect.github.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/5190](https://redirect.github.com/dani-garcia/vaultwarden/pull/5190)
- Some more authrequest changes by
[@&#8203;dani-garcia](https://redirect.github.com/dani-garcia) in
[https://github.com/dani-garcia/vaultwarden/pull/5188](https://redirect.github.com/dani-garcia/vaultwarden/pull/5188)
- Support SSH keys on desktop 2024.12 by
[@&#8203;dani-garcia](https://redirect.github.com/dani-garcia) in
[https://github.com/dani-garcia/vaultwarden/pull/5187](https://redirect.github.com/dani-garcia/vaultwarden/pull/5187)
- Fix Org Import duplicate collections by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5200](https://redirect.github.com/dani-garcia/vaultwarden/pull/5200)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.32.4...1.32.5

###
[`v1.32.4`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.4)

[Compare
Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4)

#### Security Fixes

This release has fixed some CVE Reports reported by a third party
security auditor and we recommend everybody to update to the latest
version as soon as possible. The contents of these reports will be
disclosed publicly in the future.

#### Notable changes

- Added more compatibility fixes for the native mobile apps, datetimes
are now formatted without too many decimals.
- Email Template changes to the send emergency access invite. If you
have modified this template, make sure to update it with the new
changes.

#### What's Changed

- Update README by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5153](https://redirect.github.com/dani-garcia/vaultwarden/pull/5153)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4

###
[`v1.32.3`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.3)

[Compare
Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3)

#### Notable changes

- Email template for org invites was updated again. The URL got HTML
Encoded which resulted in a sometimes non-working URL
([#&#8203;5100](https://redirect.github.com/dani-garcia/vaultwarden/issues/5100))
- Fixed SMTP issues with some providers which send erroneous response to
`QUIT` messages (Like QQ) (Thanks to
[@&#8203;paolobarbolini](https://redirect.github.com/paolobarbolini))
- Fixed a long standing collection management issue where collections
were not able to be managed via the **Password Manager** overview

#### What's Changed

- Fix iOS sync by converting field types to int by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5081](https://redirect.github.com/dani-garcia/vaultwarden/pull/5081)
- Fix field type to actually be hidden by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5082](https://redirect.github.com/dani-garcia/vaultwarden/pull/5082)
- Fix org invite url being html encoded by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5100](https://redirect.github.com/dani-garcia/vaultwarden/pull/5100)
- Update Rust to 1.82.0 by
[@&#8203;dfunkt](https://redirect.github.com/dfunkt) in
[https://github.com/dani-garcia/vaultwarden/pull/5099](https://redirect.github.com/dani-garcia/vaultwarden/pull/5099)
- Fix collection management and match some json output by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5095](https://redirect.github.com/dani-garcia/vaultwarden/pull/5095)
- Add `extension-refresh` feature flag by
[@&#8203;dfunkt](https://redirect.github.com/dfunkt) in
[https://github.com/dani-garcia/vaultwarden/pull/5106](https://redirect.github.com/dani-garcia/vaultwarden/pull/5106)
- Hide user name on invite status by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5110](https://redirect.github.com/dani-garcia/vaultwarden/pull/5110)
- Add documentation for the `extension-refresh` feature flag by
[@&#8203;dfunkt](https://redirect.github.com/dfunkt) in
[https://github.com/dani-garcia/vaultwarden/pull/5112](https://redirect.github.com/dani-garcia/vaultwarden/pull/5112)
- Update crates and fix Mail issue by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5125](https://redirect.github.com/dani-garcia/vaultwarden/pull/5125)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-22 21:34:11 +01:00
alfi0812
ab38cfaaec Update VERSION (#29701)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  Clustertool devcontainer using 1.0.0-RC28

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-11-22 21:13:04 +01:00
alfi0812
ea45407593 feat(website): Clustertool News article (#29655)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-22 11:55:30 +01:00
TrueCharts Bot
c8e502d50b chore(helm): update image docker.io/jlesage/jdownloader-2 v24.09.1 → v24.11.1 (#29697)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/jdownloader-2](https://redirect.github.com/jlesage/docker-jdownloader-2)
| minor | `e489287` -> `2a1450a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-jdownloader-2
(docker.io/jlesage/jdownloader-2)</summary>

###
[`v24.11.1`](https://redirect.github.com/jlesage/docker-jdownloader-2/releases/tag/v24.11.1):
Version 24.11.1

[Compare
Source](https://redirect.github.com/jlesage/docker-jdownloader-2/compare/v24.09.1...v24.11.1)

Changes in this release:

- Implemented improvements to reduce the risk of corrupting JDownloader
installation during an update.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-22 03:16:00 +01:00
TrueCharts Bot
4428005caa fix(website): update astro 4.16.13 → 4.16.14 (#29695)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.13` ->
`4.16.14`](https://renovatebot.com/diffs/npm/astro/4.16.13/4.16.14) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.14`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41614)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.13...astro@4.16.14)

##### Patch Changes

-
[#&#8203;12480](https://redirect.github.com/withastro/astro/pull/12480)
[`c3b7e7c`](c3b7e7cfa1)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Removes the default throw behavior in `astro:env`

-
[#&#8203;12444](https://redirect.github.com/withastro/astro/pull/12444)
[`28dd3ce`](28dd3ce522)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where a server island hydration script might fail case
the island ID misses from the DOM.

-
[#&#8203;12476](https://redirect.github.com/withastro/astro/pull/12476)
[`80a9a52`](80a9a5299a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where the Content Layer `glob()` loader would not update
when renaming or deleting an entry

-
[#&#8203;12418](https://redirect.github.com/withastro/astro/pull/12418)
[`25baa4e`](25baa4ed0c)
Thanks [@&#8203;oliverlynch](https://redirect.github.com/oliverlynch)! -
Fix cached image redownloading if it is the first asset

-
[#&#8203;12477](https://redirect.github.com/withastro/astro/pull/12477)
[`46f6b38`](46f6b386b3)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the SSR build was emitting the
`dist/server/entry.mjs` file with an incorrect import at the top of the
file/

-
[#&#8203;12365](https://redirect.github.com/withastro/astro/pull/12365)
[`a23985b`](a23985b021)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where `Astro.currentLocale` was not correctly returning
the locale for 404 and 500 pages.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-22 03:15:01 +01:00
TrueCharts Bot
18b3fe80ea chore(helm): update image ghcr.io/immich-app/immich-server v1.120.2 → v1.121.0 (#29653)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| minor | `99f97cb` -> `851c02f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary>

###
[`v1.121.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.121.0)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.120.2...v1.121.0)

### v1.121.0

#### Highlights

Welcome to release `v1.121.0` of Immich. This release focuses on bug
fixes and performance optimization across the app. Some of the
highlights below:

-   `@immich/ui` component library
-   Fallback to system fonts for Cyrillic letters on the mobile app
-   Multiselect using the shift key in the search result view
- **Notable fixes**: album sync on the mobile app always ran when
reopening the app, leading to degradation in performance and browsing

##### `@immich/ui` component library

Some of you may have seen that we added a [new
repository](https://redirect.github.com/immich-app/ui) on GitHub. We
have started building out a shared UI components library for Immich that
will hopefully lead to a more manageable and consistent design. It’s
still very much in the works, but here is a sneak peek at the button
component.


![image](https://redirect.github.com/user-attachments/assets/e2baebe9-9f55-42d5-8b7b-dca9872cb2f1)

##### Notable fix: album sync degrades performance on the mobile app

We fixed a bug on the server that caused visible performance degradation
of the mobile app. The album syncing process is always triggered when
the app is reopened instead of only syncing when there are changes on
the server. This is a server fix, so we encourage you to update your
server to this new release to fix this performance issue.

#### Support Immich

<p align="center">

<img
src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif"
width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a
product key at https://buy.immich.app/.

Cheers! 🍻

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### 🚀 Features

- feat: add minimal devcontainer setup by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[#&#8203;14038](https://redirect.github.com/immich-app/immich/pull/14038)

##### 🌟 Enhancements

- refactor(mobile): video controls by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14086](https://redirect.github.com/immich-app/immich/pull/14086)
- feat: use dateTimeOriginal to calculate album date by
[@&#8203;p2kmgcl](https://redirect.github.com/p2kmgcl) in
[#&#8203;14119](https://redirect.github.com/immich-app/immich/pull/14119)
- feat(mobile): new video slider ui by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14126](https://redirect.github.com/immich-app/immich/pull/14126)
- chore(web): migration svelte 5 syntax by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;13883](https://redirect.github.com/immich-app/immich/pull/13883)
- feat(web): Added tag button to the context menu in the favorites page
by [@&#8203;IMBeniamin](https://redirect.github.com/IMBeniamin) in
[#&#8203;14156](https://redirect.github.com/immich-app/immich/pull/14156)
- feat: adding photo & video storage space to server stats by
[@&#8203;weathondev](https://redirect.github.com/weathondev) in
[#&#8203;14125](https://redirect.github.com/immich-app/immich/pull/14125)
- feat(mobile): exclude locales from overpass font by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;14158](https://redirect.github.com/immich-app/immich/pull/14158)
- feat(web): Implement keep this delete others for asset stacks by
[@&#8203;bdavis2-PCTY](https://redirect.github.com/bdavis2-PCTY) in
[#&#8203;14217](https://redirect.github.com/immich-app/immich/pull/14217)
- feat: Added shortcuts, shift-multi select, and missing menu options to
Search (Galleryviewer) by
[@&#8203;weathondev](https://redirect.github.com/weathondev) in
[#&#8203;14213](https://redirect.github.com/immich-app/immich/pull/14213)
- feat(server): faster geodata import by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14241](https://redirect.github.com/immich-app/immich/pull/14241)

##### 🐛 Bug fixes

- fix(mobile): fix logout timeout by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;14104](https://redirect.github.com/immich-app/immich/pull/14104)
- fix(server): Some MTS videos fail to generate thumbnail by
[@&#8203;Lukasdotcom](https://redirect.github.com/Lukasdotcom) in
[#&#8203;14134](https://redirect.github.com/immich-app/immich/pull/14134)
- fix(web): textarea autogrow height by
[@&#8203;duckimann](https://redirect.github.com/duckimann) in
[#&#8203;13983](https://redirect.github.com/immich-app/immich/pull/13983)
- fix: Routing back button in sharedLinks page by
[@&#8203;Pranay-Pandey](https://redirect.github.com/Pranay-Pandey) in
[#&#8203;13703](https://redirect.github.com/immich-app/immich/pull/13703)
- fix(web): ensure current asset index stays within bounds by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14013](https://redirect.github.com/immich-app/immich/pull/14013)
- fix(web): saving pasted coordinates by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14143](https://redirect.github.com/immich-app/immich/pull/14143)
- fix(web): update description height when navigating between assets by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14145](https://redirect.github.com/immich-app/immich/pull/14145)
- fix(web): allow selecting people after clearing search options by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14146](https://redirect.github.com/immich-app/immich/pull/14146)
- fix(mobile): Android local notification failed to invoke by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14155](https://redirect.github.com/immich-app/immich/pull/14155)
- fix(web): prevent infinite loop when modifying stacked asset by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14162](https://redirect.github.com/immich-app/immich/pull/14162)
- fix(cli): Concurrency not fully using queue potential by
[@&#8203;Tiefseetauchner](https://redirect.github.com/Tiefseetauchner)
in
[#&#8203;11828](https://redirect.github.com/immich-app/immich/pull/11828)
- fix(web): don't refresh the panorama viewer when modifying asset by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14163](https://redirect.github.com/immich-app/immich/pull/14163)
- fix(mobile): unnecessary rebuilds from partner share notifier by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14170](https://redirect.github.com/immich-app/immich/pull/14170)
- fix: show tags when viewing stacked assets by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14199](https://redirect.github.com/immich-app/immich/pull/14199)
- fix(mobile): use sets in album refresh, concurrent futures by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14193](https://redirect.github.com/immich-app/immich/pull/14193)
- fix(mobile): Dismissible menus by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;14192](https://redirect.github.com/immich-app/immich/pull/14192)
- fix(web): layout shifting when scrolling up by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14226](https://redirect.github.com/immich-app/immich/pull/14226)
- fix(mobile): make search page scrollable by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;14228](https://redirect.github.com/immich-app/immich/pull/14228)
- fix(mobile): fixes on language change by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;14089](https://redirect.github.com/immich-app/immich/pull/14089)
- fix: mobile album sync is always triggered when opening the app by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14233](https://redirect.github.com/immich-app/immich/pull/14233)
- fix(server): remove unnecessary guc settings for vector search by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14237](https://redirect.github.com/immich-app/immich/pull/14237)
- fix: parse quota claim as a number by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;14178](https://redirect.github.com/immich-app/immich/pull/14178)

##### 📚 Documentation

- chore(docs): Encode db dump in UTF-8 without BOM for Windows by
[@&#8203;amorphobia](https://redirect.github.com/amorphobia) in
[#&#8203;13775](https://redirect.github.com/immich-app/immich/pull/13775)
- docs: Update TrueNAS docs for TrueNAS SCALE 24.10 by
[@&#8203;NicholasFlamy](https://redirect.github.com/NicholasFlamy) in
[#&#8203;14067](https://redirect.github.com/immich-app/immich/pull/14067)
- docs: get asset owner by ID from the database by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[#&#8203;14174](https://redirect.github.com/immich-app/immich/pull/14174)
- docs: backup only selected photos by
@&#8203;**[shivanshs9](https://redirect.github.com/shivanshs9) in
[#&#8203;14225](https://redirect.github.com/immich-app/immich/pull/14225)**

#### New Contributors

- [@&#8203;amorphobia](https://redirect.github.com/amorphobia) made
their first contribution in
[#&#8203;13775](https://redirect.github.com/immich-app/immich/pull/13775)
- [@&#8203;p2kmgcl](https://redirect.github.com/p2kmgcl) made their
first contribution in
[#&#8203;14119](https://redirect.github.com/immich-app/immich/pull/14119)
- [@&#8203;johnstef99](https://redirect.github.com/johnstef99) made
their first contribution in
[#&#8203;14104](https://redirect.github.com/immich-app/immich/pull/14104)
- [@&#8203;duckimann](https://redirect.github.com/duckimann) made their
first contribution in
[#&#8203;13983](https://redirect.github.com/immich-app/immich/pull/13983)
- [@&#8203;IMBeniamin](https://redirect.github.com/IMBeniamin) made
their first contribution in
[#&#8203;14156](https://redirect.github.com/immich-app/immich/pull/14156)
- [@&#8203;weathondev](https://redirect.github.com/weathondev) made
their first contribution in
[#&#8203;14125](https://redirect.github.com/immich-app/immich/pull/14125)
- [@&#8203;bdavis2-PCTY](https://redirect.github.com/bdavis2-PCTY) made
their first contribution in
[#&#8203;14217](https://redirect.github.com/immich-app/immich/pull/14217)

**Full Changelog**:
<https://github.com/immich-app/immich/compare/v1.120.2...v1.121.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-22 02:13:11 +00:00
TrueCharts Bot
1a267c94b3 chore(helm): update image tccr.io/tccr/traefik v3.2.0 → v3.2.1 (#29692) 2024-11-22 03:12:53 +01:00
TrueCharts Bot
eee81832d0 chore(helm): update image docker.io/kasmweb/workspaces 1.15.1 → 1.16.1 (#29698)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kasmweb/workspaces | minor | `65a84eb` -> `cfa1834` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-22 03:12:50 +01:00
TrueCharts Bot
fcd833a904 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.985 → 0.22.991 (#29691)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `df1c73c` -> `7434de2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-22 03:12:10 +01:00