Commit Graph

36919 Commits

Author SHA1 Message Date
TrueCharts Bot
2a2519e28a chore(helm): update image docker.io/ghostfolio/ghostfolio 2.121.1 → 2.122.0 (#28968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `4164c03` -> `b2a4e21` |

---

> [!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>ghostfolio/ghostfolio
(docker.io/ghostfolio/ghostfolio)</summary>

###
[`v2.122.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21220---2024-11-07)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.121.1...2.122.0)

##### Changed

-   Upgraded `countries-list` from version `3.1.0` to `3.1.1`

##### Fixed

- Fixed an issue with the algebraic sign in the chart of the holdings
tab on the home page (experimental)
-   Improved the exception handling in the user authorization service
- Disabled the caching of the benchmarks in the markets overview if
sharing the *Fear & Greed Index* (market mood) is enabled

</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-07 21:23:30 +01:00
TrueCharts Bot
2d895455fb chore(helm): update image ghcr.io/immich-app/immich-server v1.120.0 → v1.120.1 (#28960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| patch | `ac215f5` -> `4193f3c` |

---

> [!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.120.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.120.1)

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

### v1.120.1

This release addresses the issues below

#### What's Changed

##### 🐛 Bug fixes

- fix(server): cannot render email template by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/13957](https://redirect.github.com/immich-app/immich/pull/13957)
- fix(server): allow starting backup through API and fix pg_dumpall args
when using database URLs by
[@&#8203;dotlambda](https://redirect.github.com/dotlambda) in
[https://github.com/immich-app/immich/pull/13970](https://redirect.github.com/immich-app/immich/pull/13970)
- fix(server): database backups compatible with deduplication by
[@&#8203;Scrumplex](https://redirect.github.com/Scrumplex) in
[https://github.com/immich-app/immich/pull/13965](https://redirect.github.com/immich-app/immich/pull/13965)
- fix(mobile): video player not playing in full size on Android by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/13986](https://redirect.github.com/immich-app/immich/pull/13986)

##### 📚 Documentation

- fix: docker link by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/13956](https://redirect.github.com/immich-app/immich/pull/13956)
- docs: improve custom-locations wording to be easier to read by
[@&#8203;slamp](https://redirect.github.com/slamp) in
[https://github.com/immich-app/immich/pull/13849](https://redirect.github.com/immich-app/immich/pull/13849)
- docs: Added a note about avoiding redundant database backups by
[@&#8203;thariq-shanavas](https://redirect.github.com/thariq-shanavas)
in
[https://github.com/immich-app/immich/pull/13958](https://redirect.github.com/immich-app/immich/pull/13958)
- chore: tidy up backup-and-restore.md by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/13961](https://redirect.github.com/immich-app/immich/pull/13961)
- docs: 50k stars by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/13964](https://redirect.github.com/immich-app/immich/pull/13964)
- docs: add backups to startup folders list by
[@&#8203;yodatak](https://redirect.github.com/yodatak) in
[https://github.com/immich-app/immich/pull/13967](https://redirect.github.com/immich-app/immich/pull/13967)
- docs: update roadmap by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/13984](https://redirect.github.com/immich-app/immich/pull/13984)

#### New Contributors

- [@&#8203;slamp](https://redirect.github.com/slamp) made their first
contribution in
[https://github.com/immich-app/immich/pull/13849](https://redirect.github.com/immich-app/immich/pull/13849)
- [@&#8203;yodatak](https://redirect.github.com/yodatak) made their
first contribution in
[https://github.com/immich-app/immich/pull/13967](https://redirect.github.com/immich-app/immich/pull/13967)
- [@&#8203;Scrumplex](https://redirect.github.com/Scrumplex) made their
first contribution in
[https://github.com/immich-app/immich/pull/13965](https://redirect.github.com/immich-app/immich/pull/13965)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.120.0...v1.120.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-07 20:23:12 +00:00
TrueCharts Bot
1dc9ba79c5 chore(helm): update image docker.io/diygod/rsshub digest to 6f9698a (#28963) 2024-11-07 21:22:29 +01:00
TrueCharts Bot
b4602d68b1 chore(helm): update image docker.io/wabayang/jelu digest to d792a68 (#28964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/wabayang/jelu | digest | `c994f03` -> `d792a68` |

---

> [!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-07 21:22:22 +01:00
TrueCharts Bot
ecb854b2b8 chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.47.05 → 0.47.06 (#28967)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io)
| patch | `e7e886d` -> `6e9dcf4` |

---

> [!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>dgtlmoon/changedetection.io
(ghcr.io/dgtlmoon/changedetection.io)</summary>

###
[`v0.47.06`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.47.06):
CVE-2024-51998 - file:/ path traversal access should not be allowed to
access a file without ALLOW_FILE_URI set (requires a chrome/webdriver
browser)

[Compare
Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.05...0.47.06)

CVE-2024-51998 - file:/ path traversal access should not be allowed to
access a file without ALLOW_FILE_URI (single forward slash)

#### What's Changed

- Pinning werkzeug by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/2757](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2757)
- Price tracker - fix for sites that supply an empty additional price by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/2758](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2758)
- Update docker-compose.yml by
[@&#8203;arthurnn](https://redirect.github.com/arthurnn) in
[https://github.com/dgtlmoon/changedetection.io/pull/2767](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2767)

#### New Contributors

- [@&#8203;arthurnn](https://redirect.github.com/arthurnn) made their
first contribution in
[https://github.com/dgtlmoon/changedetection.io/pull/2767](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2767)

**Full Changelog**:
https://github.com/dgtlmoon/changedetection.io/compare/0.47.05...0.47.06

</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-07 21:20:50 +01:00
TrueCharts Bot
f9d7e4b747 chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 4f7a660 (#28965) 2024-11-07 21:20:19 +01:00
TrueCharts Bot
c1c19fba7e chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 00dd98d (#28966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `e7d254a` -> `00dd98d` |

---

> [!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-07 21:20:16 +01:00
alfi0812
a29e3a8df7 Update scale.md (#28962)
**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: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-11-07 19:34:28 +00:00
Kjeld Schouten
c0168f6d38 fix(website): correct some clustertool docs 2024-11-07 19:52:36 +01:00
Max Bachhuber
5c1b5604be docs(clustertool) Add hint about removing the ISO after installation on TrueNAS (#28961)
**Description**

Not removing the Talos ISO after installation causes DHCP errors on
restarts of the VM.

So i have added "Post installation steps" documentation to the TrueNAS
VM setup documentation.

Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io>
2024-11-07 18:03:27 +01:00
TrueCharts Bot
26452f599f chore(helm): update image ghcr.io/manyfold3d/manyfold 0.86.0 → 0.87.1 (#28906)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `3e891f3` -> `0a5830c` |

---

> [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.87.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.87.1):
v0.88.0

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.87.0...v0.87.1)

This release was just going to be bugfixes, but then we added support
for a load of new file formats, particularly ones used for stuff like
game development or higher-end graphics work. So, you can now index
Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even
more. Take a look at the [supported
formats](https://manyfold.app/manual/supported_formats.html) page on the
website for the full list!

There's also an important bug fix for OIDC login, which should fix
issues with the redirect URL being incorrect.

#### What's Changed

#####  New Features 

- Index DXF files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3123](https://redirect.github.com/manyfold3d/manyfold/pull/3123)
- Many new formats (3DS, DAE, FBX, AMF, IGES and more!) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3124](https://redirect.github.com/manyfold3d/manyfold/pull/3124)

##### 🐛 Bug Fixes 🐛

- Prevent orphaned problems when merging models by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3118](https://redirect.github.com/manyfold3d/manyfold/pull/3118)
- Don't require PUBLIC_PORT if PUBLIC_HOSTNAME is set, unless it's a
non-default port by [@&#8203;Floppy](https://redirect.github.com/Floppy)
in
[https://github.com/manyfold3d/manyfold/pull/3122](https://redirect.github.com/manyfold3d/manyfold/pull/3122)

##### 🛠️ Other Improvements 🛠️

- Remove orphaned problems in "check all" job by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3117](https://redirect.github.com/manyfold3d/manyfold/pull/3117)
- Refactor and simplify old file removal code by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3121](https://redirect.github.com/manyfold3d/manyfold/pull/3121)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.87.0...v0.87.1

###
[`v0.87.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.87.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.86.0...v0.87.0)

This release adds the ability to resolve problems in bulk; so if you
have a lot of missing files, or empty folders, now you can remove them
all in one go! There are also new application and database performance
dashboards, so you can see how your instance is performing, as well as
the usual collection of bug fixes.

#### What's Changed

#####  New Features 

- Add application and database performance dashboards by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3043](https://redirect.github.com/manyfold3d/manyfold/pull/3043)
- Add fediverse creator opengraph tags by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3047](https://redirect.github.com/manyfold3d/manyfold/pull/3047)
- Raise problems for zero-length files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3101](https://redirect.github.com/manyfold3d/manyfold/pull/3101)
- Resolve problems in bulk by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3108](https://redirect.github.com/manyfold3d/manyfold/pull/3108)
- Add pagination for bulk model editing page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3113](https://redirect.github.com/manyfold3d/manyfold/pull/3113)

##### 🐛 Bug Fixes 🐛

- Add @&#8203; to opengraph tag by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3049](https://redirect.github.com/manyfold3d/manyfold/pull/3049)
- Don't set SSL options if unavailable because of OpenSSL 1.x by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3098](https://redirect.github.com/manyfold3d/manyfold/pull/3098)
- Stop zero-length files showing as duplicates by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3100](https://redirect.github.com/manyfold3d/manyfold/pull/3100)
- Fix IOerror on getting file size by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3103](https://redirect.github.com/manyfold3d/manyfold/pull/3103)
- Discard old jobs that were queued up for removed objects by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3102](https://redirect.github.com/manyfold3d/manyfold/pull/3102)
- Fix file deletion errors caused by presupported links by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3112](https://redirect.github.com/manyfold3d/manyfold/pull/3112)
- Add tag completion on upload form by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3114](https://redirect.github.com/manyfold3d/manyfold/pull/3114)
- Restore tag sorting by name in dropdowns by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3116](https://redirect.github.com/manyfold3d/manyfold/pull/3116)

##### 🌍 Sustainability & Performance 🌍

- Remove unnecessary indexes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3050](https://redirect.github.com/manyfold3d/manyfold/pull/3050)

##### 🛠️ Other Improvements 🛠️

- Ignore admin and healthcheck paths in performance dashboard by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3080](https://redirect.github.com/manyfold3d/manyfold/pull/3080)
- Gather memory statistics for rails_performance by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3091](https://redirect.github.com/manyfold3d/manyfold/pull/3091)
- Improvements to problem list core by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3099](https://redirect.github.com/manyfold3d/manyfold/pull/3099)
- Update setting text to reflect empty file check by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3104](https://redirect.github.com/manyfold3d/manyfold/pull/3104)
- Exclude documents from duplicate detection by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3115](https://redirect.github.com/manyfold3d/manyfold/pull/3115)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.86.0...v0.87.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-07 16:28:12 +00:00
TrueCharts Bot
0ac5f8f24f chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.120.0 → v1.120.1 (#28959)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/immich-app/immich-machine-learning | patch | `e230826` ->
`c2d95ce` |
| ghcr.io/immich-app/immich-machine-learning | patch | `401bb38` ->
`e25392f` |
| ghcr.io/immich-app/immich-machine-learning | patch | `a7c897a` ->
`0a5d8d7` |

---

> [!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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-07 17:27:59 +01:00
TrueCharts Bot
afeadb86da chore(helm): update image docker.io/diygod/rsshub digest to b961040 (#28957)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `8d89f4b` -> `b961040` |

---

> [!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-07 17:26:17 +01:00
TrueCharts Bot
7b4a34491c chore(helm): update image lscr.io/linuxserver/blender digest to b59458e (#28958)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `1d52839` -> `b59458e` |

---

> [!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-07 17:19:31 +01:00
TrueCharts Bot
817029d26e chore(github-action): update goreleaser/goreleaser-action digest to 9ed2f89 (#28956) 2024-11-07 17:10:48 +01:00
TrueCharts Bot
ccac9ebdcf chore(helm): update image docker.io/n8nio/n8n 1.67.0 → 1.67.1 (#28955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | patch | `53734ea`
-> `ee4ef2c` |

---

> [!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-07 13:25:10 +01:00
TrueCharts Bot
f1639b7b43 chore(helm): update image ghcr.io/minekube/gate digest to 07647d1 (#28903)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `706997d` -> `07647d1` |

---

> [!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-07 12:24:50 +00:00
TrueCharts Bot
9895659f5e chore(helm): update image ghcr.io/linuxserver/minetest digest to d9e08fa (#28953) 2024-11-07 13:24:37 +01:00
TrueCharts Bot
ca3397bb93 chore(helm): update image ghcr.io/linuxserver/emulatorjs digest to 86d7f97 (#28952)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://redirect.github.com/linuxserver/docker-emulatorjs/packages)
([source](https://redirect.github.com/linuxserver/docker-emulatorjs)) |
digest | `a2a18bd` -> `86d7f97` |

---

> [!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-07 13:24:34 +01:00
TrueCharts Bot
e79ccf7508 chore(helm): update image docker.io/bitnami/prometheus digest to 2353ece (#28951)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/prometheus](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/prometheus))
| digest | `e1b8043` -> `2353ece` |

---

> [!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-07 13:19:50 +01:00
TrueCharts Bot
ec0b8663c6 chore(flux): update image jackett 23.0.37 → 23.0.38 (#28954)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.0.37` ->
`23.0.38` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-07 13:12:49 +01:00
Kjeld Schouten
de699a5992 feat(clustertool): add some aliasses to commonly mistaken commands 2024-11-07 12:14:57 +01:00
Kjeld Schouten
81f6808581 fix(clustertool): dont try to load sops.yaml if it doesn't exist, load empty instead 2024-11-07 12:14:28 +01:00
Kjeld Schouten
93fad462e2 feat(clustertool): ensure that we low-code fail encryptioncheck if encryption-check fails 2024-11-07 12:13:48 +01:00
Kjeld Schouten
c70e1b4698 fix(clustertool): correct machineconfig apply command 2024-11-07 11:27:57 +01:00
Kjeld Schouten
7c3ecc54a4 feat(clustertool): introduce tracing of command-slice and dont process extraArgs for now 2024-11-07 11:27:57 +01:00
TrueCharts Bot
d903946de3 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.885 → 0.22.891 (#28899)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `ae7424d` -> `8cd9ebf` |

---

> [!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-07 08:23:00 +00:00
TrueCharts Bot
f8f473a988 chore(helm): update image docker.io/diygod/rsshub digest to 8d89f4b (#28949) 2024-11-07 09:22:50 +01:00
TrueCharts Bot
ec02ee58d8 chore(helm): update image ghcr.io/linuxserver/sickchill digest to 03c2388 (#28950)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/sickchill](https://redirect.github.com/linuxserver/docker-sickchill/packages)
([source](https://redirect.github.com/linuxserver/docker-sickchill)) |
digest | `e8ae2e9` -> `03c2388` |

---

> [!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-07 09:22:41 +01:00
TrueCharts Bot
367851607f chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to e053ad6 (#28948)
This PR contains the following updates:

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

---

> [!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-07 09:10:20 +01:00
TrueCharts Bot
3779110b90 chore(helm): update image docker.io/jeessy/ddns-go v6.7.5 → v6.7.6 (#28945) 2024-11-07 05:31:04 +01:00
TrueCharts Bot
d59101e51c chore(helm): update image docker.io/pepperlabs/peppermint digest to 10cf6d2 (#28943) 2024-11-07 05:31:01 +01:00
TrueCharts Bot
b4bb11eb27 chore(helm): update image ghcr.io/neggles/sd-webui-docker digest to e0a544b (#28894)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `9c5ef10` -> `e0a544b` |

---

> [!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-07 04:30:58 +00:00
TrueCharts Bot
66f720b5c0 chore(helm): update image docker.io/machines/filestash digest to 1def2bb (#28893)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `e45d0b8` -> `1def2bb` |

---

> [!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-07 04:30:51 +00:00
TrueCharts Bot
92e069a364 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 9cddde9 (#28892)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `a961f86` ->
`9cddde9` |

---

> [!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-07 04:30:43 +00:00
TrueCharts Bot
cd6a3fec82 chore(helm): update image docker.io/bitnami/alertmanager digest to 69ec59c (#28942)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/alertmanager](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/alertmanager))
| digest | `3debfa7` -> `69ec59c` |

---

> [!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-07 05:30:31 +01:00
TrueCharts Bot
076ff5b730 chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 2d53aba (#28891)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `b0d70b1` -> `2d53aba` |

---

> [!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-07 04:29:07 +00:00
TrueCharts Bot
0d01f1a3d8 chore(helm): update image ghcr.io/linuxserver/babybuddy 2.6.1 → 2.6.3 (#28946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://redirect.github.com/linuxserver/docker-babybuddy/packages)
([source](https://redirect.github.com/linuxserver/docker-babybuddy)) |
patch | `b911f62` -> `665cae6` |

---

> [!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-07 05:21:18 +01:00
TrueCharts Bot
78c849865b chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 30b307b (#28941)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ghcr.io/onedr0p/cluster-template/devcontainer | final | digest |
`2eba37d` -> `30b307b` |

---

> [!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-07 05:11:25 +01:00
TrueCharts Bot
42f6de9c94 chore(helm): update image docker.io/codercom/code-server 4.93.1 → 4.95.1 (#28939)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `c69e398` -> `d9bc779` |

---

> [!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-07 01:31:23 +01:00
TrueCharts Bot
9118e4de03 chore(helm): update image docker.io/jorenn92/maintainerr 2.2.0 → 2.2.1 (#28936)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr)
| patch | `4836d12` -> `c6a3a88` |

---

> [!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>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary>

###
[`v2.2.1`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#221-2024-11-06)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.2.0...v2.2.1)

##### Bug Fixes

- Saving rules when Tautulli not configured
([7f1211e](7f1211e074))

</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-07 01:31:08 +01:00
TrueCharts Bot
9d38c392db chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to e7d254a (#28935)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `5907ad0` -> `e7d254a` |

---

> [!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-07 00:30:15 +00:00
TrueCharts Bot
2eed7839cd chore(helm): update image docker.io/mikenye/tar1090 digest to 68ac586 (#28933) 2024-11-07 01:30:02 +01:00
TrueCharts Bot
4c87574423 chore(helm): update image ghcr.io/autobrr/autobrr v1.48.0 → v1.49.0 (#28940)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| minor | `0ae19e3` -> `dc2195c` |

---

> [!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>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.49.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.49.0)

[Compare
Source](https://redirect.github.com/autobrr/autobrr/compare/v1.48.0...v1.49.0)

#### Changelog

##### New Features

-
[`50e0e41`](50e0e419e0):
feat(actions): rename skip reannounce to disable reannounce
([#&#8203;1794](https://redirect.github.com/autobrr/autobrr/issues/1794))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`f89ea9e`](f89ea9e2ff):
feat(filters): sanitize description
([#&#8203;1781](https://redirect.github.com/autobrr/autobrr/issues/1781))
([@&#8203;KyleSanderson](https://redirect.github.com/KyleSanderson))
-
[`a003f68`](a003f68f92):
feat(http): set ResponseHeaderTimeout
([#&#8203;1777](https://redirect.github.com/autobrr/autobrr/issues/1777))
([@&#8203;KyleSanderson](https://redirect.github.com/KyleSanderson))
-
[`1311390`](13113907b2):
feat(indexers): DigitalCore parse Tags and Genre
([#&#8203;1790](https://redirect.github.com/autobrr/autobrr/issues/1790))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))

##### Bug fixes

-
[`d23e7ff`](d23e7ffca6):
fix(downloads): handle panic in error check
([#&#8203;1782](https://redirect.github.com/autobrr/autobrr/issues/1782))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`8f2398a`](8f2398a627):
fix(filters): lint warning variable naming
([#&#8203;1783](https://redirect.github.com/autobrr/autobrr/issues/1783))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`63b8519`](63b8519bd9):
fix(filters): trim user input
([#&#8203;1784](https://redirect.github.com/autobrr/autobrr/issues/1784))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`70dc2cb`](70dc2cb6c0):
fix(indexer): update suggested nick format for FearNoPeer IRC
([#&#8203;1788](https://redirect.github.com/autobrr/autobrr/issues/1788))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))
-
[`f4c2aef`](f4c2aef38c):
fix(indexers): BTFiles size parsing
([#&#8203;1805](https://redirect.github.com/autobrr/autobrr/issues/1805))
([@&#8203;KyleSanderson](https://redirect.github.com/KyleSanderson))
-
[`40fe3e9`](40fe3e9f54):
fix(indexers): delete feed with indexer
([#&#8203;1810](https://redirect.github.com/autobrr/autobrr/issues/1810))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`41216ba`](41216babe6):
fix(proxy): add shared transport for proxies
([#&#8203;1808](https://redirect.github.com/autobrr/autobrr/issues/1808))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`59c5858`](59c5858bf0):
fix(releases): update size after actions run
([#&#8203;1809](https://redirect.github.com/autobrr/autobrr/issues/1809))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`594393e`](594393eaaf):
fix(wildcard): improve short word matching
([#&#8203;1806](https://redirect.github.com/autobrr/autobrr/issues/1806))
([@&#8203;KyleSanderson](https://redirect.github.com/KyleSanderson))
-
[`8cd7d67`](8cd7d67cee):
fix(wildcard): match on multi-line data
([#&#8203;1780](https://redirect.github.com/autobrr/autobrr/issues/1780))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

##### Other work

-
[`1e76f33`](1e76f33e47):
build(deps): bump the golang group with 2 updates
([#&#8203;1798](https://redirect.github.com/autobrr/autobrr/issues/1798))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`4ba380b`](4ba380b8ea):
build(deps): bump the npm group in /web with 23 updates
([#&#8203;1750](https://redirect.github.com/autobrr/autobrr/issues/1750))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b4f0d60`](b4f0d60b9b):
chore: add missing license headers
([#&#8203;1811](https://redirect.github.com/autobrr/autobrr/issues/1811))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.48.0...v1.49.0

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.49.0`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</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-07 01:29:56 +01:00
TrueCharts Bot
a06cb6e7d4 chore(helm): update image ghcr.io/immich-app/immich-server v1.119.1 → v1.120.0 (#28931) 2024-11-07 01:28:07 +01:00
TrueCharts Bot
67c586673c chore(helm): update image docker.io/pepperlabs/peppermint digest to b660716 (#28934)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/pepperlabs/peppermint | digest | `571b8fa` -> `b660716` |

---

> [!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-07 01:27:51 +01:00
TrueCharts Bot
39f76ad383 chore(container): update docker.io/codercom/code-server docker tag to v4.95.1 (#28937)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/codercom/code-server | final | minor | `4.93.1` -> `4.95.1`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-07 01:19:33 +01:00
TrueCharts Bot
3fae5e9c5d chore(flux): update image prometheus-operator 8.10.0 → 8.11.0 (clustertool) (#28938)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | minor |
`8.10.0` -> `8.11.0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-07 01:19:17 +01:00
TrueCharts-Bot
47585e1311 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-07 00:07:52 +00:00
Kjeld Schouten
cc831343d8 fix(clustertool): correct issue with single-node apply not being correct 2024-11-07 00:00:26 +01:00