Commit Graph

35760 Commits

Author SHA1 Message Date
TrueCharts Bot 23a89083e5 chore(helm): update image diygod/rsshub digest to 02597cc (#28005)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `21c0380` -> `02597cc` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 08:47:05 +02:00
TrueCharts Bot 5ae5ca6403 chore(helm): update image ghcr.io/open-webui/open-webui digest to ff2413b (#28007)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `15fe2fa` -> `ff2413b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 08:46:53 +02:00
TrueCharts Bot 4a309c4440 chore(helm): update image automaticrippingmachine/automatic-ripping-machine digest to 1b9c5dd (#28004)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `5cd31a5` -> `1b9c5dd` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 08:46:21 +02:00
TrueCharts Bot d51fc2fd0a chore(container): update golang:1.23.2 docker digest to d7b4cfd (#28002)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `cc637ce` -> `d7b4cfd` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 08:43:08 +02:00
spagno c45dc736ca fix(unpoller): Prometheus dashboards (#27994)
The unpoller dashboards can't be loaded in Prometheus with the error
"Failed to upgrade legacy queries"

The panels uses the ${DS_PROMETHEUS} variable which is not defined in
the dashboards

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
I installed the chart with the new dashboards and they work
2024-10-19 02:48:23 +02:00
TrueCharts Bot 42c22b6236 chore(website): lock file maintenance by renovate (#27918)
This PR contains the following updates:

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

---

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

🔧 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2024-10-19 02:47:10 +02:00
TrueCharts Bot bf236344fe chore(helm): update image phasecorex/red-discordbot digest to e79933d (#27996)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| phasecorex/red-discordbot | digest | `7e27799` -> `e79933d` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 00:46:50 +00:00
TrueCharts Bot 3054220fab chore(helm): update image revenz/fileflows digest to 163be6a (#27997)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | digest | `08f7819` -> `163be6a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 02:46:41 +02:00
TrueCharts Bot a1a12ef07b chore(helm): update image advplyr/audiobookshelf 2.15.0 → 2.15.1 (#27998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf)
| patch | `91564c3` -> `9096480` |

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

---

### Release Notes

<details>
<summary>advplyr/audiobookshelf (advplyr/audiobookshelf)</summary>

###
[`v2.15.1`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.15.1)

[Compare
Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.15.0...v2.15.1)

##### Fixed

- Potential database corruptions from NOCASE indexes (migration)
[#&#8203;3276](https://redirect.github.com/advplyr/audiobookshelf/issues/3276)
by [@&#8203;mikiher](https://redirect.github.com/mikiher) in
[#&#8203;3533](https://redirect.github.com/advplyr/audiobookshelf/issues/3533)
- Next/previous chapter behavior on public share player by
[@&#8203;mikiher](https://redirect.github.com/mikiher) in
[#&#8203;3508](https://redirect.github.com/advplyr/audiobookshelf/issues/3508)
- Ignore dot files in migrations folder
[#&#8203;3510](https://redirect.github.com/advplyr/audiobookshelf/issues/3510)
- Book library published decade filter by
[@&#8203;glorenzen](https://redirect.github.com/glorenzen) in
[#&#8203;3518](https://redirect.github.com/advplyr/audiobookshelf/issues/3518)
- Extracting cover image from audio file with multiple images
[#&#8203;2316](https://redirect.github.com/advplyr/audiobookshelf/issues/2316)
by [@&#8203;asoluter](https://redirect.github.com/asoluter) in
[#&#8203;3529](https://redirect.github.com/advplyr/audiobookshelf/issues/3529)

##### Changed

- Localization for missing strings
[#&#8203;3513](https://redirect.github.com/advplyr/audiobookshelf/issues/3513)
by [@&#8203;nichwall](https://redirect.github.com/nichwall) in
[#&#8203;3520](https://redirect.github.com/advplyr/audiobookshelf/issues/3520)
-   More strings translated
- Croatian by [@&#8203;biuklija](https://redirect.github.com/biuklija)
    -   Dutch by [@&#8203;matieke](https://redirect.github.com/matieke)
- German by
[@&#8203;alexanderkuenzel](https://redirect.github.com/alexanderkuenzel)
[@&#8203;Vito0912](https://redirect.github.com/Vito0912)
[@&#8203;Dalabad](https://redirect.github.com/Dalabad)
- Italian by [@&#8203;burghy86](https://redirect.github.com/burghy86)
    -   Polish by [@&#8203;ahetek](https://redirect.github.com/ahetek)
- Simplified Chinese by
[@&#8203;springsunx](https://redirect.github.com/springsunx)
- Spanish by
[@&#8203;apineiro97](https://redirect.github.com/apineiro97)
[@&#8203;diamondtipdr](https://redirect.github.com/diamondtipdr)

##### Internal

- Readme: add client_max_body_size parameter in nginx config by
[@&#8203;koralowiec](https://redirect.github.com/koralowiec) in
[#&#8203;3514](https://redirect.github.com/advplyr/audiobookshelf/issues/3514)
- Fixes and cleanup for subdirectory serving support by
[@&#8203;mikiher](https://redirect.github.com/mikiher) in
[#&#8203;3521](https://redirect.github.com/advplyr/audiobookshelf/issues/3521)
[#&#8203;3530](https://redirect.github.com/advplyr/audiobookshelf/issues/3530)

#### New Contributors

- [@&#8203;koralowiec](https://redirect.github.com/koralowiec) made
their first contribution in
[https://github.com/advplyr/audiobookshelf/pull/3514](https://redirect.github.com/advplyr/audiobookshelf/pull/3514)
- [@&#8203;asoluter](https://redirect.github.com/asoluter) made their
first contribution in
[https://github.com/advplyr/audiobookshelf/pull/3529](https://redirect.github.com/advplyr/audiobookshelf/pull/3529)

**Full Changelog**:
https://github.com/advplyr/audiobookshelf/compare/v2.15.0...v2.15.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-19 00:46:35 +00:00
TrueCharts Bot ce51e6fce2 chore(helm): update image haveagitgat/tdarr_node 2.26.01 → 2.27.01 (#28001)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[haveagitgat/tdarr_node](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu))
| minor | `18c87f6` -> `52bdd24` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-19 02:46:32 +02:00
TrueCharts Bot 22f10c66a5 chore(helm): update image wiserain/flexget 3.11.48 → 3.11.49 (#27999)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://redirect.github.com/wiserain/docker-flexget)) | patch
| `47e97ec` -> `3a8581e` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-19 02:46:25 +02:00
TrueCharts Bot 409fe91df0 chore(helm): update image haveagitgat/tdarr 2.26.01 → 2.27.01 (#28000)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu))
| minor | `a4a42a1` -> `07e94e6` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-19 02:46:20 +02:00
TrueCharts Bot e2f3df807b chore(helm): update image pepperlabs/peppermint digest to 992926c (#27995)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `94b5daf` -> `992926c` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-19 02:46:05 +02:00
TrueCharts Bot cc5db43bf5 chore(helm): update image itzg/minecraft-server 2024.10.1 → 2024.10.2 (#27991)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `32f5ecc` -> `48fa0f5` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `f1dc386` -> `5ffa3a4` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `98f4c77` -> `46863b4` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `8f59c74` -> `55aba15` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `36da1fa` -> `64a5293` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `c782346` -> `1cc2b74` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `ee92812` -> `db3ccc7` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `ad1d082` -> `f603d1c` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `734c2b7` -> `c49022d` |
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| patch | `85a2c2d` -> `8bd119f` |

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

---

### Release Notes

<details>
<summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary>

###
[`v2024.10.2`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.10.2)

[Compare
Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.10.1...2024.10.2)

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

##### What's Changed

##### Enhancements

- curseforge: cache get mod info and file API calls to disk by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3102](https://redirect.github.com/itzg/docker-minecraft-server/pull/3102)
- Add SKIP_CHOWN_DATA to skip the "Changing ownership of /data" by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3103](https://redirect.github.com/itzg/docker-minecraft-server/pull/3103)
- cf: default API cache TTL to 2 days and allow config by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3107](https://redirect.github.com/itzg/docker-minecraft-server/pull/3107)

##### Bug Fixes

- cf: gracefully handle corrupted API cache index by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3110](https://redirect.github.com/itzg/docker-minecraft-server/pull/3110)

##### Documentation

- chore(docs): note add mod var for auto_curseforge use by
[@&#8203;ChipWolf](https://redirect.github.com/ChipWolf) in
[https://github.com/itzg/docker-minecraft-server/pull/3111](https://redirect.github.com/itzg/docker-minecraft-server/pull/3111)

##### Other Changes

- refactoring a little bit some test script files by
[@&#8203;IronMine](https://redirect.github.com/IronMine) in
[https://github.com/itzg/docker-minecraft-server/pull/3100](https://redirect.github.com/itzg/docker-minecraft-server/pull/3100)
- Fix mc-send-to-console running with uid=0(root) by
[@&#8203;GiriNeko](https://redirect.github.com/GiriNeko) in
[https://github.com/itzg/docker-minecraft-server/pull/3106](https://redirect.github.com/itzg/docker-minecraft-server/pull/3106)

##### New Contributors

- [@&#8203;IronMine](https://redirect.github.com/IronMine) made their
first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3100](https://redirect.github.com/itzg/docker-minecraft-server/pull/3100)
- [@&#8203;GiriNeko](https://redirect.github.com/GiriNeko) made their
first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3106](https://redirect.github.com/itzg/docker-minecraft-server/pull/3106)

**Full Changelog**:
https://github.com/itzg/docker-minecraft-server/compare/2024.10.1...2024.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9wYXRjaCJdfQ==-->
2024-10-18 21:02:03 +00:00
TrueCharts Bot 2048ad00a6 chore(helm): update image ghcr.io/elfhosted/riven-frontend v0.13.1 → v0.14.1 (#27993)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/riven-frontend | minor | `92cee31` -> `4920802` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9taW5vciJdfQ==-->
2024-10-18 21:01:52 +00:00
TrueCharts Bot ed83c0724d chore(helm): update image ghcr.io/ajnart/homarr 0.15.4 → 0.15.6 (#27990)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ajnart/homarr](https://redirect.github.com/ajnart/homarr) |
patch | `c13f04c` -> `8891626` |

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

---

### Release Notes

<details>
<summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary>

###
[`v0.15.6`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.6)

[Compare
Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.5...v0.15.6)

This is a hotfix for
[v0.15.5](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.5),
which introduced a bug that db migration does not work.

###
[`v0.15.5`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.5)

[Compare
Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.4...v0.15.5)

> \[!NOTE]\
> We've been working actively on working torwards version 1.0 which will
include many improvements to performance, security and the overall look
& feel of Homarr. It will greatly overhaul the technical architecture of
Homarr. This work is done by volunteers. Please consider supporting our
work via donations at https://opencollective.com/homarr

> \[!TIP]
> The environment variable `NEXTAUTH_URL` should no longer be needed
with the latest changes for OIDC (See
[#&#8203;2149](https://redirect.github.com/ajnart/homarr/issues/2149))

#### What's Changed

- Bugfix for dynamic urls not properly replaces on Search by
[@&#8203;j3lte](https://redirect.github.com/j3lte) in
[https://github.com/ajnart/homarr/pull/2124](https://redirect.github.com/ajnart/homarr/pull/2124)
- Add rel="noreferrer" to link AppTile.tsx by
[@&#8203;bebsworthy](https://redirect.github.com/bebsworthy) in
[https://github.com/ajnart/homarr/pull/2126](https://redirect.github.com/ajnart/homarr/pull/2126)
- fix: app ping retry interval by
[@&#8203;manuel-rw](https://redirect.github.com/manuel-rw) in
[https://github.com/ajnart/homarr/pull/2122](https://redirect.github.com/ajnart/homarr/pull/2122)
- fix: Make timer button show only to admins by
[@&#8203;SeDemal](https://redirect.github.com/SeDemal) in
[https://github.com/ajnart/homarr/pull/2143](https://redirect.github.com/ajnart/homarr/pull/2143)
- fix: wrong redirect url for oidc requests
[#&#8203;1909](https://redirect.github.com/ajnart/homarr/issues/1909) by
[@&#8203;Meierschlumpf](https://redirect.github.com/Meierschlumpf) in
[https://github.com/ajnart/homarr/pull/2149](https://redirect.github.com/ajnart/homarr/pull/2149)
- New Crowdin updates by
[@&#8203;ajnart](https://redirect.github.com/ajnart) in
[https://github.com/ajnart/homarr/pull/2123](https://redirect.github.com/ajnart/homarr/pull/2123)

#### New Contributors

- [@&#8203;bebsworthy](https://redirect.github.com/bebsworthy) made
their first contribution in
[https://github.com/ajnart/homarr/pull/2126](https://redirect.github.com/ajnart/homarr/pull/2126)

**Full Changelog**:
https://github.com/ajnart/homarr/compare/v0.15.4...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9wYXRjaCJdfQ==-->
2024-10-18 21:01:48 +00:00
TrueCharts Bot 2ce86ef864 chore(helm): update image pepperlabs/peppermint digest to 94b5daf (#27988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `a10de84` -> `94b5daf` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9kaWdlc3QiXX0=-->
2024-10-18 21:01:38 +00:00
TrueCharts Bot 86503473db chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to fb007ed (#27985)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `ea7e999` -> `fb007ed` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9kaWdlc3QiXX0=-->
2024-10-18 21:01:33 +00:00
TrueCharts Bot f844275bed chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 6ff1d4d (#27986)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `081e15f` -> `6ff1d4d` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9kaWdlc3QiXX0=-->
2024-10-18 21:00:42 +00:00
TrueCharts Bot b4a4ca08b0 chore(helm): update rdesktop (#27987)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `a304b95` -> `11dd1d6` |
| lscr.io/linuxserver/rdesktop | digest | `5f22da3` -> `46c4c86` |
| lscr.io/linuxserver/rdesktop | digest | `d6fb3fe` -> `c37cb30` |

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9kaWdlc3QiXX0=-->
2024-10-18 21:00:31 +00:00
TrueCharts Bot c95a9b257c chore(helm): update image diygod/rsshub digest to 21c0380 (#27984)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `e1ab083` -> `21c0380` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9kaWdlc3QiXX0=-->
2024-10-18 21:00:13 +00:00
Kjeld Schouten b694c11560 fix some instability 2024-10-18 22:39:11 +02:00
Kjeld Schouten b5872647ec meshroom tweak 2024-10-18 22:24:54 +02:00
Kjeld Schouten bfb5feef3c Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 22:20:25 +02:00
Kjeld Schouten dd144e2e98 fix digest message for renovate 2024-10-18 22:11:56 +02:00
Kjeld Schouten 25e4f98d06 more minor renovate tweaks 2024-10-18 22:02:17 +02:00
Kjeld Schouten d74faeabd1 renovate labeling tweak 2024-10-18 21:55:53 +02:00
TrueCharts Bot 928ac0d4fe fix(website): update astro 4.16.1 → 4.16.6 by renovate (#27979)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;11823](https://redirect.github.com/withastro/astro/pull/11823)
[`a3d30a6`](https://redirect.github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3)
Thanks [@&#8203;DerTimonius](https://redirect.github.com/DerTimonius)! -
fix: improve error message when inferSize is used in local images with
the Image component

-
[#&#8203;12227](https://redirect.github.com/withastro/astro/pull/12227)
[`8b1a641`](https://redirect.github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where environment variables would not be refreshed when
using `astro:env`

-
[#&#8203;12239](https://redirect.github.com/withastro/astro/pull/12239)
[`2b6daa5`](https://redirect.github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
**BREAKING CHANGE to the experimental Container API only**

Changes the default page rendering behavior of Astro components in
containers, and adds a new option `partial: false` to render full Astro
pages as before.

Previously, the Container API was rendering all Astro components as if
they were full Astro pages containing `<!DOCTYPE html>` by default. This
was not intended, and now by default, all components will render as
[page
partials](https://docs.astro.build/en/basics/astro-pages/#page-partials):
only the contents of the components without a page shell.

To render the component as a full-fledged Astro page, pass a new option
called `partial: false` to `renderToString()` and `renderToResponse()`:

    ```js
import { experimental_AstroContainer as AstroContainer } from
'astro/container';
    import Card from '../src/components/Card.astro';

    const container = AstroContainer.create();

await container.renderToString(Card); // the string will not contain
`<!DOCTYPE html>`
await container.renderToString(Card, { partial: false }); // the string
will contain `<!DOCTYPE html>`
    ```

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

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

##### Patch Changes

-
[#&#8203;12232](https://redirect.github.com/withastro/astro/pull/12232)
[`ff68ba5`](https://redirect.github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Fixes
an issue with cssesc in dev mode when setting `vite.ssr.noExternal:
true`

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

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

##### Patch Changes

-
[#&#8203;12223](https://redirect.github.com/withastro/astro/pull/12223)
[`79ffa5d`](https://redirect.github.com/withastro/astro/commit/79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b)
Thanks
[@&#8203;ArmandPhilippot](https://redirect.github.com/ArmandPhilippot)!
- Fixes a false positive reported by the dev toolbar Audit app where a
label was considered missing when associated with a button

The `button` element can be [used with a
label](https://www.w3.org/TR/2011/WD-html5-author-20110809/forms.html#category-label)
(e.g. to create a switch) and should not be reported as an accessibility
issue when used as a child of a `label`.

-
[#&#8203;12199](https://redirect.github.com/withastro/astro/pull/12199)
[`c351352`](https://redirect.github.com/withastro/astro/commit/c3513523608f319b43c050e391be08e68b801329)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a regression in the computation of `Astro.currentLocale`

-
[#&#8203;12222](https://redirect.github.com/withastro/astro/pull/12222)
[`fb55695`](https://redirect.github.com/withastro/astro/commit/fb5569583b11ef585cd0a79e97e7e9dc653f6afa)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the edge middleware couldn't correctly compute the
client IP address when calling `ctx.clientAddress()`

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

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

##### Patch Changes

-
[#&#8203;12220](https://redirect.github.com/withastro/astro/pull/12220)
[`b049359`](https://redirect.github.com/withastro/astro/commit/b0493596dc338377198d0a39efc813dad515b624)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
accidental internal `setOnSetGetEnv` parameter rename that caused
runtime errors

-
[#&#8203;12197](https://redirect.github.com/withastro/astro/pull/12197)
[`2aa2dfd`](https://redirect.github.com/withastro/astro/commit/2aa2dfd05dc7b7e6ad13451e6cc2afa9b1c92a32)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fix
a regression where a port was incorrectly added to the `Astro.url`

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

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

##### Patch Changes

-
[#&#8203;12206](https://redirect.github.com/withastro/astro/pull/12206)
[`12b0022`](https://redirect.github.com/withastro/astro/commit/12b00225067445629e5ae451d763d03f70065f88)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Reverts
[https://github.com/withastro/astro/pull/12173](https://redirect.github.com/withastro/astro/pull/12173)
which caused `Can't modify immutable headers` warnings and 500 errors on
Cloudflare Pages

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:35:33 +02:00
TrueCharts Bot bf6dbe4c9e chore(helm): update image lscr.io/linuxserver/rdesktop → by renovate (#27968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `3cf296a` -> `e1920aa` |
| lscr.io/linuxserver/rdesktop | digest | `46f5f36` -> `c1d1e77` |
| lscr.io/linuxserver/rdesktop | digest | `bd13959` -> `41185af` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 20:28:36 +02:00
TrueCharts Bot b3738f2cf4 chore(helm): update image ghcr.io/elfhosted/riven v0.15.3 → v0.16.0 by renovate (#27981)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/riven | minor | `2942af9` -> `4132c82` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 20:27:35 +02:00
TrueCharts Bot eba0b79705 chore(helm): update image redmine → by renovate (#27971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `4f860e2` -> `51b1e06` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 20:24:38 +02:00
TrueCharts Bot d57f357a9f chore(flux): update image volsync 2.3.0 → 2.4.0 by renovate (#27980)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/system/volsync))
| minor | `2.3.0` -> `2.4.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 20:24:21 +02:00
TrueCharts Bot 8f382bc3f3 chore(flux): update image traefik-crds 3.2.0 → 3.2.1 by renovate (#27977)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik-crds](https://truecharts.org/charts/system/traefik-crds)
([source](https://redirect.github.com/traefik/traefik)) | patch |
`3.2.0` -> `3.2.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:23:16 +02:00
TrueCharts Bot e00b699ecb chore(flux): update image prometheus-operator 8.5.0 → 8.5.2 by renovate (#27976)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 18:23:01 +00:00
TrueCharts Bot cdb4f1a88a chore(flux): update image kubelet-csr-approver 1.1.0 → 1.1.1 by renovate (#27975)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://truecharts.org/charts/system/kubelet-csr-approver)
([source](https://ghcr.io/postfinance/kubelet-csr-approver)) | patch |
`1.1.0` -> `1.1.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:22:45 +02:00
TrueCharts Bot 3169d20d67 chore(helm): update image lscr.io/linuxserver/webtop → by renovate (#27969)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `3587a0a` -> `83680cb` |
| lscr.io/linuxserver/webtop | digest | `06186ca` -> `0c6cd7f` |
| lscr.io/linuxserver/webtop | digest | `c669e8a` -> `451f9a8` |
| lscr.io/linuxserver/webtop | digest | `c39505a` -> `f814706` |
| lscr.io/linuxserver/webtop | digest | `5ea48f1` -> `89f0864` |
| lscr.io/linuxserver/webtop | digest | `954016f` -> `326e30e` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 18:22:20 +00:00
TrueCharts Bot e2615950f5 chore(flux): update image cert-manager 6.2.0 → 6.2.1 by renovate (#27974)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://truecharts.org/charts/system/cert-manager)
([source](https://cert-manager.io/)) | patch | `6.2.0` -> `6.2.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:22:18 +02:00
TrueCharts Bot 92ed4765f0 chore(flux): update helm release cilium 1.16.2 → 1.16.3 by renovate (#27972)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cilium](https://cilium.io/)
([source](https://redirect.github.com/cilium/cilium)) | patch | `1.16.2`
-> `1.16.3` |

---

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

---

### Release Notes

<details>
<summary>cilium/cilium (cilium)</summary>

###
[`v1.16.3`](https://redirect.github.com/cilium/cilium/releases/tag/v1.16.3):
1.16.3

[Compare
Source](https://redirect.github.com/cilium/cilium/compare/1.16.2...1.16.3)

## Summary of Changes

**Bugfixes:**

- bgpv2: fix reconciliation of services with shared VIPs (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35166](https://redirect.github.com/cilium/cilium/issues/35166),
[@&#8203;rastislavs](https://redirect.github.com/rastislavs))
- bgpv2: Fix service reconciliation logic to update service
advertisement metadata only after successful reconciliation (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34976](https://redirect.github.com/cilium/cilium/issues/34976),
[@&#8203;rastislavs](https://redirect.github.com/rastislavs))
- bpf: nat: recreate a NAT entry if the packet hits the stale entry
(Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34913](https://redirect.github.com/cilium/cilium/issues/34913),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- bugtool: fix cilium-health command (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35068](https://redirect.github.com/cilium/cilium/issues/35068),
[@&#8203;ayuspin](https://redirect.github.com/ayuspin))
- Fix a low-probability issue where the DNS proxy could occasionally
drop DNS queries due to "duplicate request id" errors. (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34941](https://redirect.github.com/cilium/cilium/issues/34941),
[@&#8203;bimmlerd](https://redirect.github.com/bimmlerd))
- Fix issue where bpf packet buffer mark would in some cases set
incorrect mark value resulting in incorrectly SNATed traffic. (Backport
PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34789](https://redirect.github.com/cilium/cilium/issues/34789),
[@&#8203;tommyp1ckles](https://redirect.github.com/tommyp1ckles))
- Fix parameter check to forbid IPAM ENI with TUNNEL routing, and
prevent agent segfault when also IPSec is enabled. (Backport PR
[#&#8203;34918](https://redirect.github.com/cilium/cilium/issues/34918),
Upstream PR
[#&#8203;34651](https://redirect.github.com/cilium/cilium/issues/34651),
[@&#8203;smagnani96](https://redirect.github.com/smagnani96))
- Fixed bug in LB-IPAM where restarting the operator would unshare
previously shared IPs between services (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34783](https://redirect.github.com/cilium/cilium/issues/34783),
[@&#8203;dylandreimerink](https://redirect.github.com/dylandreimerink))
- Fixed bug in tracking policy changes that could have resulted in
revert not woking in failure cases as expected. (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35109](https://redirect.github.com/cilium/cilium/issues/35109),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Fixed bug where service id allocator would loop infinity when out of
service ids (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35033](https://redirect.github.com/cilium/cilium/issues/35033),
[@&#8203;WeeNews](https://redirect.github.com/WeeNews))
- Fixes startup fatal error when updating CiliumNode resource. (Backport
PR
[#&#8203;34918](https://redirect.github.com/cilium/cilium/issues/34918),
Upstream PR
[#&#8203;34862](https://redirect.github.com/cilium/cilium/issues/34862),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))
- gateway-api: Align GRPCRoute matchers with GEP specification (Backport
PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;34808](https://redirect.github.com/cilium/cilium/issues/34808),
[@&#8203;cfsnyder](https://redirect.github.com/cfsnyder))
- helm template function no longer errors when using k8sServiceHost:
auto (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35186](https://redirect.github.com/cilium/cilium/issues/35186),
[@&#8203;kreeuwijk](https://redirect.github.com/kreeuwijk))
- hubble: add printer for lost events (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35208](https://redirect.github.com/cilium/cilium/issues/35208),
[@&#8203;aanm](https://redirect.github.com/aanm))
- ipcache: Yet another refcounting fix with mix of APIs (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34715](https://redirect.github.com/cilium/cilium/issues/34715),
[@&#8203;gandro](https://redirect.github.com/gandro))
- netkit: Allow ARP packets through when using host firewall. (Backport
PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35070](https://redirect.github.com/cilium/cilium/issues/35070),
[@&#8203;jrife](https://redirect.github.com/jrife))
- wireguard: Fix issue where updates to a WireGuard device's
configuration caused connectivity blips. (Backport PR
[#&#8203;35115](https://redirect.github.com/cilium/cilium/issues/35115),
Upstream PR
[#&#8203;34612](https://redirect.github.com/cilium/cilium/issues/34612),
[@&#8203;jrife](https://redirect.github.com/jrife))

**CI Changes:**

- .github/lint-build-commits: fix workflow for push events (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35264](https://redirect.github.com/cilium/cilium/issues/35264),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: create cache directories on cache miss (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;35088](https://redirect.github.com/cilium/cilium/issues/35088),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: do not push floating tag from PRs (Backport PR
[#&#8203;35230](https://redirect.github.com/cilium/cilium/issues/35230),
Upstream PR
[#&#8203;35227](https://redirect.github.com/cilium/cilium/issues/35227),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: install golang action after checkout (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34843](https://redirect.github.com/cilium/cilium/issues/34843),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: re-enable configurations in e2e-upgrade (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34800](https://redirect.github.com/cilium/cilium/issues/34800),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: specify cache-dependency-path in lint-workflows (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34845](https://redirect.github.com/cilium/cilium/issues/34845),
[@&#8203;aanm](https://redirect.github.com/aanm))
- \[1.16] test: Skip envoy internal_address_config warning log
([#&#8203;35053](https://redirect.github.com/cilium/cilium/issues/35053),
[@&#8203;pippolo84](https://redirect.github.com/pippolo84))
- \[v1.16] gha: fix incorrect go version in lint-build-commits workflow
([#&#8203;35312](https://redirect.github.com/cilium/cilium/issues/35312),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- ci: conformance-\[gateway-api|ginkgo|ingress] wait for images before
matrix generation (Backport PR
[#&#8203;34918](https://redirect.github.com/cilium/cilium/issues/34918),
Upstream PR
[#&#8203;34820](https://redirect.github.com/cilium/cilium/issues/34820),
[@&#8203;aanm](https://redirect.github.com/aanm))
- fix: repository nil value handled on workflow_dispatch context for
renovate updates (Backport PR
[#&#8203;34918](https://redirect.github.com/cilium/cilium/issues/34918),
Upstream PR
[#&#8203;34902](https://redirect.github.com/cilium/cilium/issues/34902),
[@&#8203;Artyop](https://redirect.github.com/Artyop))
- servicemesh, ci: run internal to NodePort test (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35177](https://redirect.github.com/cilium/cilium/issues/35177),
[@&#8203;marseel](https://redirect.github.com/marseel))

**Misc Changes:**

- .github: add cache to cilium-cli and hubble-cli build workflows
(Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34847](https://redirect.github.com/cilium/cilium/issues/34847),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: clean up disk for lint-build workflow (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;35141](https://redirect.github.com/cilium/cilium/issues/35141),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: fix build image process to commit changes (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35262](https://redirect.github.com/cilium/cilium/issues/35262),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: fix lvh-kind warnings (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34811](https://redirect.github.com/cilium/cilium/issues/34811),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: fix runtime image digests (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35107](https://redirect.github.com/cilium/cilium/issues/35107),
[@&#8203;aanm](https://redirect.github.com/aanm))
- .github: push floating tag for push events for stable branches
([#&#8203;35235](https://redirect.github.com/cilium/cilium/issues/35235),
[@&#8203;aanm](https://redirect.github.com/aanm))
- \[v1.16] .github: do not update github runners for bpf workflows
([#&#8203;35106](https://redirect.github.com/cilium/cilium/issues/35106),
[@&#8203;aanm](https://redirect.github.com/aanm))
- \[v1.16] manually update dependency cilium/cilium-cli to v0.16.19
(v1.16)
([#&#8203;35310](https://redirect.github.com/cilium/cilium/issues/35310),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- bgpv2/docs: add ebgp multihop documentation (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34951](https://redirect.github.com/cilium/cilium/issues/34951),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))
- bgpv2: cleanup service reconciliation logic (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34959](https://redirect.github.com/cilium/cilium/issues/34959),
[@&#8203;rastislavs](https://redirect.github.com/rastislavs))
- Change GH runners to GH's default (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;33451](https://redirect.github.com/cilium/cilium/issues/33451),
[@&#8203;aanm](https://redirect.github.com/aanm))
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;35025](https://redirect.github.com/cilium/cilium/issues/35025),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;35082](https://redirect.github.com/cilium/cilium/issues/35082),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;35250](https://redirect.github.com/cilium/cilium/issues/35250),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;35005](https://redirect.github.com/cilium/cilium/issues/35005),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;35283](https://redirect.github.com/cilium/cilium/issues/35283),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.16.18 (v1.16)
([#&#8203;34999](https://redirect.github.com/cilium/cilium/issues/34999),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update docker.io/library/golang:1.22.7 docker digest to
[`ddad330`](https://redirect.github.com/cilium/cilium/commit/ddad330)
(v1.16)
([#&#8203;35101](https://redirect.github.com/cilium/cilium/issues/35101),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update go to v1.22.8 (v1.16)
([#&#8203;35201](https://redirect.github.com/cilium/cilium/issues/35201),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/cilium/cilium-envoy docker tag to
v1.29.9-1727741018-e3a7412f65722ebbe34254b3582b89d315765d0d (v1.16)
([#&#8203;35137](https://redirect.github.com/cilium/cilium/issues/35137),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/cilium/cilium-envoy docker tag to
v1.29.9-1727997080-b094128ed01b784b63ada19b54f8c7fdc3042e6e (v1.16)
([#&#8203;35218](https://redirect.github.com/cilium/cilium/issues/35218),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- cilium-cli: Show config.cilium.io annotations on configmap (Backport
PR
[#&#8203;35155](https://redirect.github.com/cilium/cilium/issues/35155),
Upstream PR
[#&#8203;35020](https://redirect.github.com/cilium/cilium/issues/35020),
[@&#8203;joamaki](https://redirect.github.com/joamaki))
- docs: Add known issue for netkit endpoint route issues (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35126](https://redirect.github.com/cilium/cilium/issues/35126),
[@&#8203;jrife](https://redirect.github.com/jrife))
- docs: fix EKS Kubernetes compatibility link (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34922](https://redirect.github.com/cilium/cilium/issues/34922),
[@&#8203;fjvela](https://redirect.github.com/fjvela))
- docs: Improve warning on insecure global IPsec keys (Backport PR
[#&#8203;34918](https://redirect.github.com/cilium/cilium/issues/34918),
Upstream PR
[#&#8203;34846](https://redirect.github.com/cilium/cilium/issues/34846),
[@&#8203;pchaigno](https://redirect.github.com/pchaigno))
- docs: move sig-policy to second Tuesday of the month (Backport PR
[#&#8203;35115](https://redirect.github.com/cilium/cilium/issues/35115),
Upstream PR
[#&#8203;35040](https://redirect.github.com/cilium/cilium/issues/35040),
[@&#8203;squeed](https://redirect.github.com/squeed))
- fix: Assign PodStore from Pod resource until cell migration is
completed (Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;34090](https://redirect.github.com/cilium/cilium/issues/34090),
[@&#8203;dlapcevic](https://redirect.github.com/dlapcevic))
- helm: add client auth to hubble server certificate (Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34934](https://redirect.github.com/cilium/cilium/issues/34934),
[@&#8203;kaworu](https://redirect.github.com/kaworu))
- helm: set key usages for hubble certificates with cert-manager
(Backport PR
[#&#8203;35036](https://redirect.github.com/cilium/cilium/issues/35036),
Upstream PR
[#&#8203;34946](https://redirect.github.com/cilium/cilium/issues/34946),
[@&#8203;kaworu](https://redirect.github.com/kaworu))
- Improve speed on lint commits GH workflow (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34848](https://redirect.github.com/cilium/cilium/issues/34848),
[@&#8203;aanm](https://redirect.github.com/aanm))
- install/kubernetes: fix Operator's clusterrole for pods deletion
(Backport PR
[#&#8203;35274](https://redirect.github.com/cilium/cilium/issues/35274),
Upstream PR
[#&#8203;35193](https://redirect.github.com/cilium/cilium/issues/35193),
[@&#8203;aanm](https://redirect.github.com/aanm))
- Re-write GitHub cache usages across workflows (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34866](https://redirect.github.com/cilium/cilium/issues/34866),
[@&#8203;aanm](https://redirect.github.com/aanm))
- Remove conformance-e2e tests (Backport PR
[#&#8203;35157](https://redirect.github.com/cilium/cilium/issues/35157),
Upstream PR
[#&#8203;34742](https://redirect.github.com/cilium/cilium/issues/34742),
[@&#8203;aanm](https://redirect.github.com/aanm))

**Other Changes:**

- \[v1.16] Add missing test coverage in v1.16 branch
([#&#8203;35223](https://redirect.github.com/cilium/cilium/issues/35223),
[@&#8203;aanm](https://redirect.github.com/aanm))
- \[v1.16] author backport: fix ENABLE_LOCAL_REDIRECT_POLICY
([#&#8203;35129](https://redirect.github.com/cilium/cilium/issues/35129),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- \[v1.16] author backport: LRP fixes
([#&#8203;35072](https://redirect.github.com/cilium/cilium/issues/35072),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- \[v1.16] ginkgo: disable test for deprecated annotations-based L7
visibility
([#&#8203;35160](https://redirect.github.com/cilium/cilium/issues/35160),
[@&#8203;tklauser](https://redirect.github.com/tklauser))
- \[v1.16] test/k8s: replace L7 visibility Pod annotations by L7
visibility policy
([#&#8203;35151](https://redirect.github.com/cilium/cilium/issues/35151),
[@&#8203;tklauser](https://redirect.github.com/tklauser))
- install: Update image digests for v1.16.2
([#&#8203;35052](https://redirect.github.com/cilium/cilium/issues/35052),
[@&#8203;cilium-release-bot](https://redirect.github.com/cilium-release-bot)\[bot])

#### Docker Manifests

##### cilium


`quay.io/cilium/cilium:v1.16.3@&#8203;sha256:62d2a09bbef840a46099ac4c69421c90f84f28d018d479749049011329aa7f28`

`quay.io/cilium/cilium:stable@sha256:62d2a09bbef840a46099ac4c69421c90f84f28d018d479749049011329aa7f28`

##### clustermesh-apiserver


`quay.io/cilium/clustermesh-apiserver:v1.16.3@&#8203;sha256:598cb4fd30b47bf2bc229cd6a011e451cf14753e56a80bb9ef01a09a519f52fb`

`quay.io/cilium/clustermesh-apiserver:stable@sha256:598cb4fd30b47bf2bc229cd6a011e451cf14753e56a80bb9ef01a09a519f52fb`

##### docker-plugin


`quay.io/cilium/docker-plugin:v1.16.3@&#8203;sha256:87af6722fdf73cd98123635108f1507d2c982aad82b89906a2925dc4e251acae`

`quay.io/cilium/docker-plugin:stable@sha256:87af6722fdf73cd98123635108f1507d2c982aad82b89906a2925dc4e251acae`

##### hubble-relay


`quay.io/cilium/hubble-relay:v1.16.3@&#8203;sha256:feb60efd767e0e7863a94689f4a8db56a0acc7c1d2b307dee66422e3dc25a089`

`quay.io/cilium/hubble-relay:stable@sha256:feb60efd767e0e7863a94689f4a8db56a0acc7c1d2b307dee66422e3dc25a089`

##### operator-alibabacloud


`quay.io/cilium/operator-alibabacloud:v1.16.3@&#8203;sha256:d80a785c0e807fc708264a3fcb19be404114f619fd756dd5214f4cad5a281898`

`quay.io/cilium/operator-alibabacloud:stable@sha256:d80a785c0e807fc708264a3fcb19be404114f619fd756dd5214f4cad5a281898`

##### operator-aws


`quay.io/cilium/operator-aws:v1.16.3@&#8203;sha256:47f5abc5fa528472d3509c3199d7aab1e120833fb68df455e3b4476916385916`

`quay.io/cilium/operator-aws:stable@sha256:47f5abc5fa528472d3509c3199d7aab1e120833fb68df455e3b4476916385916`

##### operator-azure


`quay.io/cilium/operator-azure:v1.16.3@&#8203;sha256:2882aaf03c32525a99181b7c065b2bb19c03eba6626fc736aebe368d90791542`

`quay.io/cilium/operator-azure:stable@sha256:2882aaf03c32525a99181b7c065b2bb19c03eba6626fc736aebe368d90791542`

##### operator-generic


`quay.io/cilium/operator-generic:v1.16.3@&#8203;sha256:6e2925ef47a1c76e183c48f95d4ce0d34a1e5e848252f910476c3e11ce1ec94b`

`quay.io/cilium/operator-generic:stable@sha256:6e2925ef47a1c76e183c48f95d4ce0d34a1e5e848252f910476c3e11ce1ec94b`

##### operator


`quay.io/cilium/operator:v1.16.3@&#8203;sha256:11219d0027c7ab5fb5ac531d4456b570b51f0d871c52c69e5e70c164bb38af0f`

`quay.io/cilium/operator:stable@sha256:11219d0027c7ab5fb5ac531d4456b570b51f0d871c52c69e5e70c164bb38af0f`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:22:02 +02:00
TrueCharts Bot 2fae50be1b chore(flux): update helm release longhorn 1.7.1 → 1.7.2 by renovate (#27973)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [longhorn](https://redirect.github.com/longhorn/longhorn)
([source](https://redirect.github.com/longhorn/charts)) | patch |
`1.7.1` -> `1.7.2` |

---

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

---

### Release Notes

<details>
<summary>longhorn/charts (longhorn)</summary>

###
[`v1.7.2`](https://redirect.github.com/longhorn/charts/releases/tag/longhorn-1.7.2)

[Compare
Source](https://redirect.github.com/longhorn/charts/compare/longhorn-1.7.1...longhorn-1.7.2)

Longhorn is a distributed block storage system for Kubernetes.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 20:21:49 +02:00
Kjeld Schouten 4b8267e231 fix helm stuff for clustertool 2024-10-18 18:41:00 +02:00
TrueCharts Bot 5e14cb1e46 fix(website): update astro 4.15.4 → 4.16.1 [security] (#27893)
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 | minor | [`4.15.4` ->
`4.16.1`](https://renovatebot.com/diffs/npm/astro/4.15.4/4.16.1) |

---

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

### GitHub Vulnerability Alerts

####
[CVE-2024-47885](https://redirect.github.com/withastro/astro/security/advisories/GHSA-m85w-3h95-hcf9)

### Summary

A DOM Clobbering gadget has been discoverd in Astro's client-side
router. It can lead to cross-site scripting (XSS) in websites enables
Astro's client-side routing and has *stored* attacker-controlled
scriptless HTML elements (i.e., `iframe` tags with unsanitized `name`
attributes) on the destination pages.

### Details

#### Backgrounds

DOM Clobbering is a type of code-reuse attack where the attacker first
embeds a piece of non-script, seemingly benign HTML markups in the
webpage (e.g. through a post or comment) and leverages the gadgets
(pieces of js code) living in the existing javascript code to transform
it into executable code. More for information about DOM Clobbering, here
are some references:

[1] https://scnps.co/papers/sp23_domclob.pdf
[2] https://research.securitum.com/xss-in-amp4email-dom-clobbering/

#### Gadgets found in Astro

We identified a DOM Clobbering gadget in Astro's client-side routing
module, specifically in the `<ViewTransitions />` component. When
integrated, this component introduces the following vulnerable code,
which is executed during page transitions (e.g., clicking an `<a>`
link):


https://github.com/withastro/astro/blob/7814a6cad15f06931f963580176d9b38aa7819f2/packages/astro/src/transitions/router.ts#L135-L156

However, this implementation is vulnerable to a DOM Clobbering attack.
The `document.scripts` lookup can be shadowed by an attacker injected
non-script HTML elements (e.g., `<img name="scripts"><img
name="scripts">`) via the browser's named DOM access mechanism. This
manipulation allows an attacker to replace the intended script elements
with an array of attacker-controlled scriptless HTML elements.

The condition `script.dataset.astroExec === ''` on line 138 can be
bypassed because the attacker-controlled element does not have a
data-astroExec attribute. Similarly, the check on line 134 can be
bypassed as the element does not require a `type` attribute.

Finally, the `innerHTML` of an attacker-injected non-script HTML
elements, which is plain text content before, will be set to the
`.innerHTML` of an script element that leads to XSS.

### PoC

Consider a web application using Astro as the framework with client-side
routing enabled and allowing users to embed certain scriptless HTML
elements (e.g., `form` or `iframe`). This can be done through a bunch of
website's feature that allows users to embed certain script-less HTML
(e.g., markdown renderers, web email clients, forums) or via an HTML
injection vulnerability in third-party JavaScript loaded on the page.

For PoC website, please refer to:
`https://stackblitz.com/edit/github-4xgj2d`. Clicking the "about" button
in the menu will trigger an `alert(1)` from an attacker-injected `form`
element.

```
---
import Header from "../components/Header.astro";
import Footer from "../components/Footer.astro";
import { ViewTransitions } from "astro:transitions";
import "../styles/global.css";
const { pageTitle } = Astro.props;
---
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <meta name="viewport" content="width=device-width" />
    <meta name="generator" content={Astro.generator} />
    <title>{pageTitle}</title>
    <ViewTransitions />
  </head>
  <body>
    <!--USER INPUT-->
    <iframe name="scripts">alert(1)</iframe>
    <iframe name="scripts">alert(1)</iframe>
    <!--USER INPUT-->
    
    <Header />
    <h1>{pageTitle}</h1>
    <slot />
    <Footer />
    <script>
      import "../scripts/menu.js";
    </script>
  </body>
</html>
```

### Impact

This vulnerability can result in cross-site scripting (XSS) attacks on
websites that built with Astro that enable the client-side routing with
`ViewTransitions` and store the user-inserted scriptless HTML tags
without properly sanitizing the `name` attributes on the page.

### Patch

We recommend replacing `document.scripts` with
`document.getElementsByTagName('script')` for referring to script
elements. This will mitigate the possibility of DOM Clobbering attacks
leveraging the `name` attribute.

### Reference

Similar issues for reference:
+ Webpack
([CVE-2024-43788](https://redirect.github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986))
+ Vite
([CVE-2024-45812](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-64vr-g452-qvp3))
+ layui
([CVE-2024-47075](https://redirect.github.com/layui/layui/security/advisories/GHSA-j827-6rgf-9629))

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;12177](https://redirect.github.com/withastro/astro/pull/12177)
[`a4ffbfa`](https://redirect.github.com/withastro/astro/commit/a4ffbfaa5cb460c12bd486fd75e36147f51d3e5e)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Ensure we target scripts for execution in the router

Using `document.scripts` is unsafe because if the application has a
`name="scripts"` this will shadow the built-in `document.scripts`. Fix
is to use `getElementsByTagName` to ensure we're only grabbing real
scripts.

-
[#&#8203;12173](https://redirect.github.com/withastro/astro/pull/12173)
[`2d10de5`](https://redirect.github.com/withastro/astro/commit/2d10de5f212323e6e19c7ea379826dcc18fe739c)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where Astro Actions couldn't redirect to the correct
pathname when there was a rewrite involved.

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

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

##### Minor Changes

-
[#&#8203;12039](https://redirect.github.com/withastro/astro/pull/12039)
[`710a1a1`](https://redirect.github.com/withastro/astro/commit/710a1a11f488ff6ed3da6d3e0723b2322ccfe27b)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Adds a `markdown.shikiConfig.langAlias` option that allows [aliasing a
non-supported code language to a known
language](https://shiki.style/guide/load-lang#custom-language-aliases).
This is useful when the language of your code samples is not [a built-in
Shiki language](https://shiki.style/languages), but you want your
Markdown source to contain an accurate language while also displaying
syntax highlighting.

The following example configures Shiki to highlight `cjs` code blocks
using the `javascript` syntax highlighter:

    ```js
    import { defineConfig } from 'astro/config';

    export default defineConfig({
      markdown: {
        shikiConfig: {
          langAlias: {
            cjs: 'javascript',
          },
        },
      },
    });
    ```

Then in your Markdown, you can use the alias as the language for a code
block for syntax highlighting:

    ````md
    ```cjs
    'use strict';

    function commonJs() {
      return 'I am a commonjs file';
    }
    ```
    ````

-
[#&#8203;11984](https://redirect.github.com/withastro/astro/pull/11984)
[`3ac2263`](https://redirect.github.com/withastro/astro/commit/3ac2263ff6070136bec9cffb863c38bcc31ccdfe)
Thanks [@&#8203;chaegumi](https://redirect.github.com/chaegumi)! - Adds
a new `build.concurreny` configuration option to specify the number of
pages to build in parallel

    **In most cases, you should not change the default value of `1`.**

Use this option only when other attempts to reduce the overall rendering
time (e.g. batch or cache long running tasks like fetch calls or data
access) are not possible or are insufficient.

Use this option only if the refactors are not possible. If the number is
set too high, the page rendering may slow down due to insufficient
memory resources and because JS is single-threaded.

    > \[!WARNING]
> This feature is stable and is not considered experimental. However,
this feature is only intended to address difficult performance issues,
and breaking changes may occur in a [minor
release](https://docs.astro.build/en/upgrade-astro/#semantic-versioning)
to keep this option as performant as possible.

    ```js
    // astro.config.mjs
    import { defineConfig } from 'astro';

    export default defineConfig({
      build: {
        concurrency: 2,
      },
    });
    ```

##### Patch Changes

-
[#&#8203;12160](https://redirect.github.com/withastro/astro/pull/12160)
[`c6fd1df`](https://redirect.github.com/withastro/astro/commit/c6fd1df695d0f2a24bb49e6954064f92664ccf67)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Fixes a bug where `astro.config.mts` and `astro.config.cts` weren't
reloading the dev server upon modifications.

-
[#&#8203;12130](https://redirect.github.com/withastro/astro/pull/12130)
[`e96bcae`](https://redirect.github.com/withastro/astro/commit/e96bcae535ef2f0661f539c1d49690c531df2d4e)
Thanks [@&#8203;thehansys](https://redirect.github.com/thehansys)! -
Fixes a bug in the parsing of `x-forwarded-\*` `Request` headers, where
multiple values assigned to those headers were not correctly parsed.

Now, headers like `x-forwarded-proto: https,http` are correctly parsed.

-
[#&#8203;12147](https://redirect.github.com/withastro/astro/pull/12147)
[`9db755a`](https://redirect.github.com/withastro/astro/commit/9db755ab7cfe658ec426387e297bdcd32c4bc8de)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Skips
setting statusMessage header for HTTP/2 response

HTTP/2 doesn't support status message, so setting this was logging a
warning.

-
[#&#8203;12151](https://redirect.github.com/withastro/astro/pull/12151)
[`bb6d37f`](https://redirect.github.com/withastro/astro/commit/bb6d37f94a283433994f9243189cb4386df0e11a)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where `Astro.currentLocale` wasn't incorrectly computed
when the `defaultLocale` belonged to a custom locale path.

- Updated dependencies
\[[`710a1a1`](https://redirect.github.com/withastro/astro/commit/710a1a11f488ff6ed3da6d3e0723b2322ccfe27b)]:
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@&#8203;5](https://redirect.github.com/5).3.0

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

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

##### Patch Changes

-
[#&#8203;12121](https://redirect.github.com/withastro/astro/pull/12121)
[`2490ceb`](https://redirect.github.com/withastro/astro/commit/2490cebdb93f13ee552cffa72b2e274d64e6b4a7)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Support passing the values `Infinity` and `-Infinity` as island props.

-
[#&#8203;12118](https://redirect.github.com/withastro/astro/pull/12118)
[`f47b347`](https://redirect.github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270)
Thanks [@&#8203;Namchee](https://redirect.github.com/Namchee)! - Removes
the `strip-ansi` dependency in favor of the native Node API

-
[#&#8203;12126](https://redirect.github.com/withastro/astro/pull/12126)
[`6e1dfeb`](https://redirect.github.com/withastro/astro/commit/6e1dfeb76bec09d24928bab798c6ad3280f42e84)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Clear
content layer cache when astro version changes

-
[#&#8203;12117](https://redirect.github.com/withastro/astro/pull/12117)
[`a46839a`](https://redirect.github.com/withastro/astro/commit/a46839a5c818b7de63c36d0c7e27f1a8f3b773dc)
Thanks
[@&#8203;ArmandPhilippot](https://redirect.github.com/ArmandPhilippot)!
- Updates Vite links to use their new domain

-
[#&#8203;12124](https://redirect.github.com/withastro/astro/pull/12124)
[`499fbc9`](https://redirect.github.com/withastro/astro/commit/499fbc91a6bdad8c86ff13a8caf1fa09433796b9)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Allows special characters in Action names

-
[#&#8203;12123](https://redirect.github.com/withastro/astro/pull/12123)
[`b8673df`](https://redirect.github.com/withastro/astro/commit/b8673df51c6cc4ce6a288f8eb609b7a438a07d82)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
Fixes missing `body` property on CollectionEntry types for content layer
entries

-
[#&#8203;12132](https://redirect.github.com/withastro/astro/pull/12132)
[`de35daa`](https://redirect.github.com/withastro/astro/commit/de35daa8517555c1b9c72bc7fe9cc955c4997a83)
Thanks [@&#8203;jcayzac](https://redirect.github.com/jcayzac)! - Updates
the [`cookie`](https://npmjs.com/package/cookie) dependency to avoid the
[CVE 2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764)
vulnerability.

-
[#&#8203;12113](https://redirect.github.com/withastro/astro/pull/12113)
[`a54e520`](https://redirect.github.com/withastro/astro/commit/a54e520d3c139fa123e7029c5933951b5c7f5a39)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
a helpful error when attempting to render an undefined collection entry

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

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

##### Patch Changes

-
[#&#8203;12097](https://redirect.github.com/withastro/astro/pull/12097)
[`11d447f`](https://redirect.github.com/withastro/astro/commit/11d447f66b1a0f39489c2600139ebfb565336ce7)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
error where references in content layer schemas sometimes incorrectly
report as missing

-
[#&#8203;12108](https://redirect.github.com/withastro/astro/pull/12108)
[`918953b`](https://redirect.github.com/withastro/astro/commit/918953bd09f057131dfe029e810019c0909345cf)
Thanks [@&#8203;lameuler](https://redirect.github.com/lameuler)! - Fixes
a bug where [data URL
images](https://developer.mozilla.org/en-US/docs/Web/URI/Schemes/data)
were not correctly handled. The bug resulted in an `ENAMETOOLONG` error.

-
[#&#8203;12105](https://redirect.github.com/withastro/astro/pull/12105)
[`42037f3`](https://redirect.github.com/withastro/astro/commit/42037f33e644d5a2bfba71377697fc7336ecb15b)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Returns custom statusText that has been set in a Response

-
[#&#8203;12109](https://redirect.github.com/withastro/astro/pull/12109)
[`ea22558`](https://redirect.github.com/withastro/astro/commit/ea225585fd12d27006434266163512ca66ad572b)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a regression that was introduced by an internal refactor of how
the middleware is loaded by the Astro application. The regression was
introduced by
[#&#8203;11550](https://redirect.github.com/withastro/astro/pull/11550).

When the edge middleware feature is opted in, Astro removes the
middleware function from the SSR manifest, and this wasn't taken into
account during the refactor.

-
[#&#8203;12106](https://redirect.github.com/withastro/astro/pull/12106)
[`d3a74da`](https://redirect.github.com/withastro/astro/commit/d3a74da19644477ffc81acf2a3efb26ad3335a5e)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Handles case where an immutable Response object is returned from an
endpoint

-
[#&#8203;12090](https://redirect.github.com/withastro/astro/pull/12090)
[`d49a537`](https://redirect.github.com/withastro/astro/commit/d49a537f2aaccd132154a15f1da4db471272ee90)
Thanks [@&#8203;markjaquith](https://redirect.github.com/markjaquith)! -
Server islands: changes the server island HTML placeholder comment so
that it is much less likely to get removed by HTML minifiers.

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

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

##### Patch Changes

-
[#&#8203;12084](https://redirect.github.com/withastro/astro/pull/12084)
[`12dae50`](https://redirect.github.com/withastro/astro/commit/12dae50c776474748a80cb65c8bf1c67f0825cb0)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
Adds missing filePath property on content layer entries

-
[#&#8203;12046](https://redirect.github.com/withastro/astro/pull/12046)
[`d7779df`](https://redirect.github.com/withastro/astro/commit/d7779dfae7bc00ff94b1e4596ff5b4897f65aabe)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - View
transitions: Fixes Astro's fade animation to prevent flashing during
morph transitions.

-
[#&#8203;12043](https://redirect.github.com/withastro/astro/pull/12043)
[`1720c5b`](https://redirect.github.com/withastro/astro/commit/1720c5b1d2bfd106ad065833823aed622bee09bc)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
injected endpoint `prerender` option detection

-
[#&#8203;12095](https://redirect.github.com/withastro/astro/pull/12095)
[`76c5fbd`](https://redirect.github.com/withastro/astro/commit/76c5fbd6f3a8d41367f1d7033278d133d518213b)
Thanks [@&#8203;TheOtterlord](https://redirect.github.com/TheOtterlord)!
- Fix installing non-stable versions of integrations with `astro add`

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

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

##### Patch Changes

-
[#&#8203;12034](https://redirect.github.com/withastro/astro/pull/12034)
[`5b3ddfa`](https://redirect.github.com/withastro/astro/commit/5b3ddfadcb2d09b6cbd9cd42641f30ca565d0f58)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the middleware wasn't called when a project uses
`404.astro`.

-
[#&#8203;12042](https://redirect.github.com/withastro/astro/pull/12042)
[`243ecb6`](https://redirect.github.com/withastro/astro/commit/243ecb6d6146dc483b4726d0e76142fb25e56243)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a problem in the Container API, where a polyfill wasn't correctly
applied. This caused an issue in some environments where `crypto` isn't
supported.

-
[#&#8203;12038](https://redirect.github.com/withastro/astro/pull/12038)
[`26ea5e8`](https://redirect.github.com/withastro/astro/commit/26ea5e814ab8c973e683fff62389fda28c180940)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Resolves image paths in content layer with initial slash as
project-relative

When using the `image()` schema helper, previously paths with an initial
slash were treated as public URLs. This was to match the behavior of
markdown images. However this is a change from before, where paths with
an initial slash were treated as project-relative. This change restores
the previous behavior, so that paths with an initial slash are treated
as project-relative.

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

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

##### Patch Changes

-
[#&#8203;12014](https://redirect.github.com/withastro/astro/pull/12014)
[`53cb41e`](https://redirect.github.com/withastro/astro/commit/53cb41e30ea5768bf33d9f6be608fb57d31b7b9e)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
an issue where component styles were not correctly included in rendered
MDX

-
[#&#8203;12031](https://redirect.github.com/withastro/astro/pull/12031)
[`8c0cae6`](https://redirect.github.com/withastro/astro/commit/8c0cae6d1bd70b332286d83d0f01cfce5272fbbe)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the rewrite via `next(/*..*/)` inside a middleware
didn't compute the new `APIContext.params`

-
[#&#8203;12026](https://redirect.github.com/withastro/astro/pull/12026)
[`40e7a1b`](https://redirect.github.com/withastro/astro/commit/40e7a1b05d9e5ea3fcda176c9663bbcff86edb63)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Initializes
the Markdown processor only when there's `.md` files

-
[#&#8203;12028](https://redirect.github.com/withastro/astro/pull/12028)
[`d3bd673`](https://redirect.github.com/withastro/astro/commit/d3bd673392e63720e241d6a002a131a3564c169c)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Handles
route collision detection only if it matches `getStaticPaths`

-
[#&#8203;12027](https://redirect.github.com/withastro/astro/pull/12027)
[`dd3b753`](https://redirect.github.com/withastro/astro/commit/dd3b753aba6400558671d85214e27b8e4fb1654b)
Thanks [@&#8203;fviolette](https://redirect.github.com/fviolette)! - Add
`selected` to the list of boolean attributes

-
[#&#8203;12001](https://redirect.github.com/withastro/astro/pull/12001)
[`9be3e1b`](https://redirect.github.com/withastro/astro/commit/9be3e1bba789af96d8b21d9c8eca8542cfb4ff77)
Thanks [@&#8203;uwej711](https://redirect.github.com/uwej711)! - Remove
dependency on path-to-regexp

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

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

##### Patch Changes

-
[#&#8203;12000](https://redirect.github.com/withastro/astro/pull/12000)
[`a2f8c5d`](https://redirect.github.com/withastro/astro/commit/a2f8c5d85ff15803f5cedf9148cd70ffc138ddef)
Thanks
[@&#8203;ArmandPhilippot](https://redirect.github.com/ArmandPhilippot)!
- Fixes an outdated link used to document Content Layer API

-
[#&#8203;11915](https://redirect.github.com/withastro/astro/pull/11915)
[`0b59fe7`](https://redirect.github.com/withastro/astro/commit/0b59fe74d5922c572007572ddca8d11482e2fb5c)
Thanks [@&#8203;azhirov](https://redirect.github.com/azhirov)! - Fix:
prevent island from re-rendering when using transition:persist
([#&#8203;11854](https://redirect.github.com/withastro/astro/issues/11854))

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

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

##### Patch Changes

-
[#&#8203;11993](https://redirect.github.com/withastro/astro/pull/11993)
[`ffba5d7`](https://redirect.github.com/withastro/astro/commit/ffba5d716edcdfc42899afaa4188b7a4cd0c91eb)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Fix
getStaticPaths regression

This reverts a previous change meant to remove a dependency, to fix a
regression with multiple nested spread routes.

-
[#&#8203;11964](https://redirect.github.com/withastro/astro/pull/11964)
[`06eff60`](https://redirect.github.com/withastro/astro/commit/06eff60cabb55d91fe4075421b1693b1ab33225c)
Thanks [@&#8203;TheOtterlord](https://redirect.github.com/TheOtterlord)!
- Add wayland (wl-copy) support to `astro info`

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

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

##### Patch Changes

-
[#&#8203;11939](https://redirect.github.com/withastro/astro/pull/11939)
[`7b09c62`](https://redirect.github.com/withastro/astro/commit/7b09c62b565cd7b50c35fb68d390729f936a43fb)
Thanks [@&#8203;bholmesdev](https://redirect.github.com/bholmesdev)! -
Adds support for Zod discriminated unions on Action form inputs. This
allows forms with different inputs to be submitted to the same action,
using a given input to decide which object should be used for
validation.

This example accepts either a `create` or `update` form submission, and
uses the `type` field to determine which object to validate against.

    ```ts
    import { defineAction } from 'astro:actions';
    import { z } from 'astro:schema';

    export const server = {
      changeUser: defineAction({
        accept: 'form',
        input: z.discriminatedUnion('type', [
          z.object({
            type: z.literal('create'),
            name: z.string(),
            email: z.string().email(),
          }),
          z.object({
            type: z.literal('update'),
            id: z.number(),
            name: z.string(),
            email: z.string().email(),
          }),
        ]),
        async handler(input) {
          if (input.type === 'create') {
            // input is { type: 'create', name: string, email: string }
          } else {
// input is { type: 'update', id: number, name: string, email: string }
          }
        },
      }),
    };
    ```

    The corresponding `create` and `update` forms may look like this:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 18:27:36 +02:00
TrueCharts Bot 39242bf39a chore(helm): update image ghcr.io/kiwix/kiwix-serve → by renovate (#27967)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/kiwix/kiwix-serve](https://redirect.github.com/openzim/kiwix-tools)
| digest | `355dcce` -> `ebf9b93` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 18:22:08 +02:00
TrueCharts Bot 911f101bc6 chore(helm): update image yacy/yacy_search_server → by renovate (#27954)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yacy/yacy_search_server | digest | `93a0949` -> `194027c` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 09:14:37 -07:00
TrueCharts Bot 20f0335e41 chore(helm): update image pepperlabs/peppermint → by renovate (#27952)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `0466dfc` -> `a10de84` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 09:14:10 -07:00
TrueCharts Bot b1b73c2458 chore(helm): update image homeassistant/home-assistant 2024.10.2 → 2024.10.3 by renovate (#27965)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | patch |
`a6b2a25` -> `a880ef8` |

---

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

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

---

### Release Notes

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

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

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

- Update home-assistant-bluetooth to 1.13.0 ([@&#8203;cdce8p] -
[#&#8203;127691]) (dependency)
- Fix printer uptime fluctuations in IPP ([@&#8203;mib1185] -
[#&#8203;127725]) ([ipp docs])
- Improve discovery of WMS WebControl pro by updating IP address
([@&#8203;mback2k] - [#&#8203;128007]) ([wmspro docs])
- Use the same ZHA database path during startup and when loading device
triggers ([@&#8203;puddly] - [#&#8203;128130]) ([zha docs])
- Fix playing media via roku ([@&#8203;ctalkington] - [#&#8203;128133])
([roku docs])
- Bump yt-dlp to 2024.10.07 ([@&#8203;joostlek] - [#&#8203;128182])
([media_extractor docs]) (dependency)
- Fix daikin entities not refreshing quickly ([@&#8203;adampetrovic] -
[#&#8203;128230]) ([daikin docs])
- Keep the provided name when creating a tag ([@&#8203;silamon] -
[#&#8203;128240]) ([tag docs])
- Update aioairzone to v0.9.4 ([@&#8203;Noltari] - [#&#8203;127792])
([airzone docs]) (dependency)
- Update aioairzone to v0.9.5 ([@&#8203;Noltari] - [#&#8203;128265])
([airzone docs]) (dependency)
- Bump gcal_sync to 6.1.6 ([@&#8203;allenporter] - [#&#8203;128270])
([google docs]) (dependency)
- Bump solarlog_cli to 0.3.2 ([@&#8203;dontinelli] - [#&#8203;128293])
([solarlog docs]) (dependency)
- Bump pyblu to 1.0.4 ([@&#8203;LouisChrist] - [#&#8203;128482])
([bluesound docs])
- Increase Z-Wave fallback thermostat range to 0-50 C
([@&#8203;MindFreeze] - [#&#8203;128543]) ([zwave_js docs])
- Bump pyotgw to 2.2.2 ([@&#8203;mvn23] - [#&#8203;128594])
([opentherm_gw docs]) (dependency)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 17:54:21 +02:00
TrueCharts Bot b8a4a9a05c chore(helm): update image diygod/rsshub → by renovate (#27964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `ebd6627` -> `e1ab083` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 17:53:53 +02:00
kqmaverick 3dcd1f9ded feat(archive): move deprecated to archive (#27963)
**Description**
Moves deprecated charts to archive.

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [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):` or `chore(chart-name):`

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-10-18 17:40:15 +02:00
Kjeld Schouten c77402fb98 loose meshroom versioning 2024-10-18 17:32:52 +02:00
kqmaverick 21e3e6d2d3 fix(convos): fix image (#27961)
**Description**
Fix convos image

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [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):` or `chore(chart-name):`

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-10-18 15:28:38 +00:00
Kjeld Schouten 47942bb38d Delete charts/stable/promcord/ci directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 17:22:02 +02:00