Commit Graph

42416 Commits

Author SHA1 Message Date
TrueCharts Bot
2e8d2e2b10 chore(helm): update image ghcr.io/manyfold3d/manyfold 0.107.0 → 0.108.0 (#34398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `d2c53d9` -> `80d69dc` |

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.108.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.108.0)

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

This release is all about the API! We've had a read-only API for a few
releases now, but this release brings the ability to update and create
data as well.

First, you'll need to create an OAuth application in the settings area,
with the appropriate scopes. You can then use it to create, edit and
delete all the basic data for creators and collections, and update
metadata for models and files. That means that, for instance, you could
write a script to import data from another hosting site. The best way to
explore the API is to try it live from the API documentation; just click
"Authorise" and paste in your app credentials!

There are a few things that aren't in there yet; problems, permissions,
admin capabilities, and you can't yet upload new files, but all that
will be coming in future releases, so stay tuned!

#### What's Changed

##### 💥 Breaking Changes 💥

- Change API to use vendor-specific content type, including version by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3975](https://redirect.github.com/manyfold3d/manyfold/pull/3975)

#####  New Features 

- Delete API for Creators, Collection, Models, and Files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3968](https://redirect.github.com/manyfold3d/manyfold/pull/3968)
- Create and edit creators and collections via API by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3978](https://redirect.github.com/manyfold3d/manyfold/pull/3978)
- Edit models and file metadata via API by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3979](https://redirect.github.com/manyfold3d/manyfold/pull/3979)
- Add remaining creator, collection, model and file fields to API by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3988](https://redirect.github.com/manyfold3d/manyfold/pull/3988)
- Add scope selection to OAuth app UI by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3991](https://redirect.github.com/manyfold3d/manyfold/pull/3991)

##### 🔒 Security 🔒

- Doorkeeper configuration improvements by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3967](https://redirect.github.com/manyfold3d/manyfold/pull/3967)
- Add support for enforcing scopes on API calls by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3970](https://redirect.github.com/manyfold3d/manyfold/pull/3970)

##### 🛠️ Other Improvements 🛠️

- Refactor: add :after_first_run metadata for test setup by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3966](https://redirect.github.com/manyfold3d/manyfold/pull/3966)
- Add Rswag configuration to code linter by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3972](https://redirect.github.com/manyfold3d/manyfold/pull/3972)
- Add tests for public vs read scope on lists by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3976](https://redirect.github.com/manyfold3d/manyfold/pull/3976)
- Skip CSRF protection on API requests by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3977](https://redirect.github.com/manyfold3d/manyfold/pull/3977)
- Refactor form parameters into deserializer objects by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3982](https://redirect.github.com/manyfold3d/manyfold/pull/3982)
- Add support to generate screenshots for documentation in specs by
[@&#8203;mtancoigne](https://redirect.github.com/mtancoigne) in
[https://github.com/manyfold3d/manyfold/pull/3981](https://redirect.github.com/manyfold3d/manyfold/pull/3981)
- Refactor API schema code by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3987](https://redirect.github.com/manyfold3d/manyfold/pull/3987)
- Check that JSON-LD responses produce valid RDF by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3990](https://redirect.github.com/manyfold3d/manyfold/pull/3990)
- Remove unused doorkeeper translation file by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3992](https://redirect.github.com/manyfold3d/manyfold/pull/3992)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.107.0...v0.108.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-15 20:15:58 +02:00
TrueCharts Bot
d7c6917eab chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.45.5 → 0.45.6 (#34396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `36bf72e` -> `fc53d48` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `874af0e` -> `514cde0` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `aa351d1` -> `c3d6345` |

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

---

### Release Notes

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v0.45.6`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.6):
Bug fixes for sign and pipelines

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6)

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

-   Fixes bug for pipeline not loading correctly introduced in 0.45.5
-   Fixes issue with signature drawing 'lagging' on certain devices

##### What's Changed

##### Bug Fixes

- Bug/498/signature slow firefox mobile by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3322](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3322)

##### Minor Enhancements

- Error reductions found via analytics by
[@&#8203;ConnorYoh](https://redirect.github.com/ConnorYoh) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3351](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3351)
- Update 3rd Party Licenses by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3354](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3354)
- fix pipelines via changing to service by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3358](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3358)

##### Translation Changes

- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3350](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3350)

##### Other Changes

- Bump io.micrometer:micrometer-core from 1.14.5 to 1.14.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3353](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3353)
- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3352](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3352)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 20:15:29 +02:00
TrueCharts Bot
f6fcad9858 fix(deps): update module github.com/knadh/koanf/v2 v2.1.2 → v2.2.0 (clustertool) (#34400)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) |
require | minor | `v2.1.2` -> `v2.2.0` |

---

### Release Notes

<details>
<summary>knadh/koanf (github.com/knadh/koanf/v2)</summary>

###
[`v2.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.0)

[Compare
Source](https://redirect.github.com/knadh/koanf/compare/v2.1.2...v2.2.0)

This release sets the min required Go version to v1.23.0

An increasing number of important updates to various deps, including
golang.org/x/\*, require go >= 1.23.0. It is now untenable
to maintain support for older Go versions. This does not break existing
installations, just that further updates will only be available to newer
Go versions.

#### What's Changed

- Update CI by [@&#8203;StefMa](https://redirect.github.com/StefMa) in
[https://github.com/knadh/koanf/pull/332](https://redirect.github.com/knadh/koanf/pull/332)
- Fix typos by
[@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) in
[https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336)
- adds urfave/cli/v2 flag parser by
[@&#8203;joicemjoseph](https://redirect.github.com/joicemjoseph) in
[https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330)
- Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/consul by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/342](https://redirect.github.com/knadh/koanf/pull/342)
- Added support for Azure Keyvault by
[@&#8203;arawin1979](https://redirect.github.com/arawin1979) in
[https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343)
- Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/348](https://redirect.github.com/knadh/koanf/pull/348)
- Bump golang.org/x/crypto from 0.17.0 to 0.35.0 in /providers/nats by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/347](https://redirect.github.com/knadh/koanf/pull/347)
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/346](https://redirect.github.com/knadh/koanf/pull/346)
- Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/344](https://redirect.github.com/knadh/koanf/pull/344)
- Upgrade min Go version and deps across all providers and parsers by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/349](https://redirect.github.com/knadh/koanf/pull/349)

#### New Contributors

- [@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) made
their first contribution in
[https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336)
- [@&#8203;joicemjoseph](https://redirect.github.com/joicemjoseph) made
their first contribution in
[https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330)
- [@&#8203;arawin1979](https://redirect.github.com/arawin1979) made
their first contribution in
[https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343)

**Full Changelog**:
https://github.com/knadh/koanf/compare/v2.1.2...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-15 20:10:39 +02:00
TrueCharts Bot
788cd4eb5d chore(flux): update image jackett 23.3.72 → 23.3.73 (#34395)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 20:09:13 +02:00
TrueCharts Bot
421a7d9e7b chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1775 → 0.22.1778 (#34392)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `445ed2b` -> `15d65f5` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 14:16:46 +02:00
TrueCharts Bot
9b7faf1408 chore(helm): update image ghcr.io/n8n-io/n8n 1.89.0 → 1.89.1 (#34394) 2025-04-15 14:16:33 +02:00
TrueCharts Bot
cf7bf3ee4b chore(helm): update image ghcr.io/linuxserver/mysql-workbench 8.0.41 → 8.0.42 (#34393) 2025-04-15 14:16:26 +02:00
TrueCharts Bot
d63e30e343 chore(helm): update image ghcr.io/ctfd/ctfd 3.7.6 → 3.7.7 (#34389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ctfd/ctfd | patch | `8b42409` -> `9847758` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 08:16:23 +02:00
TrueCharts Bot
c31ac0b881 chore(helm): update image ghcr.io/slskd/slskd 0.22.4 → 0.22.5 (#34390)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/slskd/slskd](https://slskd.org)
([source](https://redirect.github.com/slskd/slskd)) | patch | `0df6ab4`
-> `f5150c3` |

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

---

### Release Notes

<details>
<summary>slskd/slskd (ghcr.io/slskd/slskd)</summary>

###
[`v0.22.5`](https://redirect.github.com/slskd/slskd/releases/tag/0.22.5)

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.22.4...0.22.5)

#### What's Changed

- Fix cryptic message if a remote client doesn't return any files when
directory contents are requested by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1328](https://redirect.github.com/slskd/slskd/pull/1328)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.22.4...0.22.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 08:16:20 +02:00
TrueCharts Bot
946fe561ed chore(flux): update image minecraft-java 22.34.0 → 22.34.1 (#34388)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [minecraft-java](https://truecharts.org/charts/stable/minecraft-java)
([source](https://ghcr.io/itzg/minecraft-server)) | patch | `22.34.0` ->
`22.34.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 08:14:13 +02:00
TrueCharts Bot
5fd137461e chore(helm): update image docker.io/itzg/mc-backup digest to f163c0b (#34382)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/itzg/mc-backup | digest | `0e5e26f` -> `f163c0b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-15 02:35:43 +02:00
TrueCharts Bot
3c29ca75bd chore(helm): update image public.ecr.aws/docker/library/xwiki 17.2.0-postgres-tomcat → 17.2.1-postgres-tomcat (#34386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki)
([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) |
patch | `7665327` -> `2cc00c7` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 02:32:28 +02:00
TrueCharts Bot
eeb4396541 chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.15.1 → 2.15.2 (#34385)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| patch | `a06d051` -> `80d1a7f` |

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

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.15.2`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.15.2):
Paperless-ngx v2.15.2

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.15.1...v2.15.2)

#### paperless-ngx 2.15.2

##### Bug Fixes

- Fix: Adds better handling during folder checking/creation/permissions
for non-root [@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;9616](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9616))
- Fix: Explicitly set the HOME environment to resolve issues running as
root with database certificates
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;9643](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9643))
- Fix: prevent self-linking when bulk edit doc link
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9629](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9629))

##### Dependencies

- Chore: Bump celery to 5.5.1
[@&#8203;hannesortmeier](https://redirect.github.com/hannesortmeier)
([#&#8203;9642](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9642))

##### All App Changes

<details>
<summary>2 changes</summary>

- Tweak: consistently use created date when displaying doc in list
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9651](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9651))
- Fix: prevent self-linking when bulk edit doc link
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9629](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9629))

</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 02:32:24 +02:00
TrueCharts Bot
2887b86a41 fix(deps): update module github.com/getsops/sops/v3 v3.10.1 → v3.10.2 (clustertool) (#34387)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops)
| require | patch | `v3.10.1` -> `v3.10.2` |

---

### Release Notes

<details>
<summary>getsops/sops (github.com/getsops/sops/v3)</summary>

###
[`v3.10.2`](https://redirect.github.com/getsops/sops/releases/tag/v3.10.2)

[Compare
Source](https://redirect.github.com/getsops/sops/compare/v3.10.1...v3.10.2)

#### Installation

To install `sops`, download one of the pre-built binaries provided for
your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:

```shell

### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.linux.amd64

### Move the binary in to your PATH
mv sops-v3.10.2.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
```

##### Verify checksums file signature

The checksums file provided within the artifacts attached to this
release is signed using
[Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC.
To validate the signature of this file, run the following commands:

```shell

### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.10.2.checksums.txt \
  --certificate sops-v3.10.2.checksums.pem \
  --signature sops-v3.10.2.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
```

##### Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the
checksums file after having validated its signature:

```shell

### Verify the binary using the checksums file
sha256sum -c sops-v3.10.2.checksums.txt --ignore-missing
```

##### Verify artifact provenance

The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries,
packages, and SBOMs can be found within the artifacts associated with
this release. It is presented through an [in-toto](https://in-toto.io/)
link metadata file named `sops-v3.10.2.intoto.jsonl`. To verify the
provenance of an artifact, you can utilize the
[`slsa-verifier`](https://redirect.github.com/slsa-framework/slsa-verifier#artifacts)
tool:

```shell

### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.10.2.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.10.2
```

#### Container Images

The `sops` binaries are also available as container images, based on
Debian (slim) and Alpine Linux. The Debian-based container images
include any dependencies which may be required to make use of certain
key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud
KMS. The Alpine-based container images are smaller in size, but do not
include these dependencies.

These container images are available for the following architectures:
`linux/amd64` and `linux/arm64`.

##### GitHub Container Registry

-   `ghcr.io/getsops/sops:v3.10.2`
-   `ghcr.io/getsops/sops:v3.10.2-alpine`

##### Quay.io

-   `quay.io/getsops/sops:v3.10.2`
-   `quay.io/getsops/sops:v3.10.2-alpine`

##### Verify container image signature

The container images are signed using
[Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC.
To validate the signature of an image, run the following command:

```shell
cosign verify ghcr.io/getsops/sops:v3.10.2 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
```

##### Verify container image provenance

The container images include [SLSA
provenance](https://slsa.dev/provenance/v0.2) attestations. For more
information around the verification of this, please refer to the
[`slsa-verifier`
documentation](https://redirect.github.com/slsa-framework/slsa-verifier#containers).

#### Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible
within the artifacts enclosed with this release. It is presented as an
[SPDX](https://spdx.dev/) JSON file, formatted as
`<binary>.spdx.sbom.json`.

#### What's Changed

- build(deps): Bump the go group with 13 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1834](https://redirect.github.com/getsops/sops/pull/1834)
- Use latest 1.24 Go version for release build by
[@&#8203;hiddeco](https://redirect.github.com/hiddeco) in
[https://github.com/getsops/sops/pull/1836](https://redirect.github.com/getsops/sops/pull/1836)
- Remove reserved keyword check from YAML store's `LoadPlainFile()` by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1829](https://redirect.github.com/getsops/sops/pull/1829)
- build(deps): Bump the go group with 9 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1839](https://redirect.github.com/getsops/sops/pull/1839)
- build(deps): Bump github/codeql-action from 3.28.13 to 3.28.15 in the
ci group by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/getsops/sops/pull/1840](https://redirect.github.com/getsops/sops/pull/1840)
- Release 3.10.2 release by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1841](https://redirect.github.com/getsops/sops/pull/1841)

**Full Changelog**:
https://github.com/getsops/sops/compare/v3.10.1...v3.10.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 02:25:42 +02:00
TrueCharts Bot
e22a97323e chore(flux): update image cilium 1.17.2 → 1.17.3 (clustertool) (#34383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cilium | patch | `1.17.2` -> `1.17.3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 02:25:18 +02:00
TrueCharts-Bot
4477eefcb5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-15 00:22:05 +00:00
TrueCharts Bot
3d197f08bd chore(helm): update image docker.io/ronnieroller/media-roller digest to cb02583 (#34375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronnieroller/media-roller | digest | `7ad9dc1` -> `cb02583`
|

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 20:20:54 +02:00
TrueCharts Bot
a18c8d5b37 chore(helm): update image lscr.io/linuxserver/rdesktop digest to 60e6fd2 (#34376)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `f67b8f0` -> `60e6fd2` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 20:20:41 +02:00
TrueCharts Bot
3246d61b3c chore(helm): update image public.ecr.aws/bitnami/mongodb 8.0.6 → 8.0.8 (#34379)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/mongodb](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mongodb))
| patch | `c7cbade` -> `b3bd5b6` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 20:19:30 +02:00
TrueCharts Bot
21fa62c516 chore(helm): update image ghcr.io/n8n-io/n8n 1.88.0 → 1.89.0 (#34380)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `ba7d74b`
-> `36bfcad` |

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

---

### Release Notes

<details>
<summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>

###
[`v1.89.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1890-2025-04-14)

##### Bug Fixes

- **AI Agent Node:** Allow removal of system message
([#&#8203;14407](https://redirect.github.com/n8n-io/n8n/issues/14407))
([2451ead](2451ead9f3))
- **core:** Restore run data value when offloading to workers
([#&#8203;14516](https://redirect.github.com/n8n-io/n8n/issues/14516))
([313cfec](313cfec74d))
- **core:** Schema parsing bypassing config key assignment
([#&#8203;14556](https://redirect.github.com/n8n-io/n8n/issues/14556))
([d390258](d390258001))
- **core:** Validate task runner mode
([#&#8203;14376](https://redirect.github.com/n8n-io/n8n/issues/14376))
([52170f1](52170f1bbc))
- **editor:** Add telemetry to Insights
([#&#8203;14511](https://redirect.github.com/n8n-io/n8n/issues/14511))
([2fb970a](2fb970aaa1))
- **editor:** Implement insight's design feedback 4
([#&#8203;14550](https://redirect.github.com/n8n-io/n8n/issues/14550))
([cc089be](cc089bebd4))
- **editor:** Schema preview displays for some empty nodes
([#&#8203;14488](https://redirect.github.com/n8n-io/n8n/issues/14488))
([8c35229](8c352293b5))
- Fix issue with Qdrant not always connecting
([#&#8203;14328](https://redirect.github.com/n8n-io/n8n/issues/14328))
([6748db9](6748db9c3b))
- **Summarize Node:** Fix property key with dot notation
([#&#8203;14528](https://redirect.github.com/n8n-io/n8n/issues/14528))
([c890108](c89010871d))
- **xAI Grok Chat Model Node:** Remove stream_options parameter
([#&#8203;14496](https://redirect.github.com/n8n-io/n8n/issues/14496))
([8c417d7](8c417d7b1b))

##### Features

- Add nested search in folders
([#&#8203;14372](https://redirect.github.com/n8n-io/n8n/issues/14372))
([cade309](cade309d3b))
- **API:** Add user id information on push tracking when available
([#&#8203;14519](https://redirect.github.com/n8n-io/n8n/issues/14519))
([6195789](61957899e1))
- **API:** Match insights summary period with number of days filter in
graphs and table
([#&#8203;14500](https://redirect.github.com/n8n-io/n8n/issues/14500))
([ec73958](ec73958797))
- **core:** Add a new option to customize SSH tunnel idle timeout
([#&#8203;14522](https://redirect.github.com/n8n-io/n8n/issues/14522))
([965baae](965baae093))
- **core:** Handle disabled modules logic and db engine dependent
default for insights
([#&#8203;14243](https://redirect.github.com/n8n-io/n8n/issues/14243))
([b568caa](b568caa209))
- **core:** Make runtime prototype mutation protection configurable for
task runner
([#&#8203;14515](https://redirect.github.com/n8n-io/n8n/issues/14515))
([d6ae388](d6ae3889ca))
- **editor:** Make logs applicable for all nodes
([#&#8203;14397](https://redirect.github.com/n8n-io/n8n/issues/14397))
([d24b684](d24b684a95))
- **editor:** Show specific content when 0 data on insights
([#&#8203;14609](https://redirect.github.com/n8n-io/n8n/issues/14609))
([296d5b4](296d5b4a7f))
- **editor:** Tweak nodes panel to update AI category name and highlight
AI Transform node
([#&#8203;14608](https://redirect.github.com/n8n-io/n8n/issues/14608))
([9c34e3d](9c34e3d534))
- **Salesforce Node:** Add credentials test
([#&#8203;14486](https://redirect.github.com/n8n-io/n8n/issues/14486))
([6b2d31c](6b2d31ca2b))
- **SearXNG Node:** Add SearXNG tool
([#&#8203;13218](https://redirect.github.com/n8n-io/n8n/issues/13218))
([0b46055](0b460552ba))
- Update Easy AI workflow
([#&#8203;14521](https://redirect.github.com/n8n-io/n8n/issues/14521))
([53812a5](53812a544f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-14 20:19:23 +02:00
TrueCharts Bot
cb1d8e41e9 chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to 3584bcd (#34377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public)
| digest | `3b258d5` -> `3584bcd` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 20:19:10 +02:00
TrueCharts Bot
5e91dc67e8 chore(helm): update image quay.io/netdata/netdata v2.3.2 → v2.4.0 (#34381)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/netdata/netdata](https://netdata.cloud)
([source](https://redirect.github.com/netdata/netdata)) | minor |
`421b888` -> `ac5d131` |

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

---

### Release Notes

<details>
<summary>netdata/netdata (quay.io/netdata/netdata)</summary>

###
[`v2.4.0`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v240-2025-04-14)

[Compare
Source](https://redirect.github.com/netdata/netdata/compare/v2.3.2...v2.4.0)

[Full
Changelog](https://redirect.github.com/netdata/netdata/compare/v2.3.2...v2.4.0)

**Merged pull requests:**

- chore(otel/journaldexporter): add socket/remote clients
[#&#8203;20121](https://redirect.github.com/netdata/netdata/pull/20121)
([ilyam8](https://redirect.github.com/ilyam8))
- feat(system-info): improve Windows OS detection and categorization
[#&#8203;20117](https://redirect.github.com/netdata/netdata/pull/20117)
([ktsaou](https://redirect.github.com/ktsaou))
- fix memory leaks
[#&#8203;20116](https://redirect.github.com/netdata/netdata/pull/20116)
([ktsaou](https://redirect.github.com/ktsaou))
- netdatacli remove/mark stale, swap order in help output
[#&#8203;20113](https://redirect.github.com/netdata/netdata/pull/20113)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix completion marking in ACLK cancel node update timer logic
[#&#8203;20111](https://redirect.github.com/netdata/netdata/pull/20111)
([stelfrag](https://redirect.github.com/stelfrag))
- docs: clarify static build transition process for EOL platforms
[#&#8203;20110](https://redirect.github.com/netdata/netdata/pull/20110)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2
in /src/go
[#&#8203;20109](https://redirect.github.com/netdata/netdata/pull/20109)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 in /src/go
[#&#8203;20108](https://redirect.github.com/netdata/netdata/pull/20108)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/prometheus-community/pro-bing from 0.6.1
to 0.7.0 in /src/go
[#&#8203;20107](https://redirect.github.com/netdata/netdata/pull/20107)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Further improve ACLK synchronization shutdown
[#&#8203;20105](https://redirect.github.com/netdata/netdata/pull/20105)
([stelfrag](https://redirect.github.com/stelfrag))
- daemon status 27f
[#&#8203;20104](https://redirect.github.com/netdata/netdata/pull/20104)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 27e
[#&#8203;20101](https://redirect.github.com/netdata/netdata/pull/20101)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve journal file access error logging protect retention
recalculation
[#&#8203;20098](https://redirect.github.com/netdata/netdata/pull/20098)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix Windows registry name crashes
[#&#8203;20097](https://redirect.github.com/netdata/netdata/pull/20097)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 27d
[#&#8203;20096](https://redirect.github.com/netdata/netdata/pull/20096)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix ACLK Backoff Timeout Logic
[#&#8203;20095](https://redirect.github.com/netdata/netdata/pull/20095)
([stelfrag](https://redirect.github.com/stelfrag))
- Release memory after journalfile creation
[#&#8203;20094](https://redirect.github.com/netdata/netdata/pull/20094)
([stelfrag](https://redirect.github.com/stelfrag))
- Protection access improvements 1
[#&#8203;20093](https://redirect.github.com/netdata/netdata/pull/20093)
([ktsaou](https://redirect.github.com/ktsaou))
- protected access against SIGBUS/SIGSEGV for journal v2 files
[#&#8203;20092](https://redirect.github.com/netdata/netdata/pull/20092)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations docs
[#&#8203;20091](https://redirect.github.com/netdata/netdata/pull/20091)
([netdatabot](https://redirect.github.com/netdatabot))
- Fix typo in .github/scripts/gen-docker-tags.py
[#&#8203;20089](https://redirect.github.com/netdata/netdata/pull/20089)
([Ferroin](https://redirect.github.com/Ferroin))
- daemon status 27c
[#&#8203;20088](https://redirect.github.com/netdata/netdata/pull/20088)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix inverted logic for skipping non-native CI jobs on PRs.
[#&#8203;20087](https://redirect.github.com/netdata/netdata/pull/20087)
([Ferroin](https://redirect.github.com/Ferroin))
- Properly integrate dlib into our build system.
[#&#8203;20086](https://redirect.github.com/netdata/netdata/pull/20086)
([Ferroin](https://redirect.github.com/Ferroin))
- Alerts and Notifications
[#&#8203;20085](https://redirect.github.com/netdata/netdata/pull/20085)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- Fix memory allocation for timer callback data when cancelling a timer
[#&#8203;20084](https://redirect.github.com/netdata/netdata/pull/20084)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix crash during shutdown when there are pending messages to cloud
[#&#8203;20080](https://redirect.github.com/netdata/netdata/pull/20080)
([stelfrag](https://redirect.github.com/stelfrag))
- Do not try to index jv2 files during shutdown
[#&#8203;20079](https://redirect.github.com/netdata/netdata/pull/20079)
([stelfrag](https://redirect.github.com/stelfrag))
- Cleanup during shutdown
[#&#8203;20078](https://redirect.github.com/netdata/netdata/pull/20078)
([stelfrag](https://redirect.github.com/stelfrag))
- ACLK synchronization improvements
[#&#8203;20077](https://redirect.github.com/netdata/netdata/pull/20077)
([stelfrag](https://redirect.github.com/stelfrag))
- daemon status 27b
[#&#8203;20076](https://redirect.github.com/netdata/netdata/pull/20076)
([ktsaou](https://redirect.github.com/ktsaou))
- Document switching from a native package to a static build
[#&#8203;20075](https://redirect.github.com/netdata/netdata/pull/20075)
([ralphm](https://redirect.github.com/ralphm))
- agent events No 7
[#&#8203;20074](https://redirect.github.com/netdata/netdata/pull/20074)
([ktsaou](https://redirect.github.com/ktsaou))
- Update nodes-ephemerality.md
[#&#8203;20073](https://redirect.github.com/netdata/netdata/pull/20073)
([Ancairon](https://redirect.github.com/Ancairon))
- build(deps): bump github.com/miekg/dns from 1.1.64 to 1.1.65 in
/src/go
[#&#8203;20072](https://redirect.github.com/netdata/netdata/pull/20072)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 in /src/go
[#&#8203;20071](https://redirect.github.com/netdata/netdata/pull/20071)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 in
/src/go
[#&#8203;20070](https://redirect.github.com/netdata/netdata/pull/20070)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- fix(go.d/prometheus): don't use "ratio" as unit
[#&#8203;20069](https://redirect.github.com/netdata/netdata/pull/20069)
([ilyam8](https://redirect.github.com/ilyam8))
- agent-events: fix more metrics
[#&#8203;20068](https://redirect.github.com/netdata/netdata/pull/20068)
([ktsaou](https://redirect.github.com/ktsaou))
- agent-events: Consolidate metrics into a single labeled counter
[#&#8203;20067](https://redirect.github.com/netdata/netdata/pull/20067)
([ktsaou](https://redirect.github.com/ktsaou))
- ci: remove codeql-action build-mode none
[#&#8203;20066](https://redirect.github.com/netdata/netdata/pull/20066)
([ilyam8](https://redirect.github.com/ilyam8))
- agent-events: fix metrics
[#&#8203;20065](https://redirect.github.com/netdata/netdata/pull/20065)
([ktsaou](https://redirect.github.com/ktsaou))
- agent-events: fix metric names
[#&#8203;20064](https://redirect.github.com/netdata/netdata/pull/20064)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve agent-events web server
[#&#8203;20063](https://redirect.github.com/netdata/netdata/pull/20063)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix memory leaks
[#&#8203;20062](https://redirect.github.com/netdata/netdata/pull/20062)
([ktsaou](https://redirect.github.com/ktsaou))
- Address Chart name (Windows Hyper V)
[#&#8203;20060](https://redirect.github.com/netdata/netdata/pull/20060)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- daemon status 27
[#&#8203;20058](https://redirect.github.com/netdata/netdata/pull/20058)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve ephemerality docs, adding `remove-stale-node`
[#&#8203;20057](https://redirect.github.com/netdata/netdata/pull/20057)
([ralphm](https://redirect.github.com/ralphm))
- nested code block in doc
[#&#8203;20056](https://redirect.github.com/netdata/netdata/pull/20056)
([Ancairon](https://redirect.github.com/Ancairon))
- Skip non-native builds in CI on PRs in most cases.
[#&#8203;20055](https://redirect.github.com/netdata/netdata/pull/20055)
([Ferroin](https://redirect.github.com/Ferroin))
- Regenerate integrations docs
[#&#8203;20054](https://redirect.github.com/netdata/netdata/pull/20054)
([netdatabot](https://redirect.github.com/netdatabot))
- Remove unnecessary parameters for oidc configuration
[#&#8203;20053](https://redirect.github.com/netdata/netdata/pull/20053)
([juacker](https://redirect.github.com/juacker))
- Observability cent points improved
[#&#8203;20052](https://redirect.github.com/netdata/netdata/pull/20052)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- daemon status 26e
[#&#8203;20051](https://redirect.github.com/netdata/netdata/pull/20051)
([ktsaou](https://redirect.github.com/ktsaou))
- fix cgroup netdev renames
[#&#8203;20050](https://redirect.github.com/netdata/netdata/pull/20050)
([ktsaou](https://redirect.github.com/ktsaou))
- added checksum to detect corruption in netdev rename tasks
[#&#8203;20048](https://redirect.github.com/netdata/netdata/pull/20048)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 26d
[#&#8203;20047](https://redirect.github.com/netdata/netdata/pull/20047)
([ktsaou](https://redirect.github.com/ktsaou))
- fix(go.d/megacli): handle Adapters with no drives
[#&#8203;20046](https://redirect.github.com/netdata/netdata/pull/20046)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix releasing statements after databases are closed
[#&#8203;20045](https://redirect.github.com/netdata/netdata/pull/20045)
([stelfrag](https://redirect.github.com/stelfrag))
- daemon status 26c
[#&#8203;20044](https://redirect.github.com/netdata/netdata/pull/20044)
([ktsaou](https://redirect.github.com/ktsaou))
- trace crashes No 4
[#&#8203;20043](https://redirect.github.com/netdata/netdata/pull/20043)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 26b
[#&#8203;20041](https://redirect.github.com/netdata/netdata/pull/20041)
([ktsaou](https://redirect.github.com/ktsaou))
- Update netdata-updater-daily.in
[#&#8203;20039](https://redirect.github.com/netdata/netdata/pull/20039)
([dave818](https://redirect.github.com/dave818))
- chore(otel/journaldexporter): add trusted journald fields
[#&#8203;20038](https://redirect.github.com/netdata/netdata/pull/20038)
([ilyam8](https://redirect.github.com/ilyam8))
- daemon status 26 - dmi strings
[#&#8203;20037](https://redirect.github.com/netdata/netdata/pull/20037)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix ACLK synchronization fatal on shutdown
[#&#8203;20034](https://redirect.github.com/netdata/netdata/pull/20034)
([stelfrag](https://redirect.github.com/stelfrag))
- chore(otel/journaldexporter): convert logs to journald format
[#&#8203;20033](https://redirect.github.com/netdata/netdata/pull/20033)
([ilyam8](https://redirect.github.com/ilyam8))
- Check for host timer validity in ACLK synchronization
[#&#8203;20031](https://redirect.github.com/netdata/netdata/pull/20031)
([stelfrag](https://redirect.github.com/stelfrag))
- improvement(go.d): add `_hostname` label for virtual nodes
[#&#8203;20030](https://redirect.github.com/netdata/netdata/pull/20030)
([ilyam8](https://redirect.github.com/ilyam8))
- trim-all
[#&#8203;20029](https://redirect.github.com/netdata/netdata/pull/20029)
([ktsaou](https://redirect.github.com/ktsaou))
- fix crash
[#&#8203;20028](https://redirect.github.com/netdata/netdata/pull/20028)
([ktsaou](https://redirect.github.com/ktsaou))
- logs enhancements
[#&#8203;20027](https://redirect.github.com/netdata/netdata/pull/20027)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 25
[#&#8203;20026](https://redirect.github.com/netdata/netdata/pull/20026)
([ktsaou](https://redirect.github.com/ktsaou))
- kickstart.sh: add missing option --offline-install-source to USAGE
[#&#8203;20025](https://redirect.github.com/netdata/netdata/pull/20025)
([ycdtosa](https://redirect.github.com/ycdtosa))
- Improve kickstart so it can add the netdata user/group on Synology DSM
[#&#8203;20024](https://redirect.github.com/netdata/netdata/pull/20024)
([ycdtosa](https://redirect.github.com/ycdtosa))
- on prem files moved to their own repo
[#&#8203;20023](https://redirect.github.com/netdata/netdata/pull/20023)
([Ancairon](https://redirect.github.com/Ancairon))
- Series of NFCs to make the code more maintainable.
[#&#8203;20022](https://redirect.github.com/netdata/netdata/pull/20022)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Windows installer + ML (all) improved
[#&#8203;20021](https://redirect.github.com/netdata/netdata/pull/20021)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- SNMP Collector, use custom YAML files for auto single metrics
[#&#8203;20020](https://redirect.github.com/netdata/netdata/pull/20020)
([Ancairon](https://redirect.github.com/Ancairon))
- Improve estimated disk space usage for data file rotation
[#&#8203;20019](https://redirect.github.com/netdata/netdata/pull/20019)
([stelfrag](https://redirect.github.com/stelfrag))
- Additional checks then creating a v2 journal file
[#&#8203;20018](https://redirect.github.com/netdata/netdata/pull/20018)
([stelfrag](https://redirect.github.com/stelfrag))
- Properly clean up install paths after runtime checks in static builds.
[#&#8203;20017](https://redirect.github.com/netdata/netdata/pull/20017)
([Ferroin](https://redirect.github.com/Ferroin))
- blacklist leaked machine guids
[#&#8203;20016](https://redirect.github.com/netdata/netdata/pull/20016)
([ktsaou](https://redirect.github.com/ktsaou))
- agent-events: add deduplicating web server
[#&#8203;20014](https://redirect.github.com/netdata/netdata/pull/20014)
([ktsaou](https://redirect.github.com/ktsaou))
- Validate journal file headers to prevent invalid memory access
[#&#8203;20013](https://redirect.github.com/netdata/netdata/pull/20013)
([stelfrag](https://redirect.github.com/stelfrag))
- added agent-events backend
[#&#8203;20012](https://redirect.github.com/netdata/netdata/pull/20012)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 24d
[#&#8203;20011](https://redirect.github.com/netdata/netdata/pull/20011)
([ktsaou](https://redirect.github.com/ktsaou))
- Update synology.md
[#&#8203;20010](https://redirect.github.com/netdata/netdata/pull/20010)
([ycdtosa](https://redirect.github.com/ycdtosa))
- More completely disable our own telemetry in CI.
[#&#8203;20009](https://redirect.github.com/netdata/netdata/pull/20009)
([Ferroin](https://redirect.github.com/Ferroin))
- fix(go.d/megacli): handle BBU hardware component is not present
[#&#8203;20008](https://redirect.github.com/netdata/netdata/pull/20008)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix crashes No 3
[#&#8203;20007](https://redirect.github.com/netdata/netdata/pull/20007)
([ktsaou](https://redirect.github.com/ktsaou))
- Minor changes when handling systemd integration.
[#&#8203;20006](https://redirect.github.com/netdata/netdata/pull/20006)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Deployment Guides Improved
[#&#8203;20004](https://redirect.github.com/netdata/netdata/pull/20004)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- daemon status 24c
[#&#8203;20003](https://redirect.github.com/netdata/netdata/pull/20003)
([ktsaou](https://redirect.github.com/ktsaou))
- use v4 UUIDs
[#&#8203;20002](https://redirect.github.com/netdata/netdata/pull/20002)
([ktsaou](https://redirect.github.com/ktsaou))
- Update synology.md
[#&#8203;20001](https://redirect.github.com/netdata/netdata/pull/20001)
([Ancairon](https://redirect.github.com/Ancairon))
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /src/go
[#&#8203;20000](https://redirect.github.com/netdata/netdata/pull/20000)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- detect more CI
[#&#8203;19999](https://redirect.github.com/netdata/netdata/pull/19999)
([ktsaou](https://redirect.github.com/ktsaou))
- status file 24
[#&#8203;19996](https://redirect.github.com/netdata/netdata/pull/19996)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve jv2 load
[#&#8203;19995](https://redirect.github.com/netdata/netdata/pull/19995)
([stelfrag](https://redirect.github.com/stelfrag))
- add kanelatechnical to CODEOWNERS
[#&#8203;19994](https://redirect.github.com/netdata/netdata/pull/19994)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: improve Synology NAS installation documentation clarity
[#&#8203;19993](https://redirect.github.com/netdata/netdata/pull/19993)
([ilyam8](https://redirect.github.com/ilyam8))
- added worker last job id to status file
[#&#8203;19992](https://redirect.github.com/netdata/netdata/pull/19992)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve shutdown and datafile rotation
[#&#8203;19991](https://redirect.github.com/netdata/netdata/pull/19991)
([stelfrag](https://redirect.github.com/stelfrag))
- Windows Services Monitoring
[#&#8203;19990](https://redirect.github.com/netdata/netdata/pull/19990)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Update synology.md
[#&#8203;19989](https://redirect.github.com/netdata/netdata/pull/19989)
([ycdtosa](https://redirect.github.com/ycdtosa))
- Regenerate integrations docs
[#&#8203;19988](https://redirect.github.com/netdata/netdata/pull/19988)
([netdatabot](https://redirect.github.com/netdatabot))
- Installation + docker, improvements
[#&#8203;19987](https://redirect.github.com/netdata/netdata/pull/19987)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- Regenerate integrations docs
[#&#8203;19986](https://redirect.github.com/netdata/netdata/pull/19986)
([netdatabot](https://redirect.github.com/netdatabot))
- perflib: do not dereference null pointer
[#&#8203;19985](https://redirect.github.com/netdata/netdata/pull/19985)
([ktsaou](https://redirect.github.com/ktsaou))
- keep errno in out of memory situations
[#&#8203;19984](https://redirect.github.com/netdata/netdata/pull/19984)
([ktsaou](https://redirect.github.com/ktsaou))
- do not allocate or access zero sized arrays
[#&#8203;19983](https://redirect.github.com/netdata/netdata/pull/19983)
([ktsaou](https://redirect.github.com/ktsaou))
- Revert "fix undefined"
[#&#8203;19982](https://redirect.github.com/netdata/netdata/pull/19982)
([stelfrag](https://redirect.github.com/stelfrag))
- Installation section Improvements
[#&#8203;19981](https://redirect.github.com/netdata/netdata/pull/19981)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- Improve agent shutdown
[#&#8203;19980](https://redirect.github.com/netdata/netdata/pull/19980)
([stelfrag](https://redirect.github.com/stelfrag))
- Release memory when calculating metric correlations
[#&#8203;19979](https://redirect.github.com/netdata/netdata/pull/19979)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix random crash during shutdown
[#&#8203;19978](https://redirect.github.com/netdata/netdata/pull/19978)
([stelfrag](https://redirect.github.com/stelfrag))
- set max datafile size to 1GiB
[#&#8203;19977](https://redirect.github.com/netdata/netdata/pull/19977)
([ktsaou](https://redirect.github.com/ktsaou))
- Doc Linux improved order in kickstart
[#&#8203;19975](https://redirect.github.com/netdata/netdata/pull/19975)
([kanelatechnical](https://redirect.github.com/kanelatechnical))
- fix crash in variable_lookup_add_result_with_score()
[#&#8203;19972](https://redirect.github.com/netdata/netdata/pull/19972)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations docs
[#&#8203;19970](https://redirect.github.com/netdata/netdata/pull/19970)
([netdatabot](https://redirect.github.com/netdatabot))
- Update SCIM docs with Groups support
[#&#8203;19969](https://redirect.github.com/netdata/netdata/pull/19969)
([juacker](https://redirect.github.com/juacker))
- build(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 in
/src/go
[#&#8203;19968](https://redirect.github.com/netdata/netdata/pull/19968)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/docker/docker from 28.0.2+incompatible to
28.0.4+incompatible in /src/go
[#&#8203;19967](https://redirect.github.com/netdata/netdata/pull/19967)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Improve ACLK sync shutdown process
[#&#8203;19966](https://redirect.github.com/netdata/netdata/pull/19966)
([stelfrag](https://redirect.github.com/stelfrag))
- Handle journal_v2 file creation failure due to OOM
[#&#8203;19965](https://redirect.github.com/netdata/netdata/pull/19965)
([stelfrag](https://redirect.github.com/stelfrag))
- Fast restart on busy parents
[#&#8203;19964](https://redirect.github.com/netdata/netdata/pull/19964)
([ktsaou](https://redirect.github.com/ktsaou))
- Set sqlite max soft and hard heap limit
[#&#8203;19963](https://redirect.github.com/netdata/netdata/pull/19963)
([stelfrag](https://redirect.github.com/stelfrag))
- fix MSI installer
[#&#8203;19962](https://redirect.github.com/netdata/netdata/pull/19962)
([ktsaou](https://redirect.github.com/ktsaou))
- Don’t skip building Go code on static builds.
[#&#8203;19961](https://redirect.github.com/netdata/netdata/pull/19961)
([Ferroin](https://redirect.github.com/Ferroin))
- fix undefined
[#&#8203;19960](https://redirect.github.com/netdata/netdata/pull/19960)
([ktsaou](https://redirect.github.com/ktsaou))
- daemon status 22c
[#&#8203;19959](https://redirect.github.com/netdata/netdata/pull/19959)
([ktsaou](https://redirect.github.com/ktsaou))
- Use UPDATE_DISCONNECTED mode for libbacktrace.
[#&#8203;19958](https://redirect.github.com/netdata/netdata/pull/19958)
([Ferroin](https://redirect.github.com/Ferroin))
- status file 22b
[#&#8203;19957](https://redirect.github.com/netdata/netdata/pull/19957)
([ktsaou](https://redirect.github.com/ktsaou))
- fix rrdcalc_unlink_from_rrdset()
[#&#8203;19956](https://redirect.github.com/netdata/netdata/pull/19956)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix claiming on startup
[#&#8203;19954](https://redirect.github.com/netdata/netdata/pull/19954)
([stelfrag](https://redirect.github.com/stelfrag))
- daemon status 22
[#&#8203;19953](https://redirect.github.com/netdata/netdata/pull/19953)
([ktsaou](https://redirect.github.com/ktsaou))
- Enable interface to release sqlite memory
[#&#8203;19952](https://redirect.github.com/netdata/netdata/pull/19952)
([stelfrag](https://redirect.github.com/stelfrag))
- Improve event loop thread creation
[#&#8203;19951](https://redirect.github.com/netdata/netdata/pull/19951)
([stelfrag](https://redirect.github.com/stelfrag))
- IIS Application Pool (Windows.plugin)
[#&#8203;19950](https://redirect.github.com/netdata/netdata/pull/19950)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Disable generation of debuginfo packages for DEB distros.
[#&#8203;19948](https://redirect.github.com/netdata/netdata/pull/19948)
([Ferroin](https://redirect.github.com/Ferroin))
- Set default CMake build type to include debug info.
[#&#8203;19946](https://redirect.github.com/netdata/netdata/pull/19946)
([Ferroin](https://redirect.github.com/Ferroin))
- build(deps): bump github.com/miekg/dns from 1.1.63 to 1.1.64 in
/src/go
[#&#8203;19945](https://redirect.github.com/netdata/netdata/pull/19945)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 in
/src/go
[#&#8203;19944](https://redirect.github.com/netdata/netdata/pull/19944)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1
in /src/go
[#&#8203;19943](https://redirect.github.com/netdata/netdata/pull/19943)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/docker/docker from 28.0.1+incompatible to
28.0.2+incompatible in /src/go
[#&#8203;19942](https://redirect.github.com/netdata/netdata/pull/19942)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump
github.com/DataDog/datadog-agent/pkg/networkdevice/profile from
0.65.0-devel.0.20250317105920-ce55f088ab29 to 0.66.0-devel in /src/go
[#&#8203;19941](https://redirect.github.com/netdata/netdata/pull/19941)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Update src/aclk/aclk-schemas to latest version.
[#&#8203;19940](https://redirect.github.com/netdata/netdata/pull/19940)
([Ferroin](https://redirect.github.com/Ferroin))
- Don't build libunwind in static builds when it's not needed.
[#&#8203;19939](https://redirect.github.com/netdata/netdata/pull/19939)
([Ferroin](https://redirect.github.com/Ferroin))
- detect low ram conditions more aggresively
[#&#8203;19938](https://redirect.github.com/netdata/netdata/pull/19938)
([ktsaou](https://redirect.github.com/ktsaou))
- status file 21b
[#&#8203;19937](https://redirect.github.com/netdata/netdata/pull/19937)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix logic for libbacktrace enablement in CMakeLists,txt
[#&#8203;19936](https://redirect.github.com/netdata/netdata/pull/19936)
([Ferroin](https://redirect.github.com/Ferroin))
- Fix path to copy drop-in crontab from
[#&#8203;19935](https://redirect.github.com/netdata/netdata/pull/19935)
([ralphm](https://redirect.github.com/ralphm))
- Fix max_page_length calculation for GORILLA\_32BIT page type
[#&#8203;19932](https://redirect.github.com/netdata/netdata/pull/19932)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix compile without dbengine
[#&#8203;19930](https://redirect.github.com/netdata/netdata/pull/19930)
([stelfrag](https://redirect.github.com/stelfrag))
- Metadata event loop code cleanup
[#&#8203;19929](https://redirect.github.com/netdata/netdata/pull/19929)
([stelfrag](https://redirect.github.com/stelfrag))
- status file v21
[#&#8203;19928](https://redirect.github.com/netdata/netdata/pull/19928)
([ktsaou](https://redirect.github.com/ktsaou))
- build(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 in
/src/go
[#&#8203;19926](https://redirect.github.com/netdata/netdata/pull/19926)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- do not expose web server filenames
[#&#8203;19925](https://redirect.github.com/netdata/netdata/pull/19925)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix TOCTOU race in daemon status file handling.
[#&#8203;19924](https://redirect.github.com/netdata/netdata/pull/19924)
([Ferroin](https://redirect.github.com/Ferroin))
- Exclude external code from CodeQL scanning.
[#&#8203;19923](https://redirect.github.com/netdata/netdata/pull/19923)
([Ferroin](https://redirect.github.com/Ferroin))
- remove ilove endpoint
[#&#8203;19919](https://redirect.github.com/netdata/netdata/pull/19919)
([ilyam8](https://redirect.github.com/ilyam8))
- Dump Netdata buildinfo during CI.
[#&#8203;19918](https://redirect.github.com/netdata/netdata/pull/19918)
([Ferroin](https://redirect.github.com/Ferroin))
- Align cmsgbuf to size_t to avoid unaligned memory access.
[#&#8203;19917](https://redirect.github.com/netdata/netdata/pull/19917)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Make sure ACLK sync thread completes initialization
[#&#8203;19916](https://redirect.github.com/netdata/netdata/pull/19916)
([stelfrag](https://redirect.github.com/stelfrag))
- do not enqueue command if aclk is not initialized
[#&#8203;19914](https://redirect.github.com/netdata/netdata/pull/19914)
([ktsaou](https://redirect.github.com/ktsaou))
- detect null datafile while finding datafiles in range
[#&#8203;19913](https://redirect.github.com/netdata/netdata/pull/19913)
([ktsaou](https://redirect.github.com/ktsaou))
- post the first status when there is no last status
[#&#8203;19912](https://redirect.github.com/netdata/netdata/pull/19912)
([ktsaou](https://redirect.github.com/ktsaou))
- initial implementation of libbacktrace
[#&#8203;19910](https://redirect.github.com/netdata/netdata/pull/19910)
([ktsaou](https://redirect.github.com/ktsaou))
- fix reliability calculation
[#&#8203;19909](https://redirect.github.com/netdata/netdata/pull/19909)
([ktsaou](https://redirect.github.com/ktsaou))
- improvement(health/dyncfg): add widget to load available contexts
[#&#8203;19904](https://redirect.github.com/netdata/netdata/pull/19904)
([ilyam8](https://redirect.github.com/ilyam8))
- new exit cause: shutdown timeout
[#&#8203;19903](https://redirect.github.com/netdata/netdata/pull/19903)
([ktsaou](https://redirect.github.com/ktsaou))
- Store alert config asynchronously
[#&#8203;19885](https://redirect.github.com/netdata/netdata/pull/19885)
([stelfrag](https://redirect.github.com/stelfrag))
- Large-scale cleanup of static build infrastructure.
[#&#8203;19852](https://redirect.github.com/netdata/netdata/pull/19852)
([Ferroin](https://redirect.github.com/Ferroin))
- ebpf.plugin: rework memory
[#&#8203;19844](https://redirect.github.com/netdata/netdata/pull/19844)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Add Docker tags for the last few nightly builds.
[#&#8203;19734](https://redirect.github.com/netdata/netdata/pull/19734)
([Ferroin](https://redirect.github.com/Ferroin))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-14 18:16:46 +00:00
TrueCharts Bot
fe36b0810a chore(flux): update image jackett 23.3.71 → 23.3.72 (#34378)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 20:11:32 +02:00
Alfred Göppel
7adb74fcdb fix(docs): update intel guide and quick start guide (#34367)
**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
- [x] 📜 Documentation Changes

**🧪 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:**

- [x] ⚖️ 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-14 18:26:22 +02:00
TrueCharts Bot
7b3904cc2e fix(website): update astro 5.6.1 → 5.6.2 (#34372)
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 | [`5.6.1` ->
`5.6.2`](https://renovatebot.com/diffs/npm/astro/5.6.1/5.6.2) |

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

---

### Release Notes

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

###
[`v5.6.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#562)

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

##### Patch Changes

-
[#&#8203;13606](https://redirect.github.com/withastro/astro/pull/13606)
[`793ecd9`](793ecd916e)
Thanks [@&#8203;natemoo-re](https://redirect.github.com/natemoo-re)! -
Fixes a regression that allowed prerendered code to leak into the server
bundle.

-
[#&#8203;13576](https://redirect.github.com/withastro/astro/pull/13576)
[`1c60ec3`](1c60ec3c4d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Reduces duplicate code in server islands scripts by extracting shared
logic into a helper function.

-
[#&#8203;13588](https://redirect.github.com/withastro/astro/pull/13588)
[`57e59be`](57e59bec40)
Thanks [@&#8203;natemoo-re](https://redirect.github.com/natemoo-re)! -
Fixes a memory leak when using SVG assets.

-
[#&#8203;13589](https://redirect.github.com/withastro/astro/pull/13589)
[`5a0563d`](5a0563de9e)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Deprecates the asset utility function `emitESMImage()` and adds a new
`emitImageMetadata()` to be used instead

    The function
`emitESMImage()` is now deprecated. It will continue to function, but it
is no longer recommended nor supported. This function will be completely
removed in a next major release of Astro.

Please replace it with the new function`emitImageMetadata()` as soon as
you are able to do so:

    ```diff
    - import { emitESMImage } from "astro/assets/utils";
    + import { emitImageMetadata } from "astro/assets/utils";
    ```

The new function returns the same signature as the previous one.
However, the new function removes two deprecated arguments that were not
meant to be exposed for public use: `_watchMode` and
`experimentalSvgEnabled`. Since it was possible to access these with the
old function, you may need to verify that your code still works as
intended with `emitImageMetadata()`.

-
[#&#8203;13596](https://redirect.github.com/withastro/astro/pull/13596)
[`3752519`](375251966d)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
update vite to latest version to fix CVE

-
[#&#8203;13547](https://redirect.github.com/withastro/astro/pull/13547)
[`360cb91`](360cb9199a)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Updates vite to the latest version

-
[#&#8203;13548](https://redirect.github.com/withastro/astro/pull/13548)
[`e588527`](e588527b4c)
Thanks [@&#8203;ryuapp](https://redirect.github.com/ryuapp)! - Support
for Deno to install npm pacakges.

Deno requires npm prefix to install packages on npm. For example, to
install react, we need to run `deno add npm:react`. But currently the
command executed is `deno add react`, which doesn't work. So, we change
the package names to have an npm prefix if you are using Deno.

-
[#&#8203;13587](https://redirect.github.com/withastro/astro/pull/13587)
[`a0774b3`](a0774b376a)
Thanks [@&#8203;robertoms99](https://redirect.github.com/robertoms99)! -
Fixes an issue with the client router where some attributes of the root
element were not updated during swap, including the transition scope.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 14:19:27 +02:00
TrueCharts Bot
2b3eb923d8 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1773 → 0.22.1775 (#34370)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `5426403` -> `445ed2b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 14:19:22 +02:00
TrueCharts Bot
9acb639a88 chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.45.4 → 0.45.5 (#34371)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `e7e4fe5` -> `36bf72e` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `23fac51` -> `874af0e` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `30544f0` -> `aa351d1` |

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

---

### Release Notes

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v0.45.5`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.5):
0.45.5 Language updates and display fileUploadLimits

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.4...v0.45.5)

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

- Added a `fileUploadLimit` settings to settings.yml to allow users to
display file upload limits set by their server (Thanks
[@&#8203;PedroPF1234](https://redirect.github.com/PedroPF1234))
-   Language updates
-   Other minor changes and backend

##### What's Changed

##### Enhancements

- Upload File Size Limit by
[@&#8203;PedroPF1234](https://redirect.github.com/PedroPF1234) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3334](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3334)
- 3335 feature request add app version to posthog by
[@&#8203;ConnorYoh](https://redirect.github.com/ConnorYoh) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3348](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3348)

##### Minor Enhancements

- Update 3rd Party Licenses by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3342](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3342)
- Allow non cert files to be enterprise by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3346](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3346)
- 🤖 format everything with pre-commit by <stirlingbot> by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3347](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3347)

##### Docker Updates

- Bump actions/setup-java from 4.7.0 to 4.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3339](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3339)

##### Translation Changes

- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3338](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3338)
- Complete zh_TW Traditional Chinese translation by
[@&#8203;Chaoray](https://redirect.github.com/Chaoray) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3337](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3337)
- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3349](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3349)

##### Other Changes

- MacOS `x86_64` installer fix 🙏🏾 by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3333](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3333)
- Bump com.diffplug.spotless from 7.0.2 to 7.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3340](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3340)
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3341](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3341)
- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3343](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3343)
- Change PR deploy to use security (Enable '/deploypr security' command)
by [@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3345](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3345)

##### New Contributors

- [@&#8203;Chaoray](https://redirect.github.com/Chaoray) made their
first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3337](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3337)
- [@&#8203;PedroPF1234](https://redirect.github.com/PedroPF1234) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3334](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3334)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.4...v0.45.5

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 14:16:33 +02:00
Kjeld Schouten
e6bcc4523b chore(common): bump common 2025-04-14 12:22:11 +02:00
Kjeld Schouten
d29e7a259d chore(common): adapt limits and request a bit more 2025-04-14 12:21:50 +02:00
Alfred Göppel
72797d1cc6 fix(common): Update volume_emptyDIr_test.yaml for new defaults (#34368)
**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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-14 10:01:29 +00:00
Boemeltrein
f8ecef9950 fix(clustertool): cert-manager (crds) (#34339)
**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.
-->
Little change in values, `installCRDs: true` is Deprecated.


https://artifacthub.io/packages/helm/cert-manager/cert-manager#installcrds-~-bool
This option is equivalent to setting crds.enabled=true and
crds.keep=true. Deprecated: use crds.enabled and crds.keep instead

With this change it is also now equal to the Quick-Start on the website.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-04-14 11:48:57 +02:00
allcontributors[bot]
feec17cf28 docs: add stphnsmpsn as a contributor for doc (#34366)
Adds @stphnsmpsn as a contributor for doc.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/34365#issuecomment-2801102214)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-04-14 09:41:27 +00:00
Kjeld Schouten
b531d1f809 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-14 11:30:04 +02:00
Steve Sampson
8e2d957b67 docs(guide): add section for Authentik integration (#34365)
- Split authentication section of the guide into two sub-sections:
Authelia and Authentik.
- Add detailed instructions for configuring Authentik for domain-level
forward auth.

**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.
-->
📘 Added guide section for configuring Authentik with NGINX
Ingress Controller. This was motivated by a thread in the Discord server
where I shared my configuration with another user who was asking
questions and @PrivatePuffin suggested I contribute to the docs 😃

**⚙️ 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
- [x] 📜 Documentation Changes

**🧪 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:**

- [x ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-14 09:28:24 +00:00
Kjeld Schouten
f28460b669 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-14 11:20:36 +02:00
Kjeld Schouten
55dca40d79 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-14 11:12:54 +02:00
TrueCharts Bot
d2d6e256dd chore(website): lock file maintenance (#34354)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-04-14 11:03:14 +02:00
James Musson
20e94f7d3a fix(metube): switch to ghcr.io repository (#34338)
**Description**

Switches alexta69/metube to ghcr.io repository and updates
customVersioning.json to match ghcr.io now for renovate to understand
the package version

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Tested on local cluster with no issues.

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

**✔️ Checklist:**

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

---

_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._
2025-04-14 11:02:36 +02:00
Alfred Göppel
f8a3bbb0e4 fix(devcontainer): update version (#34308)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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:**

- [x] ⚖️ 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 changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-14 11:02:11 +02:00
TrueCharts Bot
9cda60e20c chore(helm): update image ghcr.io/linuxserver/grocy digest to e3159ee (#34359) 2025-04-14 08:22:48 +02:00
TrueCharts Bot
66a5c1c1bf chore(helm): update image docker.io/machines/filestash digest to a12f015 (#34356) 2025-04-14 08:22:46 +02:00
TrueCharts Bot
52464c6e70 chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to 9d60a8e (#34362) 2025-04-14 08:22:40 +02:00
TrueCharts Bot
d788ff734a chore(helm): update jupyter 2025-04-13 → 2025-04-14 (patch) (#34363) 2025-04-14 08:22:35 +02:00
TrueCharts Bot
54248f7d8d chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to cd24315 (#34361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| digest | `5dec9e9` -> `cd24315` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 08:22:32 +02:00
TrueCharts Bot
f92ef302cc chore(helm): update image ghcr.io/linuxserver/mysql-workbench digest to cd35255 (#34360) 2025-04-14 08:22:07 +02:00
TrueCharts Bot
6db851713a chore(helm): update image ghcr.io/linuxserver/fleet digest to 763c504 (#34358)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/fleet](https://redirect.github.com/linuxserver/docker-fleet/packages)
([source](https://redirect.github.com/linuxserver/docker-fleet)) |
digest | `ab4c474` -> `763c504` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 08:22:05 +02:00
TrueCharts Bot
7be98ef05e fix(website): update astro-better-image-service 2.1.4 → 2.1.5 (#34364)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service)
| dependencies | patch | [`2.1.4` ->
`2.1.5`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.4/2.1.5)
|

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

---

### Release Notes

<details>
<summary>risu729/astro-better-image-service
(astro-better-image-service)</summary>

###
[`v2.1.5`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.5)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.1.4...v2.1.5)

##### Reverts

- Revert "chore(deps): update dependency risu729/renovate-config to
v3.2.5
([#&#8203;1292](https://redirect.github.com/risu729/astro-better-image-service/issues/1292))"
([#&#8203;1293](https://redirect.github.com/risu729/astro-better-image-service/issues/1293))
([c2eac36](c2eac36365))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 08:22:01 +02:00
TrueCharts Bot
ca3923d312 chore(helm): update image ghcr.io/linuxserver/firefox digest to e7e2866 (#34357)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
digest | `b70ca8d` -> `e7e2866` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 08:21:08 +02:00
TrueCharts Bot
7f98c378e7 chore(github-action): update actions/setup-node digest to 49933ea (#34355)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | digest | `cdca736` -> `49933ea` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-04-14 08:12:24 +02:00
TrueCharts Bot
ec27f21902 chore(helm): update image ghcr.io/autobrr/autobrr v1.60.0 → v1.61.0 (#34353)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| minor | `5f95def` -> `035aded` |

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.61.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.61.0)

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

#### Changelog

##### New Features

-
[`a8c4114`](a8c4114d6d):
feat(lists): read Plaintext from file on disk
([#&#8203;2031](https://redirect.github.com/autobrr/autobrr/issues/2031))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`1c23b5d`](1c23b5df57):
feat(oidc): show profile pic if present
([#&#8203;2006](https://redirect.github.com/autobrr/autobrr/issues/2006))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))

##### Bug fixes

-
[`6b2b163`](6b2b1637cb):
fix(irc): set proxy if use proxy is enabled
([#&#8203;2011](https://redirect.github.com/autobrr/autobrr/issues/2011))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`4887004`](48870044a2):
fix(oidc): fetch claims from Userinfo endpoint
([#&#8203;2028](https://redirect.github.com/autobrr/autobrr/issues/2028))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))

##### Other work

-
[`e137ac4`](e137ac4070):
build(ci): setup goreleaser-pro
([#&#8203;2020](https://redirect.github.com/autobrr/autobrr/issues/2020))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`b309df8`](b309df87b5):
build(deps): bump the golang group across 1 directory with 14 updates
([#&#8203;2024](https://redirect.github.com/autobrr/autobrr/issues/2024))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`40aa3b4`](40aa3b404b):
build(deps): bump the npm group across 1 directory with 23 updates
([#&#8203;2025](https://redirect.github.com/autobrr/autobrr/issues/2025))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`f1fd08a`](f1fd08a2eb):
chore(indexers): remove lusthive
([#&#8203;2007](https://redirect.github.com/autobrr/autobrr/issues/2007))
([@&#8203;martylukyy](https://redirect.github.com/martylukyy))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.60.0...v1.61.0

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.61.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-14 02:38:35 +02:00