Commit Graph

45908 Commits

Author SHA1 Message Date
TrueCharts Bot
6e98756b15 chore(container): update docker.io/renovate/renovate docker tag to v41.46.7 (#38020)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.46.6-full` -> `41.46.7-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.46.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.7)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.6...41.46.7)

##### Miscellaneous Chores

- **deps:** update dependency node to v22.18.0 (main)
([#&#8203;37247](https://redirect.github.com/renovatebot/renovate/issues/37247))
([8f525c2](8f525c25d0))

##### Build System

- **deps:** update aws-sdk-js-v3 monorepo to v3.858.0 (main)
([#&#8203;37246](https://redirect.github.com/renovatebot/renovate/issues/37246))
([bc6d623](bc6d6238cb))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 08:42:40 +02:00
TrueCharts Bot
a28d38e72d chore(helm): update image tccr.io/tccr/tailscale v1.84.3 → v1.86.2 (#38018)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/tailscale](https://redirect.github.com/truecharts/public)
| minor | `8308996` -> `7694928` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-01 02:47:44 +02:00
TrueCharts Bot
eb6b9c8c38 chore(deps): update node.js v22.17.1 → v22.18.0 (#38017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | minor | `22.17.1`
-> `22.18.0` |

---

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

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.18.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.18.0):
2025-07-31, Version 22.18.0 &#x27;Jod&#x27; (LTS), @&#8203;aduh95

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.17.1...v22.18.0)

##### Notable Changes

##### Type stripping is enabled by default

Node.js will be able to execute TypeScript files without additional
configuration:

```console
$ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts
$ node file.ts
Hello World!
```

There are some limitations in the supported syntax documented at
<https://nodejs.org/api/typescript.html#type-stripping>.

This feature is experimental and is subject to change. Disable it by
passing
`--no-experimental-strip-types` CLI flag.

Contributed by Marco Ippolito in
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350).

##### Other notable changes

-
\[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)]
- **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1
(Dario Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)]
- **doc**: add islandryu to collaborators (Shima Ryuhei)
[#&#8203;58714](https://redirect.github.com/nodejs/node/pull/58714)
-
\[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)]
- **(SEMVER-MINOR)** **esm**: implement `import.meta.main` (Joe)
[#&#8203;57804](https://redirect.github.com/nodejs/node/pull/57804)
-
\[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)]
- **(SEMVER-MINOR)** **fs**: allow correct handling of burst in
fs-events with AsyncIterator (Philipp Dunkel)
[#&#8203;58490](https://redirect.github.com/nodejs/node/pull/58490)
-
\[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)]
- **(SEMVER-MINOR)** **permission**: propagate permission model flags on
spawn (Rafael Gonzaga)
[#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853)
-
\[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)]
- **(SEMVER-MINOR)** **sqlite**: add support for `readBigInts` option in
db connection level (Miguel Marcondes Filho)
[#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697)
-
\[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)]
- **(SEMVER-MINOR)** **src,permission**: add support to
`permission.has(addon)` (Rafael Gonzaga)
[#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951)
-
\[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)]
- **(SEMVER-MINOR)** **url**: add `fileURLToPathBuffer` API (James M
Snell)
[#&#8203;58700](https://redirect.github.com/nodejs/node/pull/58700)
-
\[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)]
- **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario
Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)]
- **(SEMVER-MINOR)** **worker**: make `Worker` async disposable (James M
Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)

##### Commits

