Commit Graph

38277 Commits

Author SHA1 Message Date
TrueCharts Bot e1ce9e0944 chore(container): update tccr.io/tccr/devcontainer:v1.0.0 docker digest to 89ac0c0 (#30337)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 05:58:19 +01:00
TrueCharts Bot b6db45c8c1 chore(deps): pin tccr.io/tccr/devcontainer docker tag to df84b68 (#29838)
This PR contains the following updates:

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

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2024-12-28 06:30:14 +02:00
TrueCharts Bot 57cac99a3f chore(deps): update node.js v20.18.1 → v22.12.0 (#30233)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | major | `20.18.1`
-> `22.12.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.12.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.12.0):
2024-12-03, Version 22.12.0 &#x27;Jod&#x27; (LTS), @&#8203;ruyadorno

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

##### Notable Changes

##### require(esm) is now enabled by default

Support for loading native ES modules using require() had been available
on v20.x and v22.x under the command line flag
--experimental-require-module, and available by default on v23.x. In
this release, it is now no longer behind a flag on v22.x.

This feature is still experimental, and we are looking for user feedback
to make more final tweaks before fully stabilizing it. For this reason,
on v22.x, when the Node.js instance encounters a native ES module in
require() for the first time, it will emit an experimental warning
unless `require()` comes from a path that contains `node_modules`. If
there happens to be any regressions caused by this feature, users can
report it to the Node.js issue tracker. Meanwhile this feature can also
be disabled using `--no-experimental-require-module` as a workaround.

With this feature enabled, Node.js will no longer throw
`ERR_REQUIRE_ESM` if `require()` is used to load a ES module. It can,
however, throw `ERR_REQUIRE_ASYNC_MODULE` if the ES module being loaded
or its dependencies contain top-level `await`. When the ES module is
loaded successfully by `require()`, the returned object will either be a
ES module namespace object similar to what's returned by `import()`, or
what gets exported as `"module.exports"` in the ES module.

Users can check `process.features.require_module` to see whether
`require(esm)` is enabled in the current Node.js instance. For packages,
the `"module-sync"` exports condition can be used as a way to detect
`require(esm)` support in the current Node.js instance and allow both
`require()` and `import` to load the same native ES module. See [the
documentation](https://nodejs.org/docs/latest/api/modules.html#loading-ecmascript-modules-using-require)
for more details about this feature.

Contributed by Joyee Cheung in
[#&#8203;55085](https://redirect.github.com/nodejs/node/pull/55085)

##### Added resizable `ArrayBuffer` support in `Buffer`

When a `Buffer` is created using a resizable `ArrayBuffer`, the `Buffer`
length will now correctly change as the underlying `ArrayBuffer` size is
changed.

```js
const ab = new ArrayBuffer(10, { maxByteLength: 20 });
const buffer = Buffer.from(ab);
console.log(buffer.byteLength); 10
ab.resize(15);
console.log(buffer.byteLength); 15
ab.resize(5);
console.log(buffer.byteLength); 5
```

Contributed by James Snell in
[#&#8203;55377](https://redirect.github.com/nodejs/node/pull/55377)

##### Update root certificates to NSS 3.104

This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.

Certificates added:

-   FIRMAPROFESIONAL CA ROOT-A WEB
-   TWCA CYBER Root CA
-   SecureSign Root CA12
-   SecureSign Root CA14
-   SecureSign Root CA15

Contributed by Richard Lau in
[#&#8203;55681](https://redirect.github.com/nodejs/node/pull/55681)

##### Other Notable Changes

-
\[[`4920869935`](https://redirect.github.com/nodejs/node/commit/4920869935)]
- **(SEMVER-MINOR)** **assert**: make assertion_error use Myers diff
algorithm (Giovanni Bucci)
[#&#8203;54862](https://redirect.github.com/nodejs/node/pull/54862)
-
\[[`ccffd3b819`](https://redirect.github.com/nodejs/node/commit/ccffd3b819)]
- **doc**: enforce strict policy to semver-major releases (Rafael
Gonzaga)
[#&#8203;55732](https://redirect.github.com/nodejs/node/pull/55732)
-
\[[`acc6806900`](https://redirect.github.com/nodejs/node/commit/acc6806900)]
- **doc**: add jazelly to collaborators (Jason Zhang)
[#&#8203;55531](https://redirect.github.com/nodejs/node/pull/55531)
-
\[[`88d91e8bc2`](https://redirect.github.com/nodejs/node/commit/88d91e8bc2)]
- **esm**: mark import attributes and JSON module as stable (Nicolò
Ribaudo)
[#&#8203;55333](https://redirect.github.com/nodejs/node/pull/55333)
-
\[[`98bfc7dce5`](https://redirect.github.com/nodejs/node/commit/98bfc7dce5)]
- **(SEMVER-MINOR)** **http**: add diagnostic channel
`http.client.request.created` (Marco Ippolito)
[#&#8203;55586](https://redirect.github.com/nodejs/node/pull/55586)
-
\[[`337f61fb25`](https://redirect.github.com/nodejs/node/commit/337f61fb25)]
- **(SEMVER-MINOR)** **lib**: add UV_UDP_REUSEPORT for udp (theanarkh)
[#&#8203;55403](https://redirect.github.com/nodejs/node/pull/55403)
-
\[[`1628c48ad6`](https://redirect.github.com/nodejs/node/commit/1628c48ad6)]
- **(SEMVER-MINOR)** **net**: add UV_TCP_REUSEPORT for tcp (theanarkh)
[#&#8203;55408](https://redirect.github.com/nodejs/node/pull/55408)
-
\[[`457e73f4c9`](https://redirect.github.com/nodejs/node/commit/457e73f4c9)]
- **(SEMVER-MINOR)** **sqlite**: add support for SQLite Session
Extension (Bart Louwers)
[#&#8203;54181](https://redirect.github.com/nodejs/node/pull/54181)

##### Commits

-
\[[`f6885e1c68`](https://redirect.github.com/nodejs/node/commit/f6885e1c68)]
- **assert**: fix the string length check for printing the simple diff
(Giovanni Bucci)
[#&#8203;55474](https://redirect.github.com/nodejs/node/pull/55474)
-
\[[`907484f04d`](https://redirect.github.com/nodejs/node/commit/907484f04d)]
- **assert**: fix deepEqual always return true on URL (Xuguang Mei)
[#&#8203;50853](https://redirect.github.com/nodejs/node/pull/50853)
-
\[[`301844e249`](https://redirect.github.com/nodejs/node/commit/301844e249)]
- **assert**: differentiate cases where `cause` is `undefined` or
missing (Antoine du Hamel)
[#&#8203;55738](https://redirect.github.com/nodejs/node/pull/55738)
-
\[[`89ccd3e3f4`](https://redirect.github.com/nodejs/node/commit/89ccd3e3f4)]
- **assert**: fix `deepStrictEqual` on errors when `cause` is not
undefined (Edigleysson Silva (Edy))
[#&#8203;55406](https://redirect.github.com/nodejs/node/pull/55406)
-
\[[`4920869935`](https://redirect.github.com/nodejs/node/commit/4920869935)]
- **(SEMVER-MINOR)** **assert**: make assertion_error use Myers diff
algorithm (Giovanni Bucci)
[#&#8203;54862](https://redirect.github.com/nodejs/node/pull/54862)
-
\[[`c67aec368e`](https://redirect.github.com/nodejs/node/commit/c67aec368e)]
- **benchmark**: add `test-reporters` (Aviv Keller)
[#&#8203;55757](https://redirect.github.com/nodejs/node/pull/55757)
-
\[[`49774cc2c0`](https://redirect.github.com/nodejs/node/commit/49774cc2c0)]
- **benchmark**: add `test_runner/mock-fn` (Aviv Keller)
[#&#8203;55771](https://redirect.github.com/nodejs/node/pull/55771)
-
\[[`4caaeb47b2`](https://redirect.github.com/nodejs/node/commit/4caaeb47b2)]
- **benchmark**: add nodeTiming.uvmetricsinfo bench (RafaelGSS)
[#&#8203;55614](https://redirect.github.com/nodejs/node/pull/55614)
-
\[[`cac58564a1`](https://redirect.github.com/nodejs/node/commit/cac58564a1)]
- **benchmark**: add --runs support to run.js (Rafael Gonzaga)
[#&#8203;55158](https://redirect.github.com/nodejs/node/pull/55158)
-
\[[`5c3ee886fc`](https://redirect.github.com/nodejs/node/commit/5c3ee886fc)]
- **benchmark**: adjust byte size for buffer-copy (Rafael Gonzaga)
[#&#8203;55295](https://redirect.github.com/nodejs/node/pull/55295)
-
\[[`6023e1bdb2`](https://redirect.github.com/nodejs/node/commit/6023e1bdb2)]
- **(SEMVER-MINOR)** **buffer**: make Buffer work with resizable
ArrayBuffer (James M Snell)
[#&#8203;55377](https://redirect.github.com/nodejs/node/pull/55377)
-
\[[`a6c00c2204`](https://redirect.github.com/nodejs/node/commit/a6c00c2204)]
- **build**: add create release proposal action (Rafael Gonzaga)
[#&#8203;55690](https://redirect.github.com/nodejs/node/pull/55690)
-
\[[`b4e413933b`](https://redirect.github.com/nodejs/node/commit/b4e413933b)]
- **build**: implement node_use_amaro flag in GN build (Cheng)
[#&#8203;55798](https://redirect.github.com/nodejs/node/pull/55798)
-
\[[`d1db202d4a`](https://redirect.github.com/nodejs/node/commit/d1db202d4a)]
- **build**: apply cpp linting and formatting to ncrypto (Aviv Keller)
[#&#8203;55362](https://redirect.github.com/nodejs/node/pull/55362)
-
\[[`8c670496da`](https://redirect.github.com/nodejs/node/commit/8c670496da)]
- **build**: use rclone instead of aws CLI (Michaël Zasso)
[#&#8203;55617](https://redirect.github.com/nodejs/node/pull/55617)
-
\[[`827e2065bd`](https://redirect.github.com/nodejs/node/commit/827e2065bd)]
- **build**: stop pre-compiling `lint-md` (Aviv Keller)
[#&#8203;55266](https://redirect.github.com/nodejs/node/pull/55266)
-
\[[`c3ca978d9c`](https://redirect.github.com/nodejs/node/commit/c3ca978d9c)]
- **build**: fix building with system icu 76 (Michael Cho)
[#&#8203;55563](https://redirect.github.com/nodejs/node/pull/55563)
-
\[[`23e3287bbe`](https://redirect.github.com/nodejs/node/commit/23e3287bbe)]
- **build**: fix GN arg used in generate_config_gypi.py (Shelley Vohr)
[#&#8203;55530](https://redirect.github.com/nodejs/node/pull/55530)
-
\[[`2b561abb0d`](https://redirect.github.com/nodejs/node/commit/2b561abb0d)]
- **build**: fix GN build for sqlite and nghttp2 (Shelley Vohr)
[#&#8203;55529](https://redirect.github.com/nodejs/node/pull/55529)
-
\[[`7008f29d79`](https://redirect.github.com/nodejs/node/commit/7008f29d79)]
- **build**: fix GN build for cares/uv deps (Cheng)
[#&#8203;55477](https://redirect.github.com/nodejs/node/pull/55477)
-
\[[`6ee94a394f`](https://redirect.github.com/nodejs/node/commit/6ee94a394f)]
- **build**: fix uninstall script for AIX 7.1 (Cloorc)
[#&#8203;55438](https://redirect.github.com/nodejs/node/pull/55438)
-
\[[`edbbd4a374`](https://redirect.github.com/nodejs/node/commit/edbbd4a374)]
- **build**: conditionally compile bundled sqlite (Richard Lau)
[#&#8203;55409](https://redirect.github.com/nodejs/node/pull/55409)
-
\[[`3d8e3a657c`](https://redirect.github.com/nodejs/node/commit/3d8e3a657c)]
- **build**: tidy up cares.gyp (Richard Lau)
[#&#8203;55445](https://redirect.github.com/nodejs/node/pull/55445)
-
\[[`f0c12e8fcb`](https://redirect.github.com/nodejs/node/commit/f0c12e8fcb)]
- **build**: synchronize list of c-ares source files (Richard Lau)
[#&#8203;55445](https://redirect.github.com/nodejs/node/pull/55445)
-
\[[`8daa8a62f8`](https://redirect.github.com/nodejs/node/commit/8daa8a62f8)]
- **build**: fix path concatenation (Mohammed Keyvanzadeh)
[#&#8203;55387](https://redirect.github.com/nodejs/node/pull/55387)
-
\[[`12faf0466e`](https://redirect.github.com/nodejs/node/commit/12faf0466e)]
- **build**: fix make errors that occur in Makefile (minkyu_kim)
[#&#8203;55287](https://redirect.github.com/nodejs/node/pull/55287)
-
\[[`a21be0294d`](https://redirect.github.com/nodejs/node/commit/a21be0294d)]
- **build,win**: enable pch for clang-cl (Stefan Stojanovic)
[#&#8203;55249](https://redirect.github.com/nodejs/node/pull/55249)
-
\[[`7ed058cd00`](https://redirect.github.com/nodejs/node/commit/7ed058cd00)]
- **cli**: add `--heap-prof` flag available to `NODE_OPTIONS` (Juan
José)
[#&#8203;54259](https://redirect.github.com/nodejs/node/pull/54259)
-
\[[`c26b1bfe6a`](https://redirect.github.com/nodejs/node/commit/c26b1bfe6a)]
- **crypto**: allow length=0 for HKDF and PBKDF2 in
SubtleCrypto.deriveBits (Filip Skokan)
[#&#8203;55866](https://redirect.github.com/nodejs/node/pull/55866)
-
\[[`a1201d0392`](https://redirect.github.com/nodejs/node/commit/a1201d0392)]
- **crypto**: update root certificates to NSS 3.104 (Richard Lau)
[#&#8203;55681](https://redirect.github.com/nodejs/node/pull/55681)
-
\[[`20483aab7a`](https://redirect.github.com/nodejs/node/commit/20483aab7a)]
- **crypto**: fix `RSA_PKCS1_PADDING` error message (Richard Lau)
[#&#8203;55629](https://redirect.github.com/nodejs/node/pull/55629)
-
\[[`d345662d50`](https://redirect.github.com/nodejs/node/commit/d345662d50)]
- **crypto**: include openssl/rand.h explicitly (Shelley Vohr)
[#&#8203;55425](https://redirect.github.com/nodejs/node/pull/55425)
-
\[[`166ab3209d`](https://redirect.github.com/nodejs/node/commit/166ab3209d)]
- **deps**: update simdutf to 5.6.1 (Node.js GitHub Bot)
[#&#8203;55850](https://redirect.github.com/nodejs/node/pull/55850)
-
\[[`934979e12e`](https://redirect.github.com/nodejs/node/commit/934979e12e)]
- **deps**: update undici to 6.21.0 (Node.js GitHub Bot)
[#&#8203;55851](https://redirect.github.com/nodejs/node/pull/55851)
-
\[[`af77f66424`](https://redirect.github.com/nodejs/node/commit/af77f66424)]
- **deps**: update c-ares to v1.34.3 (Node.js GitHub Bot)
[#&#8203;55803](https://redirect.github.com/nodejs/node/pull/55803)
-
\[[`948a88d2f4`](https://redirect.github.com/nodejs/node/commit/948a88d2f4)]
- **deps**: update icu to 76.1 (Node.js GitHub Bot)
[#&#8203;55551](https://redirect.github.com/nodejs/node/pull/55551)
-
\[[`fa4c58a983`](https://redirect.github.com/nodejs/node/commit/fa4c58a983)]
- **deps**: update acorn to 8.14.0 (Node.js GitHub Bot)
[#&#8203;55699](https://redirect.github.com/nodejs/node/pull/55699)
-
\[[`c91155f22e`](https://redirect.github.com/nodejs/node/commit/c91155f22e)]
- **deps**: update sqlite to 3.47.0 (Node.js GitHub Bot)
[#&#8203;55557](https://redirect.github.com/nodejs/node/pull/55557)
-
\[[`d1cb7af95c`](https://redirect.github.com/nodejs/node/commit/d1cb7af95c)]
- **deps**: update amaro to 0.2.0 (Node.js GitHub Bot)
[#&#8203;55601](https://redirect.github.com/nodejs/node/pull/55601)
-
\[[`655e5600cb`](https://redirect.github.com/nodejs/node/commit/655e5600cb)]
- **deps**: update nghttp2 to 1.64.0 (Node.js GitHub Bot)
[#&#8203;55559](https://redirect.github.com/nodejs/node/pull/55559)
-
\[[`992450c469`](https://redirect.github.com/nodejs/node/commit/992450c469)]
- **deps**: update acorn to 8.13.0 (Node.js GitHub Bot)
[#&#8203;55558](https://redirect.github.com/nodejs/node/pull/55558)
-
\[[`abd2bd4f64`](https://redirect.github.com/nodejs/node/commit/abd2bd4f64)]
- **deps**: update undici to 6.20.1 (Node.js GitHub Bot)
[#&#8203;55503](https://redirect.github.com/nodejs/node/pull/55503)
-
\[[`7dc2c2edad`](https://redirect.github.com/nodejs/node/commit/7dc2c2edad)]
- **deps**: update googletest to
[`df1544b`](https://redirect.github.com/nodejs/node/commit/df1544b)
(Node.js GitHub Bot)
[#&#8203;55465](https://redirect.github.com/nodejs/node/pull/55465)
-
\[[`fa9329c024`](https://redirect.github.com/nodejs/node/commit/fa9329c024)]
- **deps**: update c-ares to v1.34.2 (Node.js GitHub Bot)
[#&#8203;55463](https://redirect.github.com/nodejs/node/pull/55463)
-
\[[`41a2bcd335`](https://redirect.github.com/nodejs/node/commit/41a2bcd335)]
- **deps**: update ada to 2.9.1 (Node.js GitHub Bot)
[#&#8203;54679](https://redirect.github.com/nodejs/node/pull/54679)
-
\[[`a3b793defd`](https://redirect.github.com/nodejs/node/commit/a3b793defd)]
- **deps**: update simdutf to 5.6.0 (Node.js GitHub Bot)
[#&#8203;55379](https://redirect.github.com/nodejs/node/pull/55379)
-
\[[`551b8f897d`](https://redirect.github.com/nodejs/node/commit/551b8f897d)]
- **deps**: update c-ares to v1.34.1 (Node.js GitHub Bot)
[#&#8203;55369](https://redirect.github.com/nodejs/node/pull/55369)
-
\[[`26861eaf4e`](https://redirect.github.com/nodejs/node/commit/26861eaf4e)]
- ***Revert*** "**deps**: disable io_uring support in libuv by default"
(Santiago Gimeno)
[#&#8203;55114](https://redirect.github.com/nodejs/node/pull/55114)
-
\[[`41c50bc15e`](https://redirect.github.com/nodejs/node/commit/41c50bc15e)]
- **deps**: update libuv to 1.49.1 (Santiago Gimeno)
[#&#8203;55114](https://redirect.github.com/nodejs/node/pull/55114)
-
\[[`26fcc04084`](https://redirect.github.com/nodejs/node/commit/26fcc04084)]
- **deps**: update amaro to 0.1.9 (Node.js GitHub Bot)
[#&#8203;55348](https://redirect.github.com/nodejs/node/pull/55348)
-
\[[`0ee6715921`](https://redirect.github.com/nodejs/node/commit/0ee6715921)]
- **diagnostics_channel**: fix unsubscribe during publish (simon-id)
[#&#8203;55116](https://redirect.github.com/nodejs/node/pull/55116)
-
\[[`bf68733e7f`](https://redirect.github.com/nodejs/node/commit/bf68733e7f)]
- **dns**: stop using deprecated `ares_query` (Aviv Keller)
[#&#8203;55430](https://redirect.github.com/nodejs/node/pull/55430)
-
\[[`ef6707eb9b`](https://redirect.github.com/nodejs/node/commit/ef6707eb9b)]
- **dns**: honor the order option (Luigi Pinca)
[#&#8203;55392](https://redirect.github.com/nodejs/node/pull/55392)
-
\[[`0f3810f3e5`](https://redirect.github.com/nodejs/node/commit/0f3810f3e5)]
- **doc**: add added tag and fix typo sqlite.md (Bart Louwers)
[#&#8203;56012](https://redirect.github.com/nodejs/node/pull/56012)
-
\[[`d1bd0ef1b7`](https://redirect.github.com/nodejs/node/commit/d1bd0ef1b7)]
- **doc**: remove non-working example (Antoine du Hamel)
[#&#8203;55856](https://redirect.github.com/nodejs/node/pull/55856)
-
\[[`824ac650ed`](https://redirect.github.com/nodejs/node/commit/824ac650ed)]
- **doc**: add `node:sqlite` to mandatory `node:` prefix list (翠 /
green)
[#&#8203;55846](https://redirect.github.com/nodejs/node/pull/55846)
-
\[[`b3ea42d887`](https://redirect.github.com/nodejs/node/commit/b3ea42d887)]
- **doc**: add `-S` flag release preparation example (Antoine du Hamel)
[#&#8203;55836](https://redirect.github.com/nodejs/node/pull/55836)
-
\[[`0bd5d8b9d9`](https://redirect.github.com/nodejs/node/commit/0bd5d8b9d9)]
- **doc**: clarify UV_THREADPOOL_SIZE env var usage (Preveen P)
[#&#8203;55832](https://redirect.github.com/nodejs/node/pull/55832)
-
\[[`27b0236a99`](https://redirect.github.com/nodejs/node/commit/27b0236a99)]
- **doc**: add notable-change mention to sec release (Rafael Gonzaga)
[#&#8203;55830](https://redirect.github.com/nodejs/node/pull/55830)
-
\[[`476075bada`](https://redirect.github.com/nodejs/node/commit/476075bada)]
- **doc**: fix history info for `URL.prototype.toJSON` (Antoine du
Hamel)
[#&#8203;55818](https://redirect.github.com/nodejs/node/pull/55818)
-
\[[`2743b7b1d3`](https://redirect.github.com/nodejs/node/commit/2743b7b1d3)]
- **doc**: correct max-semi-space-size statement (Joe Bowbeer)
[#&#8203;55812](https://redirect.github.com/nodejs/node/pull/55812)
-
\[[`3013870093`](https://redirect.github.com/nodejs/node/commit/3013870093)]
- **doc**: update unflag info of `import.meta.resolve` (skyclouds2001)
[#&#8203;55810](https://redirect.github.com/nodejs/node/pull/55810)
-
\[[`27bcd103e7`](https://redirect.github.com/nodejs/node/commit/27bcd103e7)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;55813](https://redirect.github.com/nodejs/node/pull/55813)
-
\[[`72d4b30ead`](https://redirect.github.com/nodejs/node/commit/72d4b30ead)]
- **doc**: clarify triager role (Gireesh Punathil)
[#&#8203;55775](https://redirect.github.com/nodejs/node/pull/55775)
-
\[[`a30defe9dd`](https://redirect.github.com/nodejs/node/commit/a30defe9dd)]
- **doc**: clarify removal of experimental API does not require a
deprecation (Antoine du Hamel)
[#&#8203;55746](https://redirect.github.com/nodejs/node/pull/55746)
-
\[[`ccffd3b819`](https://redirect.github.com/nodejs/node/commit/ccffd3b819)]
- **doc**: enforce strict policy to semver-major releases (Rafael
Gonzaga)
[#&#8203;55732](https://redirect.github.com/nodejs/node/pull/55732)
-
\[[`b6d2a4e816`](https://redirect.github.com/nodejs/node/commit/b6d2a4e816)]
- **doc**: add path aliases typescript doc (Carlos Espa)
[#&#8203;55766](https://redirect.github.com/nodejs/node/pull/55766)
-
\[[`a435affa11`](https://redirect.github.com/nodejs/node/commit/a435affa11)]
- **doc**: add esm example in `path.md` (Aviv Keller)
[#&#8203;55745](https://redirect.github.com/nodejs/node/pull/55745)
-
\[[`91443c2711`](https://redirect.github.com/nodejs/node/commit/91443c2711)]
- **doc**: consistent use of word child process (Gireesh Punathil)
[#&#8203;55654](https://redirect.github.com/nodejs/node/pull/55654)
-
\[[`83fb0079d4`](https://redirect.github.com/nodejs/node/commit/83fb0079d4)]
- **doc**: clarity to available addon options (Preveen P)
[#&#8203;55715](https://redirect.github.com/nodejs/node/pull/55715)
-
\[[`6ca851457a`](https://redirect.github.com/nodejs/node/commit/6ca851457a)]
- **doc**: update `--max-semi-space-size` description (Joe Bowbeer)
[#&#8203;55495](https://redirect.github.com/nodejs/node/pull/55495)
-
\[[`e17fffc0ff`](https://redirect.github.com/nodejs/node/commit/e17fffc0ff)]
- **doc**: broken `PerformanceObserver` code sample (Dom Harrington)
[#&#8203;54227](https://redirect.github.com/nodejs/node/pull/54227)
-
\[[`8bd5777f0f`](https://redirect.github.com/nodejs/node/commit/8bd5777f0f)]
- **doc**: add write flag when open file as the demo code's intention
(robberfree)
[#&#8203;54626](https://redirect.github.com/nodejs/node/pull/54626)
-
\[[`f1e0e0ba55`](https://redirect.github.com/nodejs/node/commit/f1e0e0ba55)]
- **doc**: remove mention of ECDH-ES in crypto.diffieHellman (Filip
Skokan)
[#&#8203;55611](https://redirect.github.com/nodejs/node/pull/55611)
-
\[[`1d60b7ec97`](https://redirect.github.com/nodejs/node/commit/1d60b7ec97)]
- **doc**: improve c++ embedder API doc (Gireesh Punathil)
[#&#8203;55597](https://redirect.github.com/nodejs/node/pull/55597)
-
\[[`bbf51d7000`](https://redirect.github.com/nodejs/node/commit/bbf51d7000)]
- **doc**: capitalize "MIT License" (Aviv Keller)
[#&#8203;55575](https://redirect.github.com/nodejs/node/pull/55575)
-
\[[`0e69f6d123`](https://redirect.github.com/nodejs/node/commit/0e69f6d123)]
- **doc**: add suggested tsconfig for type stripping (Marco Ippolito)
[#&#8203;55534](https://redirect.github.com/nodejs/node/pull/55534)
-
\[[`67beb37f50`](https://redirect.github.com/nodejs/node/commit/67beb37f50)]
- **doc**: add esm examples to node:string_decoder (Alfredo González)
[#&#8203;55507](https://redirect.github.com/nodejs/node/pull/55507)
-
\[[`acc6806900`](https://redirect.github.com/nodejs/node/commit/acc6806900)]
- **doc**: add jazelly to collaborators (Jason Zhang)
[#&#8203;55531](https://redirect.github.com/nodejs/node/pull/55531)
-
\[[`a6b3ed54ae`](https://redirect.github.com/nodejs/node/commit/a6b3ed54ae)]
- **doc**: changed the command used to verify SHASUMS256
(adriancuadrado)
[#&#8203;55420](https://redirect.github.com/nodejs/node/pull/55420)
-
\[[`0ad7ca4f1d`](https://redirect.github.com/nodejs/node/commit/0ad7ca4f1d)]
- **doc**: move dual package shipping docs to separate repo (Joyee
Cheung)
[#&#8203;55444](https://redirect.github.com/nodejs/node/pull/55444)
-
\[[`e99a98ddfd`](https://redirect.github.com/nodejs/node/commit/e99a98ddfd)]
- **doc**: add note about stdio streams in child_process (Ederin (Ed)
Igharoro)
[#&#8203;55322](https://redirect.github.com/nodejs/node/pull/55322)
-
\[[`20302851a9`](https://redirect.github.com/nodejs/node/commit/20302851a9)]
- **doc**: add `isBigIntObject` to documentation (leviscar)
[#&#8203;55450](https://redirect.github.com/nodejs/node/pull/55450)
-
\[[`50d983e80b`](https://redirect.github.com/nodejs/node/commit/50d983e80b)]
- **doc**: remove outdated remarks about `highWaterMark` in fs (Ian
Kerins)
[#&#8203;55462](https://redirect.github.com/nodejs/node/pull/55462)
-
\[[`07c2fb2045`](https://redirect.github.com/nodejs/node/commit/07c2fb2045)]
- **doc**: move Danielle Adams key to old gpg keys (RafaelGSS)
[#&#8203;55399](https://redirect.github.com/nodejs/node/pull/55399)
-
\[[`41b045170d`](https://redirect.github.com/nodejs/node/commit/41b045170d)]
- **doc**: move Bryan English key to old gpg keys (RafaelGSS)
[#&#8203;55399](https://redirect.github.com/nodejs/node/pull/55399)
-
\[[`13724dcc20`](https://redirect.github.com/nodejs/node/commit/13724dcc20)]
- **doc**: move Beth Griggs keys to old gpg keys (RafaelGSS)
[#&#8203;55399](https://redirect.github.com/nodejs/node/pull/55399)
-
\[[`0230fb1ead`](https://redirect.github.com/nodejs/node/commit/0230fb1ead)]
- **doc**: spell out condition restrictions (Jan Martin)
[#&#8203;55187](https://redirect.github.com/nodejs/node/pull/55187)
-
\[[`66e41f044d`](https://redirect.github.com/nodejs/node/commit/66e41f044d)]
- **doc**: add instructions for WinGet build (Hüseyin Açacak)
[#&#8203;55356](https://redirect.github.com/nodejs/node/pull/55356)
-
\[[`23d89da3f1`](https://redirect.github.com/nodejs/node/commit/23d89da3f1)]
- **doc**: add missing return values in buffer docs (Karl Horky)
[#&#8203;55273](https://redirect.github.com/nodejs/node/pull/55273)
-
\[[`6e7b33a0ef`](https://redirect.github.com/nodejs/node/commit/6e7b33a0ef)]
- **doc**: fix ambasador markdown list (Rafael Gonzaga)
[#&#8203;55361](https://redirect.github.com/nodejs/node/pull/55361)
-
\[[`d8c552a060`](https://redirect.github.com/nodejs/node/commit/d8c552a060)]
- **doc**: edit onboarding guide to clarify when mailmap addition is
needed (Antoine du Hamel)
[#&#8203;55334](https://redirect.github.com/nodejs/node/pull/55334)
-
\[[`c7f82ec978`](https://redirect.github.com/nodejs/node/commit/c7f82ec978)]
- **doc**: fix the return type of outgoingMessage.setHeaders() (Jimmy
Leung)
[#&#8203;55290](https://redirect.github.com/nodejs/node/pull/55290)
-
\[[`f1b9791694`](https://redirect.github.com/nodejs/node/commit/f1b9791694)]
- **doc**: update `require(ESM)` history and stability status (Antoine
du Hamel)
[#&#8203;55199](https://redirect.github.com/nodejs/node/pull/55199)
-
\[[`9ffd2dd43b`](https://redirect.github.com/nodejs/node/commit/9ffd2dd43b)]
- **doc**: consolidate history table of CustomEvent (Edigleysson Silva
(Edy))
[#&#8203;55758](https://redirect.github.com/nodejs/node/pull/55758)
-
\[[`64fb9e6516`](https://redirect.github.com/nodejs/node/commit/64fb9e6516)]
- **doc**: add history entries for JSON modules stabilization (Antoine
du Hamel)
[#&#8203;55855](https://redirect.github.com/nodejs/node/pull/55855)
-
\[[`ae2ae2fef1`](https://redirect.github.com/nodejs/node/commit/ae2ae2fef1)]
- **esm**: fix import.meta.resolve crash (Marco Ippolito)
[#&#8203;55777](https://redirect.github.com/nodejs/node/pull/55777)
-
\[[`15dd43dd6e`](https://redirect.github.com/nodejs/node/commit/15dd43dd6e)]
- **esm**: add a fallback when importer in not a file (Antoine du Hamel)
[#&#8203;55471](https://redirect.github.com/nodejs/node/pull/55471)
-
\[[`aed758d270`](https://redirect.github.com/nodejs/node/commit/aed758d270)]
- **esm**: fix inconsistency with `importAssertion` in `resolve` hook
(Wei Zhu)
[#&#8203;55365](https://redirect.github.com/nodejs/node/pull/55365)
-
\[[`88d91e8bc2`](https://redirect.github.com/nodejs/node/commit/88d91e8bc2)]
- **esm**: mark import attributes and JSON module as stable (Nicolò
Ribaudo)
[#&#8203;55333](https://redirect.github.com/nodejs/node/pull/55333)
-
\[[`a2c8de7fba`](https://redirect.github.com/nodejs/node/commit/a2c8de7fba)]
- **events**: add hasEventListener util for validate (Sunghoon)
[#&#8203;55230](https://redirect.github.com/nodejs/node/pull/55230)
-
\[[`4f84cdc8a2`](https://redirect.github.com/nodejs/node/commit/4f84cdc8a2)]
- **events**: optimize EventTarget.addEventListener (Robert Nagy)
[#&#8203;55312](https://redirect.github.com/nodejs/node/pull/55312)
-
\[[`c17601557b`](https://redirect.github.com/nodejs/node/commit/c17601557b)]
- **fs**: prevent unwanted `dependencyOwners` removal (Carlos Espa)
[#&#8203;55565](https://redirect.github.com/nodejs/node/pull/55565)
-
\[[`4dd609c685`](https://redirect.github.com/nodejs/node/commit/4dd609c685)]
- **fs**: fix bufferSize option for opendir recursive (Ethan Arrowood)
[#&#8203;55744](https://redirect.github.com/nodejs/node/pull/55744)
-
\[[`d695bd4c4f`](https://redirect.github.com/nodejs/node/commit/d695bd4c4f)]
- **fs**: pass correct path to `DirentFromStats` during `glob` (Aviv
Keller)
[#&#8203;55071](https://redirect.github.com/nodejs/node/pull/55071)
-
\[[`5357338b8e`](https://redirect.github.com/nodejs/node/commit/5357338b8e)]
- **fs**: use `wstring` on Windows paths (jazelly)
[#&#8203;55171](https://redirect.github.com/nodejs/node/pull/55171)
-
\[[`0a7f301a36`](https://redirect.github.com/nodejs/node/commit/0a7f301a36)]
- **http**: add diagnostic channel `http.server.response.created` (Marco
Ippolito)
[#&#8203;55622](https://redirect.github.com/nodejs/node/pull/55622)
-
\[[`98bfc7dce5`](https://redirect.github.com/nodejs/node/commit/98bfc7dce5)]
- **(SEMVER-MINOR)** **http**: add diagnostic channel
`http.client.request.created` (Marco Ippolito)
[#&#8203;55586](https://redirect.github.com/nodejs/node/pull/55586)
-
\[[`d2430ee363`](https://redirect.github.com/nodejs/node/commit/d2430ee363)]
- **http2**: fix client async storage persistence (Orgad Shaneh)
[#&#8203;55460](https://redirect.github.com/nodejs/node/pull/55460)
-
\[[`753cbede2a`](https://redirect.github.com/nodejs/node/commit/753cbede2a)]
- **lib**: remove startsWith/endsWith primordials for char checks
(Gürgün Dayıoğlu)
[#&#8203;55407](https://redirect.github.com/nodejs/node/pull/55407)
-
\[[`6e3e99c81e`](https://redirect.github.com/nodejs/node/commit/6e3e99c81e)]
- **lib**: prefer logical assignment (Aviv Keller)
[#&#8203;55044](https://redirect.github.com/nodejs/node/pull/55044)
-
\[[`03902ebb74`](https://redirect.github.com/nodejs/node/commit/03902ebb74)]
- **lib**: replace `createDeferredPromise` util with
`Promise.withResolvers` (Yagiz Nizipli)
[#&#8203;54836](https://redirect.github.com/nodejs/node/pull/54836)
-
\[[`ee17fcd6f3`](https://redirect.github.com/nodejs/node/commit/ee17fcd6f3)]
- **lib**: prefer symbol to number in webidl `type` function (Antoine du
Hamel)
[#&#8203;55737](https://redirect.github.com/nodejs/node/pull/55737)
-
\[[`18f0f07e92`](https://redirect.github.com/nodejs/node/commit/18f0f07e92)]
- **lib**: implement webidl dictionary converter and use it in
structuredClone (Jason Zhang)
[#&#8203;55489](https://redirect.github.com/nodejs/node/pull/55489)
-
\[[`bcead24e24`](https://redirect.github.com/nodejs/node/commit/bcead24e24)]
- **lib**: prefer number to string in webidl `type` function (Jason
Zhang)
[#&#8203;55489](https://redirect.github.com/nodejs/node/pull/55489)
-
\[[`d48c5da039`](https://redirect.github.com/nodejs/node/commit/d48c5da039)]
- **lib**: convert transfer sequence to array in js (Jason Zhang)
[#&#8203;55317](https://redirect.github.com/nodejs/node/pull/55317)
-
\[[`cefce4cbb0`](https://redirect.github.com/nodejs/node/commit/cefce4cbb0)]
- **lib**: remove unnecessary optional chaining (Gürgün Dayıoğlu)
[#&#8203;55728](https://redirect.github.com/nodejs/node/pull/55728)
-
\[[`f2561fdeec`](https://redirect.github.com/nodejs/node/commit/f2561fdeec)]
- **lib**: use `Promise.withResolvers()` in timers (Yagiz Nizipli)
[#&#8203;55720](https://redirect.github.com/nodejs/node/pull/55720)
-
\[[`337f61fb25`](https://redirect.github.com/nodejs/node/commit/337f61fb25)]
- **(SEMVER-MINOR)** **lib**: add UV_UDP_REUSEPORT for udp (theanarkh)
[#&#8203;55403](https://redirect.github.com/nodejs/node/pull/55403)
-
\[[`4f89059f63`](https://redirect.github.com/nodejs/node/commit/4f89059f63)]
- **lib**: add flag to drop connection when running in cluster mode
(theanarkh)
[#&#8203;54927](https://redirect.github.com/nodejs/node/pull/54927)
-
\[[`29f7325e73`](https://redirect.github.com/nodejs/node/commit/29f7325e73)]
- **lib**: test_runner#mock:timers respeced timeout_max behaviour
(BadKey)
[#&#8203;55375](https://redirect.github.com/nodejs/node/pull/55375)
-
\[[`68bcec64b8`](https://redirect.github.com/nodejs/node/commit/68bcec64b8)]
- **lib**: remove settled dependant signals when they are GCed
(Edigleysson Silva (Edy))
[#&#8203;55354](https://redirect.github.com/nodejs/node/pull/55354)
-
\[[`3f8a5d8a28`](https://redirect.github.com/nodejs/node/commit/3f8a5d8a28)]
- **meta**: bump actions/setup-python from 5.2.0 to 5.3.0
(dependabot\[bot])
[#&#8203;55688](https://redirect.github.com/nodejs/node/pull/55688)
-
\[[`644ad5d60d`](https://redirect.github.com/nodejs/node/commit/644ad5d60d)]
- **meta**: bump actions/setup-node from 4.0.4 to 4.1.0
(dependabot\[bot])
[#&#8203;55687](https://redirect.github.com/nodejs/node/pull/55687)
-
\[[`334fa69c31`](https://redirect.github.com/nodejs/node/commit/334fa69c31)]
- **meta**: bump rtCamp/action-slack-notify from 2.3.0 to 2.3.2
(dependabot\[bot])
[#&#8203;55686](https://redirect.github.com/nodejs/node/pull/55686)
-
\[[`fb3fa8bee2`](https://redirect.github.com/nodejs/node/commit/fb3fa8bee2)]
- **meta**: bump actions/upload-artifact from 4.4.0 to 4.4.3
(dependabot\[bot])
[#&#8203;55685](https://redirect.github.com/nodejs/node/pull/55685)
-
\[[`1aca3a8289`](https://redirect.github.com/nodejs/node/commit/1aca3a8289)]
- **meta**: bump actions/cache from 4.0.2 to 4.1.2 (dependabot\[bot])
[#&#8203;55684](https://redirect.github.com/nodejs/node/pull/55684)
-
\[[`a6c73eb9c2`](https://redirect.github.com/nodejs/node/commit/a6c73eb9c2)]
- **meta**: bump actions/checkout from 4.2.0 to 4.2.2 (dependabot\[bot])
[#&#8203;55683](https://redirect.github.com/nodejs/node/pull/55683)
-
\[[`06445bc4e3`](https://redirect.github.com/nodejs/node/commit/06445bc4e3)]
- **meta**: bump github/codeql-action from 3.26.10 to 3.27.0
(dependabot\[bot])
[#&#8203;55682](https://redirect.github.com/nodejs/node/pull/55682)
-
\[[`37bafce2d8`](https://redirect.github.com/nodejs/node/commit/37bafce2d8)]
- **meta**: make review-wanted message minimal (Aviv Keller)
[#&#8203;55607](https://redirect.github.com/nodejs/node/pull/55607)
-
\[[`4cca54b161`](https://redirect.github.com/nodejs/node/commit/4cca54b161)]
- **meta**: show PR/issue title on review-wanted (Aviv Keller)
[#&#8203;55606](https://redirect.github.com/nodejs/node/pull/55606)
-
\[[`68decbf935`](https://redirect.github.com/nodejs/node/commit/68decbf935)]
- **meta**: move one or more collaborators to emeritus (Node.js GitHub
Bot) [#&#8203;55381](https://redirect.github.com/nodejs/node/pull/55381)
-
\[[`07fc40d823`](https://redirect.github.com/nodejs/node/commit/07fc40d823)]
- **meta**: assign CODEOWNERS for /deps/ncrypto/\* (Filip Skokan)
[#&#8203;55426](https://redirect.github.com/nodejs/node/pull/55426)
-
\[[`139e8f1579`](https://redirect.github.com/nodejs/node/commit/139e8f1579)]
- **meta**: change color to blue notify review-wanted (Rafael Gonzaga)
[#&#8203;55423](https://redirect.github.com/nodejs/node/pull/55423)
-
\[[`c0614dc92c`](https://redirect.github.com/nodejs/node/commit/c0614dc92c)]
- **meta**: bump codecov/codecov-action from 4.5.0 to 4.6.0
(dependabot\[bot])
[#&#8203;55222](https://redirect.github.com/nodejs/node/pull/55222)
-
\[[`47b6c6748b`](https://redirect.github.com/nodejs/node/commit/47b6c6748b)]
- **meta**: bump github/codeql-action from 3.26.6 to 3.26.10
(dependabot\[bot])
[#&#8203;55221](https://redirect.github.com/nodejs/node/pull/55221)
-
\[[`6c836aa97e`](https://redirect.github.com/nodejs/node/commit/6c836aa97e)]
- **meta**: bump step-security/harden-runner from 2.9.1 to 2.10.1
(dependabot\[bot])
[#&#8203;55220](https://redirect.github.com/nodejs/node/pull/55220)
-
\[[`c81c818a21`](https://redirect.github.com/nodejs/node/commit/c81c818a21)]
- **module**: throw ERR_NO_TYPESCRIPT when compiled without amaro (Marco
Ippolito)
[#&#8203;55332](https://redirect.github.com/nodejs/node/pull/55332)
-
\[[`d6d1479fcc`](https://redirect.github.com/nodejs/node/commit/d6d1479fcc)]
- **module**: simplify --inspect-brk handling (Joyee Cheung)
[#&#8203;55679](https://redirect.github.com/nodejs/node/pull/55679)
-
\[[`91fdec3a52`](https://redirect.github.com/nodejs/node/commit/91fdec3a52)]
- **module**: fix error thrown from require(esm) hitting TLA repeatedly
(Joyee Cheung)
[#&#8203;55520](https://redirect.github.com/nodejs/node/pull/55520)
-
\[[`cb527a925d`](https://redirect.github.com/nodejs/node/commit/cb527a925d)]
- **module**: do not warn when require(esm) comes from node_modules
(Joyee Cheung)
[#&#8203;55960](https://redirect.github.com/nodejs/node/pull/55960)
-
\[[`16119f206f`](https://redirect.github.com/nodejs/node/commit/16119f206f)]
- **module**: trim off internal stack frames for require(esm) warnings
(Joyee Cheung)
[#&#8203;55496](https://redirect.github.com/nodejs/node/pull/55496)
-
\[[`28b5b9a57d`](https://redirect.github.com/nodejs/node/commit/28b5b9a57d)]
- **module**: allow ESM that failed to be required to be re-imported
(Joyee Cheung)
[#&#8203;55502](https://redirect.github.com/nodejs/node/pull/55502)
-
\[[`6ac3400960`](https://redirect.github.com/nodejs/node/commit/6ac3400960)]
- **module**: include module information in require(esm) warning (Joyee
Cheung)
[#&#8203;55397](https://redirect.github.com/nodejs/node/pull/55397)
-
\[[`fcdd6167d8`](https://redirect.github.com/nodejs/node/commit/fcdd6167d8)]
- **module**: check --experimental-require-module separately from
detection (Joyee Cheung)
[#&#8203;55250](https://redirect.github.com/nodejs/node/pull/55250)
-
\[[`d8c34ced43`](https://redirect.github.com/nodejs/node/commit/d8c34ced43)]
- **module**: use kNodeModulesRE to detect node_modules (Joyee Cheung)
[#&#8203;55243](https://redirect.github.com/nodejs/node/pull/55243)
-
\[[`545c069eb5`](https://redirect.github.com/nodejs/node/commit/545c069eb5)]
- **module**: support 'module.exports' interop export in require(esm)
(Guy Bedford)
[#&#8203;54563](https://redirect.github.com/nodejs/node/pull/54563)
-
\[[`58d6871c45`](https://redirect.github.com/nodejs/node/commit/58d6871c45)]
- **(SEMVER-MINOR)** **module**: unflag --experimental-require-module
(Joyee Cheung)
[#&#8203;55085](https://redirect.github.com/nodejs/node/pull/55085)
-
\[[`1628c48ad6`](https://redirect.github.com/nodejs/node/commit/1628c48ad6)]
- **(SEMVER-MINOR)** **net**: add UV_TCP_REUSEPORT for tcp (theanarkh)
[#&#8203;55408](https://redirect.github.com/nodejs/node/pull/55408)
-
\[[`a5590083cd`](https://redirect.github.com/nodejs/node/commit/a5590083cd)]
- **node-api**: add napi_create_buffer_from_arraybuffer method (Mert Can
Altin)
[#&#8203;54505](https://redirect.github.com/nodejs/node/pull/54505)
-
\[[`21ec855feb`](https://redirect.github.com/nodejs/node/commit/21ec855feb)]
- **os**: improve path check with direct index access (Mert Can Altin)
[#&#8203;55434](https://redirect.github.com/nodejs/node/pull/55434)
-
\[[`1fdaa15226`](https://redirect.github.com/nodejs/node/commit/1fdaa15226)]
- **report**: fix network queries in getReport libuv with
exclude-network (Adrien Foulon)
[#&#8203;55602](https://redirect.github.com/nodejs/node/pull/55602)
-
\[[`457e73f4c9`](https://redirect.github.com/nodejs/node/commit/457e73f4c9)]
- **(SEMVER-MINOR)** **sqlite**: add support for SQLite Session
Extension (Bart Louwers)
[#&#8203;54181](https://redirect.github.com/nodejs/node/pull/54181)
-
\[[`428701a6d8`](https://redirect.github.com/nodejs/node/commit/428701a6d8)]
- **sqlite**: improve error handling using MaybeLocal (Tobias Nießen)
[#&#8203;55571](https://redirect.github.com/nodejs/node/pull/55571)
-
\[[`4e5878536a`](https://redirect.github.com/nodejs/node/commit/4e5878536a)]
- **sqlite**: add readOnly option (Tobias Nießen)
[#&#8203;55567](https://redirect.github.com/nodejs/node/pull/55567)
-
\[[`8c35ad12de`](https://redirect.github.com/nodejs/node/commit/8c35ad12de)]
- **sqlite**: refactor open options (Tobias Nießen)
[#&#8203;55442](https://redirect.github.com/nodejs/node/pull/55442)
-
\[[`c3c403040a`](https://redirect.github.com/nodejs/node/commit/c3c403040a)]
- **sqlite**: cache column names in stmt.all() (Fedor Indutny)
[#&#8203;55373](https://redirect.github.com/nodejs/node/pull/55373)
-
\[[`6858f7a4d3`](https://redirect.github.com/nodejs/node/commit/6858f7a4d3)]
- **src**: use env strings to create sqlite results (Michaël Zasso)
[#&#8203;55785](https://redirect.github.com/nodejs/node/pull/55785)
-
\[[`db01eaf318`](https://redirect.github.com/nodejs/node/commit/db01eaf318)]
- **src**: improve `node:os` userInfo performance (Yagiz Nizipli)
[#&#8203;55719](https://redirect.github.com/nodejs/node/pull/55719)
-
\[[`383d28489d`](https://redirect.github.com/nodejs/node/commit/383d28489d)]
- **src**: provide workaround for container-overflow (Daniel Lemire)
[#&#8203;55591](https://redirect.github.com/nodejs/node/pull/55591)
-
\[[`3477b6b4a5`](https://redirect.github.com/nodejs/node/commit/3477b6b4a5)]
- **src**: move more key related stuff to ncrypto (James M Snell)
[#&#8203;55368](https://redirect.github.com/nodejs/node/pull/55368)
-
\[[`38c047e38f`](https://redirect.github.com/nodejs/node/commit/38c047e38f)]
- **src**: refactor ECDHBitsJob signature (Filip Skokan)
[#&#8203;55610](https://redirect.github.com/nodejs/node/pull/55610)
-
\[[`acbb62902a`](https://redirect.github.com/nodejs/node/commit/acbb62902a)]
- **src**: fix dns crash when failed to create NodeAresTask (theanarkh)
[#&#8203;55521](https://redirect.github.com/nodejs/node/pull/55521)
-
\[[`547cab9433`](https://redirect.github.com/nodejs/node/commit/547cab9433)]
- **src**: use NewFromUtf8Literal in NODE_DEFINE_CONSTANT (Charles Kerr)
[#&#8203;55581](https://redirect.github.com/nodejs/node/pull/55581)
-
\[[`231fe7b953`](https://redirect.github.com/nodejs/node/commit/231fe7b953)]
- **src**: do not run IsWindowsBatchFile on non-windows (Yagiz Nizipli)
[#&#8203;55560](https://redirect.github.com/nodejs/node/pull/55560)
-
\[[`bde374ee6a`](https://redirect.github.com/nodejs/node/commit/bde374ee6a)]
- **src**: remove icu based `ToASCII` and `ToUnicode` (Yagiz Nizipli)
[#&#8203;55156](https://redirect.github.com/nodejs/node/pull/55156)
-
\[[`6ad23e74be`](https://redirect.github.com/nodejs/node/commit/6ad23e74be)]
- **src**: fix winapi_strerror error string (Hüseyin Açacak)
[#&#8203;55207](https://redirect.github.com/nodejs/node/pull/55207)
-
\[[`63bc40550b`](https://redirect.github.com/nodejs/node/commit/63bc40550b)]
- **src**: remove uv\_\_node_patch_is_using_io_uring (Santiago Gimeno)
[#&#8203;55114](https://redirect.github.com/nodejs/node/pull/55114)
-
\[[`2af72a7671`](https://redirect.github.com/nodejs/node/commit/2af72a7671)]
- **src**: implement IsInsideNodeModules() in C++ (Joyee Cheung)
[#&#8203;55286](https://redirect.github.com/nodejs/node/pull/55286)
-
\[[`e14fb2defb`](https://redirect.github.com/nodejs/node/commit/e14fb2defb)]
- **src,lib**: optimize nodeTiming.uvMetricsInfo (RafaelGSS)
[#&#8203;55614](https://redirect.github.com/nodejs/node/pull/55614)
-
\[[`e14dba3ee5`](https://redirect.github.com/nodejs/node/commit/e14dba3ee5)]
- **src,lib**: introduce `util.getSystemErrorMessage(err)` (Juan José)
[#&#8203;54075](https://redirect.github.com/nodejs/node/pull/54075)
-
\[[`8f59c41d52`](https://redirect.github.com/nodejs/node/commit/8f59c41d52)]
- **stream**: propagate AbortSignal reason (Marvin ROGER)
[#&#8203;55473](https://redirect.github.com/nodejs/node/pull/55473)
-
\[[`7acb96362c`](https://redirect.github.com/nodejs/node/commit/7acb96362c)]
- **test**: increase coverage of `pathToFileURL` (Antoine du Hamel)
[#&#8203;55493](https://redirect.github.com/nodejs/node/pull/55493)
-
\[[`5861135ddb`](https://redirect.github.com/nodejs/node/commit/5861135ddb)]
- **test**: improve test coverage for child process message sending
(Juan José)
[#&#8203;55710](https://redirect.github.com/nodejs/node/pull/55710)
-
\[[`554d4ace2f`](https://redirect.github.com/nodejs/node/commit/554d4ace2f)]
- **test**: ensure that test priority is not higher than current
priority (Livia Medeiros)
[#&#8203;55739](https://redirect.github.com/nodejs/node/pull/55739)
-
\[[`b0ce62a9bd`](https://redirect.github.com/nodejs/node/commit/b0ce62a9bd)]
- **test**: add buffer to fs_permission tests (Rafael Gonzaga)
[#&#8203;55734](https://redirect.github.com/nodejs/node/pull/55734)
-
\[[`9d9ad81d54`](https://redirect.github.com/nodejs/node/commit/9d9ad81d54)]
- **test**: improve test coverage for `ServerResponse` (Juan José)
[#&#8203;55711](https://redirect.github.com/nodejs/node/pull/55711)
-
\[[`273f84e01c`](https://redirect.github.com/nodejs/node/commit/273f84e01c)]
- **test**: update `performance-timeline` wpt (RedYetiDev)
[#&#8203;55197](https://redirect.github.com/nodejs/node/pull/55197)
-
\[[`89c9c46185`](https://redirect.github.com/nodejs/node/commit/89c9c46185)]
- **test**: ignore unrelated events in FW watch tests (Carlos Espa)
[#&#8203;55605](https://redirect.github.com/nodejs/node/pull/55605)
-
\[[`fc69080669`](https://redirect.github.com/nodejs/node/commit/fc69080669)]
- **test**: refactor some esm tests (Antoine du Hamel)
[#&#8203;55472](https://redirect.github.com/nodejs/node/pull/55472)
-
\[[`a80c166733`](https://redirect.github.com/nodejs/node/commit/a80c166733)]
- **test**: split up test-runner-mock-timers test (Julian Gassner)
[#&#8203;55506](https://redirect.github.com/nodejs/node/pull/55506)
-
\[[`8c2fc11f7c`](https://redirect.github.com/nodejs/node/commit/8c2fc11f7c)]
- **test**: remove unneeded listeners (Luigi Pinca)
[#&#8203;55486](https://redirect.github.com/nodejs/node/pull/55486)
-
\[[`1c5872dbde`](https://redirect.github.com/nodejs/node/commit/1c5872dbde)]
- **test**: avoid `apply()` calls with large amount of elements (Livia
Medeiros)
[#&#8203;55501](https://redirect.github.com/nodejs/node/pull/55501)
-
\[[`2194eb4909`](https://redirect.github.com/nodejs/node/commit/2194eb4909)]
- **test**: increase test coverage for
`http.OutgoingMessage.appendHeader()` (Juan José)
[#&#8203;55467](https://redirect.github.com/nodejs/node/pull/55467)
-
\[[`ad7e81379a`](https://redirect.github.com/nodejs/node/commit/ad7e81379a)]
- **test**: make test-node-output-v8-warning more flexible (Shelley
Vohr)
[#&#8203;55401](https://redirect.github.com/nodejs/node/pull/55401)
-
\[[`6aeeaa719b`](https://redirect.github.com/nodejs/node/commit/6aeeaa719b)]
- **test**: fix addons and node-api test assumptions (Antoine du Hamel)
[#&#8203;55441](https://redirect.github.com/nodejs/node/pull/55441)
-
\[[`73ab14fd8f`](https://redirect.github.com/nodejs/node/commit/73ab14fd8f)]
- **test**: update wpt test for webmessaging/broadcastchannel (devstone)
[#&#8203;55205](https://redirect.github.com/nodejs/node/pull/55205)
-
\[[`ded1b68d10`](https://redirect.github.com/nodejs/node/commit/ded1b68d10)]
- **test**: deflake `test-cluster-shared-handle-bind-privileged-port`
(Aviv Keller)
[#&#8203;55378](https://redirect.github.com/nodejs/node/pull/55378)
-
\[[`0e873c3031`](https://redirect.github.com/nodejs/node/commit/0e873c3031)]
- **test**: update `console` wpt (Aviv Keller)
[#&#8203;55192](https://redirect.github.com/nodejs/node/pull/55192)
-
\[[`832300533b`](https://redirect.github.com/nodejs/node/commit/832300533b)]
- **test**: remove duplicate tests (Luigi Pinca)
[#&#8203;55393](https://redirect.github.com/nodejs/node/pull/55393)
-
\[[`310a734c1b`](https://redirect.github.com/nodejs/node/commit/310a734c1b)]
- **test**: update test_util.cc for coverage (minkyu_kim)
[#&#8203;55291](https://redirect.github.com/nodejs/node/pull/55291)
-
\[[`254badd480`](https://redirect.github.com/nodejs/node/commit/254badd480)]
- **test**: update `compression` wpt (Aviv Keller)
[#&#8203;55191](https://redirect.github.com/nodejs/node/pull/55191)
-
\[[`c52a808ac9`](https://redirect.github.com/nodejs/node/commit/c52a808ac9)]
- **test,crypto**: update WebCryptoAPI WPT (Filip Skokan)
[#&#8203;55703](https://redirect.github.com/nodejs/node/pull/55703)
-
\[[`445d117b67`](https://redirect.github.com/nodejs/node/commit/445d117b67)]
- **test,crypto**: update WebCryptoAPI WPT (Filip Skokan)
[#&#8203;55512](https://redirect.github.com/nodejs/node/pull/55512)
-
\[[`cd0d748ede`](https://redirect.github.com/nodejs/node/commit/cd0d748ede)]
- **test,crypto**: make crypto tests work with BoringSSL (Shelley Vohr)
[#&#8203;55491](https://redirect.github.com/nodejs/node/pull/55491)
-
\[[`8bac7c27c8`](https://redirect.github.com/nodejs/node/commit/8bac7c27c8)]
- **test,crypto**: update WebCryptoAPI WPT (Filip Skokan)
[#&#8203;55427](https://redirect.github.com/nodejs/node/pull/55427)
-
\[[`363e7d5a76`](https://redirect.github.com/nodejs/node/commit/363e7d5a76)]
- **test_runner**: error on mocking an already mocked date (Aviv Keller)
[#&#8203;55858](https://redirect.github.com/nodejs/node/pull/55858)
-
\[[`f41d329e98`](https://redirect.github.com/nodejs/node/commit/f41d329e98)]
- **test_runner**: add support for scheduler.wait on mock timers (Erick
Wendel)
[#&#8203;55244](https://redirect.github.com/nodejs/node/pull/55244)
-
\[[`b9200c33ae`](https://redirect.github.com/nodejs/node/commit/b9200c33ae)]
- **test_runner**: require `--enable-source-maps` for sourcemap coverage
(Aviv Keller)
[#&#8203;55359](https://redirect.github.com/nodejs/node/pull/55359)
-
\[[`f11d93d8ef`](https://redirect.github.com/nodejs/node/commit/f11d93d8ef)]
- **tools**: enforce ordering of error codes in `errors.md` (Antoine du
Hamel)
[#&#8203;55324](https://redirect.github.com/nodejs/node/pull/55324)
-
\[[`85ca31a90a`](https://redirect.github.com/nodejs/node/commit/85ca31a90a)]
- **tools**: bump
[@&#8203;eslint/plugin-kit](https://redirect.github.com/eslint/plugin-kit)
from 0.2.0 to 0.2.3 in /tools/eslint (dependabot\[bot])
[#&#8203;55875](https://redirect.github.com/nodejs/node/pull/55875)
-
\[[`506aac567b`](https://redirect.github.com/nodejs/node/commit/506aac567b)]
- **tools**: fix exclude labels for commit-queue (Richard Lau)
[#&#8203;55809](https://redirect.github.com/nodejs/node/pull/55809)
-
\[[`14ffac9995`](https://redirect.github.com/nodejs/node/commit/14ffac9995)]
- **tools**: make commit-queue check blocked label (Marco Ippolito)
[#&#8203;55781](https://redirect.github.com/nodejs/node/pull/55781)
-
\[[`eb22ec87e6`](https://redirect.github.com/nodejs/node/commit/eb22ec87e6)]
- **tools**: remove non-existent file from eslint config (Aviv Keller)
[#&#8203;55772](https://redirect.github.com/nodejs/node/pull/55772)
-
\[[`5844565fb2`](https://redirect.github.com/nodejs/node/commit/5844565fb2)]
- **tools**: fix c-ares updater script for Node.js 18 (Richard Lau)
[#&#8203;55717](https://redirect.github.com/nodejs/node/pull/55717)
-
\[[`0a79ebd257`](https://redirect.github.com/nodejs/node/commit/0a79ebd257)]
- **tools**: update ESLint to 9.14.0 (dependabot\[bot])
[#&#8203;55689](https://redirect.github.com/nodejs/node/pull/55689)
-
\[[`12543d560a`](https://redirect.github.com/nodejs/node/commit/12543d560a)]
- **tools**: use `util.parseArgs` in `lint-md` (Aviv Keller)
[#&#8203;55694](https://redirect.github.com/nodejs/node/pull/55694)
-
\[[`d95aa244c2`](https://redirect.github.com/nodejs/node/commit/d95aa244c2)]
- **tools**: fix root certificate updater (Richard Lau)
[#&#8203;55681](https://redirect.github.com/nodejs/node/pull/55681)
-
\[[`3626891f8e`](https://redirect.github.com/nodejs/node/commit/3626891f8e)]
- **tools**: compact jq output in daily-wpt-fyi.yml action (Filip
Skokan)
[#&#8203;55695](https://redirect.github.com/nodejs/node/pull/55695)
-
\[[`02c902e68a`](https://redirect.github.com/nodejs/node/commit/02c902e68a)]
- **tools**: run daily WPT.fyi report on all supported releases (Filip
Skokan)
[#&#8203;55619](https://redirect.github.com/nodejs/node/pull/55619)
-
\[[`456b02351b`](https://redirect.github.com/nodejs/node/commit/456b02351b)]
- **tools**: lint README lists more strictly (Antoine du Hamel)
[#&#8203;55625](https://redirect.github.com/nodejs/node/pull/55625)
-
\[[`83a5983c7d`](https://redirect.github.com/nodejs/node/commit/83a5983c7d)]
- **tools**: update lint-md-dependencies (Node.js GitHub Bot)
[#&#8203;55470](https://redirect.github.com/nodejs/node/pull/55470)
-
\[[`72b4a8df6a`](https://redirect.github.com/nodejs/node/commit/72b4a8df6a)]
- **tools**: update gyp-next to 0.18.3 (Node.js GitHub Bot)
[#&#8203;55464](https://redirect.github.com/nodejs/node/pull/55464)
-
\[[`6b6e6a5590`](https://redirect.github.com/nodejs/node/commit/6b6e6a5590)]
- **tools**: add script to synch c-ares source lists (Richard Lau)
[#&#8203;55445](https://redirect.github.com/nodejs/node/pull/55445)
-
\[[`a6c444291b`](https://redirect.github.com/nodejs/node/commit/a6c444291b)]
- **tools**: fix typos (Nathan Baulch)
[#&#8203;55061](https://redirect.github.com/nodejs/node/pull/55061)
-
\[[`d5e915ba5d`](https://redirect.github.com/nodejs/node/commit/d5e915ba5d)]
- **tools**: add `polyfilled` option to `prefer-primordials` rule
(Antoine du Hamel)
[#&#8203;55318](https://redirect.github.com/nodejs/node/pull/55318)
-
\[[`c8e7f767b7`](https://redirect.github.com/nodejs/node/commit/c8e7f767b7)]
- **typings**: add missing type of `ArrayBufferPrototypeGetByteLength`
(Wuli Zuo)
[#&#8203;55439](https://redirect.github.com/nodejs/node/pull/55439)
-
\[[`6317f77942`](https://redirect.github.com/nodejs/node/commit/6317f77942)]
- **url**: refactor `pathToFileURL` to native (Antoine du Hamel)
[#&#8203;55476](https://redirect.github.com/nodejs/node/pull/55476)
-
\[[`5418d40256`](https://redirect.github.com/nodejs/node/commit/5418d40256)]
- **url**: handle "unsafe" characters properly in `pathToFileURL`
(Antoine du Hamel)
[#&#8203;54545](https://redirect.github.com/nodejs/node/pull/54545)
-
\[[`fce8c32c19`](https://redirect.github.com/nodejs/node/commit/fce8c32c19)]
- **util**: do not mark experimental feature as deprecated (Antoine du
Hamel)
[#&#8203;55740](https://redirect.github.com/nodejs/node/pull/55740)
-
\[[`940d22ffe1`](https://redirect.github.com/nodejs/node/commit/940d22ffe1)]
- **(SEMVER-MINOR)** **util**: fix util.getCallSites plurality
(Chengzhong Wu)
[#&#8203;55626](https://redirect.github.com/nodejs/node/pull/55626)
-
\[[`42ac0c2af3`](https://redirect.github.com/nodejs/node/commit/42ac0c2af3)]
- **util**: do not catch on circular `@@&#8203;toStringTag` errors (Aviv
Keller)
[#&#8203;55544](https://redirect.github.com/nodejs/node/pull/55544)

###
[`v22.11.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.11.0):
2024-10-29, Version 22.11.0 &#x27;Jod&#x27; (LTS), @&#8203;richardlau

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

##### Notable Changes

This release marks the transition of Node.js 22.x into Long Term Support
(LTS)
with the codename 'Jod'. The 22.x release line now moves into "Active
LTS"
and will remain so until October 2025. After that time, it will move
into
"Maintenance" until end of life in April 2027.

Other than updating metadata, such as the `process.release` object, to
reflect
that the release is LTS, no further changes from Node.js 22.10.0 are
included.

##### OpenSSL 3.x

Official binaries for Node.js 22.x currently include OpenSSL 3.0.x (more
specifically, the [quictls OpenSSL
fork](https://redirect.github.com/quictls/openssl)).
OpenSSL 3.0.x is the currently designated long term support version that
is
scheduled to be supported until 7th September 2026, which is within the
expected
lifetime of Node.js 22.x. We are expecting upstream OpenSSL to announce
a
successor long term support version prior to that date and since OpenSSL
now
follows a semantic versioning-like versioning scheme we expect to be
able to
update to the next long term supported version of OpenSSL during the
lifetime of
Node.js 22.x.

###
[`v22.10.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.10.0):
2024-10-16, Version 22.10.0 (Current), @&#8203;aduh95

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

##### Notable Changes

##### New `"module-sync"` exports condition

This release introduces a `"module-sync"` exports condition that's
enabled when
`require(esm)` is enabled, so packages can supply a synchronous ES
module to the
Node.js module loader, no matter if it's being required or imported.
This is
similar to the `"module"` condition that bundlers have been using to
support
`require(esm)` in Node.js, and allows dual-package authors to opt into
ESM-first
only on newer versions of Node.js that supports `require(esm)` to avoid
the
dual-package hazard.

```json
{
  "type": "module",
  "exports": {
    "node": {
      // On new version of Node.js, both require() and import get
      // the ESM version
      "module-sync": "./index.js",
      // On older version of Node.js, where "module-sync" and require(esm) are
      // not supported, use the CJS version to avoid dual-package hazard.
      // When package authors think it's time to drop support for older versions of
      // Node.js, they can remove the exports conditions and just use "main": "index.js".
      "default": "./dist/index.cjs"
    },
    // On any other environment, use the ESM version.
    "default": "./index.js"
  }
}
```

Or if the package is only meant to be run on Node.js and wants to
fallback to
CJS on older versions that don't have `require(esm)`:

```json
{
  "type": "module",
  "exports": {
    // On new version of Node.js, both require() and import get the ESM version
    "module-sync": "./index.js",
    // On older version of Node.js, where "module-sync" and require(esm) are
    // not supported, use the CJS version to avoid dual-package hazard.
    // When package authors think it's time to drop support for older versions of
    // Node.js, they can remove the exports conditions and just use "main": "index.js".
    "default": "./dist/index.cjs"
  }
}
```

**For package authors**: this only serves as a feature-detection
mechanism for
packages that wish to support both CJS and ESM users during the period
when some
active Node.js LTS versions support `require(esm)` while some older ones
don't.
When all active Node.js LTS lines support `require(esm)`, packages can
simplify
their distributions by bumping the major version, dropping their CJS
exports,
and removing the `module-sync` exports condition (with only `main` or
`default`
targetting the ESM exports). If the package needs to support both
bundlers and
being run unbundled on Node.js during the transition period, use both
`module-sync` and `module` and point them to the same ESM file. If the
package
already doesn't want to support older versions of Node.js that doesn't
support
`require(esm)`, don't use this export condition.

**For bundlers/tools**: they should avoid implementing this stop-gap
condition.
Most existing bundlers implement the de-facto bundler standard

[`module`](https://webpack.js.org/guides/package-exports/#providing-commonjs-and-esm-version-stateless)
exports condition, and that should be enough to support users who want
to bundle
ESM from CJS consumers. Users who want both bundlers and Node.js to
recognize
the ESM exports can use both `module`/`module-sync` conditions during
the
transition period, and can drop `module-sync`+`module` when they no
longer need
to support older versions of Node.js. If tools do want to support this
condition, it's recommended to make the resolution rules in the graph
pointed by
this condition match the Node.js native ESM rules to avoid divergence.

We ended up implementing a condition with a different name instead of
reusing
`"module"`, because existing code in the ecosystem using the `"module"`
condition sometimes also expect the module resolution for these ESM
files to
work in CJS style, w

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 06:29:35 +02:00
TrueCharts Bot 0e1e82e4d4 chore(helm): update image docker.io/bitnami/prometheus 2.55.1 → 3.0.1 (#30319)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/prometheus](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/prometheus))
| major | `56981ca` -> `04d94f1` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:28:36 +01:00
TrueCharts Bot 1edee45b16 chore(helm): update image ghcr.io/elfhosted/zilean v2.3.10 → v3.3.0 (#30235)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/zilean | major | `6d725a5` -> `50ec938` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 06:28:28 +02:00
TrueCharts Bot ecf1be05b4 chore(helm): update image docker.io/brandawg93/peanut 3.3.0 → 4.3.0 (#30320)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT)
| major | `be28b6a` -> `881f7ad` |

---

> [!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>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary>

###
[`v4.3.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.3.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.2.1...v4.3.0)

#### What's Changed

- New Crowdin translations by GitHub Action by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Brandawg93/PeaNUT/pull/128](https://redirect.github.com/Brandawg93/PeaNUT/pull/128)
- doc: update homepage README link by
[@&#8203;TO19](https://redirect.github.com/TO19) in
[https://github.com/Brandawg93/PeaNUT/pull/129](https://redirect.github.com/Brandawg93/PeaNUT/pull/129)
- re-use existing connection on getData endpoint by
[@&#8203;rmlamarche](https://redirect.github.com/rmlamarche) in
[https://github.com/Brandawg93/PeaNUT/pull/130](https://redirect.github.com/Brandawg93/PeaNUT/pull/130)
- Add API endpoint for executing commands on devices and related tests
by [@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/127](https://redirect.github.com/Brandawg93/PeaNUT/pull/127)

#### New Contributors

- [@&#8203;TO19](https://redirect.github.com/TO19) made their first
contribution in
[https://github.com/Brandawg93/PeaNUT/pull/129](https://redirect.github.com/Brandawg93/PeaNUT/pull/129)
- [@&#8203;rmlamarche](https://redirect.github.com/rmlamarche) made
their first contribution in
[https://github.com/Brandawg93/PeaNUT/pull/130](https://redirect.github.com/Brandawg93/PeaNUT/pull/130)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.2.1...v4.3.0

###
[`v4.2.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.2.1)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.2.0...v4.2.1)

#### What's Changed

- New Crowdin translations by GitHub Action by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Brandawg93/PeaNUT/pull/122](https://redirect.github.com/Brandawg93/PeaNUT/pull/122)
- Unique names only by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/121](https://redirect.github.com/Brandawg93/PeaNUT/pull/121)
- Bump nanoid from 3.3.7 to 3.3.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Brandawg93/PeaNUT/pull/123](https://redirect.github.com/Brandawg93/PeaNUT/pull/123)
- Fix README spelling by
[@&#8203;duongdev](https://redirect.github.com/duongdev) in
[https://github.com/Brandawg93/PeaNUT/pull/124](https://redirect.github.com/Brandawg93/PeaNUT/pull/124)
- Fix for new setups not being redirected to the login page by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93)

#### New Contributors

- [@&#8203;duongdev](https://redirect.github.com/duongdev) made their
first contribution in
[https://github.com/Brandawg93/PeaNUT/pull/124](https://redirect.github.com/Brandawg93/PeaNUT/pull/124)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.2.0...v4.2.1

###
[`v4.2.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.2.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.1.0...v4.2.0)

#### What's Changed

- New Grid by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/118](https://redirect.github.com/Brandawg93/PeaNUT/pull/118)
- react 19 by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/120](https://redirect.github.com/Brandawg93/PeaNUT/pull/120)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.1.0...v4.2.0

###
[`v4.1.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.1.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.0.2...v4.1.0)

#### What's Changed

- Create translation.json for Romanian by
[@&#8203;StoicaRemus](https://redirect.github.com/StoicaRemus) in
[https://github.com/Brandawg93/PeaNUT/pull/114](https://redirect.github.com/Brandawg93/PeaNUT/pull/114)
- Configure influx interval in UI by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/112](https://redirect.github.com/Brandawg93/PeaNUT/pull/112)
- New Crowdin translations by GitHub Action by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Brandawg93/PeaNUT/pull/117](https://redirect.github.com/Brandawg93/PeaNUT/pull/117)
- Better settings types by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/115](https://redirect.github.com/Brandawg93/PeaNUT/pull/115)

#### New Contributors

- [@&#8203;StoicaRemus](https://redirect.github.com/StoicaRemus) made
their first contribution in
[https://github.com/Brandawg93/PeaNUT/pull/114](https://redirect.github.com/Brandawg93/PeaNUT/pull/114)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.0.2...v4.1.0

###
[`v4.0.2`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.0.2)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.0.1...v4.0.2)

#### What's Changed

-   Fixed updates not showing in footer

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.0.1...v4.0.2

###
[`v4.0.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.0.1)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.0.0...v4.0.1)

#### What's Changed

- New Crowdin translations by GitHub Action by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Brandawg93/PeaNUT/pull/107](https://redirect.github.com/Brandawg93/PeaNUT/pull/107)
- Fix for empty servers array by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/110](https://redirect.github.com/Brandawg93/PeaNUT/pull/110)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v4.0.0...v4.0.1

###
[`v4.0.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.0.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v3.3.0...v4.0.0)

#### What's Changed

- More optimizations by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/99](https://redirect.github.com/Brandawg93/PeaNUT/pull/99)
- Bump micromatch from 4.0.5 to 4.0.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Brandawg93/PeaNUT/pull/101](https://redirect.github.com/Brandawg93/PeaNUT/pull/101)
- Fix theme by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/100](https://redirect.github.com/Brandawg93/PeaNUT/pull/100)
- Bump
[@&#8203;eslint/plugin-kit](https://redirect.github.com/eslint/plugin-kit)
from 0.2.0 to 0.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Brandawg93/PeaNUT/pull/103](https://redirect.github.com/Brandawg93/PeaNUT/pull/103)
- Better login by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/102](https://redirect.github.com/Brandawg93/PeaNUT/pull/102)
- Bump cross-spawn from 7.0.3 to 7.0.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Brandawg93/PeaNUT/pull/104](https://redirect.github.com/Brandawg93/PeaNUT/pull/104)
- Settings page by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/106](https://redirect.github.com/Brandawg93/PeaNUT/pull/106)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v3.3.0...v4.0.0

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:28:16 +01:00
TrueCharts Bot c098611c80 chore(helm): update image ghcr.io/linuxserver/digikam 7.8.0 → 8.5.0 (#30236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
major | `4a59bc0` -> `740c527` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 06:28:08 +02:00
TrueCharts Bot 0b4a37a22b chore(helm): update image docker.io/jgraph/drawio 24.7.17 → 26.0.0 (#30321)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jgraph/drawio](https://www.drawio.com)
([source](https://redirect.github.com/jgraph/docker-drawio)) | major |
`3e14dbd` -> `44ff7ee` |

---

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

###
[`v26.0.0`](https://redirect.github.com/jgraph/docker-drawio/compare/v24.7.17...v26.0.0)

[Compare
Source](https://redirect.github.com/jgraph/docker-drawio/compare/v24.7.17...v26.0.0)

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:27:36 +01:00
TrueCharts Bot ebd88e477d chore(helm): update image docker.io/netdata/netdata v1.47.5 → v2.1.0 (#30323)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/netdata/netdata](https://netdata.cloud)
([source](https://redirect.github.com/netdata/netdata)) | major |
`678b932` -> `fc0f7e7` |

---

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

###
[`v2.1.0`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v210-2024-12-19)

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

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

**Merged pull requests:**

- use inactive memory when calculating cgroups total memory
[#&#8203;19249](https://redirect.github.com/netdata/netdata/pull/19249)
([ktsaou](https://redirect.github.com/ktsaou))
- chore(aclk/mqtt): remove client_id len check
[#&#8203;19247](https://redirect.github.com/netdata/netdata/pull/19247)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d): simplify cli is help
[#&#8203;19246](https://redirect.github.com/netdata/netdata/pull/19246)
([ilyam8](https://redirect.github.com/ilyam8))
- Health transition saving optimization
[#&#8203;19245](https://redirect.github.com/netdata/netdata/pull/19245)
([stelfrag](https://redirect.github.com/stelfrag))
- Avoid blocking waiting for an event during shutdown
[#&#8203;19244](https://redirect.github.com/netdata/netdata/pull/19244)
([stelfrag](https://redirect.github.com/stelfrag))
- Do not call finalize on shutdown
[#&#8203;19241](https://redirect.github.com/netdata/netdata/pull/19241)
([stelfrag](https://redirect.github.com/stelfrag))
- fix the renamed function under windows
[#&#8203;19240](https://redirect.github.com/netdata/netdata/pull/19240)
([ktsaou](https://redirect.github.com/ktsaou))
- update netdata internal metrics ctx
[#&#8203;19239](https://redirect.github.com/netdata/netdata/pull/19239)
([ilyam8](https://redirect.github.com/ilyam8))
- feat(go.d.plugin): enable dyncfg vnodes
[#&#8203;19238](https://redirect.github.com/netdata/netdata/pull/19238)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: fix win deploy command for nightly
[#&#8203;19236](https://redirect.github.com/netdata/netdata/pull/19236)
([ilyam8](https://redirect.github.com/ilyam8))
- RRDHOST system-info isolation
[#&#8203;19235](https://redirect.github.com/netdata/netdata/pull/19235)
([ktsaou](https://redirect.github.com/ktsaou))
- Allow more threads to load contexts during startup
[#&#8203;19234](https://redirect.github.com/netdata/netdata/pull/19234)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix memory leak
[#&#8203;19233](https://redirect.github.com/netdata/netdata/pull/19233)
([stelfrag](https://redirect.github.com/stelfrag))
- fix(go.d/mongodb): add missing disconnect in initClient
[#&#8203;19232](https://redirect.github.com/netdata/netdata/pull/19232)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: update ui 3rd party link
[#&#8203;19231](https://redirect.github.com/netdata/netdata/pull/19231)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: split redistributed and add judy and dlib
[#&#8203;19230](https://redirect.github.com/netdata/netdata/pull/19230)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 in
/src/go
[#&#8203;19229](https://redirect.github.com/netdata/netdata/pull/19229)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Fix: fix heap use after free in health
[#&#8203;19228](https://redirect.github.com/netdata/netdata/pull/19228)
([ktsaou](https://redirect.github.com/ktsaou))
- ci: replace exit 1 with conditional skip in website update workflow
[#&#8203;19227](https://redirect.github.com/netdata/netdata/pull/19227)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(ml): remove logging for earch not acquired dimension
[#&#8203;19226](https://redirect.github.com/netdata/netdata/pull/19226)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix static builds to ensure usability on intended baseline hardware.
[#&#8203;19224](https://redirect.github.com/netdata/netdata/pull/19224)
([Ferroin](https://redirect.github.com/Ferroin))
- add MegaCli64 to ndsudo
[#&#8203;19223](https://redirect.github.com/netdata/netdata/pull/19223)
([ilyam8](https://redirect.github.com/ilyam8))
- removing IP address information. Bumping traefik version
[#&#8203;19222](https://redirect.github.com/netdata/netdata/pull/19222)
([M4itee](https://redirect.github.com/M4itee))
- fix compiler warnings
[#&#8203;19221](https://redirect.github.com/netdata/netdata/pull/19221)
([ktsaou](https://redirect.github.com/ktsaou))
- disable h20
[#&#8203;19218](https://redirect.github.com/netdata/netdata/pull/19218)
([ilyam8](https://redirect.github.com/ilyam8))
- add pcre2 dev to install-requires-packages.sh
[#&#8203;19217](https://redirect.github.com/netdata/netdata/pull/19217)
([ilyam8](https://redirect.github.com/ilyam8))
- remove ENABLE_H2O=1 from installer
[#&#8203;19216](https://redirect.github.com/netdata/netdata/pull/19216)
([ilyam8](https://redirect.github.com/ilyam8))
- fix: use setuid as a fallback for static builds when setcap fails for
plugins
[#&#8203;19215](https://redirect.github.com/netdata/netdata/pull/19215)
([ilyam8](https://redirect.github.com/ilyam8))
- add dyncfg vnode option to collectors
[#&#8203;19214](https://redirect.github.com/netdata/netdata/pull/19214)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/vmware/govmomi from 0.46.2 to 0.46.3
[#&#8203;19213](https://redirect.github.com/netdata/netdata/pull/19213)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump k8s.io/client-go from 0.31.3 to 0.32.0 in /src/go
[#&#8203;19210](https://redirect.github.com/netdata/netdata/pull/19210)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- dyncfg vnodes improvements
[#&#8203;19207](https://redirect.github.com/netdata/netdata/pull/19207)
([ilyam8](https://redirect.github.com/ilyam8))
- Streaming improvements No 8
[#&#8203;19206](https://redirect.github.com/netdata/netdata/pull/19206)
([ktsaou](https://redirect.github.com/ktsaou))
- feat(go.d.plugin): add dyncfg vnodes
[#&#8203;19205](https://redirect.github.com/netdata/netdata/pull/19205)
([ilyam8](https://redirect.github.com/ilyam8))
- Streaming improvements No 7
[#&#8203;19204](https://redirect.github.com/netdata/netdata/pull/19204)
([ktsaou](https://redirect.github.com/ktsaou))
- Add dynamic rooms docs
[#&#8203;19199](https://redirect.github.com/netdata/netdata/pull/19199)
([kapantzak](https://redirect.github.com/kapantzak))
- Streaming improvements No 6
[#&#8203;19196](https://redirect.github.com/netdata/netdata/pull/19196)
([ktsaou](https://redirect.github.com/ktsaou))
- Add cross-architecture build tests for Go code.
[#&#8203;19195](https://redirect.github.com/netdata/netdata/pull/19195)
([Ferroin](https://redirect.github.com/Ferroin))
- Remove July arrays
[#&#8203;19194](https://redirect.github.com/netdata/netdata/pull/19194)
([stelfrag](https://redirect.github.com/stelfrag))
- Streaming Improvements No 5
[#&#8203;19193](https://redirect.github.com/netdata/netdata/pull/19193)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations docs
[#&#8203;19192](https://redirect.github.com/netdata/netdata/pull/19192)
([netdatabot](https://redirect.github.com/netdatabot))
- rw_spinlocks: allow recursive readers, even when writers are waiting
[#&#8203;19191](https://redirect.github.com/netdata/netdata/pull/19191)
([ktsaou](https://redirect.github.com/ktsaou))
- docs: remove a duplicated row
[#&#8203;19190](https://redirect.github.com/netdata/netdata/pull/19190)
([orisano](https://redirect.github.com/orisano))
- build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /src/go
[#&#8203;19189](https://redirect.github.com/netdata/netdata/pull/19189)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Network Metadata (Windows plugin)
[#&#8203;19188](https://redirect.github.com/netdata/netdata/pull/19188)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- ci: fix update-website workflow
[#&#8203;19187](https://redirect.github.com/netdata/netdata/pull/19187)
([ilyam8](https://redirect.github.com/ilyam8))
- Streaming improvements No 4
[#&#8203;19186](https://redirect.github.com/netdata/netdata/pull/19186)
([ktsaou](https://redirect.github.com/ktsaou))
- Move dependency handling for integrations to script.
[#&#8203;19185](https://redirect.github.com/netdata/netdata/pull/19185)
([Ferroin](https://redirect.github.com/Ferroin))
- Regenerate integrations docs
[#&#8203;19184](https://redirect.github.com/netdata/netdata/pull/19184)
([netdatabot](https://redirect.github.com/netdatabot))
- fix(kickstart): netdata_avail_check on Ubuntu
[#&#8203;19183](https://redirect.github.com/netdata/netdata/pull/19183)
([ilyam8](https://redirect.github.com/ilyam8))
- Disks Metadata (Windows plugin)
[#&#8203;19182](https://redirect.github.com/netdata/netdata/pull/19182)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Bump repository config fetched by kickstart to latest version
[#&#8203;19181](https://redirect.github.com/netdata/netdata/pull/19181)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d): pass context to init/check/collect/cleanup
[#&#8203;19180](https://redirect.github.com/netdata/netdata/pull/19180)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations docs
[#&#8203;19177](https://redirect.github.com/netdata/netdata/pull/19177)
([netdatabot](https://redirect.github.com/netdatabot))
- docs: reorder silent mode and add full pipeline command example
[#&#8203;19176](https://redirect.github.com/netdata/netdata/pull/19176)
([Ancairon](https://redirect.github.com/Ancairon))
- Add Objects metadata (Windows Plugin)
[#&#8203;19175](https://redirect.github.com/netdata/netdata/pull/19175)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Fixup URLs in package repo documentation to use index files.
[#&#8203;19174](https://redirect.github.com/netdata/netdata/pull/19174)
([Ferroin](https://redirect.github.com/Ferroin))
- Regenerate integrations docs
[#&#8203;19173](https://redirect.github.com/netdata/netdata/pull/19173)
([netdatabot](https://redirect.github.com/netdatabot))
- build(deps): bump github.com/docker/docker from 27.3.1+incompatible to
27.4.0+incompatible in /src/go
[#&#8203;19172](https://redirect.github.com/netdata/netdata/pull/19172)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Processor Metadata (Windows Plugin)
[#&#8203;19171](https://redirect.github.com/netdata/netdata/pull/19171)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Streaming improvements No 3
[#&#8203;19168](https://redirect.github.com/netdata/netdata/pull/19168)
([ktsaou](https://redirect.github.com/ktsaou))
- Streaming improvements No 2
[#&#8203;19167](https://redirect.github.com/netdata/netdata/pull/19167)
([ktsaou](https://redirect.github.com/ktsaou))
- send quit to plugins
[#&#8203;19166](https://redirect.github.com/netdata/netdata/pull/19166)
([ktsaou](https://redirect.github.com/ktsaou))
- add units per context to /api/v3/contexts
[#&#8203;19165](https://redirect.github.com/netdata/netdata/pull/19165)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations docs
[#&#8203;19164](https://redirect.github.com/netdata/netdata/pull/19164)
([netdatabot](https://redirect.github.com/netdatabot))
- Update cloud virtual host name
[#&#8203;19163](https://redirect.github.com/netdata/netdata/pull/19163)
([stelfrag](https://redirect.github.com/stelfrag))
- docs: leftover links + changes on api-tokens.md
[#&#8203;19162](https://redirect.github.com/netdata/netdata/pull/19162)
([Ancairon](https://redirect.github.com/Ancairon))
- Regenerate integrations docs
[#&#8203;19161](https://redirect.github.com/netdata/netdata/pull/19161)
([netdatabot](https://redirect.github.com/netdatabot))
- docs: edit Authentication and Authorization section
[#&#8203;19160](https://redirect.github.com/netdata/netdata/pull/19160)
([Ancairon](https://redirect.github.com/Ancairon))
- Remove Option from Installer (Windows)
[#&#8203;19159](https://redirect.github.com/netdata/netdata/pull/19159)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- NET Framework metadata (Windows.plugin Part 1)
[#&#8203;19158](https://redirect.github.com/netdata/netdata/pull/19158)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- fix(build): fix building go.d on 32bit
[#&#8203;19156](https://redirect.github.com/netdata/netdata/pull/19156)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d): correct sd dir
[#&#8203;19155](https://redirect.github.com/netdata/netdata/pull/19155)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d): correct unlockall impl
[#&#8203;19154](https://redirect.github.com/netdata/netdata/pull/19154)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d): unlock job files on quit/restart
[#&#8203;19153](https://redirect.github.com/netdata/netdata/pull/19153)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations docs
[#&#8203;19152](https://redirect.github.com/netdata/netdata/pull/19152)
([netdatabot](https://redirect.github.com/netdatabot))
- build(deps): bump github.com/axiomhq/hyperloglog from 0.2.0 to 0.2.1
in /src/go
[#&#8203;19151](https://redirect.github.com/netdata/netdata/pull/19151)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in /src/go
[#&#8203;19149](https://redirect.github.com/netdata/netdata/pull/19149)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0
in /src/go
[#&#8203;19148](https://redirect.github.com/netdata/netdata/pull/19148)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- MSSQL Metadatas (windows.plugin)
[#&#8203;19147](https://redirect.github.com/netdata/netdata/pull/19147)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- chore(go.d.plugin): simplify main
[#&#8203;19146](https://redirect.github.com/netdata/netdata/pull/19146)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d.plugin): simplify netdataapi pkg
[#&#8203;19145](https://redirect.github.com/netdata/netdata/pull/19145)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d.plugin): improve function parser
[#&#8203;19143](https://redirect.github.com/netdata/netdata/pull/19143)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: fix a typo in aclk readme
[#&#8203;19141](https://redirect.github.com/netdata/netdata/pull/19141)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: Plans and ACLK docs edits
[#&#8203;19140](https://redirect.github.com/netdata/netdata/pull/19140)
([Ancairon](https://redirect.github.com/Ancairon))
- docs: Edits in the main Netdata Cloud readme
[#&#8203;19139](https://redirect.github.com/netdata/netdata/pull/19139)
([Ancairon](https://redirect.github.com/Ancairon))
- ci: fix build/create release
[#&#8203;19138](https://redirect.github.com/netdata/netdata/pull/19138)
([ilyam8](https://redirect.github.com/ilyam8))
- Streaming improvements No 1
[#&#8203;19137](https://redirect.github.com/netdata/netdata/pull/19137)
([ktsaou](https://redirect.github.com/ktsaou))
- fixed bug in streaming sender read
[#&#8203;19136](https://redirect.github.com/netdata/netdata/pull/19136)
([ktsaou](https://redirect.github.com/ktsaou))
- minor beatification of log messages
[#&#8203;19135](https://redirect.github.com/netdata/netdata/pull/19135)
([ktsaou](https://redirect.github.com/ktsaou))
- docs: restructure readme intro for better readability
[#&#8203;19134](https://redirect.github.com/netdata/netdata/pull/19134)
([ilyam8](https://redirect.github.com/ilyam8))
- ci: fix build/Prepare Artifacts
[#&#8203;19133](https://redirect.github.com/netdata/netdata/pull/19133)
([ilyam8](https://redirect.github.com/ilyam8))
- Modify Claim Screen (Windows Installer)
[#&#8203;19132](https://redirect.github.com/netdata/netdata/pull/19132)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Regenerate integrations docs
[#&#8203;19131](https://redirect.github.com/netdata/netdata/pull/19131)
([netdatabot](https://redirect.github.com/netdatabot))
- chore(windows/hyperv): small Hyper-V fixes
[#&#8203;19130](https://redirect.github.com/netdata/netdata/pull/19130)
([ilyam8](https://redirect.github.com/ilyam8))
- docs(windows/hyperv): add Hyper-V metadata
[#&#8203;19129](https://redirect.github.com/netdata/netdata/pull/19129)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(system-info): change id_like and name mac -> macOS
[#&#8203;19128](https://redirect.github.com/netdata/netdata/pull/19128)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(packaging): correct go linux 386 checksum
[#&#8203;19127](https://redirect.github.com/netdata/netdata/pull/19127)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations docs
[#&#8203;19126](https://redirect.github.com/netdata/netdata/pull/19126)
([netdatabot](https://redirect.github.com/netdatabot))
- Integrations gha, remove .js and .json files after the process
[#&#8203;19125](https://redirect.github.com/netdata/netdata/pull/19125)
([Ancairon](https://redirect.github.com/Ancairon))
- Avoid scanning charts for replication status
[#&#8203;19124](https://redirect.github.com/netdata/netdata/pull/19124)
([stelfrag](https://redirect.github.com/stelfrag))
- Address installer minor issues (Windows)
[#&#8203;19122](https://redirect.github.com/netdata/netdata/pull/19122)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Move eBPF code from linetdata to src/collector
[#&#8203;19121](https://redirect.github.com/netdata/netdata/pull/19121)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- change default nice level to 0
[#&#8203;19120](https://redirect.github.com/netdata/netdata/pull/19120)
([ilyam8](https://redirect.github.com/ilyam8))
- Disable mimalloc by default / enable explicitly if needed
[#&#8203;19118](https://redirect.github.com/netdata/netdata/pull/19118)
([stelfrag](https://redirect.github.com/stelfrag))
- Reduce EBPF memory usage
[#&#8203;19117](https://redirect.github.com/netdata/netdata/pull/19117)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix undefined behaviour.
[#&#8203;19116](https://redirect.github.com/netdata/netdata/pull/19116)
([vkalintiris](https://redirect.github.com/vkalintiris))
- disable python.d/example
[#&#8203;19114](https://redirect.github.com/netdata/netdata/pull/19114)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: format, typos, and some simplifications in `docs/`
[#&#8203;19112](https://redirect.github.com/netdata/netdata/pull/19112)
([ilyam8](https://redirect.github.com/ilyam8))
- change dim order because of colours in reboot_required
[#&#8203;19111](https://redirect.github.com/netdata/netdata/pull/19111)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(proc/reboot_required): disable on non Debian-based systems
[#&#8203;19110](https://redirect.github.com/netdata/netdata/pull/19110)
([ilyam8](https://redirect.github.com/ilyam8))
- feat(proc.plugin): add Reboot Required collector
[#&#8203;19109](https://redirect.github.com/netdata/netdata/pull/19109)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: update On-Prem System Requirements
[#&#8203;19107](https://redirect.github.com/netdata/netdata/pull/19107)
([ilyam8](https://redirect.github.com/ilyam8))
- On-prem docs edits 2
[#&#8203;19105](https://redirect.github.com/netdata/netdata/pull/19105)
([Ancairon](https://redirect.github.com/Ancairon))
- Docs edits on Cloud versions and On Prem
[#&#8203;19104](https://redirect.github.com/netdata/netdata/pull/19104)
([Ancairon](https://redirect.github.com/Ancairon))
- chore(go.d/pkg/socket): add err to callback return values
[#&#8203;19103](https://redirect.github.com/netdata/netdata/pull/19103)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: fix img tag
[#&#8203;19102](https://redirect.github.com/netdata/netdata/pull/19102)
([ilyam8](https://redirect.github.com/ilyam8))
- Edit the organize doc
[#&#8203;19101](https://redirect.github.com/netdata/netdata/pull/19101)
([Ancairon](https://redirect.github.com/Ancairon))
- Update connecting documentation
[#&#8203;19100](https://redirect.github.com/netdata/netdata/pull/19100)
([Ancairon](https://redirect.github.com/Ancairon))
- Claiming proxy defaults and additonal log info
[#&#8203;19098](https://redirect.github.com/netdata/netdata/pull/19098)
([ktsaou](https://redirect.github.com/ktsaou))
- Reset parameter when generating an alert snapshot
[#&#8203;19097](https://redirect.github.com/netdata/netdata/pull/19097)
([stelfrag](https://redirect.github.com/stelfrag))
- Update Registry docs
[#&#8203;19095](https://redirect.github.com/netdata/netdata/pull/19095)
([Ancairon](https://redirect.github.com/Ancairon))
- Collected and available metrics, instances and contexts
[#&#8203;19094](https://redirect.github.com/netdata/netdata/pull/19094)
([ktsaou](https://redirect.github.com/ktsaou))
- docs(systemd-journal.plugin): correct full-text search
[#&#8203;19093](https://redirect.github.com/netdata/netdata/pull/19093)
([ilyam8](https://redirect.github.com/ilyam8))
- Daemon docs edits
[#&#8203;19091](https://redirect.github.com/netdata/netdata/pull/19091)
([Ancairon](https://redirect.github.com/Ancairon))
- chore(go.d.plugin): renames part 2
[#&#8203;19090](https://redirect.github.com/netdata/netdata/pull/19090)
([ilyam8](https://redirect.github.com/ilyam8))
- remove stale docs, and update links and optimization documentation
[#&#8203;19089](https://redirect.github.com/netdata/netdata/pull/19089)
([Ancairon](https://redirect.github.com/Ancairon))
- Regenerate integrations.js
[#&#8203;19088](https://redirect.github.com/netdata/netdata/pull/19088)
([netdatabot](https://redirect.github.com/netdatabot))
- docs: fix go.d modules rename leftovers
[#&#8203;19087](https://redirect.github.com/netdata/netdata/pull/19087)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19086](https://redirect.github.com/netdata/netdata/pull/19086)
([netdatabot](https://redirect.github.com/netdatabot))
- update integrations gen script
[#&#8203;19085](https://redirect.github.com/netdata/netdata/pull/19085)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d/hpssa): handle HPE Smart Array line
[#&#8203;19084](https://redirect.github.com/netdata/netdata/pull/19084)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d.plugin): renames
[#&#8203;19081](https://redirect.github.com/netdata/netdata/pull/19081)
([ilyam8](https://redirect.github.com/ilyam8))
- Use mimalloc
[#&#8203;19080](https://redirect.github.com/netdata/netdata/pull/19080)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Regenerate integrations.js
[#&#8203;19079](https://redirect.github.com/netdata/netdata/pull/19079)
([netdatabot](https://redirect.github.com/netdatabot))
- Remove Go windows integration
[#&#8203;19078](https://redirect.github.com/netdata/netdata/pull/19078)
([Ancairon](https://redirect.github.com/Ancairon))
- Split database overview and configuration reference
[#&#8203;19077](https://redirect.github.com/netdata/netdata/pull/19077)
([Ancairon](https://redirect.github.com/Ancairon))
- Database docs edits
[#&#8203;19075](https://redirect.github.com/netdata/netdata/pull/19075)
([Ancairon](https://redirect.github.com/Ancairon))
- RAM and CPU resource util pages
[#&#8203;19074](https://redirect.github.com/netdata/netdata/pull/19074)
([Ancairon](https://redirect.github.com/Ancairon))
- Collector configuration page edits
[#&#8203;19072](https://redirect.github.com/netdata/netdata/pull/19072)
([Ancairon](https://redirect.github.com/Ancairon))
- Create a terminology dictionary for Netdata
[#&#8203;19071](https://redirect.github.com/netdata/netdata/pull/19071)
([Ancairon](https://redirect.github.com/Ancairon))
- build(deps): bump github.com/prometheus-community/pro-bing from
0.4.2-0.20241106090159-5a5f1d731cf5 to 0.5.0 in /src/go
[#&#8203;19070](https://redirect.github.com/netdata/netdata/pull/19070)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in
/src/go
[#&#8203;19069](https://redirect.github.com/netdata/netdata/pull/19069)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- update gorilla comp internal charts family
[#&#8203;19068](https://redirect.github.com/netdata/netdata/pull/19068)
([ilyam8](https://redirect.github.com/ilyam8))
- docs(systemd-journal.plugin): correct "Full-text search"
[#&#8203;19066](https://redirect.github.com/netdata/netdata/pull/19066)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19065](https://redirect.github.com/netdata/netdata/pull/19065)
([netdatabot](https://redirect.github.com/netdatabot))
- Register service to delay start
[#&#8203;19063](https://redirect.github.com/netdata/netdata/pull/19063)
([stelfrag](https://redirect.github.com/stelfrag))
- add links to mssql perflib object docs
[#&#8203;19062](https://redirect.github.com/netdata/netdata/pull/19062)
([ilyam8](https://redirect.github.com/ilyam8))
- claim -> connect in docs
[#&#8203;19060](https://redirect.github.com/netdata/netdata/pull/19060)
([Ancairon](https://redirect.github.com/Ancairon))
- build(deps): bump k8s.io/client-go from 0.31.2 to 0.31.3 in /src/go
[#&#8203;19059](https://redirect.github.com/netdata/netdata/pull/19059)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/vmware/govmomi from 0.46.1 to 0.46.2 in
/src/go
[#&#8203;19058](https://redirect.github.com/netdata/netdata/pull/19058)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Windows doc updates
[#&#8203;19054](https://redirect.github.com/netdata/netdata/pull/19054)
([Ancairon](https://redirect.github.com/Ancairon))
- Securing Agents section docs cleanup
[#&#8203;19053](https://redirect.github.com/netdata/netdata/pull/19053)
([Ancairon](https://redirect.github.com/Ancairon))
- fix(go.d/pkg/web): correct close idle connections
[#&#8203;19052](https://redirect.github.com/netdata/netdata/pull/19052)
([ilyam8](https://redirect.github.com/ilyam8))
- Update documentation about our native package repos.
[#&#8203;19049](https://redirect.github.com/netdata/netdata/pull/19049)
([Ferroin](https://redirect.github.com/Ferroin))
- Regenerate integrations.js
[#&#8203;19048](https://redirect.github.com/netdata/netdata/pull/19048)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d/pkg/web): add "force_http2" option
[#&#8203;19047](https://redirect.github.com/netdata/netdata/pull/19047)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19045](https://redirect.github.com/netdata/netdata/pull/19045)
([netdatabot](https://redirect.github.com/netdatabot))
- Capitalize the word "Agent"
[#&#8203;19044](https://redirect.github.com/netdata/netdata/pull/19044)
([Ancairon](https://redirect.github.com/Ancairon))
- Capitalize the word "cloud"
[#&#8203;19043](https://redirect.github.com/netdata/netdata/pull/19043)
([Ancairon](https://redirect.github.com/Ancairon))
- Add a special version number to bypass alert snapshots
[#&#8203;19042](https://redirect.github.com/netdata/netdata/pull/19042)
([stelfrag](https://redirect.github.com/stelfrag))
- Add Custom Actions (Installer)
[#&#8203;19041](https://redirect.github.com/netdata/netdata/pull/19041)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- fix(go.d/nvidia_smi): disable loop mode on Win
[#&#8203;19040](https://redirect.github.com/netdata/netdata/pull/19040)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d/nvidia_smi): disable loop mode by default on Win
[#&#8203;19039](https://redirect.github.com/netdata/netdata/pull/19039)
([ilyam8](https://redirect.github.com/ilyam8))
- improvement(go.d.plugin): terminate on QUIT command
[#&#8203;19038](https://redirect.github.com/netdata/netdata/pull/19038)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(windows/netframework): dont sanitize proc name for labels
[#&#8203;19036](https://redirect.github.com/netdata/netdata/pull/19036)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix MSSQL algorithm (Windows.plugin)
[#&#8203;19035](https://redirect.github.com/netdata/netdata/pull/19035)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- \--dev option to installer
[#&#8203;19034](https://redirect.github.com/netdata/netdata/pull/19034)
([ktsaou](https://redirect.github.com/ktsaou))
- add `shutdown` keyword to ensure graceful service termination on
FreeBSD
[#&#8203;19033](https://redirect.github.com/netdata/netdata/pull/19033)
([ilyam8](https://redirect.github.com/ilyam8))
- fix: ensure correct startup order for Netdata service on FreeBSD
[#&#8203;19032](https://redirect.github.com/netdata/netdata/pull/19032)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/gorcon/rcon from 1.3.5 to 1.4.0 in
/src/go
[#&#8203;19031](https://redirect.github.com/netdata/netdata/pull/19031)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/vmware/govmomi from 0.46.0 to 0.46.1 in
/src/go
[#&#8203;19030](https://redirect.github.com/netdata/netdata/pull/19030)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Regenerate integrations.js
[#&#8203;19029](https://redirect.github.com/netdata/netdata/pull/19029)
([netdatabot](https://redirect.github.com/netdatabot))
- improvement(windows/iis): add requests by type chart
[#&#8203;19028](https://redirect.github.com/netdata/netdata/pull/19028)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(windows/iis): dont sanitize site name for labels
[#&#8203;19027](https://redirect.github.com/netdata/netdata/pull/19027)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d.plugin): set nooplogger for automaxprocs
[#&#8203;19026](https://redirect.github.com/netdata/netdata/pull/19026)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19025](https://redirect.github.com/netdata/netdata/pull/19025)
([netdatabot](https://redirect.github.com/netdatabot))
- docs(go.d/windows): remove references to old MSI
[#&#8203;19024](https://redirect.github.com/netdata/netdata/pull/19024)
([ilyam8](https://redirect.github.com/ilyam8))
- improvement(go.d.plugin): automatically set GOMAXPROCS
[#&#8203;19023](https://redirect.github.com/netdata/netdata/pull/19023)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19022](https://redirect.github.com/netdata/netdata/pull/19022)
([netdatabot](https://redirect.github.com/netdatabot))
- docs: just iis
[#&#8203;19021](https://redirect.github.com/netdata/netdata/pull/19021)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(windows.plugin): format win collectors code
[#&#8203;19019](https://redirect.github.com/netdata/netdata/pull/19019)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19018](https://redirect.github.com/netdata/netdata/pull/19018)
([netdatabot](https://redirect.github.com/netdatabot))
- fix(go.d/ping): fix "interface" option
[#&#8203;19016](https://redirect.github.com/netdata/netdata/pull/19016)
([ilyam8](https://redirect.github.com/ilyam8))
- Remove MSI test
[#&#8203;19015](https://redirect.github.com/netdata/netdata/pull/19015)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- fix has_receiver condition in rrdhost_status()
[#&#8203;19014](https://redirect.github.com/netdata/netdata/pull/19014)
([ktsaou](https://redirect.github.com/ktsaou))
- backport of fixes from balance-parents
[#&#8203;19012](https://redirect.github.com/netdata/netdata/pull/19012)
([ktsaou](https://redirect.github.com/ktsaou))
- add missing spinlock unlocks on containers
[#&#8203;19011](https://redirect.github.com/netdata/netdata/pull/19011)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations.js
[#&#8203;19010](https://redirect.github.com/netdata/netdata/pull/19010)
([netdatabot](https://redirect.github.com/netdatabot))
- docs(go.d/windows): add deprecation notice
[#&#8203;19009](https://redirect.github.com/netdata/netdata/pull/19009)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d/dyncfg): remove additionalProperties
[#&#8203;19006](https://redirect.github.com/netdata/netdata/pull/19006)
([ilyam8](https://redirect.github.com/ilyam8))
- Set expires header when serving files
[#&#8203;19005](https://redirect.github.com/netdata/netdata/pull/19005)
([stelfrag](https://redirect.github.com/stelfrag))
- fix(go.d/x509check): correct check revocation code
[#&#8203;19004](https://redirect.github.com/netdata/netdata/pull/19004)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(go.d/dyncfg): remove additionalProperties check
[#&#8203;19003](https://redirect.github.com/netdata/netdata/pull/19003)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;19002](https://redirect.github.com/netdata/netdata/pull/19002)
([netdatabot](https://redirect.github.com/netdatabot))
- improvement(go.d/x509check): support checking full chain expiry time
[#&#8203;19001](https://redirect.github.com/netdata/netdata/pull/19001)
([ilyam8](https://redirect.github.com/ilyam8))
- fix: exclude volumes w/o drive letter from disk_space_usage_alert
[#&#8203;19000](https://redirect.github.com/netdata/netdata/pull/19000)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18997](https://redirect.github.com/netdata/netdata/pull/18997)
([netdatabot](https://redirect.github.com/netdatabot))
- docs: win deploy remove `./`
[#&#8203;18996](https://redirect.github.com/netdata/netdata/pull/18996)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: single line win deploy
[#&#8203;18994](https://redirect.github.com/netdata/netdata/pull/18994)
([ilyam8](https://redirect.github.com/ilyam8))
- Add SQL Express Metrics
[#&#8203;18992](https://redirect.github.com/netdata/netdata/pull/18992)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- Do not intentionally abort on non-0 exit code.
[#&#8203;18991](https://redirect.github.com/netdata/netdata/pull/18991)
([vkalintiris](https://redirect.github.com/vkalintiris))
- update plugin_data_collection_status alert summary/info
[#&#8203;18990](https://redirect.github.com/netdata/netdata/pull/18990)
([ilyam8](https://redirect.github.com/ilyam8))
- health: enable go.d data collection job status alert
[#&#8203;18989](https://redirect.github.com/netdata/netdata/pull/18989)
([ilyam8](https://redirect.github.com/ilyam8))
- update GH bug report
[#&#8203;18988](https://redirect.github.com/netdata/netdata/pull/18988)
([ilyam8](https://redirect.github.com/ilyam8))
- chore(go.d.plugin): fix duplicate boolToInt
[#&#8203;18987](https://redirect.github.com/netdata/netdata/pull/18987)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /src/go
[#&#8203;18986](https://redirect.github.com/netdata/netdata/pull/18986)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Improve Installer (Part II)
[#&#8203;18983](https://redirect.github.com/netdata/netdata/pull/18983)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- improvement(go.d.plugin): add data collection status chart
[#&#8203;18981](https://redirect.github.com/netdata/netdata/pull/18981)
([ilyam8](https://redirect.github.com/ilyam8))
- ci: fix win jobs
[#&#8203;18979](https://redirect.github.com/netdata/netdata/pull/18979)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18977](https://redirect.github.com/netdata/netdata/pull/18977)
([netdatabot](https://redirect.github.com/netdatabot))
- improvement(go.d/rabbitmq): add queue status and net partitions
[#&#8203;18976](https://redirect.github.com/netdata/netdata/pull/18976)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18973](https://redirect.github.com/netdata/netdata/pull/18973)
([netdatabot](https://redirect.github.com/netdatabot))
- add rabbitmq alerts
[#&#8203;18972](https://redirect.github.com/netdata/netdata/pull/18972)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18971](https://redirect.github.com/netdata/netdata/pull/18971)
([netdatabot](https://redirect.github.com/netdatabot))
- fix(go.d/snmp): don't return error if no sysName
[#&#8203;18970](https://redirect.github.com/netdata/netdata/pull/18970)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 in /src/go
[#&#8203;18968](https://redirect.github.com/netdata/netdata/pull/18968)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- go mod tidy
[#&#8203;18967](https://redirect.github.com/netdata/netdata/pull/18967)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18966](https://redirect.github.com/netdata/netdata/pull/18966)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d/rabbitmq): add cluster support
[#&#8203;18965](https://redirect.github.com/netdata/netdata/pull/18965)
([ilyam8](https://redirect.github.com/ilyam8))
- Tidy up CI to improve overall run times.
[#&#8203;18957](https://redirect.github.com/netdata/netdata/pull/18957)
([Ferroin](https://redirect.github.com/Ferroin))
- Balance streaming parents
[#&#8203;18945](https://redirect.github.com/netdata/netdata/pull/18945)
([ktsaou](https://redirect.github.com/ktsaou))
- added /api/v3/stream_path
[#&#8203;18943](https://redirect.github.com/netdata/netdata/pull/18943)
([ktsaou](https://redirect.github.com/ktsaou))
- Update Windows Documentation
[#&#8203;18928](https://redirect.github.com/netdata/netdata/pull/18928)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- IIS Metadata
[#&#8203;18765](https://redirect.github.com/netdata/netdata/pull/18765)
([thiagoftsm](https://redirect.github.com/thiagoftsm))

###
[`v2.0.3`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v203-2024-11-22)

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

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

###
[`v2.0.2`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v202-2024-11-21)

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

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

###
[`v2.0.1`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v201-2024-11-14)

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

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

###
[`v2.0.0`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v200-2024-11-07)

[Compare
Source](https://redirect.github.com/netdata/netdata/compare/v1.47.5...v2.0.0)

[Full
Changelog](https://redirect.github.com/netdata/netdata/compare/v1.47.5...v2.0.0)

**Merged pull requests:**

- build(deps): update go toolchain to v1.23.3
[#&#8203;18961](https://redirect.github.com/netdata/netdata/pull/18961)
([ilyam8](https://redirect.github.com/ilyam8))
- Adjust max possible extent size
[#&#8203;18960](https://redirect.github.com/netdata/netdata/pull/18960)
([stelfrag](https://redirect.github.com/stelfrag))
- build(deps): bump github.com/vmware/govmomi from 0.45.1 to 0.46.0 in
/src/go
[#&#8203;18959](https://redirect.github.com/netdata/netdata/pull/18959)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- chore(go.d.plugin): remove duplicate logging in init/check
[#&#8203;18955](https://redirect.github.com/netdata/netdata/pull/18955)
([ilyam8](https://redirect.github.com/ilyam8))
- Update README.md
[#&#8203;18954](https://redirect.github.com/netdata/netdata/pull/18954)
([Ancairon](https://redirect.github.com/Ancairon))
- Fix br elements
[#&#8203;18952](https://redirect.github.com/netdata/netdata/pull/18952)
([Ancairon](https://redirect.github.com/Ancairon))
- Precompile Python code on Windows.
[#&#8203;18951](https://redirect.github.com/netdata/netdata/pull/18951)
([Ferroin](https://redirect.github.com/Ferroin))
- docs: simplify go.d.plugin readme
[#&#8203;18949](https://redirect.github.com/netdata/netdata/pull/18949)
([ilyam8](https://redirect.github.com/ilyam8))
- fix memory leak when using libcurl
[#&#8203;18947](https://redirect.github.com/netdata/netdata/pull/18947)
([ktsaou](https://redirect.github.com/ktsaou))
- docs: add "Plugin Privileges" section
[#&#8203;18946](https://redirect.github.com/netdata/netdata/pull/18946)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: fix Caddy docker compose example
[#&#8203;18944](https://redirect.github.com/netdata/netdata/pull/18944)
([ilyam8](https://redirect.github.com/ilyam8))
- docs: grammar/format fixes to `docs/netdata-agent/`
[#&#8203;18942](https://redirect.github.com/netdata/netdata/pull/18942)
([ilyam8](https://redirect.github.com/ilyam8))
- Streaming re-organization
[#&#8203;18941](https://redirect.github.com/netdata/netdata/pull/18941)
([ktsaou](https://redirect.github.com/ktsaou))
- random numbers No 3
[#&#8203;18940](https://redirect.github.com/netdata/netdata/pull/18940)
([ktsaou](https://redirect.github.com/ktsaou))
- Random numbers improvements
[#&#8203;18939](https://redirect.github.com/netdata/netdata/pull/18939)
([ktsaou](https://redirect.github.com/ktsaou))
- fix(go.d/prometheus): correct unsupported protocol scheme "file" error
[#&#8203;18938](https://redirect.github.com/netdata/netdata/pull/18938)
([ilyam8](https://redirect.github.com/ilyam8))
- Improve ACLK sync CPU usage
[#&#8203;18935](https://redirect.github.com/netdata/netdata/pull/18935)
([stelfrag](https://redirect.github.com/stelfrag))
- Hyper collector fixes
[#&#8203;18934](https://redirect.github.com/netdata/netdata/pull/18934)
([stelfrag](https://redirect.github.com/stelfrag))
- Regenerate integrations.js
[#&#8203;18932](https://redirect.github.com/netdata/netdata/pull/18932)
([netdatabot](https://redirect.github.com/netdatabot))
- better randomness for heartbeat
[#&#8203;18930](https://redirect.github.com/netdata/netdata/pull/18930)
([ktsaou](https://redirect.github.com/ktsaou))
- add randomness per thread to heartbeat
[#&#8203;18929](https://redirect.github.com/netdata/netdata/pull/18929)
([ktsaou](https://redirect.github.com/ktsaou))
- Improve the documentation on removing stale nodes
[#&#8203;18927](https://redirect.github.com/netdata/netdata/pull/18927)
([ralphm](https://redirect.github.com/ralphm))
- Docs: Changes to title and CPU requirements
[#&#8203;18925](https://redirect.github.com/netdata/netdata/pull/18925)
([Ancairon](https://redirect.github.com/Ancairon))
- chore(go.d/nvidia_smi): remove use_csv_format (deprecated) from config
[#&#8203;18924](https://redirect.github.com/netdata/netdata/pull/18924)
([ilyam8](https://redirect.github.com/ilyam8))
- Docs: small fixes and pass on sizing Agents
[#&#8203;18923](https://redirect.github.com/netdata/netdata/pull/18923)
([Ancairon](https://redirect.github.com/Ancairon))
- go.d/portcheck: separate tabs for tcp/upd ports
[#&#8203;18922](https://redirect.github.com/netdata/netdata/pull/18922)
([ilyam8](https://redirect.github.com/ilyam8))
- Update Libbpf
[#&#8203;18921](https://redirect.github.com/netdata/netdata/pull/18921)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 in
/src/go
[#&#8203;18920](https://redirect.github.com/netdata/netdata/pull/18920)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- log2journal now uses libnetdata
[#&#8203;18919](https://redirect.github.com/netdata/netdata/pull/18919)
([ktsaou](https://redirect.github.com/ktsaou))
- docs: fix ui license link
[#&#8203;18918](https://redirect.github.com/netdata/netdata/pull/18918)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18917](https://redirect.github.com/netdata/netdata/pull/18917)
([netdatabot](https://redirect.github.com/netdatabot))
- Switch DEB/RPM repositories to new subdomain.
[#&#8203;18916](https://redirect.github.com/netdata/netdata/pull/18916)
([Ferroin](https://redirect.github.com/Ferroin))
- docs: fix broken links in metadata
[#&#8203;18915](https://redirect.github.com/netdata/netdata/pull/18915)
([ilyam8](https://redirect.github.com/ilyam8))
- Update CI to generate MSI installer for Windows using WiX.
[#&#8203;18914](https://redirect.github.com/netdata/netdata/pull/18914)
([Ferroin](https://redirect.github.com/Ferroin))
- Fix potential wait forever in mqtt loop
[#&#8203;18913](https://redirect.github.com/netdata/netdata/pull/18913)
([stelfrag](https://redirect.github.com/stelfrag))
- add `dagster` to apps_groups.conf
[#&#8203;18912](https://redirect.github.com/netdata/netdata/pull/18912)
([andrewm4894](https://redirect.github.com/andrewm4894))
- Installation section simplification
[#&#8203;18911](https://redirect.github.com/netdata/netdata/pull/18911)
([Ancairon](https://redirect.github.com/Ancairon))
- fix(debugfs/extfrag): add zone label
[#&#8203;18910](https://redirect.github.com/netdata/netdata/pull/18910)
([ilyam8](https://redirect.github.com/ilyam8))
- proc.plugin: log as info if a dir not exists
[#&#8203;18909](https://redirect.github.com/netdata/netdata/pull/18909)
([ilyam8](https://redirect.github.com/ilyam8))
- uninstall docs edits
[#&#8203;18908](https://redirect.github.com/netdata/netdata/pull/18908)
([Ancairon](https://redirect.github.com/Ancairon))
- Update uninstallation docs and remove reinstallation page
[#&#8203;18907](https://redirect.github.com/netdata/netdata/pull/18907)
([Ancairon](https://redirect.github.com/Ancairon))
- Adjust API version
[#&#8203;18906](https://redirect.github.com/netdata/netdata/pull/18906)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix a potential invalid double free memory
[#&#8203;18905](https://redirect.github.com/netdata/netdata/pull/18905)
([stelfrag](https://redirect.github.com/stelfrag))
- MSI Improvements
[#&#8203;18903](https://redirect.github.com/netdata/netdata/pull/18903)
([thiagoftsm](https://redirect.github.com/thiagoftsm))
- versioning for functions
[#&#8203;18902](https://redirect.github.com/netdata/netdata/pull/18902)
([ktsaou](https://redirect.github.com/ktsaou))
- Regenerate integrations.js
[#&#8203;18901](https://redirect.github.com/netdata/netdata/pull/18901)
([netdatabot](https://redirect.github.com/netdatabot))
- chore(go.d.plugin): add build tags to modules
[#&#8203;18900](https://redirect.github.com/netdata/netdata/pull/18900)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18899](https://redirect.github.com/netdata/netdata/pull/18899)
([netdatabot](https://redirect.github.com/netdatabot))
- Updating Netdata docs
[#&#8203;18898](https://redirect.github.com/netdata/netdata/pull/18898)
([Ancairon](https://redirect.github.com/Ancairon))
- remove python.d/zscores
[#&#8203;18897](https://redirect.github.com/netdata/netdata/pull/18897)
([ilyam8](https://redirect.github.com/ilyam8))
- Coverity fixes
[#&#8203;18896](https://redirect.github.com/netdata/netdata/pull/18896)
([stelfrag](https://redirect.github.com/stelfrag))
- docs edit
[#&#8203;18895](https://redirect.github.com/netdata/netdata/pull/18895)
([Ancairon](https://redirect.github.com/Ancairon))
- Start-stop-restart for windows, plus move info to its own file
[#&#8203;18894](https://redirect.github.com/netdata/netdata/pull/18894)
([Ancairon](https://redirect.github.com/Ancairon))
- log2journal: fix config parsing memory leaks
[#&#8203;18893](https://redirect.github.com/netdata/netdata/pull/18893)
([ktsaou](https://redirect.github.com/ktsaou))
- Fix coverity issues
[#&#8203;18892](https://redirect.github.com/netdata/netdata/pull/18892)
([stelfrag](https://redirect.github.com/stelfrag))
- Regenerate integrations.js
[#&#8203;18891](https://redirect.github.com/netdata/netdata/pull/18891)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d.plugin): add spigotmc collector
[#&#8203;18890](https://redirect.github.com/netdata/netdata/pull/18890)
([ilyam8](https://redirect.github.com/ilyam8))
- remove python.d/spigotmc
[#&#8203;18889](https://redirect.github.com/netdata/netdata/pull/18889)
([ilyam8](https://redirect.github.com/ilyam8))
- improvement(go.d/k8sstate): collect pod status reason
[#&#8203;18887](https://redirect.github.com/netdata/netdata/pull/18887)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18886](https://redirect.github.com/netdata/netdata/pull/18886)
([netdatabot](https://redirect.github.com/netdatabot))
- fix(go.d/k8sstate): use static list of warning/terminated reasons
[#&#8203;18885](https://redirect.github.com/netdata/netdata/pull/18885)
([ilyam8](https://redirect.github.com/ilyam8))
- properly sanitize prometheus names and values
[#&#8203;18884](https://redirect.github.com/netdata/netdata/pull/18884)
([ktsaou](https://redirect.github.com/ktsaou))
- Windows storage fixes
[#&#8203;18880](https://redirect.github.com/netdata/netdata/pull/18880)
([ktsaou](https://redirect.github.com/ktsaou))
- include windows.h globally in libnetdata
[#&#8203;18878](https://redirect.github.com/netdata/netdata/pull/18878)
([ktsaou](https://redirect.github.com/ktsaou))
- fix: correct go.d.plugin permission for source builds
[#&#8203;18876](https://redirect.github.com/netdata/netdata/pull/18876)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1
in /src/go
[#&#8203;18874](https://redirect.github.com/netdata/netdata/pull/18874)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump k8s.io/client-go from 0.31.1 to 0.31.2 in /src/go
[#&#8203;18873](https://redirect.github.com/netdata/netdata/pull/18873)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- build(deps): bump github.com/vmware/govmomi from 0.45.0 to 0.45.1 in
/src/go
[#&#8203;18872](https://redirect.github.com/netdata/netdata/pull/18872)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- fix: correct health schema typo preventing Action alert rendering.
[#&#8203;18871](https://redirect.github.com/netdata/netdata/pull/18871)
([ilyam8](https://redirect.github.com/ilyam8))
- Adjust text_sanitizer to accept the default value
[#&#8203;18870](https://redirect.github.com/netdata/netdata/pull/18870)
([stelfrag](https://redirect.github.com/stelfrag))
- Regenerate integrations.js
[#&#8203;18869](https://redirect.github.com/netdata/netdata/pull/18869)
([netdatabot](https://redirect.github.com/netdatabot))
- docs(go.d/ping): clarify permissions
[#&#8203;18868](https://redirect.github.com/netdata/netdata/pull/18868)
([ilyam8](https://redirect.github.com/ilyam8))
- Fix corruption in expression value replacement
[#&#8203;18865](https://redirect.github.com/netdata/netdata/pull/18865)
([stelfrag](https://redirect.github.com/stelfrag))
- Prevent memory corruption during ACLK OTP decode
[#&#8203;18863](https://redirect.github.com/netdata/netdata/pull/18863)
([stelfrag](https://redirect.github.com/stelfrag))
- Do not build H2O by default.
[#&#8203;18861](https://redirect.github.com/netdata/netdata/pull/18861)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Regenerate integrations.js
[#&#8203;18860](https://redirect.github.com/netdata/netdata/pull/18860)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d.plugin): add MaxScale collector
[#&#8203;18859](https://redirect.github.com/netdata/netdata/pull/18859)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(apps.plugin): add tini to Linux managers
[#&#8203;18856](https://redirect.github.com/netdata/netdata/pull/18856)
([ilyam8](https://redirect.github.com/ilyam8))
- feat(proc/numa): add numa node mem activity
[#&#8203;18855](https://redirect.github.com/netdata/netdata/pull/18855)
([ilyam8](https://redirect.github.com/ilyam8))
- build(deps): bump github.com/vmware/govmomi from 0.44.1 to 0.45.0 in
/src/go
[#&#8203;18854](https://redirect.github.com/netdata/netdata/pull/18854)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- chore(ci): print versions in check_successful_update
[#&#8203;18853](https://redirect.github.com/netdata/netdata/pull/18853)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18852](https://redirect.github.com/netdata/netdata/pull/18852)
([netdatabot](https://redirect.github.com/netdatabot))
- Make integration links absolute
[#&#8203;18851](https://redirect.github.com/netdata/netdata/pull/18851)
([Ancairon](https://redirect.github.com/Ancairon))
- fix(packaging): check for sys/capability.h only on Linux
[#&#8203;18849](https://redirect.github.com/netdata/netdata/pull/18849)
([ilyam8](https://redirect.github.com/ilyam8))
- feat(go.d/sd/nl): make timeout and interval configurable
[#&#8203;18847](https://redirect.github.com/netdata/netdata/pull/18847)
([ilyam8](https://redirect.github.com/ilyam8))
- fix(packaging): fix installing libcurl_dev on FreeBSD
[#&#8203;18845](https://redirect.github.com/netdata/netdata/pull/18845)
([ilyam8](https://redirect.github.com/ilyam8))
- Silence up-to-date installation targets.
[#&#8203;18842](https://redirect.github.com/netdata/netdata/pull/18842)
([vkalintiris](https://redirect.github.com/vkalintiris))
- docs(web/gui): remove legacy dashboard description
[#&#8203;18841](https://redirect.github.com/netdata/netdata/pull/18841)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18839](https://redirect.github.com/netdata/netdata/pull/18839)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d/vernemq): add "Queued PUBLISH Messages" chart
[#&#8203;18838](https://redirect.github.com/netdata/netdata/pull/18838)
([ilyam8](https://redirect.github.com/ilyam8))
- Remove RRDSET_FLAG_DETAIL.
[#&#8203;18837](https://redirect.github.com/netdata/netdata/pull/18837)
([vkalintiris](https://redirect.github.com/vkalintiris))
- Update enterprise SSO docs
[#&#8203;18836](https://redirect.github.com/netdata/netdata/pull/18836)
([car12o](https://redirect.github.com/car12o))
- chore(go.d/vernemq): remove unused file
[#&#8203;18835](https://redirect.github.com/netdata/netdata/pull/18835)
([ilyam8](https://redirect.github.com/ilyam8))
- Regenerate integrations.js
[#&#8203;18834](https://redirect.github.com/netdata/netdata/pull/18834)
([netdatabot](https://redirect.github.com/netdatabot))
- feat(go.d/nvidia_smi): add "index" label to GPU charts
[#&#8203;18833](https://redirect.github.com/netdata/netdata/pull/18833)
([ilyam8](https://redirect.github.com/ilyam8))
- spawn-server-nofork: invalid magic
[#&#8203;18831](https://redirect.github.com/netdata/netdata/pull/18831)
([ktsaou](https://redirect.github.com/ktsaou))
- remove old obsolete check for excess data in request
[#&#8203;18830](https://redirect.github.com/netdata/netdata/pull/18830)
([ktsaou](https://redirect.github.com/ktsaou))
- Add the Windows event logs integration to the meta
[#&#8203;18829](https://redirect.github.com/netdata/netdata/pull/18829)
([Ancairon](https://redirect.github.com/Ancairon))
- build(deps): bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 in
/src/go
[#&#8203;18828](https://redirect.github.com/netdata/netdata/pull/18828)
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Regenerate integrations.js
[#&#8203;18826](https://redirect.github.com/netdata/netdata/pull/18826)
([netdatabot](https://redirect.github.com/netdatabot))
- Common O/S Caching Layer for users and groups
[#&#8203;18825](https://redirect.github.com/netdata/netdata/pull/18825)
([ktsaou](https://redirect.github.com/ktsaou))
- More windows metrics
[#&#8203;18824](https://redirect.github.com/netdata/netdata/pull/18824)
([ktsaou](https://redirect.github.com/ktsaou))
- fix compilation on windows
[#&#8203;18823](https://redirect.github.com/netdata/netdata/pull/18823)
([ktsaou](https://redirect.github.com/ktsaou))
- numa basic meminfo
[#&#8203;18822](https://redirect.github.com/netdata/netdata/pull/18822)
([ktsaou](https://redirect.github.com/ktsaou))
- fixes last PR merge
[#&#8203;18821](https://redirect.github.com/netdata/netdata/pull/18821)
([ktsaou](https://redirect.github.com/ktsaou))
- optimizations for servers with vast amounts of sockets
[#&#8203;18820](https://redirect.github.com/netdata/netdata/pull/18820)
([ktsaou](https://redirect.github.com/ktsaou))
- claiming should wait for node id and status ONLINE only
[#&#8203;18816](https://redirect.github.com/netdata/netdata/pull/18816)
([ktsaou](https://redirect.github.com/ktsaou))
- fix(go.d/vernemq)!: support prometheus namespace added in v2.0
[#&#8203;18815](https://redirect.github.com/netdata/netdata/pull/18815)
([ilyam8](https://redirect.github.com/ilyam8))
- Comment out dictionary with hashtable code for now
[#&#8203;18814](https://redirect.github.com/netdata/netdata/pull/18814)
([stelfrag](https://redirect.github.com/stelfrag))
- Fix variable scope to prevent invalid memory access
[#&#8203;18813](https://redirect.github.com/netdata/netdata/pull/18813)
([stelfrag](https://redirect.github.com/stelfrag))
- fix(proc/proc_net_dev): delay collecting all virtual interfaces
[#&#8203;18812](https://redirect.github.com/netdata/netdata/pull/18812)
([ilyam8](https://redirect.github.com/ilyam8))
- Revert "Fix atomic builtins test that currently fails for
llvm+compiler_rt when gcc is not present"
[#&#8203;18811](https://redirect.github.com/netdata/netdata/pull/18811)
([stelfrag](https://redirect.github.com/stelfrag))
- Windows storage metrics
[#&#8203;18810](https://redirect.github.com/netdata/netdata/pull/18810)
([ktsaou](https://redirect.github.com/ktsaou))
- aesthetic changes in the code
[#&#8203;18808](https://redirect.github.com/netdata/netdata/pull/18808)
([ktsaou](https://redirect.github.com/ktsaou))
- allow local-listeners to associate container sockets with pids
[#&#8203;18807](https://redirect.github.com/netdata/netdata/pull/18807)
([ktsaou](https://redirect.github.com/ktsaou))
- fix(go.d/sensors): ignore 'unknown' values [#&#8203;18806](https://re

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:27:20 +01:00
TrueCharts Bot 0196584656 chore(helm): update chart kube-prometheus-stack 65.8.1 → 67.5.0 (#30318)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| major | `65.8.1` -> `67.5.0` |

---

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

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v67.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.4.0...kube-prometheus-stack-67.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.4.0...kube-prometheus-stack-67.5.0)

###
[`v67.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.3.1...kube-prometheus-stack-67.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.3.1...kube-prometheus-stack-67.4.0)

###
[`v67.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.3.0...kube-prometheus-stack-67.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.3.0...kube-prometheus-stack-67.3.1)

###
[`v67.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.2.1...kube-prometheus-stack-67.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.2.1...kube-prometheus-stack-67.3.0)

###
[`v67.2.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.2.0...kube-prometheus-stack-67.2.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.2.0...kube-prometheus-stack-67.2.1)

###
[`v67.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.1.0...kube-prometheus-stack-67.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.1.0...kube-prometheus-stack-67.2.0)

###
[`v67.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.0.0...kube-prometheus-stack-67.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.0.0...kube-prometheus-stack-67.1.0)

###
[`v67.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.7.1...kube-prometheus-stack-67.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.7.1...kube-prometheus-stack-67.0.0)

###
[`v66.7.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.7.0...kube-prometheus-stack-66.7.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.7.0...kube-prometheus-stack-66.7.1)

###
[`v66.7.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.6.0...kube-prometheus-stack-66.7.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.6.0...kube-prometheus-stack-66.7.0)

###
[`v66.6.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.5.0...kube-prometheus-stack-66.6.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.5.0...kube-prometheus-stack-66.6.0)

###
[`v66.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.4.0...kube-prometheus-stack-66.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.4.0...kube-prometheus-stack-66.5.0)

###
[`v66.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.3.1...kube-prometheus-stack-66.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.3.1...kube-prometheus-stack-66.4.0)

###
[`v66.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.3.0...kube-prometheus-stack-66.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.3.0...kube-prometheus-stack-66.3.1)

###
[`v66.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.2...kube-prometheus-stack-66.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.2...kube-prometheus-stack-66.3.0)

###
[`v66.2.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.1...kube-prometheus-stack-66.2.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.1...kube-prometheus-stack-66.2.2)

###
[`v66.2.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.0...kube-prometheus-stack-66.2.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.2.0...kube-prometheus-stack-66.2.1)

###
[`v66.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.1.1...kube-prometheus-stack-66.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.1.1...kube-prometheus-stack-66.2.0)

###
[`v66.1.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.1.0...kube-prometheus-stack-66.1.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.1.0...kube-prometheus-stack-66.1.1)

###
[`v66.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.0.0...kube-prometheus-stack-66.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-66.0.0...kube-prometheus-stack-66.1.0)

###
[`v66.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.8.1...kube-prometheus-stack-66.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.8.1...kube-prometheus-stack-66.0.0)

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9tYWpvciJdfQ==-->
2024-12-28 05:27:05 +01:00
TrueCharts Bot 153f201407 chore(helm): update image renovate/renovate 38.142.7 → 39.83.0 (#30333)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | major |
-> |

---

> [!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>renovatebot/renovate (renovate/renovate)</summary>

###
[`v39.83.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.83.0)

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

##### Features

- **preset:** Add oracle database jdbc and nls monorepo groups
([#&#8203;33287](https://redirect.github.com/renovatebot/renovate/issues/33287))
([594c9ed](https://redirect.github.com/renovatebot/renovate/commit/594c9ed8e4454b6b973520a175db1732fad8dfd8))

##### Miscellaneous Chores

- **deps:** update python:3.13 docker digest to
[`08371fa`](https://redirect.github.com/renovatebot/renovate/commit/08371fa)
([#&#8203;33282](https://redirect.github.com/renovatebot/renovate/issues/33282))
([301c8f8](https://redirect.github.com/renovatebot/renovate/commit/301c8f8e7940a056edbf01b7b03c3f28137f78d7))
- **deps:** update python:3.13 docker digest to
[`52d1bb8`](https://redirect.github.com/renovatebot/renovate/commit/52d1bb8)
([#&#8203;33283](https://redirect.github.com/renovatebot/renovate/issues/33283))
([dc1fdb6](https://redirect.github.com/renovatebot/renovate/commit/dc1fdb65cd02ec9a5f9ab013d2fd46ee6eaf1ec2))
- **deps:** update python:3.13 docker digest to
[`a76a2a0`](https://redirect.github.com/renovatebot/renovate/commit/a76a2a0)
([#&#8203;33284](https://redirect.github.com/renovatebot/renovate/issues/33284))
([bf52ff5](https://redirect.github.com/renovatebot/renovate/commit/bf52ff5659300b13e6a11eeae9f3cdb719b6bcfe))
- **deps:** update python:3.13 docker digest to
[`cea505b`](https://redirect.github.com/renovatebot/renovate/commit/cea505b)
([#&#8203;33285](https://redirect.github.com/renovatebot/renovate/issues/33285))
([3615598](https://redirect.github.com/renovatebot/renovate/commit/361559804905a20e112c591dbbf75cb6bf933e90))

###
[`v39.82.9`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.9)

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

##### Build System

- **deps:** update dependency
[@&#8203;opentelemetry/instrumentation-bunyan](https://redirect.github.com/opentelemetry/instrumentation-bunyan)
to v0.45.0
([#&#8203;33281](https://redirect.github.com/renovatebot/renovate/issues/33281))
([a6d840b](https://redirect.github.com/renovatebot/renovate/commit/a6d840b5ed5541db574ad79ba35ac9cb4893aa48))

###
[`v39.82.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.8)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.5
([#&#8203;33278](https://redirect.github.com/renovatebot/renovate/issues/33278))
([d972203](https://redirect.github.com/renovatebot/renovate/commit/d972203f00961525156c2aace11aa661e3acf37a))

##### Miscellaneous Chores

- **deps:** update python:3.13 docker digest to
[`c286f03`](https://redirect.github.com/renovatebot/renovate/commit/c286f03)
([#&#8203;33277](https://redirect.github.com/renovatebot/renovate/issues/33277))
([1cee80e](https://redirect.github.com/renovatebot/renovate/commit/1cee80e79aba5ab28147014d7517c5201e6e6294))

##### Build System

- **deps:** update opentelemetry-js monorepo
([#&#8203;33279](https://redirect.github.com/renovatebot/renovate/issues/33279))
([07e65f1](https://redirect.github.com/renovatebot/renovate/commit/07e65f1ab6e3d31ed5908d7adba58ee5a31222f8))

###
[`v39.82.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.7)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.4
([#&#8203;33271](https://redirect.github.com/renovatebot/renovate/issues/33271))
([b88a242](https://redirect.github.com/renovatebot/renovate/commit/b88a2428620da720501098f6a5af597c59b54287))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.5.15
([#&#8203;33273](https://redirect.github.com/renovatebot/renovate/issues/33273))
([87303d0](https://redirect.github.com/renovatebot/renovate/commit/87303d0ab1a4e3b778d9cb3bb38f195bf3cf258f))

###
[`v39.82.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.6)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.3
([#&#8203;33267](https://redirect.github.com/renovatebot/renovate/issues/33267))
([c1fca9a](https://redirect.github.com/renovatebot/renovate/commit/c1fca9a08d8cf617fb4e311d57802f0a7ccd5ad5))

###
[`v39.82.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.5)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.2
([#&#8203;33265](https://redirect.github.com/renovatebot/renovate/issues/33265))
([f61b607](https://redirect.github.com/renovatebot/renovate/commit/f61b607747469908a1fa72bae87b0016bc5b1407))

###
[`v39.82.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.4)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.2
([#&#8203;33264](https://redirect.github.com/renovatebot/renovate/issues/33264))
([d043c02](https://redirect.github.com/renovatebot/renovate/commit/d043c0201c8bcd9b9e90a3962f964dd7f906a694))

##### Documentation

- **examples/opentelemetry:** use modern components and simplify
([#&#8203;33226](https://redirect.github.com/renovatebot/renovate/issues/33226))
([7db44d7](https://redirect.github.com/renovatebot/renovate/commit/7db44d743a9f6c577c3f0c0eea23bd23ea87718b))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.5.14
([#&#8203;33261](https://redirect.github.com/renovatebot/renovate/issues/33261))
([19969a7](https://redirect.github.com/renovatebot/renovate/commit/19969a74ffa084c23cfb5520d3a372170059fea3))
- **deps:** update dependency npm-run-all2 to v7.0.2
([#&#8203;33257](https://redirect.github.com/renovatebot/renovate/issues/33257))
([1fbecc7](https://redirect.github.com/renovatebot/renovate/commit/1fbecc725339587bb0b1e2732c7346d78bf53fbb))
- **deps:** update dependency type-fest to v4.30.2
([#&#8203;33262](https://redirect.github.com/renovatebot/renovate/issues/33262))
([1e1b692](https://redirect.github.com/renovatebot/renovate/commit/1e1b69298eb665c83b73a49af37b7955bf5ed4e4))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.5.1
([#&#8203;33254](https://redirect.github.com/renovatebot/renovate/issues/33254))
([79d7e4b](https://redirect.github.com/renovatebot/renovate/commit/79d7e4bb3546327bb527d52173d388b937ca15b1))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.5.2
([#&#8203;33263](https://redirect.github.com/renovatebot/renovate/issues/33263))
([462fb52](https://redirect.github.com/renovatebot/renovate/commit/462fb52d51e25c1aeeaa996c5d8187d1e984ff92))
- **deps:** update linters to v8.18.1
([#&#8203;33258](https://redirect.github.com/renovatebot/renovate/issues/33258))
([e5957cc](https://redirect.github.com/renovatebot/renovate/commit/e5957cc3869d16801699ad7b192784d54d8c580a))

###
[`v39.82.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.3)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.1
([#&#8203;33251](https://redirect.github.com/renovatebot/renovate/issues/33251))
([eef0127](https://redirect.github.com/renovatebot/renovate/commit/eef012758fcdec5b87dc1bfe355e97e1e1bed6b6))

###
[`v39.82.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.2)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.1
([#&#8203;33250](https://redirect.github.com/renovatebot/renovate/issues/33250))
([650cecc](https://redirect.github.com/renovatebot/renovate/commit/650cecc80da0fee8ad8a16564ee7dcedfa6e889c))

##### Documentation

- update references to renovate/renovate
([#&#8203;33243](https://redirect.github.com/renovatebot/renovate/issues/33243))
([b29ba4b](https://redirect.github.com/renovatebot/renovate/commit/b29ba4b97d8f35ccf3c9a09b4f9fad51173b6183))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([#&#8203;33244](https://redirect.github.com/renovatebot/renovate/issues/33244))
([7c8a3e9](https://redirect.github.com/renovatebot/renovate/commit/7c8a3e981fabaf1a5b343df86e8c03bbfa683230))
- **deps:** update containerbase/internal-tools action to v3.5.12
([#&#8203;33245](https://redirect.github.com/renovatebot/renovate/issues/33245))
([565a789](https://redirect.github.com/renovatebot/renovate/commit/565a789dd943231bbb72f89af83c93cb3b9b0fc3))
- **deps:** update containerbase/internal-tools action to v3.5.13
([#&#8203;33249](https://redirect.github.com/renovatebot/renovate/issues/33249))
([a08cdf4](https://redirect.github.com/renovatebot/renovate/commit/a08cdf4c95b82491442854f0bb540d98890d1092))
- **deps:** update dependency renovatebot/github-action to v41.0.7
([#&#8203;33246](https://redirect.github.com/renovatebot/renovate/issues/33246))
([b173d32](https://redirect.github.com/renovatebot/renovate/commit/b173d32f190edd18ecbcf2fb38de5231a8eab5a1))

###
[`v39.82.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.1)

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

##### Bug Fixes

- **deps:** update dependency mkdocs-awesome-pages-plugin to v2.10.1
([#&#8203;33241](https://redirect.github.com/renovatebot/renovate/issues/33241))
([d78d44e](https://redirect.github.com/renovatebot/renovate/commit/d78d44eb7c99cfa89f273a995970d6837439eb3d))

###
[`v39.82.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.82.0)

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

##### Features

- **datasource/github-runners:** add windows 2025
([#&#8203;33238](https://redirect.github.com/renovatebot/renovate/issues/33238))
([c417bbe](https://redirect.github.com/renovatebot/renovate/commit/c417bbe28466470cdc718866d0c817dc2c48932d))

###
[`v39.81.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.81.0)

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

##### Features

- **manager/helmfile:** allow forward slashes in OCI chart names
([#&#8203;33162](https://redirect.github.com/renovatebot/renovate/issues/33162))
([54e718e](https://redirect.github.com/renovatebot/renovate/commit/54e718e671e4e6e358ac982710716b89ad345759))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.5.11
([#&#8203;33235](https://redirect.github.com/renovatebot/renovate/issues/33235))
([f1a9b24](https://redirect.github.com/renovatebot/renovate/commit/f1a9b2425c877bc0d78a5fde7cc9b555923bcefc))
- **deps:** update dependency graphql to v16.10.0
([#&#8203;33239](https://redirect.github.com/renovatebot/renovate/issues/33239))
([c2527da](https://redirect.github.com/renovatebot/renovate/commit/c2527dac6390e09f0a5277e46317017e11949ac1))

###
[`v39.80.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.80.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.26.0
([#&#8203;33228](https://redirect.github.com/renovatebot/renovate/issues/33228))
([ea902ac](https://redirect.github.com/renovatebot/renovate/commit/ea902acdd99667552c826fd0c4aeff7cb7ecfb9f))
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.27.0
([#&#8203;33232](https://redirect.github.com/renovatebot/renovate/issues/33232))
([d056694](https://redirect.github.com/renovatebot/renovate/commit/d0566943af47236a96b2431202a19377c6476190))

##### Bug Fixes

- **deps:** update dependency mkdocs-awesome-pages-plugin to v2.10.0
([#&#8203;33233](https://redirect.github.com/renovatebot/renovate/issues/33233))
([d5316a8](https://redirect.github.com/renovatebot/renovate/commit/d5316a866cc5ab33b2bc848ef3b447ce1f526fa9))
- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.0
([#&#8203;33234](https://redirect.github.com/renovatebot/renovate/issues/33234))
([94e0449](https://redirect.github.com/renovatebot/renovate/commit/94e0449fbdb5379db03ef1092cf93c249858598b))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.5.0
([#&#8203;33231](https://redirect.github.com/renovatebot/renovate/issues/33231))
([ca639e6](https://redirect.github.com/renovatebot/renovate/commit/ca639e6723666fe058a1d3376a1b19e9c7a4b798))

###
[`v39.79.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.79.1)

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

##### Miscellaneous Chores

- **deps:** update github/codeql-action action to v3.28.0
([#&#8203;33225](https://redirect.github.com/renovatebot/renovate/issues/33225))
([b20eaf6](https://redirect.github.com/renovatebot/renovate/commit/b20eaf6403ecbdc20787860ad5a8a16c59ed9d6b))

##### Build System

- **deps:** update opentelemetry-js monorepo
([#&#8203;33046](https://redirect.github.com/renovatebot/renovate/issues/33046))
([64b6e88](https://redirect.github.com/renovatebot/renovate/commit/64b6e888d016e59097edf95bf58b9702a2a41639))

###
[`v39.79.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.79.0)

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

##### Features

- **datasource/orb:** Add support for internal CircleCI Registries
([#&#8203;33213](https://redirect.github.com/renovatebot/renovate/issues/33213))
([7eef0d3](https://redirect.github.com/renovatebot/renovate/commit/7eef0d3ed0acd1c67224c55b87395df06bde9753))

###
[`v39.78.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.78.0)

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

##### Features

- **versioning:** add devbox versioning module
([#&#8203;31408](https://redirect.github.com/renovatebot/renovate/issues/31408))
([01a3c2f](https://redirect.github.com/renovatebot/renovate/commit/01a3c2ff8ff464040868f98de9e88ae544b0dc48))

##### Bug Fixes

- **go:** Request only info for versions with the same major
([#&#8203;33169](https://redirect.github.com/renovatebot/renovate/issues/33169))
([6072a35](https://redirect.github.com/renovatebot/renovate/commit/6072a3577f319caa65e40ca6faea8ac341f9a9ea))

##### Miscellaneous Chores

- Add k8s.io/component-helpers to group:kubernetes
([#&#8203;33223](https://redirect.github.com/renovatebot/renovate/issues/33223))
([91c0483](https://redirect.github.com/renovatebot/renovate/commit/91c0483543576e60a3af3cf858c931147f7c850e))
- **deps:** update linters
([#&#8203;32318](https://redirect.github.com/renovatebot/renovate/issues/32318))
([dc6bf16](https://redirect.github.com/renovatebot/renovate/commit/dc6bf16c371978663072f831fb5784404b8ace71))
- use redirects for missing labels issue
([#&#8203;33221](https://redirect.github.com/renovatebot/renovate/issues/33221))
([c69df69](https://redirect.github.com/renovatebot/renovate/commit/c69df699dab74df010de1e6306d8b6ab7b994574))

###
[`v39.77.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.77.0)

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

##### Features

- **bazel-module:** Support \*.MODULE.bazel
([#&#8203;33211](https://redirect.github.com/renovatebot/renovate/issues/33211))
([1743d81](https://redirect.github.com/renovatebot/renovate/commit/1743d814489307a2879bf34f685fd9e95b9874d3))
- **manager/gomod:** option to always run go mod vendor
([#&#8203;33066](https://redirect.github.com/renovatebot/renovate/issues/33066))
([aa0c7d2](https://redirect.github.com/renovatebot/renovate/commit/aa0c7d284ba16e209ffb9b7e93bb526c06f7be22))

###
[`v39.76.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.76.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.25.1
([#&#8203;33207](https://redirect.github.com/renovatebot/renovate/issues/33207))
([10f1f46](https://redirect.github.com/renovatebot/renovate/commit/10f1f46d382e83dbc92140186b2e4fbf972ea645))

##### Miscellaneous Chores

- **deps:** update dependency type-fest to v4.30.1
([#&#8203;33215](https://redirect.github.com/renovatebot/renovate/issues/33215))
([1677d53](https://redirect.github.com/renovatebot/renovate/commit/1677d5387d26ba68fc29aabbe5ca91ef1e51d1d0))

###
[`v39.75.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.75.1)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.24.1
([#&#8203;33203](https://redirect.github.com/renovatebot/renovate/issues/33203))
([94ccb91](https://redirect.github.com/renovatebot/renovate/commit/94ccb91d316811a775aa46165817f4f4c6000336))

##### Miscellaneous Chores

- **deps:** update dependency pdm to v2.22.1
([#&#8203;33202](https://redirect.github.com/renovatebot/renovate/issues/33202))
([6a0885a](https://redirect.github.com/renovatebot/renovate/commit/6a0885a61a6ed1e52b1a4cb5d731aada6cddd8c9))

##### Code Refactoring

- **config/validation:** move helper fns to separate file
([#&#8203;33206](https://redirect.github.com/renovatebot/renovate/issues/33206))
([f98db74](https://redirect.github.com/renovatebot/renovate/commit/f98db7404be885925d4fdde15f2128710f7e2bd7))

###
[`v39.75.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.75.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.24.0
([#&#8203;33198](https://redirect.github.com/renovatebot/renovate/issues/33198))
([3b8735d](https://redirect.github.com/renovatebot/renovate/commit/3b8735d68cd02546244026ea028aae6044d598e9))

##### Miscellaneous Chores

- **deps:** update codecov/codecov-action action to v5.1.2
([#&#8203;33197](https://redirect.github.com/renovatebot/renovate/issues/33197))
([3425aef](https://redirect.github.com/renovatebot/renovate/commit/3425aef3d352e3aa9b04663f817915cb72f08f4a))

###
[`v39.74.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.74.1)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.23.3
([#&#8203;33195](https://redirect.github.com/renovatebot/renovate/issues/33195))
([fc36735](https://redirect.github.com/renovatebot/renovate/commit/fc36735f0c7dcf174122b455ab499d6d41e34127))

###
[`v39.74.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.74.0)

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

##### Features

- **bun:** Add support for updating text-format lockfile when
package.json changes
([#&#8203;33189](https://redirect.github.com/renovatebot/renovate/issues/33189))
([ca821eb](https://redirect.github.com/renovatebot/renovate/commit/ca821eb0e7a26f96d0d40971d9badece90751fdc))
- **preset:** adding opentelemetry and graphql monorepos
([#&#8203;33188](https://redirect.github.com/renovatebot/renovate/issues/33188))
([2342d9f](https://redirect.github.com/renovatebot/renovate/commit/2342d9f7967aff33a4ac1116e1ca805927f95d60))

###
[`v39.73.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.73.0)

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

##### Features

- **git:** cloneSubmodulesFilter
([#&#8203;33115](https://redirect.github.com/renovatebot/renovate/issues/33115))
([e27fe66](https://redirect.github.com/renovatebot/renovate/commit/e27fe66980c5aa4b54ad2a4d30e425df3d318ada))

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.23.2
([#&#8203;33186](https://redirect.github.com/renovatebot/renovate/issues/33186))
([317f097](https://redirect.github.com/renovatebot/renovate/commit/317f097a8d0a3559864ce6aab4af9e78337261c7))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to
v20.17.10
([#&#8203;33185](https://redirect.github.com/renovatebot/renovate/issues/33185))
([98693e2](https://redirect.github.com/renovatebot/renovate/commit/98693e2e6797053b06b409a94f26400348e19631))

###
[`v39.72.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.5)

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

##### Bug Fixes

- revert lookup refactor from
[#&#8203;32930](https://redirect.github.com/renovatebot/renovate/issues/32930)
([#&#8203;33184](https://redirect.github.com/renovatebot/renovate/issues/33184))
([4daa853](https://redirect.github.com/renovatebot/renovate/commit/4daa85386b0525a27aa6ae97053b6ac3222c0260))

###
[`v39.72.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.4)

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

##### Bug Fixes

- **platform/bitbucket:** ensure `getPrList()` runtime integrity
([#&#8203;32970](https://redirect.github.com/renovatebot/renovate/issues/32970))
([3ee4857](https://redirect.github.com/renovatebot/renovate/commit/3ee48571b0aa39d81ce13fb44f01404a7f6a3bc4))

###
[`v39.72.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.3)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.23.1
([#&#8203;33181](https://redirect.github.com/renovatebot/renovate/issues/33181))
([e84c65c](https://redirect.github.com/renovatebot/renovate/commit/e84c65cc9b292d26b8808cb51916d414f7cf044b))

##### Miscellaneous Chores

- **deps:** update actions/upload-artifact action to v4.5.0
([#&#8203;33182](https://redirect.github.com/renovatebot/renovate/issues/33182))
([db35a96](https://redirect.github.com/renovatebot/renovate/commit/db35a965abe1333bb33a1b432531a5de32811d5a))
- **deps:** update otel/opentelemetry-collector-contrib docker tag to
v0.116.0
([#&#8203;33177](https://redirect.github.com/renovatebot/renovate/issues/33177))
([05efb66](https://redirect.github.com/renovatebot/renovate/commit/05efb665c4421e9f9676d6bc274b1a966d60e185))
- **deps:** update otel/opentelemetry-collector-contrib docker tag to
v0.116.1
([#&#8203;33180](https://redirect.github.com/renovatebot/renovate/issues/33180))
([434f3a2](https://redirect.github.com/renovatebot/renovate/commit/434f3a25fcf95eded4480492e0efd4394f6d33de))

##### Code Refactoring

- **platform:** rename `addPr` to `setPr`
([#&#8203;33174](https://redirect.github.com/renovatebot/renovate/issues/33174))
([92ac488](https://redirect.github.com/renovatebot/renovate/commit/92ac488836f2c5438f10f068b02f166ad86c40d8))

##### Build System

- **deps:** update dependency zod to v3.24.1
([#&#8203;33183](https://redirect.github.com/renovatebot/renovate/issues/33183))
([6857f95](https://redirect.github.com/renovatebot/renovate/commit/6857f95cc75885295e8692ec4978055be9e9e26f))

###
[`v39.72.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.2)

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

##### Bug Fixes

- **cache:** add extract revision, stop deleting skipReason
([#&#8203;33172](https://redirect.github.com/renovatebot/renovate/issues/33172))
([8ae7448](https://redirect.github.com/renovatebot/renovate/commit/8ae744857c18337dd0f8b9c47d5a70e9e4b17b73))

##### Code Refactoring

- **logger:** improve readability and modularity
([#&#8203;33058](https://redirect.github.com/renovatebot/renovate/issues/33058))
([3b9464c](https://redirect.github.com/renovatebot/renovate/commit/3b9464c8fa4b74e32115a8e167b190bd846ad852))

###
[`v39.72.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.1)

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

##### Miscellaneous Chores

- check for non-labeled issues
([#&#8203;32707](https://redirect.github.com/renovatebot/renovate/issues/32707))
([e882f1f](https://redirect.github.com/renovatebot/renovate/commit/e882f1fe19de36a3edb468939e09dceb98895193))
- **deps:** update actions/checkout action to v4.2.2
([#&#8203;33158](https://redirect.github.com/renovatebot/renovate/issues/33158))
([f0775a6](https://redirect.github.com/renovatebot/renovate/commit/f0775a6afa35f886efa0a4aaa04ce8bb3fdc764a))

##### Build System

- **deps:** update dependency zod to v3.24.0
([#&#8203;33159](https://redirect.github.com/renovatebot/renovate/issues/33159))
([9ad2e59](https://redirect.github.com/renovatebot/renovate/commit/9ad2e599a610b64ca52047830259406337bd0ee8))
- **deps:** update emojibase monorepo to v16 (major)
([#&#8203;33160](https://redirect.github.com/renovatebot/renovate/issues/33160))
([af6a80e](https://redirect.github.com/renovatebot/renovate/commit/af6a80edcc5f917422164fb9d4ff104fd0fbce07))

###
[`v39.72.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.72.0)

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

##### Features

- **groups:** add io.micrometer group
([#&#8203;33137](https://redirect.github.com/renovatebot/renovate/issues/33137))
([a32f1e4](https://redirect.github.com/renovatebot/renovate/commit/a32f1e4be77865aef0d7480f85c359d085245353))

##### Documentation

- change heading level for why updating often is easier
([#&#8203;33019](https://redirect.github.com/renovatebot/renovate/issues/33019))
([0e62f52](https://redirect.github.com/renovatebot/renovate/commit/0e62f52bbd24893fa6b5257727b485bab63dd3be))
- **config-overview.md:** explain order of operations for final config
([#&#8203;32623](https://redirect.github.com/renovatebot/renovate/issues/32623))
([8796843](https://redirect.github.com/renovatebot/renovate/commit/8796843a221956a2fa66dc7c127bf78adf17e4a1))

###
[`v39.71.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.71.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.23.0
([#&#8203;33154](https://redirect.github.com/renovatebot/renovate/issues/33154))
([e8f192a](https://redirect.github.com/renovatebot/renovate/commit/e8f192ad0e5510bf27a5d6c768ef794a2d13c121))

##### Miscellaneous Chores

- **deps:** update docker/dockerfile docker tag to v1.12.1
([#&#8203;33153](https://redirect.github.com/renovatebot/renovate/issues/33153))
([9851816](https://redirect.github.com/renovatebot/renovate/commit/985181612aa6c777ed199246ebb4a0e096fd1527))

###
[`v39.70.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.70.0)

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

##### Features

- **datasource/github-runners:** deprecate Ubuntu 20.04
([#&#8203;33139](https://redirect.github.com/renovatebot/renovate/issues/33139))
([365acff](https://redirect.github.com/renovatebot/renovate/commit/365acffd50146fd4a650277983209fdf92a64c12))

###
[`v39.69.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.69.4)

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

##### Bug Fixes

- **deps:** update dependency mkdocs-material to v9.5.49
([#&#8203;33141](https://redirect.github.com/renovatebot/renovate/issues/33141))
([cb79d61](https://redirect.github.com/renovatebot/renovate/commit/cb79d6159d6a96d7b4b5fc0a27dbab21e561afb4))
- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.4.5
([#&#8203;33146](https://redirect.github.com/renovatebot/renovate/issues/33146))
([d42aacb](https://redirect.github.com/renovatebot/renovate/commit/d42aacbdddb286f64c947a68eef28430f89aaf2d))
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.22.4
([#&#8203;33147](https://redirect.github.com/renovatebot/renovate/issues/33147))
([d6bf458](https://redirect.github.com/renovatebot/renovate/commit/d6bf458b95e140b2fcdcc4daf8d087a7a420324f))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;swc/core](https://redirect.github.com/swc/core) to v1.10.1
([#&#8203;33136](https://redirect.github.com/renovatebot/renovate/issues/33136))
([c62aef7](https://redirect.github.com/renovatebot/renovate/commit/c62aef7502d4a66ddc38eafa88f33d85d3d645c2))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.4.5
([#&#8203;33140](https://redirect.github.com/renovatebot/renovate/issues/33140))
([1aa706d](https://redirect.github.com/renovatebot/renovate/commit/1aa706d4da2e5adaa40b918444fa2f6ed49e191a))

###
[`v39.69.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.69.3)

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

##### Bug Fixes

- **config-migration:** skip migration of package.json
([#&#8203;33122](https://redirect.github.com/renovatebot/renovate/issues/33122))
([66dcb61](https://redirect.github.com/renovatebot/renovate/commit/66dcb61908dfdbc262c0d61861145a6e8240f312))

##### Documentation

- **config:** remove deprecation date from secrets migration
([#&#8203;33125](https://redirect.github.com/renovatebot/renovate/issues/33125))
([8453d73](https://redirect.github.com/renovatebot/renovate/commit/8453d73d0bd385673c2c5174a76f43191906a249))
- update references to renovate/renovate
([#&#8203;33128](https://redirect.github.com/renovatebot/renovate/issues/33128))
([0a33346](https://redirect.github.com/renovatebot/renovate/commit/0a33346c24e5a0134590ca8e5d876327ec92111b))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([#&#8203;33129](https://redirect.github.com/renovatebot/renovate/issues/33129))
([0942aa3](https://redirect.github.com/renovatebot/renovate/commit/0942aa3ace1b961ae97fad5276b3a63aa1537dfa))
- **deps:** update containerbase/internal-tools action to v3.5.10
([#&#8203;33130](https://redirect.github.com/renovatebot/renovate/issues/33130))
([13e0750](https://redirect.github.com/renovatebot/renovate/commit/13e075031084d40e71329189d930f57fb00d0a09))
- **deps:** update dependency markdownlint-cli2 to v0.16.0
([#&#8203;33131](https://redirect.github.com/renovatebot/renovate/issues/33131))
([bea7f1e](https://redirect.github.com/renovatebot/renovate/commit/bea7f1ee86a335f3b97bf4b5856519adefc11378))
- **deps:** update dependency memfs to v4.15.0
([#&#8203;33132](https://redirect.github.com/renovatebot/renovate/issues/33132))
([1d36aa3](https://redirect.github.com/renovatebot/renovate/commit/1d36aa3e01b06e87881f628a89162136d7072953))

###
[`v39.69.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.69.2)

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

##### Build System

- **deps:** update dependency better-sqlite3 to v11.7.0
([#&#8203;33114](https://redirect.github.com/renovatebot/renovate/issues/33114))
([d0c0aa7](https://redirect.github.com/renovatebot/renovate/commit/d0c0aa7333b0c00582dfc8cc2dbebe7e4f80d0e7))

###
[`v39.69.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.69.1)

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

##### Bug Fixes

- **circleci:** parsing of inline orb definitions
([#&#8203;31843](https://redirect.github.com/renovatebot/renovate/issues/31843))
([ffa4333](https://redirect.github.com/renovatebot/renovate/commit/ffa4333a385f3289e2d5a35584e849a11ec2418c))

###
[`v39.69.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.69.0)

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

##### Features

- extend skipStage to extract, lookup
([#&#8203;33108](https://redirect.github.com/renovatebot/renovate/issues/33108))
([07c0058](https://redirect.github.com/renovatebot/renovate/commit/07c005869cc738fc7e3f7786011d97511c386014))

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.22.3
([#&#8203;33112](https://redirect.github.com/renovatebot/renovate/issues/33112))
([5b8942f](https://redirect.github.com/renovatebot/renovate/commit/5b8942f8f872ea53ecb745d1ed90afa8b52f900c))

###
[`v39.68.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.68.1)

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

##### Bug Fixes

- **config/presets:** ensure groups have packageRules
([#&#8203;33088](https://redirect.github.com/renovatebot/renovate/issues/33088))
([d898d7f](https://redirect.github.com/renovatebot/renovate/commit/d898d7fc40e1e6ef6357cc260950ad7be156ba73))

###
[`v39.68.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.68.0)

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

##### Features

- **config:** global:safeEnv
([#&#8203;33096](https://redirect.github.com/renovatebot/renovate/issues/33096))
([9d3f7e6](https://redirect.github.com/renovatebot/renovate/commit/9d3f7e63b37d5ca723aa74a841b29a88307e670a))

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.4.3
([#&#8203;33110](https://redirect.github.com/renovatebot/renovate/issues/33110))
([9c244a2](https://redirect.github.com/renovatebot/renovate/commit/9c244a2b84d3f63f8645bf644ccaaa7c28830cbe))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.4.3
([#&#8203;33109](https://redirect.github.com/renovatebot/renovate/issues/33109))
([4c40e99](https://redirect.github.com/renovatebot/renovate/commit/4c40e99f1a7d0d02bf3b1bc44e7923ec8f80c437))

###
[`v39.67.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.67.0)

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

##### Features

- **preset:** add happy-dom monorepo
([#&#8203;33098](https://redirect.github.com/renovatebot/renovate/issues/33098))
([8d00693](https://redirect.github.com/renovatebot/renovate/commit/8d00693d5638a6a94002bf241e40005c5d496e01))
- **preset:** add LinkifyJS monorepo
([#&#8203;33097](https://redirect.github.com/renovatebot/renovate/issues/33097))
([3c37e66](https://redirect.github.com/renovatebot/renovate/commit/3c37e662206db201258a8f7ba96f87bd7a3611b7))

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.22.2
([#&#8203;33106](https://redirect.github.com/renovatebot/renovate/issues/33106))
([0552d98](https://redirect.github.com/renovatebot/renovate/commit/0552d987b6d1abdabad36d2b36034ec6e06b1873))

###
[`v39.66.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.66.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.22.1
([#&#8203;33103](https://redirect.github.com/renovatebot/renovate/issues/33103))
([ebfc4db](https://redirect.github.com/renovatebot/renovate/commit/ebfc4db9a0c02d9915188d2ca63559761e630bd5))

###
[`v39.65.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.65.2)

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

##### Bug Fixes

- **go:** Better condition for quitting major versions fetch loop
([#&#8203;33102](https://redirect.github.com/renovatebot/renovate/issues/33102))
([3d86982](https://redirect.github.com/renovatebot/renovate/commit/3d86982ccb1ce44826521b9370d2c9bb7a8b5be9))

###
[`v39.65.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.65.1)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.4.2
([#&#8203;33101](https://redirect.github.com/renovatebot/renovate/issues/33101))
([0633b79](https://redirect.github.com/renovatebot/renovate/commit/0633b79d188956f69207066fd4c7545daa819e4d))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.4.2
([#&#8203;33100](https://redirect.github.com/renovatebot/renovate/issues/33100))
([ba5e4da](https://redirect.github.com/renovatebot/renovate/commit/ba5e4daf03dd559b1139b9d60b17c72b2a0c1569))
- **deps:** update pnpm to v9.15.0
([#&#8203;33094](https://redirect.github.com/renovatebot/renovate/issues/33094))
([60f1caa](https://redirect.github.com/renovatebot/renovate/commit/60f1caa56f8e64d116d3ac4f9d6d0d3865afb494))

###
[`v39.65.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.65.0)

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

##### Features

- raise error when encrypted + no privateKey
([#&#8203;33085](https://redirect.github.com/renovatebot/renovate/issues/33085))
([44c83b0](https://redirect.github.com/renovatebot/renovate/commit/44c83b0901a4a835c1c667d3b33220da1d835766))

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.4.1
([#&#8203;33092](https://redirect.github.com/renovatebot/renovate/issues/33092))
([0092db9](https://redirect.github.com/renovatebot/renovate/commit/0092db9d543d2377b94e9cd9e1545977048276c6))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.4.1
([#&#8203;33091](https://redirect.github.com/renovatebot/renovate/issues/33091))
([f8b436d](https://redirect.github.com/renovatebot/renovate/commit/f8b436d0cf187f64d3d6a922a1863cc89b60fb9d))

###
[`v39.64.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.64.0)

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

##### Features

- **datasource:** add Hackage datasource
([#&#8203;32944](https://redirect.github.com/renovatebot/renovate/issues/32944))
([d63ff71](https://redirect.github.com/renovatebot/renovate/commit/d63ff715cd72891c30faf4c61e9645bff5422e10))

##### Miscellaneous Chores

- **deps:** update github/codeql-action action to v3.27.8
([#&#8203;33074](https://redirect.github.com/renovatebot/renovate/issues/33074))
([955229e](https://redirect.github.com/renovatebot/renovate/commit/955229edfeb3dc61ba704d699f89b26899ea2b66))
- **deps:** update github/codeql-action action to v3.27.9
([#&#8203;33077](https://redirect.github.com/renovatebot/renovate/issues/33077))
([2a51500](https://redirect.github.com/renovatebot/renovate/commit/2a51500ed72f0fcf10f3ffd1ae95d2429d6c9a60))

###
[`v39.63.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.63.1)

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

##### Bug Fixes

- **config/inherit:** resolve presets
([#&#8203;31642](https://redirect.github.com/renovatebot/renovate/issues/31642))
([eb07492](https://redirect.github.com/renovatebot/renovate/commit/eb074924655488bbd62dba7f55e75bfb925e0f94))

##### Code Refactoring

- **manager/custom:** reorganize and update utility functions
([#&#8203;33050](https://redirect.github.com/renovatebot/renovate/issues/33050))
([d094afe](https://redirect.github.com/renovatebot/renovate/commit/d094afeb823b4bcd8817317c7e4e1edb47a71626))

###
[`v39.63.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.63.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.21.1
([#&#8203;33025](https://redirect.github.com/renovatebot/renovate/issues/33025))
([32d72fe](https://redirect.github.com/renovatebot/renovate/commit/32d72fe5f3900ecf0bc33b9988d36d66d87946f8))

##### Miscellaneous Chores

- **deps:** update python:3.13 docker digest to
[`9255d19`](https://redirect.github.com/renovatebot/renovate/commit/9255d19)
([#&#8203;33054](https://redirect.github.com/renovatebot/renovate/issues/33054))
([bb4012e](https://redirect.github.com/renovatebot/renovate/commit/bb4012e415565a0b45b0eb7d996dcb421fa06307))

##### Tests

- Remove snapshots for `massage.spec.ts`
([#&#8203;33071](https://redirect.github.com/renovatebot/renovate/issues/33071))
([f78d778](https://redirect.github.com/renovatebot/renovate/commit/f78d77827a03bcb64673f3e4ddd0a74d629c1706))
- Use correct fields for `PackageRule` type
([#&#8203;33072](https://redirect.github.com/renovatebot/renovate/issues/33072))
([861321f](https://redirect.github.com/renovatebot/renovate/commit/861321fbbe9b9d4a73d30265b9268864ed207777))

##### Build System

- **deps:** update dependency
[@&#8203;opentelemetry/instrumentation-bunyan](https://redirect.github.com/opentelemetry/instrumentation-bunyan)
to v0.44.0
([#&#8203;33065](https://redirect.github.com/renovatebot/renovate/issues/33065))
([2e2f754](https://redirect.github.com/renovatebot/renovate/commit/2e2f754e1dc9713b429b4e9934a1c6b4ffd5ea9f))

###
[`v39.62.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.6)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.4.0
([#&#8203;33049](https://redirect.github.com/renovatebot/renovate/issues/33049))
([55e9703](https://redirect.github.com/renovatebot/renovate/commit/55e9703f1f395ab7243c5c9da2f897c59263458c))
- **presets:** typo in utoipa monorepo
([#&#8203;33047](https://redirect.github.com/renovatebot/renovate/issues/33047))
([3d88c97](https://redirect.github.com/renovatebot/renovate/commit/3d88c97b55760bfe7e6299ec3b5a81880e1b1a28))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.4.0
([#&#8203;33048](https://redirect.github.com/renovatebot/renovate/issues/33048))
([73ad962](https://redirect.github.com/renovatebot/renovate/commit/73ad9627e7ee59b1f56743221bd953e5066c28d7))

###
[`v39.62.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.5)

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

##### Documentation

- update mend renovate logos
([#&#8203;33042](https://redirect.github.com/renovatebot/renovate/issues/33042))
([a6863f6](https://redirect.github.com/renovatebot/renovate/commit/a6863f6f864a32bb03deb2428de926b848502c3e))

##### Code Refactoring

- **config/presets:** move parsePreset to avoid a circular dependency
([#&#8203;33036](https://redirect.github.com/renovatebot/renovate/issues/33036))
([b094660](https://redirect.github.com/renovatebot/renovate/commit/b0946602ad2aec491adb91c9f3df78532d75d1ca))

##### Build System

- **deps:** update dependency graph-data-structure to v4.3.0
([#&#8203;33045](https://redirect.github.com/renovatebot/renovate/issues/33045))
([b7c0488](https://redirect.github.com/renovatebot/renovate/commit/b7c04880f1332d285f76c42cb9197de95a2ad2d7))

###
[`v39.62.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.4)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.3.0
([#&#8203;33041](https://redirect.github.com/renovatebot/renovate/issues/33041))
([609600c](https://redirect.github.com/renovatebot/renovate/commit/609600c3268c33eaab56392dd67dac809d2b5101))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.3.0
([#&#8203;33040](https://redirect.github.com/renovatebot/renovate/issues/33040))
([cac8d6c](https://redirect.github.com/renovatebot/renovate/commit/cac8d6cb6379d2d15d0a1d84f4b4b18fa94dc7f0))

###
[`v39.62.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.3)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.2.4
([#&#8203;33039](https://redirect.github.com/renovatebot/renovate/issues/33039))
([098c3e2](https://redirect.github.com/renovatebot/renovate/commit/098c3e2cc204e7e53ac946eb7b43b654184e10bd))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.2.5
([#&#8203;33038](https://redirect.github.com/renovatebot/renovate/issues/33038))
([c5f89b3](https://redirect.github.com/renovatebot/renovate/commit/c5f89b3bbc41e20a3f4d21c988c615f13dacf6e8))

###
[`v39.62.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.2)

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

##### Build System

- **deps:** update dependency prettier to v3.4.2
([#&#8203;33034](https://redirect.github.com/renovatebot/renovate/issues/33034))
([0679f46](https://redirect.github.com/renovatebot/renovate/commit/0679f469508269966c314f8f9c935056c235d964))

###
[`v39.62.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.1)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.2.3
([#&#8203;33031](https://redirect.github.com/renovatebot/renovate/issues/33031))
([41fe6b9](https://redirect.github.com/renovatebot/renovate/commit/41fe6b94ed287a17b09ad19f64354a8ec149823b))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;swc/core](https://redirect.github.com/swc/core) to v1.10.0
([#&#8203;33032](https://redirect.github.com/renovatebot/renovate/issues/33032))
([05c13eb](https://redirect.github.com/renovatebot/renovate/commit/05c13eb7a1cf8276daa94ce1b9c4b3bdf1759f78))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.2.3
([#&#8203;33030](https://redirect.github.com/renovatebot/renovate/issues/33030))
([9ed2012](https://redirect.github.com/renovatebot/renovate/commit/9ed20121b3c618639312f6efb220ed9eaee626c1))

###
[`v39.62.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.62.0)

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

##### Features

- **presets:** add utoipa monorepo
([#&#8203;33028](https://redirect.github.com/renovatebot/renovate/issues/33028))
([165ffab](https://redirect.github.com/renovatebot/renovate/commit/165ffabb1c376aa7961bd745995759beefa25879))

###
[`v39.61.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.61.1)

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

##### Bug Fixes

- **presets/packages:** include
[@&#8203;types/react-dom](https://redirect.github.com/types/react-dom)
in react preset
([#&#8203;32995](https://redirect.github.com/renovatebot/renovate/issues/32995))
([318f97f](https://redirect.github.com/renovatebot/renovate/commit/318f97f367cced1f5cf4404a764737a15e1f793a))

###
[`v39.61.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.61.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.19.0
([#&#8203;33023](https://redirect.github.com/renovatebot/renovate/issues/33023))
([cf4734b](https://redirect.github.com/renovatebot/renovate/commit/cf4734b872ed722e866555a1cc9ea1aca077ebb7))
- **mix:** handle hex package aliases
([#&#8203;32984](https://redirect.github.com/renovatebot/renovate/issues/32984))
([2b7ab40](https://redirect.github.com/renovatebot/renovate/commit/2b7ab400f9d6ee811d56ae71fda569a85f147f95))
- **preset:** Add modules to Jackson monorepo group
([#&#8203;32997](https://redirect.github.com/renovatebot/renovate/issues/32997))
([df8bbff](https://redirect.github.com/renovatebot/renovate/commit/df8bbff690d505af3219535a769de4c26b089344))

##### Documentation

- added Renovate Version info to Mend-hosted Apps config page
([#&#8203;32917](https://redirect.github.com/renovatebot/renovate/issues/32917))
([f7486d6](https://redirect.github.com/renovatebot/renovate/commit/f7486d6fde18898bee1d58752f8c56e59a43ede8))
- **nuget:** add info about nested nuget ignorePaths
([#&#8203;33020](https://redirect.github.com/renovatebot/renovate/issues/33020))
([825d266](https://redirect.github.com/renovatebot/renovate/commit/825d2666cd88993304cb35bec8971425ce79e3a3))
- remove app secrets deprecation date
([#&#8203;33010](https://redirect.github.com/renovatebot/renovate/issues/33010))
([c9521db](https://redirect.github.com/renovatebot/renovate/commit/c9521dbc4400331b9aa06d281ddc55aa1b90599d))

##### Miscellaneous Chores

- **deps:** update github/codeql-action action to v3.27.7
([#&#8203;33018](https://redirect.github.com/renovatebot/renovate/issues/33018))
([3bd8e68](https://redirect.github.com/renovatebot/renovate/commit/3bd8e68006578bc9d9444a8df66070c133bf62bc))

###
[`v39.60.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.60.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.18.0
([#&#8203;33002](https://redirect.github.com/renovatebot/renovate/issues/33002))
([b05799d](https://redirect.github.com/renovatebot/renovate/commit/b05799d9c5079bcfc822c29e83ec0c461e771ef5))

##### Miscellaneous Chores

- **deps:** update dependency type-fest to v4.30.0
([#&#8203;33001](https://redirect.github.com/renovatebot/renovate/issues/33001))
([2e57e6a](https://redirect.github.com/renovatebot/renovate/commit/2e57e6af8d986766cf4cb78e56bed1e83874f8a3))

###
[`v39.59.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.59.0)

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.17.0
([#&#8203;32993](https://redirect.github.com/renovatebot/renovate/issues/32993))
([f1ffc5e](https://redirect.github.com/renovatebot/renovate/commit/f1ffc5e53b6e146c7df3dc4d6469a74c8bebfae8))

##### Miscellaneous Chores

- **deps:** update dependency pdm to v2.22.0
([#&#8203;32990](https://redirect.github.com/renovatebot/renovate/issues/32990))
([735ea20](https://redirect.github.com/renovatebot/renovate/commit/735ea20f850280905b2fca7c635b867658c879e7))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.2.2
([#&#8203;32989](https://redirect.github.com/renovatebot/renovate/issues/32989))
([0c21d6a](https://redirect.github.com/renovatebot/renovate/commit/0c21d6a5242d8ac210eeed863bf2f1e27ce8d8cc))

##### Code Refactoring

- Flatten package lookup queue
([#&#8203;32930](https://redirect.github.com/renovatebot/renovate/issues/32930))
([eb37958](https://redirect.github.com/renovatebot/renovate/commit/eb37958e2c9f4bb3a77cee0e79d278e0ed9a2fb5))
- **maven:** Unified result type for http fetch
([#&#8203;32813](https://redirect.github.com/renovatebot/renovate/issues/32813))
([606ab43](https://redirect.github.com/renovatebot/renovate/commit/606ab430d1ac897bd4f6eada5cc80ad2a9ddbd90))

###
[`v39.58.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.58.1)

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

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.2.2
([#&#8203;32987](https://redirect.github.com/renovatebot/renovate/issues/32987))
([4941cd5](https://redirect.github.com/renovatebot/renovate/commit/4941cd51e241c54fc79713edcb88ea69df474097))

##### Miscellaneous Chores

- **deps:** update dependency renovatebot/github-action to v41.0.6
([#&#8203;32986](https://redirect.github.com/renovatebot/renovate/issues/32986))
([71ffc62](https://redirect.github.com/renovatebot/renovate/commit/71ffc625abfa60e994bac14aff5479d2b17adc3e))

###
[`v39.58.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.58.0)

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

##### Features

- **managers/circleci:** add registryAliases support to circleci manager
([#&#8203;32945](https://redirect.github.com/renovatebot/renovate/issues/32945))
([914ab95](https://redirect.github.com/renovatebot/renovate/commit/914ab95cb0c52ac5e292b69e10e0f1a5e564ce8f))

##### Documentation

- update references to renovate/renovate
([#&#8203;32981](https://redirect.github.com/renovatebot/renovate/issues/32981))
([b432a61](https://redirect.github.com/renovatebot/renovate/commit/b432a61eb6316c482b565f0e421eb589ddd6f1bd))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([#&#8203;32982](https://redirect.github.com/renovatebot/renovate/issues/32982))
([1d36392](https://redirect.github.com/renovatebot/renovate/commit/1d363923fe97cda864ff07f3c7477308b504539e))
- **deps:** update containerbase/internal-tools action to v3.5.6
([#&#8203;32978](https://redirect.github.com/renovatebot/renovate/issues/32978))
([6128415](https://redirect.github.com/renovatebot/renovate/commit/61284157bffdcb0f21ba61565c7141bae52909f2))
- **deps:** update dependency memfs to v4.14.1
([#&#8203;32979](https://redirect.github.com/renovatebot/renovate/issues/32979))
([2ebc8ad](https://redirect.github.com/renovatebot/renovate/commit/2ebc8ad667285ec04f9d4e7cafabb402de6a2f3f))
- **deps:** update dependency type-fest to v4.29.1
([#&#8203;32980](https://redirect.github.com/renovatebot/renovate/issues/32980))
([5c7c7ca](https://redirect.github.com/renovatebot/renovate/commit/5c7c7caa6a5962dcaae63f8c4c82cd6864888918))

##### Code Refactoring

- **maven:** Unified result type for s3 fetch
([#&#8203;32814](https://redirect.github.com/renovatebot/renovate/issues/32814))
([b908402](https://redirect.github.com/renovatebot/renovate/commit/b90840283aee71d74063bc18a6a9dfdb4cd3a706))
- Rearrange const in the `lookupUpdates` function
([#&#8203;32974](https://redirect.github.com/renovatebot/renovate/issues/32974))
([283a7dc](https://redirect.github.com/renovatebot/renovate/commit/283a7dc1187fd3d26af1cdabf7ac9952b4d6647b))
- Rename manager result type to `MaybePromise`
([#&#8203;32977](https://redirect.github.com/renovatebot/renovate/issues/32977))
([90088cc](https://redirect.github.com/renovatebot/renovate/commit/90088cc03e8afb9953a8153159566dbd3878b248))

###
[`v39.57.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.57.4)

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

##### Bug Fixes

- **deps:** update dependency mkdocs-material to v9.5.48
([#&#8203;32975](https://redirect.github.com/renovatebot/renovate/issues/32975))
([1d3b857](https://redirect.github.com/renovatebot/renovate/commit/1d3b8579b2aafa4d222401bab6d23fff04b72a9b))

###
[`v39.57.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.57.3)

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

##### Bug Fixes

- **hex:** Relax case in typing of schema
([#&#8203;32963](https://redirect.github.com/renovatebot/renovate/issues/32963))
([464dcc3](https://redirect.github.com/renovatebot/renovate/commit/464dcc3b76f0df75c91264df073f308963949a95))

##### Code Refactoring

- **config/massage:** remove irrelevant code
([#&#8203;32971](https://redirect.github.com/renovatebot/renovate/issues/32971))
([9c29755](https://redirect.github.com/renovatebot/renovate/commit/9c29755756a24383e5937c0fc1ef9a34aac6c0b9))

###
[`v39.57.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.57.2)

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

##### Bug Fixes

- **schedule:** use and logic to handle dow+dom
([#&#8203;32903](https://redirect.github.com/renovatebot/renovate/issues/32903))
([aabf163](https://redirect.github.com/renovatebot/renovate/commit/aabf1638d1a39fa675d2eecc7a23076b378c1f28))

##### Code Refactoring

- Simplify lookup function
([#&#8203;32968](https://redirect.github.com/renovatebot/renovate/issues/32968))
([ab09e25](https://redirect.github.com/renovatebot/renovate/commit/ab09e25e9cefe8327cd852dc3193c09f2f74ab1a))

##### Tests

- **gitlab:** fix cache mock
([#&#8203;32969](https://redirect.github.com/renovatebot/renovate/issues/32969))
([8a52e50](https://redirect.github.com/renovatebot/renovate/commit/8a52e50b3f1f05fa05cc12449fd887423b6e6eb0))

###
[`v39.57.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.57.1)

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

##### Bug Fixes

- **bundler:** fix inline source variable parsing
([#&#8203;32946](https://redirect.github.com/renovatebot/renovate/issues/32946))
([f40c035](https://redirect.github.com/renovatebot/renovate/commit/f40c0351adde4552c3c0f41eddb523391a99f7ee))

###
[`v39.57.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.57.0)

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

##### Features

- **manager:** add missing mise core toolings
([#&#8203;32954](https://redirect.github.com/renovatebot/renovate/issues/32954))
([bad3cb5](https://redirect.github.com/renovatebot/renovate/commit/bad3cb550ef1168aab3dbfb31eca4e449db71ec4))

##### Bug Fixes

- **manager/gleam:** apply suggested change from
[#&#8203;31002](https://redirect.github.com/renovatebot/renovate/issues/31002)
([#&#8203;32962](https://redirect.github.com/renovatebot/renovate/issues/32962))
([5421c72](https://redirect.github.com/renovatebot/renovate/commit/5421c729b91bb760604d7f2c3319d603e45a795e))

###
[`v39.56.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.56.4)

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.16.3
([#&#8203;32961](h

</details>

---

### Configuration

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

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

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:25:29 +01:00
TrueCharts Bot 5227a31bf9 chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 0.26.0 → 1.0.2 (#30330)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| major | `475e5a8` -> `f448bd1` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:25:08 +01:00
TrueCharts Bot b4ca7d67df fix(website): update starlight-links-validator 0.13.4 → 0.14.1 (#30313)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
([source](https://redirect.github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator))
| dependencies | minor | [`0.13.4` ->
`0.14.1`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.13.4/0.14.1)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.14.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0141)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/starlight-links-validator@0.14.0...starlight-links-validator@0.14.1)

##### Patch Changes

-
[#&#8203;82](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/82)
[`b3cbee8`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/b3cbee83fb54f5bd6dd06b01bb8397758c081752)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes
regresion introduced in version
[`0.14.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/starlight-links-validator%400.14.0)
of the plugin regarding validation of links to pages with [custom
IDs/slugs](https://docs.astro.build/en/guides/content-collections/#defining-custom-ids).

Note that you must use at least Astro version
[`5.1.1`](https://redirect.github.com/withastro/astro/releases/tag/astro%405.1.1)
to benefit from this fix.

-
[#&#8203;80](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/80)
[`876cb50`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/876cb5094d10a56a1be04b7cdc27e4f89fb1b681)
Thanks [@&#8203;lukekarrys](https://redirect.github.com/lukekarrys)! -
Fixes validation issues for pages ending in `index`, e.g.
`module_index`.

###
[`v0.14.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0140)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.4...starlight-links-validator@0.14.0)

##### Minor Changes

-
[#&#8203;77](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/77)
[`486a379`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/486a379c5bda40584126c376e14a3c82c23bd449)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is
now `0.30.0`.

Please follow the [upgrade
guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0)
to update your project.

When using the plugin with the [Content Layer
API](https://docs.astro.build/en/guides/content-collections), the plugin
will now automatically invalidate the content layer cache so that all
links can be properly validated. To avoid unnecessary cache
invalidation, it is recommended to conditionally use the plugin only
when necessary. Check out the new [“Conditional
Validation”](https://starlight-links-validator.vercel.app/guides/conditional-validation/)
guide for more information.

⚠️ **BREAKING CHANGE:** Due to a
[regression](https://redirect.github.com/withastro/astro/issues/12778)
in Astro v5, links to pages with [custom
IDs/slugs](https://docs.astro.build/en/guides/content-collections/#defining-custom-ids)
can no longer be validated and will be flagged as invalid. If you rely
on this feature, please stay on a previous version of Starlight and
Astro in the meantime.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:19:36 +00:00
TrueCharts Bot 467d0aff63 chore(helm): update image ghcr.io/immich-app/immich-server v1.121.0 → v1.123.0 (#30275)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

### v1.123.0

#### Highlights

Welcome to release `v1.123.0` of Immich. This is the last release of the
year as the team is winding down for the holiday season. Thank you for
your support and the fantastic year. We cannot wait to continue adding
more features, optimizing, and making Immich a delightful app experience
for you and your family.

This release fixes bugs in the web and mobile, notably from the recent
new native video player. We also add a feature to allow you to change
the timeline view order of an album in the mobile app

<p align="center">
<img
src="https://github.com/user-attachments/assets/7e47dc58-cfeb-4635-8dba-ca7770abef04"
width="300"/>
</p>

#### Support Immich

<p align="center">

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

</p>

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

Cheers! 🍻

***

#### What's Changed

##### 🚀 Features

- feat(server): Merge Faces sorted by Similarity by
[@&#8203;Lukasdotcom](https://redirect.github.com/Lukasdotcom) in
[https://github.com/immich-app/immich/pull/14635](https://redirect.github.com/immich-app/immich/pull/14635)
- feat(album): album view sort order by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14648](https://redirect.github.com/immich-app/immich/pull/14648)

##### 🌟 Enhancements

- feat(server): add Bash healthcheck script by
[@&#8203;000yesnt](https://redirect.github.com/000yesnt) in
[https://github.com/immich-app/immich/pull/14704](https://redirect.github.com/immich-app/immich/pull/14704)

##### 🐛 Bug fixes

- fix(web): live photo link action by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[https://github.com/immich-app/immich/pull/14668](https://redirect.github.com/immich-app/immich/pull/14668)
- fix(web): allow minimizing upload panel by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[https://github.com/immich-app/immich/pull/14663](https://redirect.github.com/immich-app/immich/pull/14663)
- fix(web): upload info panel covers timeline navigation bar by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14651](https://redirect.github.com/immich-app/immich/pull/14651)
- fix(server): fixed email footer image stretched
[#&#8203;14617](https://redirect.github.com/immich-app/immich/issues/14617)
by [@&#8203;TimVanOnckelen](https://redirect.github.com/TimVanOnckelen)
in
[https://github.com/immich-app/immich/pull/14671](https://redirect.github.com/immich-app/immich/pull/14671)
- fix(mobile): set custom headers on external url
([#&#8203;14707](https://redirect.github.com/immich-app/immich/issues/14707))
by [@&#8203;alex-sherwin](https://redirect.github.com/alex-sherwin) in
[https://github.com/immich-app/immich/pull/14708](https://redirect.github.com/immich-app/immich/pull/14708)
- fix(mobile): native dialog location by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14730](https://redirect.github.com/immich-app/immich/pull/14730)
- fix(mobile): live photos playback by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14731](https://redirect.github.com/immich-app/immich/pull/14731)
- fix(web): fix missing icons by
[@&#8203;aviv926](https://redirect.github.com/aviv926) in
[https://github.com/immich-app/immich/pull/14737](https://redirect.github.com/immich-app/immich/pull/14737)

##### 📚 Documentation

- docs: improve install/requirements and install/docker-compose by
[@&#8203;pyorot](https://redirect.github.com/pyorot) in
[https://github.com/immich-app/immich/pull/13569](https://redirect.github.com/immich-app/immich/pull/13569)
- docs: Add more documentation for video transcoding settings. by
[@&#8203;kevincox](https://redirect.github.com/kevincox) in
[https://github.com/immich-app/immich/pull/13388](https://redirect.github.com/immich-app/immich/pull/13388)

##### 🌐 Translations

- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/14495](https://redirect.github.com/immich-app/immich/pull/14495)

#### New Contributors

- [@&#8203;alex-sherwin](https://redirect.github.com/alex-sherwin) made
their first contribution in
[https://github.com/immich-app/immich/pull/14708](https://redirect.github.com/immich-app/immich/pull/14708)
- [@&#8203;000yesnt](https://redirect.github.com/000yesnt) made their
first contribution in
[https://github.com/immich-app/immich/pull/14704](https://redirect.github.com/immich-app/immich/pull/14704)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.122.3...v1.123.0

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

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

### v1.122.3

#### What's Changed

##### 🌟 Enhancements

- feat: Add support for vob by
[@&#8203;Lukasdotcom](https://redirect.github.com/Lukasdotcom) in
[https://github.com/immich-app/immich/pull/14590](https://redirect.github.com/immich-app/immich/pull/14590)
- feat(web): allow tags to be applied in bulk on search, personID, and
memory-viewer pages by
[@&#8203;Menghini](https://redirect.github.com/Menghini) in
[https://github.com/immich-app/immich/pull/14368](https://redirect.github.com/immich-app/immich/pull/14368)

##### 🐛 Bug fixes

- fix(server): partial fallback for hardware transcoding by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/14611](https://redirect.github.com/immich-app/immich/pull/14611)
- fix(mobile): not being able to zoom into live photos by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/14608](https://redirect.github.com/immich-app/immich/pull/14608)

##### 📚 Documentation

- chore(docs): stronger discouraging of non-Linux installations by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[https://github.com/immich-app/immich/pull/14620](https://redirect.github.com/immich-app/immich/pull/14620)
- chore(docs): add Kodi plugin for Immich to the Community Projects list
by [@&#8203;vladd11](https://redirect.github.com/vladd11) in
[https://github.com/immich-app/immich/pull/14586](https://redirect.github.com/immich-app/immich/pull/14586)

##### 🌐 Translations

- chore: add language requests from weblate by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/14578](https://redirect.github.com/immich-app/immich/pull/14578)

#### New Contributors

- [@&#8203;vladd11](https://redirect.github.com/vladd11) made their
first contribution in
[https://github.com/immich-app/immich/pull/14586](https://redirect.github.com/immich-app/immich/pull/14586)
- [@&#8203;Menghini](https://redirect.github.com/Menghini) made their
first contribution in
[https://github.com/immich-app/immich/pull/14368](https://redirect.github.com/immich-app/immich/pull/14368)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.122.2...v1.122.3

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

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

### v1.122.2

This release fixes visual glitches on Android due to enabling the
Impeller rendering engine and a small fix for the web

#### What's Changed

##### 🐛 Bug fixes

- fix(web): recent albums sort by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[https://github.com/immich-app/immich/pull/14545](https://redirect.github.com/immich-app/immich/pull/14545)
- fix(mobile): fix translations on search page by
[@&#8203;Cotterman-b](https://redirect.github.com/Cotterman-b) in
[https://github.com/immich-app/immich/pull/14533](https://redirect.github.com/immich-app/immich/pull/14533)
- chore(mobile): disable Impeller by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14589](https://redirect.github.com/immich-app/immich/pull/14589)

#### New Contributors

- [@&#8203;Cotterman-b](https://redirect.github.com/Cotterman-b) made
their first contribution in
[https://github.com/immich-app/immich/pull/14533](https://redirect.github.com/immich-app/immich/pull/14533)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.122.1...v1.122.2

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

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

### v1.122.1

#### Hotfixes

- fix(web): misaligned icon on Firefox by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/14500](https://redirect.github.com/immich-app/immich/pull/14500)
- fix(server): images with non-ascii names failing to load by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/14512](https://redirect.github.com/immich-app/immich/pull/14512)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.122.0...v1.122.1

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

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

### v1.122.0

#### Highlights

Welcome to release `v1.122.0` of Immich. After a long release break,
Immich is back and brings many new features with loads of bug fixes to
enhance the user experience further and make Immich more delightful to
use. Some of the highlights below:

-   HDR video support in the mobile app
-   Multiple URLs for machine learning service
-   Automatic switching between server URLs in the mobile app
-   Ability to hide users when searching in an Immich instance
-   Access the most recent albums through the web navigation bar
-   Custom email templates
-   Automatically clean up files left behind by interrupted uploads
-   More responsive hosted maps for users in Oceania
-   Notable fix: swiping between videos failing on older Android devices

##### HDR video support

Thanks to the tireless work of
[@&#8203;mertalev](https://redirect.github.com/mertalev) and
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen),
HDR videos are displayed correctly in their full dynamic range using the
native video player on each respective platform directly in Immich. We
hope this feature brings you a more lively experience when viewing past
videos.

> \[!NOTE]
> Some videos may appear warped when viewing. If this occurs, please
sign out and sign back in. This only needs to be done once and does not
apply to new app installations on 1.122.0 or later.

##### Multiple URLs for machine learning service

Remote machine learning enables folks to run machine learning on a more
powerful computer, like their gaming PC. However, the expectation of
constant uptime of the remote PC was a pain point for users. Immich now
allows specifying multiple URLs so it can fall back to other PCs,
including the local machine learning service on the same server.

You can add additional URL endpoints in the [Machine Learning
Settings](https://my.immich.app/admin/system-settings?isOpen=machine-learning).


![image](https://redirect.github.com/user-attachments/assets/dab4dbc9-9f4a-43d6-877a-f0cf24548fa1)

##### Auto-switching server URLs in the mobile app

We are happy to bring you one of the long-requested features: the
ability for the app to use the local IP address of your server while you
are on your home Wi-Fi and automatically switch to alternative URLs
while you are out and about, ranging from VPN URLs to public DNS
addresses.

This option is located in the newly redesigned settings page in the
mobile app under the Networking section. We hope this setting will
simplify the networking setup you must do at home, which was previously
only achievable with a split DNS setup and a local DNS server.

> \[!NOTE]
>
> This feature requires *always* granting precise location permission
for the Immich app so it can read the Wi-Fi name in both foreground and
background.

| Android Permission | iOS Permission
| - | - |
|
![image](https://redirect.github.com/user-attachments/assets/36583576-bdb3-49d3-91b4-cb4dac3c26d0)
|
![image](https://redirect.github.com/user-attachments/assets/d73466dc-2ed6-429d-b459-3a57f26e64ed)
|

| New Settings Page | Local Connection Info | External Connection Info |
| - | - | - |
|
![image](https://redirect.github.com/user-attachments/assets/8fb97f1c-cb4c-4824-8f91-0224ca0ce979)
|
![image](https://redirect.github.com/user-attachments/assets/2bc32612-7451-4455-be76-ad0b196fb071)
|
![image](https://redirect.github.com/user-attachments/assets/22c98230-7cf1-4817-b918-d0ec2787a951)
|

##### Ability to hide users when searching in your instance

For admins hosting a public instance who don’t want users to see each
other, you can now disable that mechanism in the [Server
Settings](https://my.immich.app/admin/system-settings?isOpen=server).

<img
src="https://github.com/user-attachments/assets/0329527e-cf78-43ee-9cbd-345a1560ea07"
/>

##### Access the most recent albums through the web navigation bar

We added a dropdown to quickly access the most recent albums directly
through the navigation bar.

<img
src="https://github.com/user-attachments/assets/adc019ee-327a-4763-94ab-b9e3e1e0281d"
width="300" />

##### Custom email templates

You can now modify the email template for user registration, album
creation, and album updates. This can be configured with the [Email
Templates](https://my.immich.app/admin/system-settings?isOpen=notifications+email)
setting.


![image](https://redirect.github.com/user-attachments/assets/3d6dad5d-9aab-4fcc-99cb-bb09d849ddfb)

##### Automatically clean up files left behind by interrupted uploads

Previously, when an upload process was canceled, the partial files on
the server stayed in the `upload` folder as corrupted files, which
wasted storage space. This release implements a mechanism that
intercepts the interrupted request and cleanses the partial files.

##### More responsive hosted maps for users in Oceania

We have made some changes to improve the responsiveness of the hosted
maps for users located in Oceania. Users located in those areas should
now see their map load 2-3x faster generally as well as seeing more
consistent response times.

#### Support Immich

<p align="center">

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

</p>

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

Cheers! 🍻

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

#### What's Changed

##### 🚨 Breaking Changes

- refactor: rename searchMetadata to searchAssets by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;14151](https://redirect.github.com/immich-app/immich/pull/14151)

##### 🚀 Features

- feat(server): Add publicUsers toggle for user search by
[@&#8203;samholton](https://redirect.github.com/samholton) in
[#&#8203;14330](https://redirect.github.com/immich-app/immich/pull/14330)
- feat(ml): support multiple urls by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14347](https://redirect.github.com/immich-app/immich/pull/14347)
- feat(web): Album preview overview in menu by
[@&#8203;TimVanOnckelen](https://redirect.github.com/TimVanOnckelen) in
[#&#8203;13981](https://redirect.github.com/immich-app/immich/pull/13981)
- feat(mobile): native_video_player by
[@&#8203;mertalev](https://redirect.github.com/mertalev) &
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;12104](https://redirect.github.com/immich-app/immich/pull/12104)
- feat(mobile): Auto switching server URLs by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14437](https://redirect.github.com/immich-app/immich/pull/14437)

##### 🌟 Enhancements

- feat(tiles): improve map tile responsiveness in Oceania by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[immich-app/geoshenanigans#62](https://redirect.github.com/immich-app/geoshenanigans/pull/62)

- feat(server): clean up interrupted upload files by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14265](https://redirect.github.com/immich-app/immich/pull/14265)

- feat: show delete album option in empty album by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14271](https://redirect.github.com/immich-app/immich/pull/14271)

- refactor(mobile): refactor to use context helpers for consistency by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[#&#8203;14235](https://redirect.github.com/immich-app/immich/pull/14235)

- feat(web): persist scroll position on navigation back to album by
[@&#8203;caburum](https://redirect.github.com/caburum) in
[#&#8203;11388](https://redirect.github.com/immich-app/immich/pull/11388)

- feat(web): dedicated view for user's usage stats by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14348](https://redirect.github.com/immich-app/immich/pull/14348)

- feat(server): specify names for thumbnail files by
[@&#8203;eligao](https://redirect.github.com/eligao) in
[#&#8203;14425](https://redirect.github.com/immich-app/immich/pull/14425)

- feat: Notification Email Templates by
[@&#8203;TimVanOnckelen](https://redirect.github.com/TimVanOnckelen) in
[#&#8203;13940](https://redirect.github.com/immich-app/immich/pull/13940)

##### 🐛 Bug fixes

- fix(server): use hw decoding for rkmpp w/o OpenCL if possible by
[@&#8203;zhujunsan](https://redirect.github.com/zhujunsan) in
[#&#8203;13848](https://redirect.github.com/immich-app/immich/pull/13848)
- fix(web): cannot upload folder with more than 100 files by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;14284](https://redirect.github.com/immich-app/immich/pull/14284)
- fix(web): make custom css textarea optional by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14303](https://redirect.github.com/immich-app/immich/pull/14303)
- fix(web): clear combobox value when selectedOption is undefined by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14334](https://redirect.github.com/immich-app/immich/pull/14334)
- fix(web): stack preview remains visible in asset viewer by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14341](https://redirect.github.com/immich-app/immich/pull/14341)
- fix(web): timeline issues on person page by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14366](https://redirect.github.com/immich-app/immich/pull/14366)
- fix(web): resolve issues with user usage statistics and refactor by
[@&#8203;michelheusschen](https://redirect.github.com/michelheusschen)
in
[#&#8203;14374](https://redirect.github.com/immich-app/immich/pull/14374)
- fix: ConnectivityResult.wifi regression by
[@&#8203;systemtester](https://redirect.github.com/systemtester) in
[#&#8203;14401](https://redirect.github.com/immich-app/immich/pull/14401)
- fix(server): always set transcoding device, prefer renderD\* by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14455](https://redirect.github.com/immich-app/immich/pull/14455)
- fix(server): show people without thumbnails by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;14460](https://redirect.github.com/immich-app/immich/pull/14460)
- fix(mobile): album most recent sorting on mobile by
[@&#8203;alessandrv](https://redirect.github.com/alessandrv) in
[#&#8203;13766](https://redirect.github.com/immich-app/immich/pull/13766)

##### 📚 Documentation

- docs: add developer notes about rootless docker setup by
[@&#8203;R-Rudolf](https://redirect.github.com/R-Rudolf) in
[#&#8203;13250](https://redirect.github.com/immich-app/immich/pull/13250)
- docs: clarify/strengthen wording of PG deployment requirements by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[#&#8203;14294](https://redirect.github.com/immich-app/immich/pull/14294)

#### New Contributors

- [@&#8203;R-Rudolf](https://redirect.github.com/R-Rudolf) made their
first contribution in
[#&#8203;13250](https://redirect.github.com/immich-app/immich/pull/13250)
- [@&#8203;zhujunsan](https://redirect.github.com/zhujunsan) made their
first contribution in
[#&#8203;13848](https://redirect.github.com/immich-app/immich/pull/13848)
- [@&#8203;caburum](https://redirect.github.com/caburum) made their
first contribution in
[#&#8203;11388](https://redirect.github.com/immich-app/immich/pull/11388)
- [@&#8203;systemtester](https://redirect.github.com/systemtester) made
their first contribution in
[#&#8203;14401](https://redirect.github.com/immich-app/immich/pull/14401)
- [@&#8203;eligao](https://redirect.github.com/eligao) made their first
contribution in
[#&#8203;14425](https://redirect.github.com/immich-app/immich/pull/14425)
- [@&#8203;alessandrv](https://redirect.github.com/alessandrv) made
their first contribution in
[#&#8203;13766](https://redirect.github.com/immich-app/immich/pull/13766)
- [@&#8203;TimVanOnckelen](https://redirect.github.com/TimVanOnckelen)
made their first contribution in
[#&#8203;13940](https://redirect.github.com/immich-app/immich/pull/13940)

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:09:56 +00:00
TrueCharts Bot c850f7288f chore(helm): update image xwiki 16.9.0-postgres-tomcat → 16.10.1-postgres-tomcat (#30307)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | minor | `99c212f` -> `fe28da0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:08:19 +00:00
TrueCharts Bot 4ddb5f63b4 chore(helm): update image docker.io/ollama/ollama 0.4.7 → 0.5.4 (#30218)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | minor | `27d6a57` -> `c3a4bb6` |
| docker.io/ollama/ollama | minor | `55977eb` -> `18bfb1d` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:05:39 +00:00
Stavros Kois 844932e50c fix(common): RESTIC_REPOSITORY does not use a valid protocol and needs 2 protocols at some cases (#30336)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->


https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#s3-compatible-storage
<img width="377" alt="image"
src="https://github.com/user-attachments/assets/d0fce82f-d4a4-4ae4-8141-f0936f4a0a81"
/>

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-12-28 05:49:15 +02:00
TrueCharts Bot a7e53f789c fix(deps): update module sigs.k8s.io/controller-runtime v0.19.2 → v0.19.3 (clustertool) (#30157)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime)
| require | patch | `v0.19.2` -> `v0.19.3` |

---

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

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.19.3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.3)

[Compare
Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3)

#### What's Changed

- 🐛 Refactor certificate watcher to use polling, instead of fsnotify by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3023](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3023)
- 🐛 Use leader elector with client timeout by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3031](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3031)

**Full Changelog**:
https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 03:39:20 +00:00
TrueCharts Bot 67dd96069d chore(helm): update image ghcr.io/linuxserver/firefox 131.0.3 → 133.0.3 (#30329)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
major | `8fac25c` -> `9c68d48` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:23:53 +02:00
TrueCharts Bot da1c843df6 chore(helm): update image docker.io/pvrmza/docker-observium 20240305 → 20241206 (#30326)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/pvrmza/docker-observium | major | `5f08bcd` -> `ddf6025` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:23:45 +02:00
TrueCharts Bot 2a59f9cf3d chore(helm): update image docker.io/photoprism/photoprism 240915 → 20220121 (#30325)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/photoprism/photoprism](https://redirect.github.com/photoprism/photoprism)
| major | `1f14335` -> `8dd9e8e` |

---

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

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-28 05:23:35 +02:00
TrueCharts Bot ba6694445a fix(website): update prettier 3.3.3 → 3.4.2 (#30310)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | dependencies
| minor | [`3.3.3` ->
`3.4.2`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.4.2) |

---

> [!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>prettier/prettier (prettier)</summary>

###
[`v3.4.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#342)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)

##### Treat U+30A0 & U+30FB in Katakana Block as CJK
([#&#8203;16796](https://redirect.github.com/prettier/prettier/pull/16796)
by [@&#8203;tats-u](https://redirect.github.com/tats-u))

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly
used in Japanese to represent the delimitation of first and last names
of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means
“C language & C++ & Go & Rust” in Japanese.

<!-- prettier-ignore -->

```md
<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust
```

U+30A0 can be used as the replacement of the `-` in non-Japanese names
(e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as
“サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or
U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

##### Fix comments print on class methods with decorators
([#&#8203;16891](https://redirect.github.com/prettier/prettier/pull/16891)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```jsx
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
```

##### Fix non-idempotent formatting
([#&#8203;16899](https://redirect.github.com/prettier/prettier/pull/16899)
by [@&#8203;seiyab](https://redirect.github.com/seiyab))

This bug fix is not language-specific. You may see similar change in any
languages. This fixes regression in 3.4.0 so change caused by it should
yield same formatting as 3.3.3.

<!-- prettier-ignore -->

```jsx
// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
```

###
[`v3.4.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)

##### Remove unnecessary parentheses around assignment in `v-on`
([#&#8203;16887](https://redirect.github.com/prettier/prettier/pull/16887)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```vue
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>
```

###
[`v3.4.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)

🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.html)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:01:28 +01:00
TrueCharts Bot fd71e3057c chore(helm): update image twinproduction/gatus v5.13.1 → v5.14.0 (#30306)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| twinproduction/gatus | minor | `977129a` -> `a00b8db` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:00:41 +01:00
TrueCharts Bot f8e19a2327 chore(helm): update image registry.k8s.io/sig-storage/snapshot-controller v8.1.1 → v8.2.0 (#30305)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/sig-storage/snapshot-controller | minor |  ->  |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:59:53 +01:00
TrueCharts Bot e841049e4f chore(helm): update image quay.io/thanos/thanos v0.36.1 → v0.37.2 (#30304)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/thanos/thanos | minor | `e542959` -> `4ec6df4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:58:03 +01:00
TrueCharts Bot b6589dac47 chore(helm): update image lscr.io/linuxserver/cops 3.4.6 → 3.5.4 (#30303)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages)
([source](https://redirect.github.com/linuxserver/docker-cops)) | minor
| `9c6b6fb` -> `9cdcbfc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:57:26 +01:00
TrueCharts Bot 0a1fbb749e chore(helm): update image ghcr.io/wizarrrr/wizarr 4.1.1 → 4.2.0 (#30302)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wizarrrr/wizarr | minor | `52df19f` -> `7350c4b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:56:31 +01:00
TrueCharts Bot f3875b4084 chore(helm): update image ghcr.io/tautulli/tautulli v2.14.6 → v2.15.0 (#30301) 2024-12-28 03:55:42 +01:00
TrueCharts Bot 1d86784cf6 chore(helm): update image ghcr.io/slskd/slskd 0.21.4 → 0.22.1 (#30297)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/slskd/slskd](https://slskd.org)
([source](https://redirect.github.com/slskd/slskd)) | minor | `34c6130`
-> `ab52af7` |

---

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

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

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.22.0...0.22.1)

#### What's Changed

- Added UploadFileCompleteEvent by
[@&#8203;samhatter](https://redirect.github.com/samhatter) in
[https://github.com/slskd/slskd/pull/1256](https://redirect.github.com/slskd/slskd/pull/1256)
- Add the ability to configure search record retention by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1257](https://redirect.github.com/slskd/slskd/pull/1257)

#### New Contributors

- [@&#8203;samhatter](https://redirect.github.com/samhatter) made their
first contribution in
[https://github.com/slskd/slskd/pull/1256](https://redirect.github.com/slskd/slskd/pull/1256)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.22.0...0.22.1

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

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.21.4...0.22.0)

### 🎉 User-Defined Integrations

User-defined integrations allow users to configure external applications
to receive data from slskd as things happen internally. slskd uses an
internal [event
bus](https://www.akamai.com/glossary/what-is-an-event-bus) over which
event data is sent from application logic to whatever destination(s)
users choose.

##### Webhooks

Webhooks (outbound HTTP requests) can be configured to be called when
application events are raised. Webhooks are given a name (useful for
troubleshooting!), a list of triggering events, a `call` configuration
that defines the HTTP request to be made, and timeout and retry
configuration.

Webhook HTTP requests are always a `POST`, and will always include the
event data in the body, serialized as JSON. Users define a
fully-qualified endpoint address, an optional collection of headers, and
an optional flag to ignore HTTPS errors caused by invalid (e.g. self
signed) certificates.

If unconfigured, the default timeout for requests is 5 seconds, and each
request will be attempted only once per event.

##### **YAML**

```yaml
integration:
  webhooks:
    my_basic_webhook_using_defaults:
      on:
        - All
      call:
        url: http://localhost:4224
    my_webhook_using_detailed_config:
      on:
        - DownloadFileComplete
      call:
        url: https://192.168.1.42:8080/slskd_webhook
        headers:
          - name: X-API-Key # if using API key style authentication
            value: foobar1234
          - name: Authorization # if using JWT authentication
            value: Bearer eyJ...ssw5c
          - name: User-Agent # can be useful!
            value: slskd/0.0
        ignore_certificate_errors: true # defaults to false
      timeout: 5000 # in milliseconds
      retry:
        attempts: 3
```

##### Scripts

User-defined scripts can be configured to run when application events
are raised. Scripts are given a name (useful for troubleshooting!), a
list of triggering events, and a `run` command that's used to execute
the script.

The `run` command must be at least one word, with the first word
identifying the executable to run and the rest of the string being the
command and arguments that will be passed to the executable when the
script is run. The executable needs to be on the system's PATH,
otherwise it must be the fully qualified path to the file on disk.

A reserved placeholder value `$DATA` is replaced with the stringified
JSON data associated with the event that caused the script to run. It's
the responsibility of the script to parse and handle this JSON.

##### **YAML**

```yaml
integration:
  scripts:
    my_post_download_script:
      on:
        - DownloadFileComplete
        - DownloadDirectoryComplete
      run: /bin/sh data/my_script.sh --json-to-process "$DATA" # Linux/macOS
    my_logging_script:
      on:
       - All
      run: cmd.exe echo $DATA >> event_log.txt # Windows
```

#### What's Changed

##### Features

- Add 'Events' by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1215](https://redirect.github.com/slskd/slskd/pull/1215)
- Add the ability to run user-defined scripts when application events
are raised by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1232](https://redirect.github.com/slskd/slskd/pull/1232)
- Add the ability to call HTTP endpoints (webhooks) when application
events are raised by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1238](https://redirect.github.com/slskd/slskd/pull/1238)
- Add 'noop' event type (no operation, useful for testing) by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1240](https://redirect.github.com/slskd/slskd/pull/1240)
- Add an endpoint to allow raising of events (for testing purposes) by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1247](https://redirect.github.com/slskd/slskd/pull/1247)

##### Enhancements and Bug Fixes

- Assume remote filenames use a backslash, unless forward slashes are
present by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1216](https://redirect.github.com/slskd/slskd/pull/1216)
- use DOTNET\_ var in docker by
[@&#8203;kasperk81](https://redirect.github.com/kasperk81) in
[https://github.com/slskd/slskd/pull/1219](https://redirect.github.com/slskd/slskd/pull/1219)
- Set request limit for share upload to 10gb by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1229](https://redirect.github.com/slskd/slskd/pull/1229)
- Resolve some build warnings, run linting and fix a bunch of whitespace
by [@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1233](https://redirect.github.com/slskd/slskd/pull/1233)
- Log search logs at the 'Debug' level by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1235](https://redirect.github.com/slskd/slskd/pull/1235)
- Tweak ASP.NET setup, add metadata to Swagger/OpenAPI by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1244](https://redirect.github.com/slskd/slskd/pull/1244)
- Include Content-Type header when returning Prometheus metrics via
/metrics by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1245](https://redirect.github.com/slskd/slskd/pull/1245)

##### Documentation

- Fix search filter config docs by
[@&#8203;nhawke](https://redirect.github.com/nhawke) in
[https://github.com/slskd/slskd/pull/1224](https://redirect.github.com/slskd/slskd/pull/1224)
- Fix a copy/paste mistake in search filter documentation by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1236](https://redirect.github.com/slskd/slskd/pull/1236)
- docs: fix YAML indentation by
[@&#8203;ppom0](https://redirect.github.com/ppom0) in
[https://github.com/slskd/slskd/pull/1242](https://redirect.github.com/slskd/slskd/pull/1242)
- Add missing listen_ip_address example by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1246](https://redirect.github.com/slskd/slskd/pull/1246)
- Update reverse_proxy.md by
[@&#8203;lemonade-soda](https://redirect.github.com/lemonade-soda) in
[https://github.com/slskd/slskd/pull/1249](https://redirect.github.com/slskd/slskd/pull/1249)

##### Dependencies

- Bump action-gh-release to v2 by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1214](https://redirect.github.com/slskd/slskd/pull/1214)
- Bump rollup from 2.79.1 to 2.79.2 in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1221](https://redirect.github.com/slskd/slskd/pull/1221)
- Bump cookie and express in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1234](https://redirect.github.com/slskd/slskd/pull/1234)

#### New Contributors

- [@&#8203;kasperk81](https://redirect.github.com/kasperk81) made their
first contribution in
[https://github.com/slskd/slskd/pull/1219](https://redirect.github.com/slskd/slskd/pull/1219)
- [@&#8203;ppom0](https://redirect.github.com/ppom0) made their first
contribution in
[https://github.com/slskd/slskd/pull/1242](https://redirect.github.com/slskd/slskd/pull/1242)
- [@&#8203;lemonade-soda](https://redirect.github.com/lemonade-soda)
made their first contribution in
[https://github.com/slskd/slskd/pull/1249](https://redirect.github.com/slskd/slskd/pull/1249)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.21.4...0.22.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:55:38 +01:00
TrueCharts Bot 87ea44d21f chore(helm): update image ghcr.io/nwithan8/tauticord 5.7.3 → 5.10.0 (#30290) 2024-12-28 03:51:28 +01:00
TrueCharts Bot c63d540d21 chore(helm): update image ghcr.io/onedr0p/prowlarr-develop 1.26.1.4844 → 1.29.0.4897 (#30292)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | minor |
`dd6ab1a` -> `7ce899a` |

---

> [!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>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.29.0.4897`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.29.0.4897):
1.29.0.4897

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.2.4885...v1.29.0.4897)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`43c7c43`](https://redirect.github.com/Prowlarr/Prowlarr/commit/43c7c4325755fe8f1dd3f475153b1ca7becbcbd3)
Bump Microsoft.Data.SqlClient to 2.1.7
-
[`9c2fced`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9c2fced391016577903fcbc8070705d36110dc13)
Bump System.Text.Json to 6.0.10
-
[`52ec5b6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/52ec5b6ff6d96772928a5268d5d58cf35472b8ac)
Bump MailKit to 4.8.0
-
[`b46e657`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b46e6579767dfbb9efc94059ec8bd112266219ea)
Fixed: (NorBits) Searching UTF-8 characters with full search disabled
([#&#8203;2305](https://redirect.github.com/Prowlarr/Prowlarr/issues/2305))
-
[`51fd30b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/51fd30ba10a40420d95f80b001c0b273a7b5432d)
Use message from error response for Gazelle indexers
-
[`5fbb347`](https://redirect.github.com/Prowlarr/Prowlarr/commit/5fbb3471087376ea965a6b881bb705f01b77e3a1)
Upgrade typescript-eslint packages to 8.181.1
-
[`54d3d44`](https://redirect.github.com/Prowlarr/Prowlarr/commit/54d3d446208c6fda2304d1111c79663c7da91be8)
Upgrade Font Awesome to 6.7.1
-
[`5ca1868`](https://redirect.github.com/Prowlarr/Prowlarr/commit/5ca18683ca59e36f7c4c3af5c7e1ecb937fb2552)
Upgrade babel to 7.26.0
-
[`6bdf5f5`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6bdf5f5d6916b03a4dbef001bdf1da8fdd074530)
Use error message from Redacted response
-
[`7cba715`](https://redirect.github.com/Prowlarr/Prowlarr/commit/7cba7152f17e795f51a61ff0e3d9afdd69ce94ad)
Bump version to 1.29.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=161&\_a=release-summary).

###
[`v1.28.2.4885`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.2.4885):
1.28.2.4885

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.1.4879...v1.28.2.4885)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`cf012eb`](https://redirect.github.com/Prowlarr/Prowlarr/commit/cf012eb00192713b749584ff91c01ec16d61ef55)
Use minor version for core-js in babel/preset-env
-
[`6b8a799`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6b8a7993ff95bc413cacffff5261bcc8848dd5a7)
Multiple Translations updated by Weblate
-
[`c6440bb`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c6440bb21b6ebe6c1703cf87b2d335490f75280c)
Upgrade TypeScript and core-js
-
[`b95eac9`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b95eac98b97853510f377d8d866c33c7ccd7f0c9)
Fixed: Error getting processes in some cases
-
[`0eb19ce`](https://redirect.github.com/Prowlarr/Prowlarr/commit/0eb19ce834f40b5d9a7524fa5f69a5c67fa4cdff)
Bump version to 1.28.2
-
[`4b8016d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/4b8016d95d89b42b9d58bfbabb93fb35fe98dce9)
Multiple Translations updated by Weblate
-
[`31d8d24`](https://redirect.github.com/Prowlarr/Prowlarr/commit/31d8d2419ae9671aba7b5c8a1a2ea1e0a768e63a)
Fixed: Refresh backup list on deletion \[
[#&#8203;2300](https://redirect.github.com/Prowlarr/Prowlarr/issues/2300)
]
-
[`d29ccd7`](https://redirect.github.com/Prowlarr/Prowlarr/commit/d29ccd7749a7865d54d4a18e8a081dbb302e02f2)
Multiple Translations updated by Weblate
-
[`e789f4e`](https://redirect.github.com/Prowlarr/Prowlarr/commit/e789f4ec54a8798ee9dcf0963006a0f84d2a9f4e)
Sync TimeSpanConverter with upstream
-
[`58d495d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/58d495d618c53fcc17810c4d7de48b7cbe972709)
Bump version to 1.28.1

<details><summary><b>See More</b></summary>

-
[`f332886`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3328863e18f3942a923f52b9143fdca9e199cb6)
Fixed: (M-Team) IMDb removed from releases response
-
[`a23d792`](https://redirect.github.com/Prowlarr/Prowlarr/commit/a23d792781e813293cf3c0960d70c0be9f8021d0)
Fixed: Syncing Newznab indexers with expired VIP expiration dates to
apps
-
[`f066cf3`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f066cf399d7bddd5b0c14e74b563c4cde98f0e77)
Fixed: Link to TMDb shows in search history \[
[#&#8203;2294](https://redirect.github.com/Prowlarr/Prowlarr/issues/2294)
]
-
[`61e863c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/61e863cb3163137c4209ff3e3082ca74494b0a7f)
Automated API Docs update
-
[`b2afbc6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b2afbc687246d539449bf17c52290c6d62b9d7ac)
New: Add config file setting for CGNAT authentication bypass
-
[`aace65f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/aace65f88e58fd4520600003ae9c74fc5ca1daad)
Allow `GetFileSize` to follow symlinks
-
[`9ab2d8b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9ab2d8b444c5e90e7e7b08b1bd1c2ac205725062)
Bump IPAddressRange, Npgsql and Polly
-
[`bc31406`](https://redirect.github.com/Prowlarr/Prowlarr/commit/bc314061ef2632a2762ac1c486c80b211e7af477)
Fixed: Prevent lack of internet from stopping all health checks from
running
-
[`87b3dcd`](https://redirect.github.com/Prowlarr/Prowlarr/commit/87b3dcd78048aef2610f3f82f7a21adcf73f4ade)
Support Postgres with non-standard version string
-
[`f3b99f6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3b99f68f694e2632f4adac77d63bbf0c879a59a)
Remove unnecessary heap allocations in local IP check
-
[`c4a90e8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c4a90e8ba4a9b4e58b0d651c3e06cb8fe3686e8c)
Webpack web target
-
[`41320ca`](https://redirect.github.com/Prowlarr/Prowlarr/commit/41320ca2dcf2c022b67fdcc9efe271917b7b6b68)
Bump version to 1.28.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=160&\_a=release-summary).</details>

###
[`v1.28.1.4879`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.1.4879):
1.28.1.4879

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.0.4862...v1.28.1.4879)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`4b8016d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/4b8016d95d89b42b9d58bfbabb93fb35fe98dce9)
Multiple Translations updated by Weblate
-
[`31d8d24`](https://redirect.github.com/Prowlarr/Prowlarr/commit/31d8d2419ae9671aba7b5c8a1a2ea1e0a768e63a)
Fixed: Refresh backup list on deletion \[
[#&#8203;2300](https://redirect.github.com/Prowlarr/Prowlarr/issues/2300)
]
-
[`d29ccd7`](https://redirect.github.com/Prowlarr/Prowlarr/commit/d29ccd7749a7865d54d4a18e8a081dbb302e02f2)
Multiple Translations updated by Weblate
-
[`e789f4e`](https://redirect.github.com/Prowlarr/Prowlarr/commit/e789f4ec54a8798ee9dcf0963006a0f84d2a9f4e)
Sync TimeSpanConverter with upstream
-
[`58d495d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/58d495d618c53fcc17810c4d7de48b7cbe972709)
Bump version to 1.28.1

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=159&\_a=release-summary).

###
[`v1.28.0.4862`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.0.4862):
1.28.0.4862

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.27.0.4852...v1.28.0.4862)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`f332886`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3328863e18f3942a923f52b9143fdca9e199cb6)
Fixed: (M-Team) IMDb removed from releases response
-
[`a23d792`](https://redirect.github.com/Prowlarr/Prowlarr/commit/a23d792781e813293cf3c0960d70c0be9f8021d0)
Fixed: Syncing Newznab indexers with expired VIP expiration dates to
apps
-
[`f066cf3`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f066cf399d7bddd5b0c14e74b563c4cde98f0e77)
Fixed: Link to TMDb shows in search history \[
[#&#8203;2294](https://redirect.github.com/Prowlarr/Prowlarr/issues/2294)
]
-
[`61e863c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/61e863cb3163137c4209ff3e3082ca74494b0a7f)
Automated API Docs update
-
[`b2afbc6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b2afbc687246d539449bf17c52290c6d62b9d7ac)
New: Add config file setting for CGNAT authentication bypass
-
[`aace65f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/aace65f88e58fd4520600003ae9c74fc5ca1daad)
Allow `GetFileSize` to follow symlinks
-
[`9ab2d8b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9ab2d8b444c5e90e7e7b08b1bd1c2ac205725062)
Bump IPAddressRange, Npgsql and Polly
-
[`bc31406`](https://redirect.github.com/Prowlarr/Prowlarr/commit/bc314061ef2632a2762ac1c486c80b211e7af477)
Fixed: Prevent lack of internet from stopping all health checks from
running
-
[`87b3dcd`](https://redirect.github.com/Prowlarr/Prowlarr/commit/87b3dcd78048aef2610f3f82f7a21adcf73f4ade)
Support Postgres with non-standard version string
-
[`f3b99f6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3b99f68f694e2632f4adac77d63bbf0c879a59a)
Remove unnecessary heap allocations in local IP check

<details><summary><b>See More</b></summary>

-
[`c4a90e8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c4a90e8ba4a9b4e58b0d651c3e06cb8fe3686e8c)
Webpack web target
-
[`41320ca`](https://redirect.github.com/Prowlarr/Prowlarr/commit/41320ca2dcf2c022b67fdcc9efe271917b7b6b68)
Bump version to 1.28.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=158&\_a=release-summary).</details>

###
[`v1.27.0.4852`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.27.0.4852):
1.27.0.4852

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.26.1.4844...v1.27.0.4852)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`b8b32f8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b8b32f8708be0fbe988a7ede6117fe0c0572282b)
Fixed: (ImmortalSeed) Update relogin check
-
[`30c4bb2`](https://redirect.github.com/Prowlarr/Prowlarr/commit/30c4bb24e89c1a02ccf120eac14491e00b96fdd7)
Multiple Translations updated by Weblate
-
[`b447db5`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b447db5d08f9fa0127570375efdee4478bbaee97)
Fixed: (RED) Update indexer url
([#&#8203;2285](https://redirect.github.com/Prowlarr/Prowlarr/issues/2285))
-
[`299001a`](https://redirect.github.com/Prowlarr/Prowlarr/commit/299001a513589f6da1575473a904bd397993aad7)
Multiple Translations updated by Weblate
-
[`2871f1f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/2871f1f2a29bb40fe5cda21e730c937259315cc2)
Bump version to 1.27.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=156&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:51:10 +01:00
TrueCharts Bot 4b559a025a chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 0.23.1 → 0.26.0 (#30287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| minor | `33b9015` -> `475e5a8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:49:34 +01:00
TrueCharts Bot 9b45968d83 chore(helm): update image ghcr.io/sysadminsmedia/homebox 0.15.2 → 0.16.0 (#30300)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox)
| minor | `a2c1493` -> `bf80967` |

---

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

###
[`v0.16.0`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.16.0)

[Compare
Source](https://redirect.github.com/sysadminsmedia/homebox/compare/v0.15.2...v0.16.0)

#### Breaking Change

Those running the container version on ARM must change the tag to be
`latest-arm` instead of just `latest` this is a change we made as the
arm builds kept breaking the build process as a whole.

Sorry for the inconvenience.

#### What's Changed

- chore: split arm docker builds into their own tags by
[@&#8203;tankerkiller125](https://redirect.github.com/tankerkiller125)
in
[https://github.com/sysadminsmedia/homebox/pull/264](https://redirect.github.com/sysadminsmedia/homebox/pull/264)
- fix: typo in frontend development start command by
[@&#8203;songlim327](https://redirect.github.com/songlim327) in
[https://github.com/sysadminsmedia/homebox/pull/278](https://redirect.github.com/sysadminsmedia/homebox/pull/278)
- feat: duplicate item button by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/259](https://redirect.github.com/sysadminsmedia/homebox/pull/259)
- Supplementary search, Resolve the issue of language not being
supported by [@&#8203;Jackxwb](https://redirect.github.com/Jackxwb) in
[https://github.com/sysadminsmedia/homebox/pull/261](https://redirect.github.com/sysadminsmedia/homebox/pull/261)
- Allow AVIF and WebP for primary photo when creating an item by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/284](https://redirect.github.com/sysadminsmedia/homebox/pull/284)
- fix: inaccurate purchaseTime by
[@&#8203;songlim327](https://redirect.github.com/songlim327) in
[https://github.com/sysadminsmedia/homebox/pull/279](https://redirect.github.com/sysadminsmedia/homebox/pull/279)
- Refactor Docker files for ARM performance improvements by
[@&#8203;katosdev](https://redirect.github.com/katosdev) in
[https://github.com/sysadminsmedia/homebox/pull/282](https://redirect.github.com/sysadminsmedia/homebox/pull/282)
- Fix multiple primary attachments on a single item by
[@&#8203;mwayne](https://redirect.github.com/mwayne) in
[https://github.com/sysadminsmedia/homebox/pull/287](https://redirect.github.com/sysadminsmedia/homebox/pull/287)
- feat: improve languages support by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/295](https://redirect.github.com/sysadminsmedia/homebox/pull/295)
- Get front end tests passing by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/299](https://redirect.github.com/sysadminsmedia/homebox/pull/299)
- Improve 404 page by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/312](https://redirect.github.com/sysadminsmedia/homebox/pull/312)
- Sanitise translations when using v-html by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/313](https://redirect.github.com/sysadminsmedia/homebox/pull/313)
- In maintenance view, change link to aim maintenance page of item by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/270](https://redirect.github.com/sysadminsmedia/homebox/pull/270)
- Fix french maintenance translation (inverted entries) by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/340](https://redirect.github.com/sysadminsmedia/homebox/pull/340)
- Fix command typo in CONTRIBUTING.md by
[@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) in
[https://github.com/sysadminsmedia/homebox/pull/346](https://redirect.github.com/sysadminsmedia/homebox/pull/346)
- fix:
[#&#8203;321](https://redirect.github.com/sysadminsmedia/homebox/issues/321)
use date-fns for localized datetime formatting by
[@&#8203;adamkleizer](https://redirect.github.com/adamkleizer) in
[https://github.com/sysadminsmedia/homebox/pull/345](https://redirect.github.com/sysadminsmedia/homebox/pull/345)
- Show full location (including parents) of items in search results by
[@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) in
[https://github.com/sysadminsmedia/homebox/pull/347](https://redirect.github.com/sysadminsmedia/homebox/pull/347)
- fix:
[#&#8203;289](https://redirect.github.com/sysadminsmedia/homebox/issues/289)
Corrects the asset ID to always be correct for the descript… by
[@&#8203;tankerkiller125](https://redirect.github.com/tankerkiller125)
in
[https://github.com/sysadminsmedia/homebox/pull/351](https://redirect.github.com/sysadminsmedia/homebox/pull/351)

#### New Contributors

- [@&#8203;songlim327](https://redirect.github.com/songlim327) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/278](https://redirect.github.com/sysadminsmedia/homebox/pull/278)
- [@&#8203;Jackxwb](https://redirect.github.com/Jackxwb) made their
first contribution in
[https://github.com/sysadminsmedia/homebox/pull/261](https://redirect.github.com/sysadminsmedia/homebox/pull/261)
- [@&#8203;mwayne](https://redirect.github.com/mwayne) made their first
contribution in
[https://github.com/sysadminsmedia/homebox/pull/287](https://redirect.github.com/sysadminsmedia/homebox/pull/287)
- [@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/346](https://redirect.github.com/sysadminsmedia/homebox/pull/346)
- [@&#8203;adamkleizer](https://redirect.github.com/adamkleizer) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/345](https://redirect.github.com/sysadminsmedia/homebox/pull/345)

**Full Changelog**:
https://github.com/sysadminsmedia/homebox/compare/v0.15.2...v0.16.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:48:07 +01:00
TrueCharts Bot 6e1d75122a chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.33.1 → 0.36.5 (#30299)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `d30bf0b` -> `d03441d` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `03da76c` -> `97bbc3c` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `88c3c59` -> `f61a1f3` |

---

> [!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>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v0.36.5`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.5):
0.36.5 image to PDF bug fixes and more!

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

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

Lots more bug fixes and improvements

##### What's Changed

##### Bug Fixes

- Fix: form data not being sent in multi by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2492](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2492)
- Img to pdf bug fixes by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2493](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2493)
- Remove file input append by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2497](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2497)
- \[Bugfix] A variety of tools miss PDFLib by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2501](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2501)

##### Minor Enhancements

- Exclude Sensitive and Error-Prone Fields from toString() in SAML2 Con…
by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2498](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2498)
- Config mount check by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2500](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2500)
- Fix: Draw image with the original PDF page dimensions by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2503](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2503)
- Un-hide image to pdf from navbar by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2505](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2505)

##### Translation Changes

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

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.4...v0.36.5

###
[`v0.36.4`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.4):
0.36.4 more bug fixes!

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

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

More merge pdf bug fixes and various other bug fixes!

##### What's Changed

##### Bug Fixes

- Fix: Rename LANGS variable in init.sh to avoid clashing with LANGS env
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2468](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2468)
- Fix img to pdf merge conversion type by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2476](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2476)
- Fix drag and drop bugs and clean up UI by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2466](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2466)

##### Enhancements

- Remove Direct Logger and Use Lombok `@Slf4j` by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2480](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2480)

##### Minor Enhancements

- Bump googleJavaFormat from 1.22.0 to 1.25.2 by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2481](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2481)
- Fix draggableElement is null by removing draggable.js by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2485](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2485)

##### Translation Changes

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

##### Other Changes

- Bump io.github.pixee:java-security-toolkit from 1.2.0 to 1.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2471](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2471)
- Bump
org.springframework.security:spring-security-saml2-service-provider from
6.4.1 to 6.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2474](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2474)
- Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2469](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2469)
- Bump org.springframework:spring-webmvc from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2472](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2472)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2482](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2482)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.3...v0.36.4

###
[`v0.36.3`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.3):
0.36.3 merge PDFs bug fix

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

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

##### What's Changed

##### Bug Fixes

- merge PDFs bug fix by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2463](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2463)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.2...v0.36.3

###
[`v0.36.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.2):
0.36.2 bug fixes

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

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

##### What's Changed

##### Minor Enhancements

- Csrf fixes by [@&#8203;Frooodle](https://redirect.github.com/Frooodle)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2453](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2453)
-   GH Action changes

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.1...v0.36.2

###
[`v0.36.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.1):
0.36.1 PDF auto decryption, new exe and bug fixes

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

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

This release includes auto password decryption for nearly all features
within Stirling PDF UI

![image](https://redirect.github.com/user-attachments/assets/e1254d93-3efd-48b2-9fed-34814d5f1ae2)

as well as new .exe versions
Going forward release artifacts will be named with:
| Name | Type |
| -------- | ------- |
| Stirling-PDF-Server  | Used for hosting server via console   |
| Stirling-PDF | Portable exe with UI client  |
| Stirling-PDF-Installer | Installer with UI client (Seems it didn't
upload this release will arrive next release!)|

We are working on getting a mac and unix version for UI installers, Need
more mac users to help us beta test! please reach out in discord!

X-API-key have been renamed to X-API-KEY for consistency

##### What's Changed

##### Bug Fixes

- disable file input clears for now with new File input view and other
bugs by [@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2404](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2404)
- Fix collapsed menu issue on page reload by
[@&#8203;MaratheHarshad](https://redirect.github.com/MaratheHarshad) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2440](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2440)

##### Enhancements

- Text color selection for watermark by
[@&#8203;saikumarjetti](https://redirect.github.com/saikumarjetti) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2415](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2415)
- CSRF token for decryption by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2441](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2441)
- Encrypted PDFs auto decypted now thanks to
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne)

##### Minor Enhancements

- Security fix: Server-Side Request Forgery by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2434](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2434)

##### Docker Updates

- \[Snyk] Security upgrade alpine from 3.20.3 to 3.21.0 by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2436](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2436)
- Bump alpine from 3.20.3 to 3.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2425](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2425)

##### Translation Changes

- english translation fixes by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2408](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2408)
- Update messages_de_DE.properties by
[@&#8203;mjbohn](https://redirect.github.com/mjbohn) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2410](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2410)
- Update messages_pt_BR.properties by
[@&#8203;thiagoor-cpu](https://redirect.github.com/thiagoor-cpu) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2429](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2429)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2432](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2432)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2443](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2443)
- Update messages_ja_JP.properties by
[@&#8203;tkymmm](https://redirect.github.com/tkymmm) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2444](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2444)
- add and refactor CN translate by
[@&#8203;lhui](https://redirect.github.com/lhui) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2442](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2442)

##### Other Changes

- Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity5 from
3.1.2.RELEASE to 3.1.3.RELEASE by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2423](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2423)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2439](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2439)

##### New Contributors

- [@&#8203;mjbohn](https://redirect.github.com/mjbohn) made their first
contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2410](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2410)
- [@&#8203;faeztgh](https://redirect.github.com/faeztgh) made their
first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2416](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2416)
- [@&#8203;lhui](https://redirect.github.com/lhui) made their first
contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2442](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2442)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.0...v0.36.1

###
[`v0.36.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.0):
0.36.0 PDF New Cert/Signature Validation Feature! and bug fixes

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

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

New PDF Certification validation showing validity compared to Mozzila CA
or custom-provided cert.
Show additional information like expiry time, type and issuer

lots of Bug fixes with file inputs and submit buttons

##### What's Changed

##### Enhancements

- Feature/undo page break by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2389](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2389)
- PDF Cert validation by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2394](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2394)
- Feature: Show permissions as a separate tab by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2396](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2396)

##### Minor Enhancements

- Fix missing upload button by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2393](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2393)
- Only download one file on sign cert by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2397](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2397)

##### Translation Changes

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

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.1...v0.36.0

###
[`v0.35.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.35.1):
Bug fixes and file input UI improvements

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

Some really nice visual updates to our File input menu and lots of other
fixes, huge thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) for
pretty much everything in this update

##### What's Changed

##### Bug Fixes

- Fix allowing multiple files to be dropped onto a single file input by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2359](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2359)
- Fix submit button in crop by adding id by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2374](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2374)
- Fix: prevent fileInput.js from adding event listeners more than once
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2365](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2365)
- added support for new line break in stampController by
[@&#8203;saikumarjetti](https://redirect.github.com/saikumarjetti) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2370](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2370)
- Fix deserialization failure in Change Metadata by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2382](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2382)

##### Enhancements

- Fix drag and drop area for file choosers by adding separate ones by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2368](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2368)

##### Translation Changes

- Fix translations for watermark spacers by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2369](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2369)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2378](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2378)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2380](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2380)

##### New Contributors

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

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.0...v0.35.1

###
[`v0.35.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.35.0):
0.35.0 Multi-tool undo support, replacement of functionality

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

##### We have just launched on producthunt few days ago!

please consider giving us a upvote and a follow! <a
href="https://www.producthunt.com/posts/stirling-pdf?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stirling&#&#8203;0045;pdf"
target="_blank"><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=641239&theme=light"
alt="Stirling&#&#8203;0032;PDF -
Open&#&#8203;0032;source&#&#8203;0032;locally&#&#8203;0032;hosted&#&#8203;0032;web&#&#8203;0032;PDF&#&#8203;0032;editor
| Product Hunt" style="width: 250px; height: 54px;" width="250"
height="54" /></a>

With this release multi-tool now supports undo (ctrl + z) and redo (ctrl
+ y) special thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) for all
the great work

Also, with this release, we had to change our OCR tool. This tool lacks
some features it previously had; however, it is still using Tesseract,
so there are no config changes! We are investigating better tools to use
for OCR going forward

##### What's Changed

##### Bug Fixes

- (CodeQL) Fixed finding: "Arbitrary file access during archive
extraction ("Zip Slip")
" by [@&#8203;pixeebot](https://redirect.github.com/pixeebot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2344](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2344)
- Fix: page break insertion functionality in Multi Tool by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2350](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2350)
- Fix Array.from syntax in nonmultiple file upload by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2357](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2357)

##### Enhancements

- Feature: Undo Redo options multi tool
[#&#8203;2297](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2297)
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2348](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2348)

##### Minor Enhancements

- Fix: input file overwrite in merge by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2335](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2335)

##### Translation Changes

- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2343](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2343)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2354](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2354)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2355](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2355)
- Azerbaijani Language Translation by
[@&#8203;NureddinFarzaliyev](https://redirect.github.com/NureddinFarzaliyev)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2347](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2347)

##### Other Changes

- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2333](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2333)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2337](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2337)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2342](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2342)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2362](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2362)

##### New Contributors

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

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.34.0...v0.35.0

###
[`v0.34.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.34.0):
0.34.0 ProductHunt launch and PDF to CSV improvements and more

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

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

##### We have just launched on producthunt!

please consider giving us a upvote and a follow! <a
href="https://www.producthunt.com/posts/stirling-pdf?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stirling&#&#8203;0045;pdf"
target="_blank"><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=641239&theme=light"
alt="Stirling&#&#8203;0032;PDF -
Open&#&#8203;0032;source&#&#8203;0032;locally&#&#8203;0032;hosted&#&#8203;0032;web&#&#8203;0032;PDF&#&#8203;0032;editor
| Product Hunt" style="width: 250px; height: 54px;" width="250"
height="54" /></a>

This update brings some much needed improvements!

- Our PDF to CSV has been heavily upgraded and should see much better
results (Thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) and
[tabula-java](https://redirect.github.com/tabulapdf/tabula-java) )
-   Multi-tool allows multi-selected drag and drop
- Sign allows the same signature to be placed on multiple pages at once
-   UI cleanups for multi-tool and sign

With this update also comes some breaking changes to our database file
for additional security
Any users updating from a version older than 0.28.0 will need to first
update to a version after that and restart the application. After this
the application can be updated to 0.34.0+ as normal
This will allow the database to then migrate to the 0.34.0 version

##### What's Changed

##### Bug Fixes

- Fix id typo for "cropPdfCanvas" querySelector by
[@&#8203;rafael-encinas](https://redirect.github.com/rafael-encinas) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2271](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2271)
- Fix: Expand and de-clutter menus for matching search results in
homepage
[#&#8203;2264](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2264)
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2277](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2277)
- Bored waiting button doesnt remove itself after processing
([#&#8203;2079](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2079))
by
[@&#8203;alonsofabila-dev](https://redirect.github.com/alonsofabila-dev)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2235](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2235)
- Fix file clear for errors by
[@&#8203;rafael-encinas](https://redirect.github.com/rafael-encinas) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2302](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2302)
- Fix: Prevents duplicate listing of search results by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2306](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2306)
- Fix: id for submit button added by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2320](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2320)

##### Enhancements

- Multi-tool UI improvements and bug fixes by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2288](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2288)
- Hover tools tooltips for sign and multi tool by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2290)
- multitool multi select (drag drop) move pages by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2294](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2294)
- Sign multiple PDF pages at the same time in the same location
([#&#8203;2008](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2008))
by [@&#8203;thisisrenan](https://redirect.github.com/thisisrenan) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2278](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2278)
- Extract tables from PDF to CSV using Tabula by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2312](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2312)
- Add tooltip to sign add to all pages feature by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2325](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2325)
- Additional sign tooltips by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2328](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2328)

##### Minor Enhancements

- shows the titles of the buttons by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2262](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2262)
- Read login data from application.properties by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2263](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2263)
- Update MetricsAggregatorService.java by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2272](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2272)
- Metrics changes by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2273](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2273)
- Fix: Fixes dependency bug and replaces obsolete method by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2309](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2309)
- Bump com.h2database:h2 from 2.1.214 to 2.3.232 by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2314](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2314)
- navbar fix multi tool and compress location by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2331](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2331)

##### Docker Updates

- Bump gradle from 8.7-jdk17 to 8.11-jdk17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2269](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2269)

##### Translation Changes

- Update German language by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2276](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2276)
- Update Arabic language by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2282](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2282)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2289](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2289)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2298](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2298)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2307](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2307)
- French translation (again) by
[@&#8203;miniupnp](https://redirect.github.com/miniupnp) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2315](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2315)
- Update Arabic Language for Multi tool section by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2316](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2316)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2326](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2326)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2329](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2329)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2334](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2334)

##### Other Changes

- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2266](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2266)
- Bump io.micrometer:micrometer-core from 1.13.6 to 1.14.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2253](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2253)
- Bump bouncycastleVersion from 1.78.1 to 1.79 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2177](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2177)
- Bump
org.springframework.security:spring-security-saml2-service-provider from
6.3.4 to 6.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2296](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2296)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2295](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2295)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2310](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2310)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2318](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2318)
- Bump org.springframework:spring-webmvc from 6.1.14 to 6.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2268](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2268)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2321](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2321)

##### New Contributors

- [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2277](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2277)
- [@&#8203;yusif043-bit](https://redirect.github.com/yusif043-bit) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2287](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2287)
-
[@&#8203;alonsofabila-dev](https://redirect.github.com/alonsofabila-dev)
made their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2235](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2235)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.33.1...v0.34.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:47:32 +01:00
TrueCharts Bot 9a0055dada chore(helm): update image ghcr.io/static-web-server/static-web-server 2.33.1 → 2.34.0 (#30298) 2024-12-28 03:45:01 +01:00
TrueCharts Bot a2b8eb32d9 chore(helm): update image ghcr.io/onedr0p/sabnzbd 4.3.3 → 4.4.1 (#30294) 2024-12-28 03:44:54 +01:00
TrueCharts Bot 5f9d01c637 chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.21.2 → 5.23.2 (#30295)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/pmmp/pocketmine-mp | minor | `6a51ca4` -> `a600c28` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:44:09 +01:00
TrueCharts Bot 2994b0540d chore(helm): update image ghcr.io/linuxserver/healthchecks 3.7.20241209 → 3.9.20241224 (#30283) 2024-12-28 03:43:50 +01:00
TrueCharts Bot 8d60fe6613 chore(helm): update image ghcr.io/rommapp/romm 3.5 → 3.6 (#30296)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rommapp/romm](https://redirect.github.com/rommapp/romm) |
minor | `d3a0cd1` -> `d4ca71e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:43:43 +01:00
TrueCharts Bot 5886d236d5 chore(helm): update image ghcr.io/linuxserver/freshrss 1.24.3 → 1.25.0 (#30281) 2024-12-28 03:42:38 +01:00
TrueCharts Bot 22af7e3d89 chore(helm): update image ghcr.io/linuxserver/bookstack 24.10.20241104 → 24.12.20241223 (#30278) 2024-12-28 03:42:31 +01:00
TrueCharts Bot 66ac3f86df chore(helm): update image ghcr.io/linuxserver/babybuddy 2.6.3 → 2.7.0 (#30277) 2024-12-28 03:42:25 +01:00
TrueCharts Bot 90db26d69c chore(helm): update image ghcr.io/linuxserver/calibre 7.21.0 → 7.23.0 (#30279)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages)
([source](https://redirect.github.com/linuxserver/docker-calibre)) |
minor | `e1c5964` -> `6236e60` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:42:21 +01:00
TrueCharts Bot b80fbbf290 chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.121.0 → v1.123.0 (#30274) 2024-12-28 03:41:56 +01:00
TrueCharts Bot 331d99131c chore(helm): update image ghcr.io/ix-ai/smtp v0.6.0 → v0.7.0 (#30276) 2024-12-28 03:41:54 +01:00
TrueCharts Bot 3aceed30fe chore(helm): update image ghcr.io/gethomepage/homepage v0.9.13 → v0.10.4 (#30273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage)
| minor | `1504b26` -> `bf16a9f` |

---

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

###
[`v0.10.4`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.3...v0.10.4)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.3...v0.10.4)

###
[`v0.10.3`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.2...v0.10.3)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.2...v0.10.3)

###
[`v0.10.2`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.1...v0.10.2)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.1...v0.10.2)

###
[`v0.10.1`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.0...v0.10.1)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.0...v0.10.1)

###
[`v0.10.0`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.10.0)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.13...v0.10.0)

#### What's Changed

- Feature: nested groups by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4346](https://redirect.github.com/gethomepage/homepage/pull/4346)
- Enhancement: multiple widgets per service
https://github.com/gethomepage/homepage/commit/907abee1aa87c696872eeda68efb58a278c9846a
- Enhancement: Add hrefs to info widgets by
[@&#8203;DamitusThyYeetus123](https://redirect.github.com/DamitusThyYeetus123)
in
[https://github.com/gethomepage/homepage/pull/4347](https://redirect.github.com/gethomepage/homepage/pull/4347)
- Enhancement: set css color-scheme by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4349](https://redirect.github.com/gethomepage/homepage/pull/4349)
- Chore: move custom css loading, add letter-spacing by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4359](https://redirect.github.com/gethomepage/homepage/pull/4359)
- Enhancement: glances containers metric widget by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4361](https://redirect.github.com/gethomepage/homepage/pull/4361)
- Chore(deps): Bump gamedig from 5.1.3 to 5.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/4369](https://redirect.github.com/gethomepage/homepage/pull/4369)
- Chore(deps-dev): Bump eslint-plugin-react from 7.37.1 to 7.37.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/4367](https://redirect.github.com/gethomepage/homepage/pull/4367)
- Enhancement: icons-only bookmarks style by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4384](https://redirect.github.com/gethomepage/homepage/pull/4384)
- Fix: correct evcc units by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4396](https://redirect.github.com/gethomepage/homepage/pull/4396)
- Enhancement: downloading torrents list for qbittorrent by
[@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100) in
[https://github.com/gethomepage/homepage/pull/4405](https://redirect.github.com/gethomepage/homepage/pull/4405)
- Fix: glances metric - different key for process list memory on window…
by [@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4410](https://redirect.github.com/gethomepage/homepage/pull/4410)
- Enhancement: better display of finnhub tickers with exchange by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4425](https://redirect.github.com/gethomepage/homepage/pull/4425)
- Enhancement: add basic auth to ESPHome widget by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz) in
[https://github.com/gethomepage/homepage/pull/4429](https://redirect.github.com/gethomepage/homepage/pull/4429)
- Enhancement: downloading torrents list for deluge by
[@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100) in
[https://github.com/gethomepage/homepage/pull/4436](https://redirect.github.com/gethomepage/homepage/pull/4436)
- Enhancement: beszel widget compatibility with v0.9.0 by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4439](https://redirect.github.com/gethomepage/homepage/pull/4439)

#### New Contributors

-
[@&#8203;DamitusThyYeetus123](https://redirect.github.com/DamitusThyYeetus123)
made their first contribution in
[https://github.com/gethomepage/homepage/pull/4347](https://redirect.github.com/gethomepage/homepage/pull/4347)
- [@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100)
made their first contribution in
[https://github.com/gethomepage/homepage/pull/4405](https://redirect.github.com/gethomepage/homepage/pull/4405)
- [@&#8203;jesserockz](https://redirect.github.com/jesserockz) made
their first contribution in
[https://github.com/gethomepage/homepage/pull/4429](https://redirect.github.com/gethomepage/homepage/pull/4429)

**Full Changelog**:
https://github.com/gethomepage/homepage/compare/v0.9.13...v0.10.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:41:48 +01:00
TrueCharts Bot 26a7b7ecf5 chore(helm): update image ghcr.io/fluidd-core/fluidd v1.30.6 → v1.31.2 (#30272)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd)
| minor | `556029c` -> `41e94a2` |

---

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

###
[`v1.31.2`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.2)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.31.1...v1.31.2)

##### Features

- adds Adjust Dashboard Layout sidebar button
([#&#8203;1546](https://redirect.github.com/fluidd-core/fluidd/issues/1546))
([2a67ad5](https://redirect.github.com/fluidd-core/fluidd/commit/2a67ad58ce2c2d55e6a8f2f13465150432323d3f))
- adds Kalico config support
([#&#8203;1548](https://redirect.github.com/fluidd-core/fluidd/issues/1548))
([00b33dd](https://redirect.github.com/fluidd-core/fluidd/commit/00b33ddda5b5ba13c78de5bb92a6e3553dbe7b76))
- decode quoted default macro params
([55d3802](https://redirect.github.com/fluidd-core/fluidd/commit/55d3802082f52668169c2f4cba706fb343f2ed4b))
- encode Gcode parameter values where possible
([b153b64](https://redirect.github.com/fluidd-core/fluidd/commit/b153b64eaceb2fd5bfdce4b2a8aa74f81206afe0))
- **i18n-hu:** Update Hungarian translations
([f6dbf4d](https://redirect.github.com/fluidd-core/fluidd/commit/f6dbf4dd4f211d9413a6f67555230dfd750a6d8e))
- improves macro params quoting and encoding
([286ebcd](https://redirect.github.com/fluidd-core/fluidd/commit/286ebcd09f198c347b92e2d6dbe051ca5f30d1da))

##### Bug Fixes

- component page title
([21a7864](https://redirect.github.com/fluidd-core/fluidd/commit/21a7864074dca644ca974c94c0a452d8a72b7471))
- **Console:** Hide temp waits fallback value
([2b1389a](https://redirect.github.com/fluidd-core/fluidd/commit/2b1389a24ff11c7961dc097399bbdef2b063dae8))

###
[`v1.31.1`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.1)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.31.0...v1.31.1)

##### Features

- allow ordering of gcode macro categories
([0cc0e71](https://redirect.github.com/fluidd-core/fluidd/commit/0cc0e7106ade11c510a2ad4c9ee233a58a784e1f))
- allow user selection of device camera
([#&#8203;1542](https://redirect.github.com/fluidd-core/fluidd/issues/1542))
([3e8a42d](https://redirect.github.com/fluidd-core/fluidd/commit/3e8a42d79840a8bce723fcc626c10430685ebb1d))
- larger touch target for the drag icon
([729fe00](https://redirect.github.com/fluidd-core/fluidd/commit/729fe0067cd5a39ce8426494737454996bb11857))
- macros card navigate to category settings
([d61d0f6](https://redirect.github.com/fluidd-core/fluidd/commit/d61d0f699042cf70979d91577b0b512bc1e4e360))

##### Bug Fixes

- column picker dragging group
([4ae7d8b](https://redirect.github.com/fluidd-core/fluidd/commit/4ae7d8b1e4d3876b4a27ed37e3fe13380ea67906))
- **FileSystem:** escape special characters
([99368cf](https://redirect.github.com/fluidd-core/fluidd/commit/99368cfcf93f2f13150ec217adc1ac313a223d60))
- group and wrap tool change commands
([#&#8203;1543](https://redirect.github.com/fluidd-core/fluidd/issues/1543))
([ef8da05](https://redirect.github.com/fluidd-core/fluidd/commit/ef8da0540416bc7b0983646b961679e431bc45da))
- include M23 as a rawparams macro
([8b51545](https://redirect.github.com/fluidd-core/fluidd/commit/8b5154596ab1a5cef534731d23270bb57b125d0b))

###
[`v1.31.0`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.0)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.30.6...v1.31.0)

##### Features

- adds \_CLIENT_LINEAR_MOVE macro support
([#&#8203;1530](https://redirect.github.com/fluidd-core/fluidd/issues/1530))
([be9b053](https://redirect.github.com/fluidd-core/fluidd/commit/be9b053922c5685573c74e8dc7e5fe8219baa3be))
- adds config file #region folding support
([#&#8203;1528](https://redirect.github.com/fluidd-core/fluidd/issues/1528))
([e0ecc8c](https://redirect.github.com/fluidd-core/fluidd/commit/e0ecc8cd186e148f7a5caa40ec0bcc594199a3bf))
- adds setting for files and folders drag & drop
([#&#8203;1524](https://redirect.github.com/fluidd-core/fluidd/issues/1524))
([bf57bb9](https://redirect.github.com/fluidd-core/fluidd/commit/bf57bb989deff40af245f55f11d1d4880a2e860b))
- Beacon support
([#&#8203;1534](https://redirect.github.com/fluidd-core/fluidd/issues/1534))
([aed7108](https://redirect.github.com/fluidd-core/fluidd/commit/aed71089d8321a8d476998cb0c38a347cba0c365))
- column reordering
([#&#8203;1539](https://redirect.github.com/fluidd-core/fluidd/issues/1539))
([852c0ee](https://redirect.github.com/fluidd-core/fluidd/commit/852c0ee550b15a360fbe30cb0830c1d4dd610dd8))
- **i18n-de:** Update German translations
([5197f0c](https://redirect.github.com/fluidd-core/fluidd/commit/5197f0c3ac6ee6bead5b28f2f9dd978e7e9bc054))
- **i18n-es:** Update Spanish translations
([64360bf](https://redirect.github.com/fluidd-core/fluidd/commit/64360bf6bdd149d74a62ccd11078f23649753b54))
- **i18n-hu:** Update Hungarian translations
([5b5779f](https://redirect.github.com/fluidd-core/fluidd/commit/5b5779f1415b2b96647ff4b4b54e1430c19c01c5))
- **i18n-pl:** Update Polish translations
([5fc103f](https://redirect.github.com/fluidd-core/fluidd/commit/5fc103f1c53cd5f1892d655142031c4ecd9caefd))
- **i18n-tr:** Update Turkish translations
([0126bfd](https://redirect.github.com/fluidd-core/fluidd/commit/0126bfd66b3c1912786850e7761c8dfb4efdbdab))
- Mellow theme
([#&#8203;1472](https://redirect.github.com/fluidd-core/fluidd/issues/1472))
([405b1b1](https://redirect.github.com/fluidd-core/fluidd/commit/405b1b1f7d114ca0230259abbbd3e1e5bd85166c))
- Nevermore Controller support
([#&#8203;1527](https://redirect.github.com/fluidd-core/fluidd/issues/1527))
([ab16ea2](https://redirect.github.com/fluidd-core/fluidd/commit/ab16ea2066e5259b8e9f112d108960672d429c83))

##### Bug Fixes

- **Charts:** reset chart store on moonraker reset
([24d0db9](https://redirect.github.com/fluidd-core/fluidd/commit/24d0db9515f20fc7715c3b01fecd70ddf88489e4))
- Job History search
([#&#8203;1535](https://redirect.github.com/fluidd-core/fluidd/issues/1535))
([fe30cd2](https://redirect.github.com/fluidd-core/fluidd/commit/fe30cd2b2249efa6650b59033ae03c472a318087))
- led color_order handling
([71e8cf1](https://redirect.github.com/fluidd-core/fluidd/commit/71e8cf1e65e4ad7a4ec8d382357c452b99e69d73))
- printer status card load improvement
([6cd1300](https://redirect.github.com/fluidd-core/fluidd/commit/6cd1300b2764f95e82f61d0b02bd70c5850d9fb5))
- temperature targets item key
([d2a86b5](https://redirect.github.com/fluidd-core/fluidd/commit/d2a86b587d835429ac62ae6f40c9f3eecb77c81e))
- **ThermalChart:** consistent chart color on single device
([#&#8203;1522](https://redirect.github.com/fluidd-core/fluidd/issues/1522))
([f217cd4](https://redirect.github.com/fluidd-core/fluidd/commit/f217cd44cc8153068ae9057ddff7fce47588c9b3))
- toolhead position controls enabled on pause
([#&#8203;1533](https://redirect.github.com/fluidd-core/fluidd/issues/1533))
([30905b2](https://redirect.github.com/fluidd-core/fluidd/commit/30905b2bdfc180d661ae4912a3acb0bd61d1a282))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:41:24 +01:00
TrueCharts Bot ec64676ab8 chore(helm): update image ghcr.io/onedr0p/radarr 5.15.1.9463 → 5.16.3.9541 (#30293)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | minor |
`d097137` -> `c486358` |

---

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

###
[`v5.16.3.9541`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.16.3.9541):
5.16.3.9541

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.15.1.9463...v5.16.3.9541)

*To receive further Pre-Release or final updates for a non-docker
installation, please change the branch to **master**. (Settings ->
General (Show Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`99c3c8c`](https://redirect.github.com/Radarr/Radarr/commit/99c3c8ce5b03fc75b620e54fc6e96fbee3a2053c)
Replace URLs in translations with tokens
-
[`85171e4`](https://redirect.github.com/Radarr/Radarr/commit/85171e40a58d65f3e6b2d137701ef95e649e4b6f)
Multiple Translations updated by Weblate
-
[`86b656d`](https://redirect.github.com/Radarr/Radarr/commit/86b656d323567e1fc83f61a79c41778cbeba91eb)
Use minor version for core-js in babel/preset-env
-
[`5ae5d10`](https://redirect.github.com/Radarr/Radarr/commit/5ae5d1043a78990ff3425c93ebb66e98aef531b7)
Improve opening add movie modal for Discover Overview
-
[`b801aa0`](https://redirect.github.com/Radarr/Radarr/commit/b801aa093595a33a55e9edd5cda141c4c55a9bb5)
New: Add metadata links to telegram messages \[
[#&#8203;10242](https://redirect.github.com/Radarr/Radarr/issues/10242),
[#&#8203;10489](https://redirect.github.com/Radarr/Radarr/issues/10489)
]
-
[`b2b5aa1`](https://redirect.github.com/Radarr/Radarr/commit/b2b5aa1f795632311303256aa5d1271bbe07af1f)
New: Optionally as Instance Name to Telegram notifications \[
[#&#8203;10757](https://redirect.github.com/Radarr/Radarr/issues/10757)
]
-
[`8c6ba9a`](https://redirect.github.com/Radarr/Radarr/commit/8c6ba9a543a308fcf75d43ab7f4ddd43452d2cd4)
Fixed: Augmenting languages from indexer for release with stale indexer
ID \[
[#&#8203;10768](https://redirect.github.com/Radarr/Radarr/issues/10768)
]
-
[`4e024c5`](https://redirect.github.com/Radarr/Radarr/commit/4e024c51d3832e28e981f1e71a5904953bff32ec)
Fixed: Movies without tags bypassing tags on Download Client \[
[#&#8203;10765](https://redirect.github.com/Radarr/Radarr/issues/10765)
]
-
[`e4106f0`](https://redirect.github.com/Radarr/Radarr/commit/e4106f0ede441aa637c50de3bf5279bbddf2ee9d)
Upgrade TypeScript and core-js \[
[#&#8203;10763](https://redirect.github.com/Radarr/Radarr/issues/10763)
]
-
[`9032ac2`](https://redirect.github.com/Radarr/Radarr/commit/9032ac20ff599bda8aa9acd02e6d59741233b4da)
Bump version to 5.16.3

<details><summary><b>See More</b></summary>

-
[`23fce4b`](https://redirect.github.com/Radarr/Radarr/commit/23fce4bf2e50cef56b336761b01784e4484b09b6)
Fixed: Refresh backup list on deletion
-
[`64fd855`](https://redirect.github.com/Radarr/Radarr/commit/64fd8552f8415a4baebf9ae1998eadc59ac396a3)
Fixed: Error getting processes in some cases
-
[`e016410`](https://redirect.github.com/Radarr/Radarr/commit/e016410c1014892d726b600042bd13ea49c027d6)
Multiple Translations updated by Weblate
-
[`bea943a`](https://redirect.github.com/Radarr/Radarr/commit/bea943adf8ee3544b8d82dce56dd596f3f37d48d)
New: Tooltip with extra genres on search and collections
-
[`9780d20`](https://redirect.github.com/Radarr/Radarr/commit/9780d20f8aedbe45c225c44ee9262327fbad5e3e)
Improve is visible property check for discover movies
-
[`62722d4`](https://redirect.github.com/Radarr/Radarr/commit/62722d45b0b7b9c358407481155da44ede0df6c1)
Fixed: Using all movie genres for collection filters
-
[`27dd8e8`](https://redirect.github.com/Radarr/Radarr/commit/27dd8e8cd5af6c13800d5e9c6acb43298df1ca2f)
New: Tooltip with extra genres on movie details page
-
[`6c47ede`](https://redirect.github.com/Radarr/Radarr/commit/6c47ede76b7203188f8dc34bcecb9a18102c2aba)
Fixed: Refreshing movie genres
-
[`7b9562b`](https://redirect.github.com/Radarr/Radarr/commit/7b9562bb38b7f642d4a5252e2a8bba1a2543c624)
Update React \[
[#&#8203;10703](https://redirect.github.com/Radarr/Radarr/issues/10703)
]
-
[`8b0b7c1`](https://redirect.github.com/Radarr/Radarr/commit/8b0b7c1cb0bc496a416236dd935a67e78f7d65e7)
New: Reactive search button on Wanted pages \[
[#&#8203;10750](https://redirect.github.com/Radarr/Radarr/issues/10750)
]
-
[`7ebd341`](https://redirect.github.com/Radarr/Radarr/commit/7ebd341cd6dfd8dc29be5b1e05e524ab7c55e61a)
Sync TimeSpanConverter with upstream \[
[#&#8203;10756](https://redirect.github.com/Radarr/Radarr/issues/10756)
]
-
[`6c85f16`](https://redirect.github.com/Radarr/Radarr/commit/6c85f166ffc8eb037eef58bdd1582358692d281b)
Bump version to 5.16.2
-
[`45aabce`](https://redirect.github.com/Radarr/Radarr/commit/45aabce107c2f70d8040940253636fc1dbf99307)
Automated API Docs update
-
[`0caa793`](https://redirect.github.com/Radarr/Radarr/commit/0caa793df4f3c500ea2ed819bae65a98cea03803)
New: Add config file setting for CGNAT authentication bypass
-
[`9a107cc`](https://redirect.github.com/Radarr/Radarr/commit/9a107cc8d7bdff79fb6903dffb8aa2ab2bbad3e5)
New: Add Languages to Webhook Notifications \[
[#&#8203;10733](https://redirect.github.com/Radarr/Radarr/issues/10733)
]
-
[`a6d727f`](https://redirect.github.com/Radarr/Radarr/commit/a6d727fe2a734163fcd23fb7e1180d285115d327)
New: Kometa metadata file creation disabled \[
[#&#8203;10738](https://redirect.github.com/Radarr/Radarr/issues/10738)
]
-
[`01a53d3`](https://redirect.github.com/Radarr/Radarr/commit/01a53d362425d3b41977b20c960160112b8e37ea)
Automated API Docs update
-
[`348c29c`](https://redirect.github.com/Radarr/Radarr/commit/348c29c9d782e10fe1f7c785f157529c87e5c1a3)
Multiple Translations updated by Weblate
-
[`6473971`](https://redirect.github.com/Radarr/Radarr/commit/64739712c6a2c35e631b1e9cd216e66786ea9373)
Add return type for movie lookup and import endpoints \[
[#&#8203;10737](https://redirect.github.com/Radarr/Radarr/issues/10737)
]
-
[`6ac9cca`](https://redirect.github.com/Radarr/Radarr/commit/6ac9cca9532b3257a6084ffbb455dca8dae5453a)
Avoid default category on existing Transmission configurations
-
[`a2b38c5`](https://redirect.github.com/Radarr/Radarr/commit/a2b38c5b7d8de16b4c844c4406b39de9d20f19ea)
New: Labels support for Transmission 4.0
-
[`3cc4105`](https://redirect.github.com/Radarr/Radarr/commit/3cc4105d7191088a536507ed9148c3df924ca093)
Bump NLog, Npgsql, Ical.Net, IPAddressRange, ImageSharp and Polly
-
[`3449a5d`](https://redirect.github.com/Radarr/Radarr/commit/3449a5d3fe7696bafdf3a8e0fc795e529d83b7a1)
Fixed: Don't fail import if symlink target can't be resolved
-
[`5bac157`](https://redirect.github.com/Radarr/Radarr/commit/5bac157d365ccefbb0fa883e15f5a0baa57420e4)
Remove unnecessary heap allocations in local IP check
-
[`114d260`](https://redirect.github.com/Radarr/Radarr/commit/114d260f42612117dad4f8219d1dac6b56136e14)
Deprecate Sizeleft and Timeleft queue item properties
-
[`617b9c5`](https://redirect.github.com/Radarr/Radarr/commit/617b9c5d35e73561f3ca8f28cff0541528531e91)
Console warnings for missing translations on development builds \[
[#&#8203;10669](https://redirect.github.com/Radarr/Radarr/issues/10669)
]
-
[`ba4ccbb`](https://redirect.github.com/Radarr/Radarr/commit/ba4ccbb0bd6ad6c281339168c75296985c5481e5)
Deluge communication improvements
-
[`b845268`](https://redirect.github.com/Radarr/Radarr/commit/b845268b3d67bcc1f8075ff508dff5f57fc41bc4)
New: Support for new SABnzbd history retention values \[
[#&#8203;10699](https://redirect.github.com/Radarr/Radarr/issues/10699)
]
-
[`0fee552`](https://redirect.github.com/Radarr/Radarr/commit/0fee5520742aa2dbbbe8d1727407847ed2be0671)
Bump version to 5.16.1
-
[`828b994`](https://redirect.github.com/Radarr/Radarr/commit/828b994ef4fa457055983e9db67b42e584712206)
Support Postgres with non-standard version string
-
[`7952fd3`](https://redirect.github.com/Radarr/Radarr/commit/7952fd325b71ff94f289e68309971607f03cb632)
Multiple Translations updated by Weblate
-
[`4b4e598`](https://redirect.github.com/Radarr/Radarr/commit/4b4e598b67fd1a3a2fa358d2d1bf27104a1f554d)
New: Add Afrikaans language
-
[`71ccebd`](https://redirect.github.com/Radarr/Radarr/commit/71ccebd0f5dd4454296bbc6919741be65032452b)
Fix cutoff fixture
-
[`2607c67`](https://redirect.github.com/Radarr/Radarr/commit/2607c679123f4105f592d4a2232b6007d9b3f507)
Fixed: Prevent lack of internet from stopping all health checks from
running \[
[#&#8203;10694](https://redirect.github.com/Radarr/Radarr/issues/10694)
]
-
[`a626b4f`](https://redirect.github.com/Radarr/Radarr/commit/a626b4f3c426770c1cf361a92d7b576b04e081d9)
Fixed: Custom Format upgrading not respecting 'Upgrades Allowed' \[
[#&#8203;10691](https://redirect.github.com/Radarr/Radarr/issues/10691)
]
-
[`1526bf2`](https://redirect.github.com/Radarr/Radarr/commit/1526bf29f485859daf5fcde1872677f2cecc77da)
Fixed path in downloading to root folder check message
-
[`2194772`](https://redirect.github.com/Radarr/Radarr/commit/219477273675b23a426554896a145d553fc9a319)
New: Add Albanian language
([#&#8203;10663](https://redirect.github.com/Radarr/Radarr/issues/10663))
-
[`cd490d6`](https://redirect.github.com/Radarr/Radarr/commit/cd490d63349449cfe7aab164a9539d8e10dc4d8f)
New: Add headers setting in webhook connection
-
[`ff60984`](https://redirect.github.com/Radarr/Radarr/commit/ff609848d811e3b47d40a103a10ca06826d3642a)
New: Replace 'Ben the Man' release group parsing with 'Ben the Men' \[
[#&#8203;10676](https://redirect.github.com/Radarr/Radarr/issues/10676)
]
-
[`15b6f72`](https://redirect.github.com/Radarr/Radarr/commit/15b6f7212d70174ec3747468f9d28d42379d62dd)
Multiple Translations updated by Weblate
-
[`af06a9f`](https://redirect.github.com/Radarr/Radarr/commit/af06a9f70d3c4e6724eff64104b71fa12d56f141)
Webpack web target
-
[`c3fa440`](https://redirect.github.com/Radarr/Radarr/commit/c3fa440cf8fcfa23f97fddf1ebbd5aab6d6f37fa)
Multiple Translations updated by Weblate
([#&#8203;10688](https://redirect.github.com/Radarr/Radarr/issues/10688))
-
[`0411d66`](https://redirect.github.com/Radarr/Radarr/commit/0411d6652066d268afc50ccd02f0e2c40de1c1fb)
Bump version to 5.16.0

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=144&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:40:26 +01:00
TrueCharts Bot b57171376f chore(helm): update image ghcr.io/onedr0p/bazarr 1.4.5 → 1.5.0 (#30291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | minor |
`a7bceef` -> `5eb3ff2` |

---

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

###
[`v1.5.0`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.4.5...v1.5.0)

From newest to oldest:

- Reduced throttle from 24 hours to 6 before retrying Opensubtitles.com
API on DownloadLimitExceeded
[d5a290c](https://redirect.github.com/morpheus65535/bazarr/commit/d5a290c7a2bf4c0d7d923bb967d1825de2bbaba3)
- Fixed download error with Napiprojekt provider
[3209355](https://redirect.github.com/morpheus65535/bazarr/commit/320935548c28e85bbd9b0b0a6a073f1439deba31)
- Fixed titrari provider to prevent abuse and throttle properly.
[#&#8203;2709](https://redirect.github.com/morpheus65535/bazarr/issues/2709)
[9d62d84](https://redirect.github.com/morpheus65535/bazarr/commit/9d62d84ef590c65e7e9392fe82f1f2022b90bede)
- Added languages profile creation and assignment to health check.
[43d9d43](https://redirect.github.com/morpheus65535/bazarr/commit/43d9d43224c84609a4fbd050c8d82e9500743a68)
- Added series status and last air date
[c8e2894](https://redirect.github.com/morpheus65535/bazarr/commit/c8e2894b2ba033a11eb52ccd4f50186da74a90d8)
- Added missing subtitles count in series episodes view
[f81780f](https://redirect.github.com/morpheus65535/bazarr/commit/f81780fac564080301b06be76dbd33267b8f0ac8)
- Added official support for Python 3.12
[43a5841](https://redirect.github.com/morpheus65535/bazarr/commit/43a5841d04f07455f1f72d22817aa9a342772b91)
- Fixed improperly guessed video episode number while refining.
[#&#8203;2784](https://redirect.github.com/morpheus65535/bazarr/issues/2784)
[cf559d1](https://redirect.github.com/morpheus65535/bazarr/commit/cf559d1028803dad83921f2b61162199bb1fb27f)
- Fixed podnapisi not returning results
[4df822d](https://redirect.github.com/morpheus65535/bazarr/commit/4df822d363b448b98000b6c4c6de054d8faa45e4)
- Added debug logging while refining video object from scene name.
[#&#8203;2784](https://redirect.github.com/morpheus65535/bazarr/issues/2784)
[63c36c8](https://redirect.github.com/morpheus65535/bazarr/commit/63c36c8c184a5d7a34892f47e0f16d7b7ce6ea15)
- Improved Settings wording and organization.
[d2dc869](https://redirect.github.com/morpheus65535/bazarr/commit/d2dc869c1c90d479a3a39aee264f9d695af2e53c)
- Fixed EmbeddedSubtitles provider results caching
[a7df6a9](https://redirect.github.com/morpheus65535/bazarr/commit/a7df6a9c6213cbb16ffc212f22aa3ae4c82599dd)
- Fixed missing mobile tooltips
[137d619](https://redirect.github.com/morpheus65535/bazarr/commit/137d61930d6d570515b5d3a4149c19f6206b6aea)
- Added frontend notification during automatic syncing of subtitles.
[#&#8203;2724](https://redirect.github.com/morpheus65535/bazarr/issues/2724)
[f4ca0f9](https://redirect.github.com/morpheus65535/bazarr/commit/f4ca0f9e5586b9b84f137c102e4b1c577b883da8)
- Added opensubtitlescom provider validation
[#&#8203;2770](https://redirect.github.com/morpheus65535/bazarr/pull/2770)
- Fixed item overview path label overflow
[#&#8203;2780](https://redirect.github.com/morpheus65535/bazarr/pull/2780)
- Fixed match popover position
[#&#8203;2777](https://redirect.github.com/morpheus65535/bazarr/pull/2777)
- Fixed issue with some DB queries and PostgreSQL.
[d7f06bb](https://redirect.github.com/morpheus65535/bazarr/commit/d7f06bb707e74bd24b89d94dd9486a4c60601738)
- Improved wording for Embedded Subtitles UI components
[4d022c2](https://redirect.github.com/morpheus65535/bazarr/commit/4d022c24b60524f4235c49de324a52e97192b881)
- Added matches dialog alert and column titles
[#&#8203;2771](https://redirect.github.com/morpheus65535/bazarr/pull/2771)
- Fixed a bug introduced in Napiprojekt provider
[669ed06](https://redirect.github.com/morpheus65535/bazarr/commit/669ed069f52e4f5bb95fa85d431ba2cdb6b57429)
- Added Napiprojekt provider releases info and a new options to filter
subtitles based on uploader
[42d569f](https://redirect.github.com/morpheus65535/bazarr/commit/42d569faa357d49f4779cf5e9effe9f818eb9cb7)
- Added validation for incomplete indexing of subtitles or calculation
of missing subtitles before searching.
[5b3312e](https://redirect.github.com/morpheus65535/bazarr/commit/5b3312ea4d88b3c37087da3938e43a021033d07e)
- Fixed issue introduced in 1.4.6-beta.20 when subtitles upgrade is
disabled.
[#&#8203;2768](https://redirect.github.com/morpheus65535/bazarr/issues/2768)
[6fbc912](https://redirect.github.com/morpheus65535/bazarr/commit/6fbc91289fe4031a73fb34d34706063a9d45d93b)
- Refactored upgrade routine to bring logic out of db requests but into
Python code.
[#&#8203;2749](https://redirect.github.com/morpheus65535/bazarr/issues/2749)
[24096cb](https://redirect.github.com/morpheus65535/bazarr/commit/24096cb10f6aaf3b377bfb24ef255efcdccf89c4)
- Added switch to control passing of video filename in whisper provider
modal
[e298d15](https://redirect.github.com/morpheus65535/bazarr/commit/e298d157247951beea8578dcd632d80cd3a5d75c)
- Fixed typos in assrt provider.
[#&#8203;1953](https://redirect.github.com/morpheus65535/bazarr/issues/1953)
[48cdc8b](https://redirect.github.com/morpheus65535/bazarr/commit/48cdc8bfc83487b2fa990a5669a0da07a71def54)
- Fixed issue when whisper returns more than one subtitle for language
profiles with more than one language
[#&#8203;2758](https://redirect.github.com/morpheus65535/bazarr/issues/2758)
[d67477a](https://redirect.github.com/morpheus65535/bazarr/commit/d67477aded7de5948d2156e2a2e4c83897c08f81)
- Adjusted search result styles
[0d63448](https://redirect.github.com/morpheus65535/bazarr/commit/0d6344859b56a533c22df3bfc36a00fbe66c2873)
- Reverted last commit
[db450bd](https://redirect.github.com/morpheus65535/bazarr/commit/db450bdcc35536ed1b520ff28430284134a60dfc)
- Added logging of upgraded subtitles original ID to database
[a70b26c](https://redirect.github.com/morpheus65535/bazarr/commit/a70b26cdbe520e75966af91f0be96d779bdfee0d)
- Fixed an issue that prevented Bazarr from starting when PIv6 has been
disabled using grub.
[#&#8203;2738](https://redirect.github.com/morpheus65535/bazarr/issues/2738)
[4eb09c5](https://redirect.github.com/morpheus65535/bazarr/commit/4eb09c546d4ebb612340de80301fdfc7549843b1)
- Fixed logging of proxied client requests while authenticating.
[#&#8203;2721](https://redirect.github.com/morpheus65535/bazarr/issues/2721)
[ac1a3c5](https://redirect.github.com/morpheus65535/bazarr/commit/ac1a3c5eb07650eb3942163ca3d8f6485a2027b5)
- Fixed anidb refiner special episodes without offset
[#&#8203;2736](https://redirect.github.com/morpheus65535/bazarr/pull/2736)
- Handle bad JSON results from subsynchro provider
[#&#8203;2735](https://redirect.github.com/morpheus65535/bazarr/issues/2735)
[239ab78](https://redirect.github.com/morpheus65535/bazarr/commit/239ab780eb5c3006ce28a45eb5bf2c7eb65d56ad)
- Improved guessing of video file properties by using file name and
refining it with scene name if available.
[#&#8203;2704](https://redirect.github.com/morpheus65535/bazarr/issues/2704)
[c615f99](https://redirect.github.com/morpheus65535/bazarr/commit/c615f99f0635ab57e0de1015e4e4575821c074aa)
- Fixed subdl to not ignore movies subtitles by erroneously check for
season packs.
[#&#8203;2725](https://redirect.github.com/morpheus65535/bazarr/issues/2725)
[a186e64](https://redirect.github.com/morpheus65535/bazarr/commit/a186e64893fd71d986ef922d9d90cf0b9435ae41)
- Fixed issue with translation failing when nothing is returned by
Google Translate.
[#&#8203;2519](https://redirect.github.com/morpheus65535/bazarr/issues/2519)
[b34a0c1](https://redirect.github.com/morpheus65535/bazarr/commit/b34a0c19a21a2caac3fa8cf29cdcfa96717b54fc)
- Added search poster
[#&#8203;2722](https://redirect.github.com/morpheus65535/bazarr/pull/2722)
- Added support for Spanish (Latino) in opensubtitles.com.
[#&#8203;2720](https://redirect.github.com/morpheus65535/bazarr/issues/2720)
[a1658bb](https://redirect.github.com/morpheus65535/bazarr/commit/a1658bbf3271f66295ca8106eabfa2ab842cdb17)
- Added Anilist error log when the record exists on mapping but doesn't
enrich with Anilist id
[a9243c6](https://redirect.github.com/morpheus65535/bazarr/commit/a9243c6c03fd7d24eb522231cf899d25aa850b66)
- Added created and updated timestamp to DB for series, episodes and
movies
[678443f](https://redirect.github.com/morpheus65535/bazarr/commit/678443f212cb82b795bd0d7db14c845f641bd804)
- Fixed RegieLive JSONDecodeError
[#&#8203;2727](https://redirect.github.com/morpheus65535/bazarr/issues/2727)
[092012a](https://redirect.github.com/morpheus65535/bazarr/commit/092012a48715fd65184cef5e623bfb60f6d01543)
- Fixed titulky NameError issue
[1874f29](https://redirect.github.com/morpheus65535/bazarr/commit/1874f29789aa574c867ff279892db12ae154e6cf)
- Fixed another issue with subtitles upgrade process.
[56d8f2c](https://redirect.github.com/morpheus65535/bazarr/commit/56d8f2c9a36536f0d5c8e29b331dc3d01729042f)
- Fixed issue with subtitles upgrade process on Windows
[de9ce4d](https://redirect.github.com/morpheus65535/bazarr/commit/de9ce4d13dc0fc2fa25597d9d3eb13bf025dc22a)
- Fixed subtitles naming when saving subtitles to prevent parsing for HI
content if the provider (or the user if it's an upload) specifies that
it should be considered as HI.
[#&#8203;2719](https://redirect.github.com/morpheus65535/bazarr/issues/2719)
[5139fca](https://redirect.github.com/morpheus65535/bazarr/commit/5139fca5b8f60dd05be76c59296c3388d62d8199)
- Fixed issue introduced in upgrade process in beta.3
[16499fc](https://redirect.github.com/morpheus65535/bazarr/commit/16499fc674b2a6aef7eab0bf07ff95e786c9afbd)
- Improved provider labeling
[9eb9bb5](https://redirect.github.com/morpheus65535/bazarr/commit/9eb9bb55c95430400668e4372179eee340b4db24)
- Fixed subtitrari noi provider issue while downloading some subtitles.
[#&#8203;2708](https://redirect.github.com/morpheus65535/bazarr/issues/2708)
[92107a2](https://redirect.github.com/morpheus65535/bazarr/commit/92107a24257b996e28a045ff0e29f37812093a5c)
- Fixed error while inserting episodes during sync process.
[#&#8203;2700](https://redirect.github.com/morpheus65535/bazarr/issues/2700)
[4b9417c](https://redirect.github.com/morpheus65535/bazarr/commit/4b9417c2e280ee42853c56ad14580be4dab48cfe)
- Fixed subtitles conversion when use original format is enabled and
prevented hearing-impaired detection for non srt format subtitles.
[#&#8203;2693](https://redirect.github.com/morpheus65535/bazarr/issues/2693)
[43563cd](https://redirect.github.com/morpheus65535/bazarr/commit/43563cdcbd9524803856228352a3ef0d1131717c)
- Fixed bad non-HI detection with embedded provider when forced
subtitles available
[f50bcf3](https://redirect.github.com/morpheus65535/bazarr/commit/f50bcf34ac3c246d21a69dc3cc2f2eba63314c21)
- Added the option to skip mismatched fps to Titulky
[f296ba5](https://redirect.github.com/morpheus65535/bazarr/commit/f296ba5336a58c1108fa6a255a89077bcb23d8b4)
- Added season pack download feature to titlovi
[a4873fc](https://redirect.github.com/morpheus65535/bazarr/commit/a4873fc0f5207f4894e59a498a7a50e5bcef7803)
- Implemented subdivx version resolution for buscar parameter
[4f2bcc1](https://redirect.github.com/morpheus65535/bazarr/commit/4f2bcc17d9de6e2d53cd43a5c24cc91f2ba90ff1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:39:19 +01:00
TrueCharts Bot bea89d79a7 chore(helm): update image ghcr.io/ellite/wallos 2.38.3 → 2.42.2 (#30268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) |
minor | `9cf2d0c` -> `20a0529` |

---

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

###
[`v2.42.2`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2422-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.42.1...v2.42.2)

##### Bug Fixes

- version number
([#&#8203;668](https://redirect.github.com/ellite/Wallos/issues/668))
([683a366](https://redirect.github.com/ellite/Wallos/commit/683a3662ff998066f5d8de3be88e4d40d766442a))

###
[`v2.42.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2421-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.42.0...v2.42.1)

##### Bug Fixes

- remove debug echo on stats page
([#&#8203;666](https://redirect.github.com/ellite/Wallos/issues/666))
([d9a2488](https://redirect.github.com/ellite/Wallos/commit/d9a24885ffbbdb3c08d9015804eea8cb0fea6cea))

###
[`v2.42.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2420-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.41.0...v2.42.0)

##### Features

- add total monthly cost trend graph to the statistics page
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))
- allow email notifications without authentication
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))

##### Bug Fixes

- don't update next payment date for disabled subscriptions
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))
- xss security vulnerability with the avatar selection
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))

###
[`v2.41.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2410-2024-12-11)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.40.0...v2.41.0)

##### Features

- add payment cycle to csv/json export
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- run db migration after importing db
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- run db migration after restoring database
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- store weekly the total yearly cost of subscriptions
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))

##### Bug Fixes

- double encoding in statistics labels
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))

###
[`v2.40.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2400-2024-12-10)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.1...v2.40.0)

##### Features

- add dutch translation
([#&#8203;655](https://redirect.github.com/ellite/Wallos/issues/655))
([b5a9880](https://redirect.github.com/ellite/Wallos/commit/b5a98806d1f453180ce15724fa198d248177e488))

###
[`v2.39.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2391-2024-12-06)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.1...v2.39.1)

##### Bug Fixes

- svg error on calendar page
([#&#8203;650](https://redirect.github.com/ellite/Wallos/issues/650))
([8ba79c0](https://redirect.github.com/ellite/Wallos/commit/8ba79c0725815c6de8458c74961bbdf23a7d3e9d))

###
[`v2.39.1`](https://redirect.github.com/ellite/Wallos/releases/tag/v2.39.1)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.0...v2.39.1)

##### Bug Fixes

- svg error on calendar page
([#&#8203;650](https://redirect.github.com/ellite/Wallos/issues/650))
([8ba79c0](https://redirect.github.com/ellite/Wallos/commit/8ba79c0725815c6de8458c74961bbdf23a7d3e9d))

###
[`v2.39.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2390-2024-12-06)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.38.3...v2.39.0)

##### Features

- add icalendar subscription
([f5ddbff](https://redirect.github.com/ellite/Wallos/commit/f5ddbff0c1e0be676604390101c56c04c778f56a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 02:38:44 +00:00