-
\[[`b19ffebea7`](https://redirect.github.com/nodejs/node/commit/b19ffebea7)]
- **assert**: remove dead code (Yoshiya Hinosawa)
[#&#8203;58760](https://redirect.github.com/nodejs/node/pull/58760)
-
\[[`5bc828beae`](https://redirect.github.com/nodejs/node/commit/5bc828beae)]
- **benchmark**: add source map and source map cache (Miguel Marcondes
Filho)
[#&#8203;58125](https://redirect.github.com/nodejs/node/pull/58125)
-
\[[`f7c16985a7`](https://redirect.github.com/nodejs/node/commit/f7c16985a7)]
- **build**: disable v8\_enable\_pointer\_compression\_shared\_cage on
non-64bit (Shelley Vohr)
[#&#8203;58867](https://redirect.github.com/nodejs/node/pull/58867)
-
\[[`ba42c72f7f`](https://redirect.github.com/nodejs/node/commit/ba42c72f7f)]
- **build**: option to use custom inspector\_protocol path (Shelley
Vohr)
[#&#8203;58839](https://redirect.github.com/nodejs/node/pull/58839)
-
\[[`4fd8911653`](https://redirect.github.com/nodejs/node/commit/4fd8911653)]
- **build**: fix typo 'Stoage' to 'Storage' in help text (ganglike)
[#&#8203;58777](https://redirect.github.com/nodejs/node/pull/58777)
-
\[[`114cd95919`](https://redirect.github.com/nodejs/node/commit/114cd95919)]
- **crypto**: fix inclusion of OPENSSL\_IS\_BORINGSSL define (Shelley
Vohr)
[#&#8203;58845](https://redirect.github.com/nodejs/node/pull/58845)
-
\[[`6699c75eac`](https://redirect.github.com/nodejs/node/commit/6699c75eac)]
- **crypto**: fix SHAKE128/256 breaking change introduced with OpenSSL
3.4 (Filip Skokan)
[#&#8203;58942](https://redirect.github.com/nodejs/node/pull/58942)
-
\[[`f99aa748c0`](https://redirect.github.com/nodejs/node/commit/f99aa748c0)]
- **deps**: upgrade npm to 10.9.3 (npm team)
[#&#8203;58847](https://redirect.github.com/nodejs/node/pull/58847)
-
\[[`02e971190b`](https://redirect.github.com/nodejs/node/commit/02e971190b)]
- **deps**: update sqlite to 3.50.2 (Node.js GitHub Bot)
[#&#8203;58882](https://redirect.github.com/nodejs/node/pull/58882)
-
\[[`de2b85b5ae`](https://redirect.github.com/nodejs/node/commit/de2b85b5ae)]
- **deps**: update googletest to
[`35b75a2`](https://redirect.github.com/nodejs/node/commit/35b75a2)
(Node.js GitHub Bot)
[#&#8203;58710](https://redirect.github.com/nodejs/node/pull/58710)
-
\[[`e7591d7a19`](https://redirect.github.com/nodejs/node/commit/e7591d7a19)]
- **deps**: update minimatch to 10.0.3 (Node.js GitHub Bot)
[#&#8203;58712](https://redirect.github.com/nodejs/node/pull/58712)
-
\[[`8c61b96c43`](https://redirect.github.com/nodejs/node/commit/8c61b96c43)]
- **deps**: update acorn to 8.15.0 (Node.js GitHub Bot)
[#&#8203;58711](https://redirect.github.com/nodejs/node/pull/58711)
-
\[[`113f4e2d3c`](https://redirect.github.com/nodejs/node/commit/113f4e2d3c)]
- **deps**: update sqlite to 3.50.1 (Node.js GitHub Bot)
[#&#8203;58630](https://redirect.github.com/nodejs/node/pull/58630)
-
\[[`7ccd848995`](https://redirect.github.com/nodejs/node/commit/7ccd848995)]
- **deps**: update simdjson to 3.13.0 (Node.js GitHub Bot)
[#&#8203;58629](https://redirect.github.com/nodejs/node/pull/58629)
-
\[[`e9c51deb5c`](https://redirect.github.com/nodejs/node/commit/e9c51deb5c)]
- **deps**: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot)
[#&#8203;58628](https://redirect.github.com/nodejs/node/pull/58628)
-
\[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`752dde182f`](https://redirect.github.com/nodejs/node/commit/752dde182f)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.0.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`258534d0dc`](https://redirect.github.com/nodejs/node/commit/258534d0dc)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.3 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`7fcf675503`](https://redirect.github.com/nodejs/node/commit/7fcf675503)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.2 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`81a10a67d5`](https://redirect.github.com/nodejs/node/commit/81a10a67d5)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.1 (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`25f8682a62`](https://redirect.github.com/nodejs/node/commit/25f8682a62)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.0 (nodejs-github-bot)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`4baf2167e7`](https://redirect.github.com/nodejs/node/commit/4baf2167e7)]
- **dns**: fix parse memory leaky (theanarkh)
[#&#8203;58973](https://redirect.github.com/nodejs/node/pull/58973)
-
\[[`e8f4a7df22`](https://redirect.github.com/nodejs/node/commit/e8f4a7df22)]
- **dns**: set timeout to 1000ms when timeout < 0 (theanarkh)
[#&#8203;58441](https://redirect.github.com/nodejs/node/pull/58441)
-
\[[`1e373a0a25`](https://redirect.github.com/nodejs/node/commit/1e373a0a25)]
- **doc**: update release key for aduh95 (Antoine du Hamel)
[#&#8203;58877](https://redirect.github.com/nodejs/node/pull/58877)
-
\[[`d5c104246f`](https://redirect.github.com/nodejs/node/commit/d5c104246f)]
- **doc**: remove broken link to permission model source code (Juan
José)
[#&#8203;58972](https://redirect.github.com/nodejs/node/pull/58972)
-
\[[`b8885a25ff`](https://redirect.github.com/nodejs/node/commit/b8885a25ff)]
- **doc**: clarify details of TSC public and private meetings (James M
Snell)
[#&#8203;58925](https://redirect.github.com/nodejs/node/pull/58925)
-
\[[`aa05823b37`](https://redirect.github.com/nodejs/node/commit/aa05823b37)]
- **doc**: mark stability markers consistent in `globals.md` (Antoine du
Hamel)
[#&#8203;58932](https://redirect.github.com/nodejs/node/pull/58932)
-
\[[`3856aee9b2`](https://redirect.github.com/nodejs/node/commit/3856aee9b2)]
- **doc**: move "Core Promise APIs" to "Completed initiatives" (Antoine
du Hamel)
[#&#8203;58934](https://redirect.github.com/nodejs/node/pull/58934)
-
\[[`c2f9735422`](https://redirect.github.com/nodejs/node/commit/c2f9735422)]
- **doc**: fix `fetch` subsections in `globals.md` (Antoine du Hamel)
[#&#8203;58933](https://redirect.github.com/nodejs/node/pull/58933)
-
\[[`5f4c7a9d2d`](https://redirect.github.com/nodejs/node/commit/5f4c7a9d2d)]
- **doc**: add missing `Class:` mentions (Antoine du Hamel)
[#&#8203;58931](https://redirect.github.com/nodejs/node/pull/58931)
-
\[[`88ee38b37c`](https://redirect.github.com/nodejs/node/commit/88ee38b37c)]
- **doc**: remove myself from security steward rotation (Michael Dawson)
[#&#8203;58927](https://redirect.github.com/nodejs/node/pull/58927)
-
\[[`02031a9b0d`](https://redirect.github.com/nodejs/node/commit/02031a9b0d)]
- **doc**: add ovflowd back to core collaborators (Claudio W.)
[#&#8203;58911](https://redirect.github.com/nodejs/node/pull/58911)
-
\[[`9551fa3c8f`](https://redirect.github.com/nodejs/node/commit/9551fa3c8f)]
- **doc**: update email address for Richard Lau (Richard Lau)
[#&#8203;58910](https://redirect.github.com/nodejs/node/pull/58910)
-
\[[`cd6bc982c0`](https://redirect.github.com/nodejs/node/commit/cd6bc982c0)]
- **doc**: update vm doc links (Chengzhong Wu)
[#&#8203;58885](https://redirect.github.com/nodejs/node/pull/58885)
-
\[[`ce49303cd0`](https://redirect.github.com/nodejs/node/commit/ce49303cd0)]
- **doc**: add missing comma in `child_process.md` (ronijames008)
[#&#8203;58862](https://redirect.github.com/nodejs/node/pull/58862)
-
\[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)]
- **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1
(Dario Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`f8fcb1c83a`](https://redirect.github.com/nodejs/node/commit/f8fcb1c83a)]
- **doc**: fix jsdoc definition of assert.ifError() fn in lib/assert.js
(jesh)
[#&#8203;58573](https://redirect.github.com/nodejs/node/pull/58573)
-
\[[`28fddc04ca`](https://redirect.github.com/nodejs/node/commit/28fddc04ca)]
- **doc**: add array type in http request headers (Michael Henrique)
[#&#8203;58049](https://redirect.github.com/nodejs/node/pull/58049)
-
\[[`8bd698b688`](https://redirect.github.com/nodejs/node/commit/8bd698b688)]
- **doc**: add missing colon to headers in `globals.md` (Aviv Keller)
[#&#8203;58825](https://redirect.github.com/nodejs/node/pull/58825)
-
\[[`fa5818e3c1`](https://redirect.github.com/nodejs/node/commit/fa5818e3c1)]
- **doc**: fix `stream.md` section order (Antoine du Hamel)
[#&#8203;58811](https://redirect.github.com/nodejs/node/pull/58811)
-
\[[`2384bfdcbd`](https://redirect.github.com/nodejs/node/commit/2384bfdcbd)]
- **doc**: fix stability 1.x links excluding the decimal digit (Dario
Piotrowicz)
[#&#8203;58783](https://redirect.github.com/nodejs/node/pull/58783)
-
\[[`4e9fe670c9`](https://redirect.github.com/nodejs/node/commit/4e9fe670c9)]
- **doc**: fix wrong RFC number in http2 (Deokjin Kim)
[#&#8203;58753](https://redirect.github.com/nodejs/node/pull/58753)
-
\[[`bbe4ad7351`](https://redirect.github.com/nodejs/node/commit/bbe4ad7351)]
- **doc**: add history entry for TS support in hooks (Antoine du Hamel)
[#&#8203;58732](https://redirect.github.com/nodejs/node/pull/58732)
-
\[[`ec60473ab1`](https://redirect.github.com/nodejs/node/commit/ec60473ab1)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;58722](https://redirect.github.com/nodejs/node/pull/58722)
-
\[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)]
- **doc**: add islandryu to collaborators (Shima Ryuhei)
[#&#8203;58714](https://redirect.github.com/nodejs/node/pull/58714)
-
\[[`8c641105cd`](https://redirect.github.com/nodejs/node/commit/8c641105cd)]
- **doc**: punctuation fix for Node-API versioning clarification (Jiacai
Liu) [#&#8203;58599](https://redirect.github.com/nodejs/node/pull/58599)
-
\[[`133b10a0bb`](https://redirect.github.com/nodejs/node/commit/133b10a0bb)]
- **doc**: add path rules and validation for export targets in
package.json (0hm☘️)
[#&#8203;58604](https://redirect.github.com/nodejs/node/pull/58604)
-
\[[`354a68c460`](https://redirect.github.com/nodejs/node/commit/354a68c460)]
- **doc**: add history entries to `--input-type` section (Antoine du
Hamel)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)]
- **(SEMVER-MINOR)** **esm**: implement import.meta.main (Joe)
[#&#8203;57804](https://redirect.github.com/nodejs/node/pull/57804)
-
\[[`42c4ca6024`](https://redirect.github.com/nodejs/node/commit/42c4ca6024)]
- **esm**: syncify default path of `ModuleLoader.load` (Jacob Smith)
[#&#8203;57419](https://redirect.github.com/nodejs/node/pull/57419)
-
\[[`3ac8c686a3`](https://redirect.github.com/nodejs/node/commit/3ac8c686a3)]
- **esm**: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford)
[#&#8203;57525](https://redirect.github.com/nodejs/node/pull/57525)
-
\[[`c7ebf2e245`](https://redirect.github.com/nodejs/node/commit/c7ebf2e245)]
- **fs**: close dir before throwing if `options.bufferSize` is invalid
(Livia Medeiros)
[#&#8203;58856](https://redirect.github.com/nodejs/node/pull/58856)
-
\[[`38ffed8744`](https://redirect.github.com/nodejs/node/commit/38ffed8744)]
- **fs**: special input `-1` on `chown`, `lchown` and `fchown` (Alex
Yang)
[#&#8203;58836](https://redirect.github.com/nodejs/node/pull/58836)
-
\[[`0e82f72a46`](https://redirect.github.com/nodejs/node/commit/0e82f72a46)]
- **fs**: throw `ERR_INVALID_THIS` on illegal invocations (Livia
Medeiros)
[#&#8203;58848](https://redirect.github.com/nodejs/node/pull/58848)
-
\[[`141b2b1954`](https://redirect.github.com/nodejs/node/commit/141b2b1954)]
- **fs**: make `Dir` disposers idempotent (René)
[#&#8203;58692](https://redirect.github.com/nodejs/node/pull/58692)
-
\[[`dedd9d1961`](https://redirect.github.com/nodejs/node/commit/dedd9d1961)]
- **fs**: avoid computing time coefficient constants in runtime (Livia
Medeiros)
[#&#8203;58728](https://redirect.github.com/nodejs/node/pull/58728)
-
\[[`a029a06b49`](https://redirect.github.com/nodejs/node/commit/a029a06b49)]
- **fs**: add UV\_ENOSPC to list of things to pass to err directly
(Jacky Zhao)
[#&#8203;56918](https://redirect.github.com/nodejs/node/pull/56918)
-
\[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)]
- **(SEMVER-MINOR)** **fs**: allow correct handling of burst in
fs-events with AsyncIterator (Philipp Dunkel)
[#&#8203;58490](https://redirect.github.com/nodejs/node/pull/58490)
-
\[[`927d2e77f3`](https://redirect.github.com/nodejs/node/commit/927d2e77f3)]
- **http**: fix keep-alive not timing out after post-request empty line
(Shima Ryuhei)
[#&#8203;58178](https://redirect.github.com/nodejs/node/pull/58178)
-
\[[`5cd8145612`](https://redirect.github.com/nodejs/node/commit/5cd8145612)]
- **http2**: add diagnostics channel 'http2.server.stream.close'
(Darshan Sen)
[#&#8203;58602](https://redirect.github.com/nodejs/node/pull/58602)
-
\[[`0f2b31cba4`](https://redirect.github.com/nodejs/node/commit/0f2b31cba4)]
- **inspector**: add protocol methods retrieving sent/received data
(Chengzhong Wu)
[#&#8203;58645](https://redirect.github.com/nodejs/node/pull/58645)
-
\[[`79428d8946`](https://redirect.github.com/nodejs/node/commit/79428d8946)]
- **lib**: fix `getTypeScriptParsingMode` jsdoc (沈鸿飞)
[#&#8203;58681](https://redirect.github.com/nodejs/node/pull/58681)
-
\[[`2c205d857c`](https://redirect.github.com/nodejs/node/commit/2c205d857c)]
- **lib**: rename `validateInternalField` into
`validateThisInternalField` (LiviaMedeiros)
[#&#8203;58765](https://redirect.github.com/nodejs/node/pull/58765)
-
\[[`f67e927a5f`](https://redirect.github.com/nodejs/node/commit/f67e927a5f)]
- **lib**: make `validateInternalField()` throw `ERR_INVALID_THIS`
(LiviaMedeiros)
[#&#8203;58765](https://redirect.github.com/nodejs/node/pull/58765)
-
\[[`914701d4f8`](https://redirect.github.com/nodejs/node/commit/914701d4f8)]
- **lib,src**: support DOMException ser-des (Chengzhong Wu)
[#&#8203;58649](https://redirect.github.com/nodejs/node/pull/58649)
-
\[[`12a75dca8b`](https://redirect.github.com/nodejs/node/commit/12a75dca8b)]
- **meta**: bump step-security/harden-runner from 2.12.0 to 2.12.2
(dependabot\[bot])
[#&#8203;58923](https://redirect.github.com/nodejs/node/pull/58923)
-
\[[`0d56fec6f0`](https://redirect.github.com/nodejs/node/commit/0d56fec6f0)]
- **meta**: bump github/codeql-action from 3.28.18 to 3.29.2
(dependabot\[bot])
[#&#8203;58922](https://redirect.github.com/nodejs/node/pull/58922)
-
\[[`7f4f6e0409`](https://redirect.github.com/nodejs/node/commit/7f4f6e0409)]
- **meta**: add IlyasShabi to collaborators (Ilyas Shabi)
[#&#8203;58916](https://redirect.github.com/nodejs/node/pull/58916)
-
\[[`50b62c9663`](https://redirect.github.com/nodejs/node/commit/50b62c9663)]
- **meta**: add
[@&#8203;nodejs/inspector](https://redirect.github.com/nodejs/inspector)
as codeowner (Chengzhong Wu)
[#&#8203;58790](https://redirect.github.com/nodejs/node/pull/58790)
-
\[[`2fc89892ab`](https://redirect.github.com/nodejs/node/commit/2fc89892ab)]
- **module**: fix typescript import.meta.main (Marco Ippolito)
[#&#8203;58661](https://redirect.github.com/nodejs/node/pull/58661)
-
\[[`bfc68c8ae8`](https://redirect.github.com/nodejs/node/commit/bfc68c8ae8)]
- **module**: convert schema-only core module on
`convertCJSFilenameToURL` (Alex Yang)
[#&#8203;58612](https://redirect.github.com/nodejs/node/pull/58612)
-
\[[`54634f5e53`](https://redirect.github.com/nodejs/node/commit/54634f5e53)]
- **module**: update tests for combined ambiguous module syntax error
(Mert Can Altin)
[#&#8203;55874](https://redirect.github.com/nodejs/node/pull/55874)
-
\[[`10eb3db4af`](https://redirect.github.com/nodejs/node/commit/10eb3db4af)]
- **module**: allow cycles in require() in the CJS handling in ESM
loader (Joyee Cheung)
[#&#8203;58598](https://redirect.github.com/nodejs/node/pull/58598)
-
\[[`fe7994eb0c`](https://redirect.github.com/nodejs/node/commit/fe7994eb0c)]
- **module**: improve typescript error message format (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`c898491017`](https://redirect.github.com/nodejs/node/commit/c898491017)]
- **(SEMVER-MINOR)** **module**: remove experimental warning from type
stripping (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`c07745a436`](https://redirect.github.com/nodejs/node/commit/c07745a436)]
- **module**: refactor commonjs typescript loader (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`8d1f5df313`](https://redirect.github.com/nodejs/node/commit/8d1f5df313)]
- **(SEMVER-MINOR)** **module**: unflag --experimental-strip-types
(Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`a8a1c9a960`](https://redirect.github.com/nodejs/node/commit/a8a1c9a960)]
- **os**: fix GetInterfaceAddresses memory lieaky (theanarkh)
[#&#8203;58940](https://redirect.github.com/nodejs/node/pull/58940)
-
\[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)]
- **(SEMVER-MINOR)** **permission**: propagate permission model flags on
spawn (Rafael Gonzaga)
[#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853)
-
\[[`f0a165d89f`](https://redirect.github.com/nodejs/node/commit/f0a165d89f)]
- **repl**: fix eval errors thrown after close throwing
`ERR_USE_AFTER_CLOSE` (Dario Piotrowicz)
[#&#8203;58791](https://redirect.github.com/nodejs/node/pull/58791)
-
\[[`9ef1cd1607`](https://redirect.github.com/nodejs/node/commit/9ef1cd1607)]
- **repl**: avoid deprecated `require.extensions` in tab completion
(baki gul)
[#&#8203;58653](https://redirect.github.com/nodejs/node/pull/58653)
-
\[[`22a4c60e08`](https://redirect.github.com/nodejs/node/commit/22a4c60e08)]
- **repl**: fix tab completion not working with computer string
properties (Dario Piotrowicz)
[#&#8203;58709](https://redirect.github.com/nodejs/node/pull/58709)
-
\[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)]
- **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in
db connection level (Miguel Marcondes Filho)
[#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697)
-
\[[`690525881e`](https://redirect.github.com/nodejs/node/commit/690525881e)]
- **src**: simplify adding fast APIs to ExternalReferenceRegistry (René)
[#&#8203;58896](https://redirect.github.com/nodejs/node/pull/58896)
-
\[[`a381b4d990`](https://redirect.github.com/nodejs/node/commit/a381b4d990)]
- **src**: remove fast API for InternalModuleStat (Joyee Cheung)
[#&#8203;58489](https://redirect.github.com/nodejs/node/pull/58489)
-
\[[`390654e996`](https://redirect.github.com/nodejs/node/commit/390654e996)]
- **src**: fix internalModuleStat v8 fast path (Yagiz Nizipli)
[#&#8203;58054](https://redirect.github.com/nodejs/node/pull/58054)
-
\[[`b722647572`](https://redirect.github.com/nodejs/node/commit/b722647572)]
- **src**: fix -Wunreachable-code in src/node\_api.cc (Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`6d1fe67f56`](https://redirect.github.com/nodejs/node/commit/6d1fe67f56)]
- **src**: -Wunreachable-code error in crypto\_context.cc (Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`2d8e65c6db`](https://redirect.github.com/nodejs/node/commit/2d8e65c6db)]
- **src**: fix -Wunreachable-code-return in src/node\_contextify.cc
(Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`e07adb3b18`](https://redirect.github.com/nodejs/node/commit/e07adb3b18)]
- **src**: cleanup uv\_fs\_req before uv\_fs\_stat on existSync
(RafaelGSS)
[#&#8203;58915](https://redirect.github.com/nodejs/node/pull/58915)
-
\[[`6b30c0a511`](https://redirect.github.com/nodejs/node/commit/6b30c0a511)]
- **src**: -Wmismatched-new-delete in debug\_utils.cc (Shelley Vohr)
[#&#8203;58844](https://redirect.github.com/nodejs/node/pull/58844)
-
\[[`74ef07f2e7`](https://redirect.github.com/nodejs/node/commit/74ef07f2e7)]
- **src**: add FromV8Value\<T>() for integral and enum types (Aditi)
[#&#8203;57931](https://redirect.github.com/nodejs/node/pull/57931)
-
\[[`28bf6ed87d`](https://redirect.github.com/nodejs/node/commit/28bf6ed87d)]
- **src**: pass resource on permission checks for spawn (Rafael Gonzaga)
[#&#8203;58758](https://redirect.github.com/nodejs/node/pull/58758)
-
\[[`daf65d479b`](https://redirect.github.com/nodejs/node/commit/daf65d479b)]
- **src**: replace std::array with static arrays in contextify (Mert Can
Altin)
[#&#8203;58580](https://redirect.github.com/nodejs/node/pull/58580)
-
\[[`9cb671fdb1`](https://redirect.github.com/nodejs/node/commit/9cb671fdb1)]
- **src**: add new CopyUtimes function to reduce code duplication (Dario
Piotrowicz)
[#&#8203;58625](https://redirect.github.com/nodejs/node/pull/58625)
-
\[[`e515eb861c`](https://redirect.github.com/nodejs/node/commit/e515eb861c)]
- **src**: replace V8 Fast API todo comment with note comment (Dario
Piotrowicz)
[#&#8203;58614](https://redirect.github.com/nodejs/node/pull/58614)
-
\[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)]
- **(SEMVER-MINOR)** **src,permission**: add support to
permission.has(addon) (Rafael Gonzaga)
[#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951)
-
\[[`72f75bb976`](https://redirect.github.com/nodejs/node/commit/72f75bb976)]
- **src,permission**: enhance permission model debug (Rafael Gonzaga)
[#&#8203;58898](https://redirect.github.com/nodejs/node/pull/58898)
-
\[[`66fccc252b`](https://redirect.github.com/nodejs/node/commit/66fccc252b)]
- **(SEMVER-MINOR)** **test**: add test for async disposable worker
thread (James M Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)
-
\[[`43d2ad8599`](https://redirect.github.com/nodejs/node/commit/43d2ad8599)]
- **test**: deflake test-runner-watch-mode-kill-signal (Dario
Piotrowicz)
[#&#8203;58952](https://redirect.github.com/nodejs/node/pull/58952)
-
\[[`7c54085698`](https://redirect.github.com/nodejs/node/commit/7c54085698)]
- **test**: add known issue tests for recursive readdir calls with
Buffer path (Dario Piotrowicz)
[#&#8203;58893](https://redirect.github.com/nodejs/node/pull/58893)
-
\[[`cd2a5d9a51`](https://redirect.github.com/nodejs/node/commit/cd2a5d9a51)]
- **test**: add known issue tests for fs.cp (James M Snell)
[#&#8203;58883](https://redirect.github.com/nodejs/node/pull/58883)
-
\[[`26072a7953`](https://redirect.github.com/nodejs/node/commit/26072a7953)]
- **test**: add tests to ensure that node.1 is kept in sync with cli.md
(Dario Piotrowicz)
[#&#8203;58878](https://redirect.github.com/nodejs/node/pull/58878)
-
\[[`3fd187f559`](https://redirect.github.com/nodejs/node/commit/3fd187f559)]
- **test**: replace `.filter()[0]` with `.find()` (Livia Medeiros)
[#&#8203;58872](https://redirect.github.com/nodejs/node/pull/58872)
-
\[[`0d538abb15`](https://redirect.github.com/nodejs/node/commit/0d538abb15)]
- **test**: remove reliance on in-tree `deps/undici` (Richard Lau)
[#&#8203;58866](https://redirect.github.com/nodejs/node/pull/58866)
-
\[[`e24dede403`](https://redirect.github.com/nodejs/node/commit/e24dede403)]
- **test**: close dirs in `fs-opendir` test (Livia Medeiros)
[#&#8203;58855](https://redirect.github.com/nodejs/node/pull/58855)
-
\[[`ac6b8222e6`](https://redirect.github.com/nodejs/node/commit/ac6b8222e6)]
- **test**: correct SIMD support comment (Richard Lau)
[#&#8203;58767](https://redirect.github.com/nodejs/node/pull/58767)
-
\[[`9d3e451181`](https://redirect.github.com/nodejs/node/commit/9d3e451181)]
- **test**: add tests for REPL custom evals (Dario Piotrowicz)
[#&#8203;57850](https://redirect.github.com/nodejs/node/pull/57850)
-
\[[`17a3246718`](https://redirect.github.com/nodejs/node/commit/17a3246718)]
- **test**: reduce the use of private symbols in test-events-once.js
(Yoshiya Hinosawa)
[#&#8203;58685](https://redirect.github.com/nodejs/node/pull/58685)
-
\[[`bbf33efcd0`](https://redirect.github.com/nodejs/node/commit/bbf33efcd0)]
- **test**: use `common.skipIfInspectorDisabled()` to skip tests (Dario
Piotrowicz)
[#&#8203;58675](https://redirect.github.com/nodejs/node/pull/58675)
-
\[[`d6660baff7`](https://redirect.github.com/nodejs/node/commit/d6660baff7)]
- **test**: update WPT for dom/abort to
[`dc92816`](https://redirect.github.com/nodejs/node/commit/dc928169ee)
(Node.js GitHub Bot)
[#&#8203;58644](https://redirect.github.com/nodejs/node/pull/58644)
-
\[[`6d9d5deb44`](https://redirect.github.com/nodejs/node/commit/6d9d5deb44)]
- **test**: split indirect eval import tests (Chengzhong Wu)
[#&#8203;58637](https://redirect.github.com/nodejs/node/pull/58637)
-
\[[`abd5b5fd20`](https://redirect.github.com/nodejs/node/commit/abd5b5fd20)]
- **test**: deflake async-hooks/test-improper-order on AIX (Baki Gul)
[#&#8203;58567](https://redirect.github.com/nodejs/node/pull/58567)
-
\[[`3fc630e7cf`](https://redirect.github.com/nodejs/node/commit/3fc630e7cf)]
- **test**: close FileHandle objects in tests explicitly (James M Snell)
[#&#8203;58615](https://redirect.github.com/nodejs/node/pull/58615)
-
\[[`7f0560dc4b`](https://redirect.github.com/nodejs/node/commit/7f0560dc4b)]
- **test**: skip broken sea on rhel8 (Marco Ippolito)
[#&#8203;58914](https://redirect.github.com/nodejs/node/pull/58914)
-
\[[`898e68a915`](https://redirect.github.com/nodejs/node/commit/898e68a915)]
- **test**: save the config file in a temporary directory (Luigi Pinca)
[#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799)
-
\[[`9f2132a4f6`](https://redirect.github.com/nodejs/node/commit/9f2132a4f6)]
- **test**: deflake test-config-file (Luigi Pinca)
[#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799)
-
\[[`f1b74cff9a`](https://redirect.github.com/nodejs/node/commit/f1b74cff9a)]
- **test**: skip tests failing when run under root (Livia Medeiros)
[#&#8203;58610](https://redirect.github.com/nodejs/node/pull/58610)
-
\[[`4b0ee14a97`](https://redirect.github.com/nodejs/node/commit/4b0ee14a97)]
- **tools**: bump the eslint group in /tools/eslint with 6 updates
(dependabot\[bot])
[#&#8203;58921](https://redirect.github.com/nodejs/node/pull/58921)
-
\[[`a84935fb0e`](https://redirect.github.com/nodejs/node/commit/a84935fb0e)]
- **tools**: update inspector\_protocol to
[`69d69dd`](https://redirect.github.com/nodejs/node/commit/69d69dd)
(Shelley Vohr)
[#&#8203;58900](https://redirect.github.com/nodejs/node/pull/58900)
-
\[[`af805186cd`](https://redirect.github.com/nodejs/node/commit/af805186cd)]
- **tools**: update gyp-next to 0.20.2 (Node.js GitHub Bot)
[#&#8203;58788](https://redirect.github.com/nodejs/node/pull/58788)
-
\[[`a2d2d36bb1`](https://redirect.github.com/nodejs/node/commit/a2d2d36bb1)]
- **tools**: make nodedownload module compatible with Python 3.14 (Lumír
'Frenzy' Balhar)
[#&#8203;58752](https://redirect.github.com/nodejs/node/pull/58752)
-
\[[`cc8b9aa43d`](https://redirect.github.com/nodejs/node/commit/cc8b9aa43d)]
- **tools**: include toolchain.gypi in abseil.gyp (Chengzhong Wu)
[#&#8203;58678](https://redirect.github.com/nodejs/node/pull/58678)
-
\[[`fbbf49a7d3`](https://redirect.github.com/nodejs/node/commit/fbbf49a7d3)]
- **tools**: bump `brace-expansion` in `/tools/clang-format`
(dependabot\[bot])
[#&#8203;58699](https://redirect.github.com/nodejs/node/pull/58699)
-
\[[`8db92a41c5`](https://redirect.github.com/nodejs/node/commit/8db92a41c5)]
- **tools**: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint
(dependabot\[bot])
[#&#8203;58698](https://redirect.github.com/nodejs/node/pull/58698)
-
\[[`3a099cf88f`](https://redirect.github.com/nodejs/node/commit/3a099cf88f)]
- **tools**: switch to `@stylistic/eslint-plugin` (Michaël Zasso)
[#&#8203;58623](https://redirect.github.com/nodejs/node/pull/58623)
-
\[[`9798511e7c`](https://redirect.github.com/nodejs/node/commit/9798511e7c)]
- **tools**: remove config.status under `make distclean` (René)
[#&#8203;58603](https://redirect.github.com/nodejs/node/pull/58603)
-
\[[`011290a4eb`](https://redirect.github.com/nodejs/node/commit/011290a4eb)]
- **tools**: edit commit-queue workflow file (Antoine du Hamel)
[#&#8203;58667](https://redirect.github.com/nodejs/node/pull/58667)
-
\[[`a7406f56da`](https://redirect.github.com/nodejs/node/commit/a7406f56da)]
- **tools**: improve release proposal linter (Antoine du Hamel)
[#&#8203;58647](https://redirect.github.com/nodejs/node/pull/58647)
-
\[[`c855310f83`](https://redirect.github.com/nodejs/node/commit/c855310f83)]
- **tools,doc**: move more MDN links to types (Antoine du Hamel)
[#&#8203;58930](https://redirect.github.com/nodejs/node/pull/58930)
-
\[[`805239c824`](https://redirect.github.com/nodejs/node/commit/805239c824)]
- **typings**: add Atomics primordials (Renegade334)
[#&#8203;58577](https://redirect.github.com/nodejs/node/pull/58577)
-
\[[`d28b2aa0a2`](https://redirect.github.com/nodejs/node/commit/d28b2aa0a2)]
- **typings**: add ZSTD\_COMPRESS, ZSTD\_DECOMPRESS to internalBinding
(Meghan Denny)
[#&#8203;58655](https://redirect.github.com/nodejs/node/pull/58655)
-
\[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)]
- **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M
Snell)
[#&#8203;58700](https://redirect.github.com/nodejs/node/pull/58700)
-
\[[`db648b92c1`](https://redirect.github.com/nodejs/node/commit/db648b92c1)]
- **util**: inspect: do not crash on an Error stack pointing to itself
(Sam Verschueren)
[#&#8203;58196](https://redirect.github.com/nodejs/node/pull/58196)
-
\[[`791ecfac14`](https://redirect.github.com/nodejs/node/commit/791ecfac14)]
- **v8**: fix missing callback in heap utils destroy (Ruben Bridgewater)
[#&#8203;58846](https://redirect.github.com/nodejs/node/pull/58846)
-
\[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)]
- **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario
Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)]
- **(SEMVER-MINOR)** **worker**: make Worker async disposable (James M
Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-01 02:41:19 +02:00
TrueCharts Bot
c1ba044ae5 chore(container): update docker.io/renovate/renovate docker tag to v41.46.6 (#38015)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.46.5-full` -> `41.46.6-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.46.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.6)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.5...41.46.6)

##### Build System

- **deps:** update node.js to v22.18.0 (main)
([#&#8203;37245](https://redirect.github.com/renovatebot/renovate/issues/37245))
([3e95178](3e95178030))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 02:36:16 +02:00
TrueCharts Bot
642f4d11fc fix(website): update astro 5.12.6 → 5.12.7 (#38011)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.6` ->
`5.12.7`](https://renovatebot.com/diffs/npm/astro/5.12.6/5.12.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.6/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>

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

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

##### Patch Changes

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](f4e8889c10)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Skips
trailing slash handling for paths that start with `/.`.

-
[#&#8203;14170](https://redirect.github.com/withastro/astro/pull/14170)
[`34e6b3a`](34e6b3a87d)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where static redirects couldn't correctly generate a
redirect when the destination is a prerendered route, and the `output`
is set to `"server"`.

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](f4e8889c10)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented images from being displayed in dev when using the
Netlify adapter with `trailingSlash` set to `always`

- Updated dependencies
\[[`f4e8889`](f4e8889c10)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.0
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.4

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 20:34:49 +02:00
TrueCharts Bot
c46721982e fix(website): update typescript 5.8.3 → 5.9.2 (#38014)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3`
-> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>microsoft/TypeScript (typescript)</summary>

###
[`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.9.2):
TypeScript 5.9

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2)

<!---
For release notes, check out the [release announcement]().
For new features, check out the [What's new in TypeScript v5.9.2]().
For the complete list of fixed issues, check out the
* [fixed issues query for TypeScript
v5.9.2](https://redirect.github.com/microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+).
Downloads are available on:
* [npm](https://www.npmjs.com/package/typescript)
-->

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-31 20:34:32 +02:00
TrueCharts Bot
bfb79e361c fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.31 → v3.0.32 (clustertool) (#38010) 2025-07-31 20:31:16 +02:00
TrueCharts Bot
1f0b2e9800 chore(container): update docker.io/tailscale/tailscale docker tag to v1.86.2 (#38012)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker)
([source](https://redirect.github.com/tailscale/tailscale)) | final |
minor | `v1.84.3` -> `v1.86.2` |

---

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

---

### Release Notes

<details>
<summary>tailscale/tailscale (docker.io/tailscale/tailscale)</summary>

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

[Compare
Source](https://redirect.github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2)

Please refer to the changelog available
at https://tailscale.com/changelog

</details>

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-31 20:31:09 +02:00
TrueCharts Bot
264d37cf52 chore(container): update docker.io/renovate/renovate docker tag to v41.46.5 (#38006)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.46.4-full` -> `41.46.5-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.46.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.5)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.4...41.46.5)

##### Bug Fixes

- **go:** Handle 403s while iterating over major versions
([#&#8203;37237](https://redirect.github.com/renovatebot/renovate/issues/37237))
([3b740f0](3b740f04bd))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 20:29:49 +02:00
TrueCharts Bot
acad1f3723 chore(container): update docker.io/renovate/renovate docker tag to v41.46.4 (#38003)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.46.3-full` -> `41.46.4-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.46.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.3...41.46.4)

##### Bug Fixes

- **azure,bitbucket-server:** bearer auth for cloning repos sets extra
header correctly
([#&#8203;37235](https://redirect.github.com/renovatebot/renovate/issues/37235))
([99af755](99af75579d))
- **platform/github:** reduce max body length to 58k
([#&#8203;37236](https://redirect.github.com/renovatebot/renovate/issues/37236))
([427f782](427f78248a))

##### Documentation

- **gitea:** improve `forgejo` deprecation message
([#&#8203;37233](https://redirect.github.com/renovatebot/renovate/issues/37233))
([2b4044e](2b4044e583))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 14:22:52 +02:00
TrueCharts Bot
4c77887f14 fix(website): update astro 5.12.5 → 5.12.6 (#37992)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.5` ->
`5.12.6`](https://renovatebot.com/diffs/npm/astro/5.12.5/5.12.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.5/5.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>

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

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

##### Patch Changes

-
[#&#8203;14153](https://redirect.github.com/withastro/astro/pull/14153)
[`29e9283`](29e928391a)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Fixes a
regression introduced by a recent optimisation of how SVG images are
emitted during the build.

-
[#&#8203;14156](https://redirect.github.com/withastro/astro/pull/14156)
[`592f08d`](592f08d1b4)
Thanks [@&#8203;TheOtterlord](https://redirect.github.com/TheOtterlord)!
- Fix the client router not submitting forms if the active URL contained
a hash

-
[#&#8203;14160](https://redirect.github.com/withastro/astro/pull/14160)
[`d2e25c6`](d2e25c6e9d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that meant some remote image URLs could cause invalid filenames to
be used for processed images

-
[#&#8203;14167](https://redirect.github.com/withastro/astro/pull/14167)
[`62bd071`](62bd0717ab)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented destroyed sessions from being deleted from storage
unless the session had been loaded

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 20:24:11 +02:00
TrueCharts Bot
084d130f8a chore(container): update docker.io/renovate/renovate docker tag to v41.46.3 (#37993)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `41.45.0-full` -> `41.46.3-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.46.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.2...41.46.3)

##### Bug Fixes

- **github:** reduce max body length
([#&#8203;37228](https://redirect.github.com/renovatebot/renovate/issues/37228))
([7a23c50](7a23c50612))

###
[`v41.46.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.2)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.1...41.46.2)

##### Build System

- **deps:** update dependency
[@&#8203;pnpm/parse-overrides](https://redirect.github.com/pnpm/parse-overrides)
to v1001.0.1 (main)
([#&#8203;37226](https://redirect.github.com/renovatebot/renovate/issues/37226))
([6855180](685518028a))

###
[`v41.46.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.45.0...41.46.1)

##### Bug Fixes

- only strip .git from end of url
([#&#8203;37225](https://redirect.github.com/renovatebot/renovate/issues/37225))
([d2bd578](d2bd578cd5))

##### Miscellaneous Chores

- **deps:** update otel/opentelemetry-collector-contrib docker tag to
v0.131.0 (main)
([#&#8203;37220](https://redirect.github.com/renovatebot/renovate/issues/37220))
([4d2558b](4d2558b326))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-30 20:09:45 +02:00
Kjeld Schouten
161b3d242f Update kustomization.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-30 14:34:37 +02:00
Kjeld Schouten
3c78b4eb74 Delete clusters/main/kubernetes/apps/renovate directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-30 14:34:13 +02:00
TrueCharts Bot
3b888b59e4 chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.7 → 0.50.8 (#37991) 2025-07-30 14:09:22 +02:00
TrueCharts Bot
dc2c4555ca chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.7.7 → 2025.7.8 (#37953)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wizarrrr/wizarr | patch | `4ced56b` -> `9c705c4` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 12:09:19 +00:00
TrueCharts Bot
f489915c14 chore(container): update docker.io/renovate/renovate docker tag to v41.45.0 (#37980)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `41.43.7-full` -> `41.45.0-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.45.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.45.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.44.0...41.45.0)

##### Features

- **azure:** add support for rebase-merge
([#&#8203;33732](https://redirect.github.com/renovatebot/renovate/issues/33732))
([6c40f18](6c40f185e4))

###
[`v41.44.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.44.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.43.7...41.44.0)

##### Features

- Add configurable `artifactErrorWarning` user string
([#&#8203;37177](https://redirect.github.com/renovatebot/renovate/issues/37177))
([ea7fd6e](ea7fd6e342))

##### Documentation

- update references to renovate/renovate (main)
([#&#8203;37179](https://redirect.github.com/renovatebot/renovate/issues/37179))
([ac65158](ac65158a18))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-30 11:39:41 +00:00
TrueCharts Bot
7a3486bf4a chore(container): update docker.io/renovate/renovate docker tag to v41.43.7 (#37963)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.43.5-full` -> `41.43.7-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.43.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.43.7)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.43.5...41.43.7)

##### Documentation

- update bitbucket server example version
([#&#8203;37198](https://redirect.github.com/renovatebot/renovate/issues/37198))
([c7b653e](c7b653e339))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.10.62
(main)
([#&#8203;37181](https://redirect.github.com/renovatebot/renovate/issues/37181))
([015a4aa](015a4aa669))
- **deps:** update dependency typescript-eslint to v8.38.0 (main)
([#&#8203;37200](https://redirect.github.com/renovatebot/renovate/issues/37200))
([1efa265](1efa265cc7))

##### Build System

- **deps:** update dependency validate-npm-package-name to v6.0.2 (main)
([#&#8203;37203](https://redirect.github.com/renovatebot/renovate/issues/37203))
([a486cd1](a486cd145c))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 13:31:09 +02:00
TrueCharts Bot
7e47e7a475 chore(helm): update image tccr.io/tccr/db-wait-mongodb digest to b6b1213 (#37946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-mongodb](https://redirect.github.com/trueforge-org/truecharts)
| digest | `c380a59` -> `b6b1213` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-30 12:59:39 +02:00
TrueCharts Bot
766916178e chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 1a20dc2 (#37921)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `2fd5249` -> `1a20dc2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-30 12:48:12 +02:00
TrueCharts Bot
52180f200e chore(container): update tccr.io/tccr/alpine:latest docker digest to 6dc807a (#37922)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| tccr.io/tccr/alpine | final | digest | `ffd0ba1` -> `6dc807a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-30 12:46:56 +02:00
TrueCharts Bot
27ffaaef31 chore(helm): update image ghcr.io/elfhosted/emby 4.9.1.11 → 4.9.1.12 (#37918)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/elfhosted/emby](https://redirect.github.com/jellyfin/jellyfin)
| patch | `b759174` -> `aabb6aa` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 03:34:39 +02:00
TrueCharts Bot
07a9005553 chore(flux): update image blocky 18.3.1 → 18.4.0 (clustertool) (#37919)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | minor | `18.3.1` ->
`18.4.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-30 03:30:12 +02:00
TrueCharts Bot
d9e31b5687 chore(helm): update image ghcr.io/open-webui/open-webui digest to 2466939 (#37917)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `1addcd1` -> `2466939` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-30 03:01:06 +02:00
TrueCharts Bot
f755532e87 chore(helm): update chart redis 17.1.1 → 17.2.0 (#37902)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://gallery.ecr.aws/bitnami/redis)) | minor | `17.1.1` ->
`17.2.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 18:55:30 +00:00
TrueCharts Bot
f9151cec9f chore(helm): update chart mariadb 16.1.1 → 16.2.0 (#37899)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://gallery.ecr.aws/bitnami/mariadb)) | minor | `16.1.1`
-> `16.2.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 18:39:29 +00:00
TrueCharts Bot
031af4f464 chore(helm): update chart memcached 16.1.1 → 16.2.1 (#37900)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://gallery.ecr.aws/bitnami/memcached)) | minor | `16.1.1`
-> `16.2.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 18:29:05 +00:00
TrueCharts Bot
a19a9486ed chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2202 → 0.22.2207 (#37913)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
patch | `56e217a` -> `b80c91d` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:38 +02:00
TrueCharts Bot
477ea3b198 fix(website): update astro 5.12.4 → 5.12.5 (#37914)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.4` ->
`5.12.5`](https://renovatebot.com/diffs/npm/astro/5.12.4/5.12.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.4/5.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14059](https://redirect.github.com/withastro/astro/pull/14059)
[`19f53eb`](19f53eb59d)
Thanks [@&#8203;benosmac](https://redirect.github.com/benosmac)! - Fixes
a bug in i18n implementation, where Astro didn't emit the correct pages
when `fallback` is enabled, and a locale uses a catch-all route, e.g.
`src/pages/es/[...catchAll].astro`

-
[#&#8203;14155](https://redirect.github.com/withastro/astro/pull/14155)
[`31822c3`](31822c3f0c)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused an error "serverEntrypointModule\[\_start] is not a
function" in some adapters

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:28 +02:00
TrueCharts Bot
dd1476af8f chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2202 → 0.22.2207 (#37912)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `3d8489f` -> `c886459` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:07 +02:00
TrueCharts Bot
630b0854bc chore(flux): update image cilium 1.17.6 → 1.18.0 (clustertool) (#37915)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cilium | minor | `1.17.6` -> `1.18.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 20:22:42 +02:00
TrueCharts Bot
deaa6bf3d6 chore(helm): update image ghcr.io/lissy93/dashy digest to 10c528a (#37908) 2025-07-29 20:15:11 +02:00
TrueCharts Bot
ac57642e9c chore(helm): update image lscr.io/linuxserver/calibre-web digest to 090bda0 (#37909) 2025-07-29 20:15:04 +02:00
TrueCharts Bot
7dc790d001 chore(helm): update image lscr.io/linuxserver/cops digest to c1686b3 (#37910) 2025-07-29 20:14:57 +02:00
TrueCharts Bot
fe15839ee5 chore(helm): update image ghcr.io/linuxserver/ombi digest to 525823f (#37906) 2025-07-29 20:14:54 +02:00
TrueCharts Bot
0825704f93 chore(helm): update image ghcr.io/linuxserver/tvheadend digest to aadb3e0 (#37907) 2025-07-29 20:14:50 +02:00
TrueCharts Bot
f4e4fc9bc5 chore(helm): update image ghcr.io/linuxserver/freshrss digest to 78a39bb (#37905)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
digest | `11840cf` -> `78a39bb` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 20:14:48 +02:00
TrueCharts Bot
4061405ba8 chore(flux): update image blocky 18.3.0 → 18.3.1 (clustertool) (#37911)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.3.0` ->
`18.3.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:09:02 +02:00
TheDodger
f598a42797 fix(netbootxyz): Add --tftp-single-port env var to fix TFTP (#37904)
**Description**

See title and https://github.com/netbootxyz/docker-netbootxyz/issues/14

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

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Network bootin'

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-07-29 12:47:21 +02:00
TrueCharts Bot
fd80003e3d chore(helm): update image ghcr.io/linuxserver/freshrss digest to 11840cf (#37883)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
digest | `80248a1` -> `11840cf` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 07:48:57 +00:00
TrueCharts Bot
df0656d487 chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.114 → 2.0.116 (#37886)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client)
| patch | `063ae3b` -> `2e6ce8b` |

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

---

### Release Notes

<details>
<summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary>

###
[`v2.0.115`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20115---2025-07-28)

[Compare
Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.114...v2.0.115)

##### Added

- Added setting to delay the finish action.

##### Fixed

- Make sure the Real-Debrid provider times out when trying to add a new
torrent.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 07:48:43 +00:00
TrueCharts Bot
9a59b40343 chore(helm): update chart redis 17.1.0 → 17.1.1 (#37873)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://gallery.ecr.aws/bitnami/redis)) | patch | `17.1.0` ->
`17.1.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-29 06:57:21 +00:00
TrueCharts Bot
d2ac237c1c chore(helm): update chart mongodb 16.1.1 → 16.2.0 (#37901)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://gallery.ecr.aws/bitnami/mongodb)) | minor | `16.1.1`
-> `16.2.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 08:46:31 +02:00
TrueCharts Bot
0ecc4b494f chore(helm): update image public.ecr.aws/docker/library/xwiki 17.5.0-postgres-tomcat → 17.6.0-postgres-tomcat (#37903)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki)
([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) |
minor | `e77ecce` -> `5fec95c` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:42:33 +02:00
TrueCharts Bot
c7b27fb838 chore(helm): update chart clickhouse 16.1.1 → 16.2.0 (#37898)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | minor | `16.1.1` -> `16.2.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 08:42:21 +02:00
TrueCharts Bot
ff8ac7963e chore(helm): update chart mariadb 16.1.0 → 16.1.1 (#37870)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://gallery.ecr.aws/bitnami/mariadb)) | patch | `16.1.0`
-> `16.1.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-29 06:40:06 +00:00
TrueCharts Bot
e570dd700e chore(flux): update image spegel 4.1.0 → 4.2.0 (clustertool) (#37896) 2025-07-29 08:39:54 +02:00
TrueCharts Bot
9e5961cb5f chore(helm): update image public.ecr.aws/bitnami/memcached 1.6.38 → 1.6.39 (#37887)
This PR contains the following updates:

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

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 06:39:49 +00:00
TrueCharts Bot
612fe2cf62 chore(flux): update image renovate 2.1.0 → 2.2.0 (#37894)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate](https://truecharts.org/charts/stable/renovate)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/stable/renovate))
| minor | `2.1.0` -> `2.2.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:35:53 +02:00
TrueCharts Bot
63a798584f chore(flux): update image volsync 3.2.0 → 3.3.0 (clustertool) (#37897)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | minor |
`3.2.0` -> `3.3.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:35:00 +02:00