Commit Graph

38303 Commits

Author SHA1 Message Date
TrueCharts Bot 4e5e5a9e90 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1128 → 0.22.1136 (#30350)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `65854e5` -> `bf532ef` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 12:11:32 +00:00
TrueCharts Bot f4c2255100 chore(helm): update image ghcr.io/ctfd/ctfd 3.7.4 → 3.7.5 (#30348)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ctfd/ctfd | patch | `b2cc1ff` -> `7f456b2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 12:08:58 +00:00
TrueCharts Bot 490b2fb5de fix(website): update @playform/compress 0.1.1 → 0.1.6 (#30160)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.1` ->
`0.1.6`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.6)
|

---

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

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

---

### Release Notes

<details>
<summary>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015)

##### Added

-   New Configuration folder with ESBuild.js and ESBuild.ts files
-   Added browserslist as a development dependency

##### Changed

-   Updated .npmignore to exclude the Configuration/ directory
-   Modified package.json scripts to use the new ESBuild configuration
-   Updated version to 0.1.6
- Enhanced error handling in CSS compression in
Source/Function/Integration.ts
- Updated Source/Interface/CSS/lightningcss.ts to set default value for
    unusedSymbols
-   Added targets to Source/Variable/CSS/lightningcss.ts

###
[`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e)

##### Changed

-   Updated dependencies
-   Typings update

###
[`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

###
[`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba)

##### Added

-   New CLI functionality with `Compress` command
- New `CLI.ts` and `Pipe.ts` functions for improved command-line
operations
-   Added `commander` dependency for CLI support
-   Added `fast-glob` dependency for file pattern matching

##### Changed

-   Updated package name from `astro-compress` to `@playform/compress`
-   Updated various dependencies to their latest versions:
    -   `@playform/pipe` from 0.1.0 to 0.1.1
    -   `deepmerge-ts` from 7.1.0 to 7.1.1
    -   `lightningcss` from 1.25.1 to 1.27.0
    -   `sharp` from 0.33.4 to 0.33.5
    -   `svgo` from 4.0.0-rc.0 to 3.3.2
    -   `terser` from 5.31.3 to 5.34.1
    -   `@playform/build` from 0.1.3 to 0.1.7
-   Refactored and improved various TypeScript interfaces and types
-   Updated README with new installation instructions and badge styling
-   Updated README badges to use HTTPS URLs
-   Updated README table layout for better visual presentation
-   Updated dependency badges in README to use correct package name
    (`@playform/compress` instead of `@playform/inline`)
-   Updated README to remove unnecessary line breaks and improve spacing
- Updated `Source/Function/Image/Writesharp.ts` to simplify an import
statement
- Added `Source/Function/CLI.ts` for command-line interface
functionality
-   Added `Source/Interface/CLI.ts` to define the command-line interface
-   Updated `package.json` to include necessary CLI dependencies

##### Removed

-   Removed `Documentation/` directory (replaced with `docs/`)
-   Removed `Summary.md` file

##### Fixed

-   Various code improvements and refactoring for better type safety and
    performance
-   Fixed broken links in README badges
-   Fixed alignment and spacing issues in README table
-   Fixed incorrect package name in dependency badges

</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 12:08:18 +00:00
TrueCharts Bot f596d6fb00 chore(helm): update image ghcr.io/tigerblue77/dell_idrac_fan_controller digest to 891696a (#30044)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/tigerblue77/dell_idrac_fan_controller | digest | `99459f6` ->
`891696a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 11:31:13 +00:00
TrueCharts Bot ddcc71fdc1 chore(flux): update image volsync 2.5.1 → 2.6.1 (clustertool) (#30374) 2024-12-28 11:49:04 +01:00
TrueCharts Bot c63c34b6d4 chore(flux): update image traefik-crds 3.2.4 → 3.3.0 (clustertool) (#30372) 2024-12-28 11:48:58 +01:00
TrueCharts Bot 7f19f893f1 chore(flux): update image vaultwarden 28.4.5 → 28.5.0 (#30373)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [vaultwarden](https://truecharts.org/charts/premium/vaultwarden)
([source](https://ghcr.io/timshel/vaultwarden)) | minor | `28.4.5` ->
`28.5.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 11:48:54 +01:00
TrueCharts Bot 7384a1244f chore(flux): update image prometheus-operator 8.11.1 → 8.12.0 (clustertool) (#30368) 2024-12-28 11:48:28 +01:00
TrueCharts Bot 852e2305e3 chore(flux): update image traefik 30.0.4 → 30.1.0 (clustertool) (#30371) 2024-12-28 11:48:23 +01:00
TrueCharts Bot 65c7306c4f chore(flux): update image spegel 2.0.8 → 2.1.1 (clustertool) (#30370) 2024-12-28 11:48:16 +01:00
TrueCharts Bot 1618737459 chore(flux): update image minecraft-java 11.2.4 → 11.14.0 (#30367) 2024-12-28 11:47:51 +01:00
TrueCharts Bot 2662ce3a1d chore(flux): update image snapshot-controller 3.3.2 → 3.5.0 (clustertool) (#30369) 2024-12-28 11:47:49 +01:00
TrueCharts Bot 5a5aef8cfd chore(flux): update image kubernetes-reflector 6.2.2 → 6.3.0 (clustertool) (#30365)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://redirect.github.com/emberstack/kubernetes-reflector))
| minor | `6.2.2` -> `6.3.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 11:47:43 +01:00
TrueCharts Bot bcce4c04f8 chore(flux): update image kubelet-csr-approver 1.1.3 → 1.2.0 (clustertool) (#30363) 2024-12-28 11:40:10 +01:00
TrueCharts Bot a221dd12e8 chore(flux): update image cert-manager 6.2.3 → 6.3.0 (clustertool) (#30360) 2024-12-28 11:40:04 +01:00
TrueCharts Bot 32e3cc968b chore(flux): update image jackett 23.0.55 → 23.1.1 (#30362) 2024-12-28 11:40:02 +01:00
TrueCharts Bot 97eafebcb4 chore(flux): update image kubernetes-dashboard 1.10.1 → 1.11.0 (clustertool) (#30364) 2024-12-28 11:40:01 +01:00
TrueCharts Bot 4c426780af chore(flux): update image blocky 16.6.4 → 16.7.0 (clustertool) (#30359) 2024-12-28 11:39:59 +01:00
TrueCharts Bot 1b181ca5fc chore(flux): update image bitmagnet 3.3.2 → 3.4.0 (#30358)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitmagnet](https://truecharts.org/charts/stable/bitmagnet)
([source](https://bitmagnet.io)) | minor | `3.3.2` -> `3.4.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 11:39:56 +01:00
TrueCharts Bot 9dd3627c8b chore(helm): update chart common 25.2.2 → 25.2.4 (#30345)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.2` ->
`25.2.4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-28 12:33:04 +02:00
TrueCharts Bot 66bec1563e chore(flux): update image metallb-config 8.2.4 → 8.2.5 (clustertool) (#30344) 2024-12-28 11:19:01 +01:00
TrueCharts Bot eb50882ebd chore(flux): update image clusterissuer 9.2.5 → 9.2.6 (clustertool) (#30343)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `9.2.5` -> `9.2.6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 11:18:51 +01:00
TrueCharts Bot a03a33fb22 fix(website): update starlight-blog 0.15.0 → 0.16.1 (#30311)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog)
([source](https://redirect.github.com/HiDeoo/starlight-blog/tree/HEAD/packages/starlight-blog))
| dependencies | minor | [`0.15.0` ->
`0.16.1`](https://renovatebot.com/diffs/npm/starlight-blog/0.15.0/0.16.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-blog (starlight-blog)</summary>

###
[`v0.16.1`](https://redirect.github.com/HiDeoo/starlight-blog/blob/HEAD/packages/starlight-blog/CHANGELOG.md#0161)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/starlight-blog@0.16.0...starlight-blog@0.16.1)

##### Patch Changes

-
[#&#8203;105](https://redirect.github.com/HiDeoo/starlight-blog/pull/105)
[`4ce050c`](https://redirect.github.com/HiDeoo/starlight-blog/commit/4ce050c9e6317d2cb3b7329e84aa9b0a5aa02cb5)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for passing
[`Infinity`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity)
to the
[`postCount`](https://starlight-blog-docs.vercel.app/configuration#postcount)
and
[`recentPostCount`](https://starlight-blog-docs.vercel.app/configuration#recentpostcount)
configuration options.

###
[`v0.16.0`](https://redirect.github.com/HiDeoo/starlight-blog/blob/HEAD/packages/starlight-blog/CHANGELOG.md#0160)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.15.0...starlight-blog@0.16.0)

##### Minor Changes

-
[#&#8203;100](https://redirect.github.com/HiDeoo/starlight-blog/pull/100)
[`679e509`](https://redirect.github.com/HiDeoo/starlight-blog/commit/679e50998bad26034735c99302de5645dd87bf6e)
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.

Note that the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/#collections)
is not supported by this plugin and you should update your collections
to use Astro's new Content Layer API.

⚠️ **BREAKING CHANGE:** The generated RSS feed no longer includes
content of blog posts due to a
[regression](https://redirect.github.com/withastro/astro/issues/12669)
in Astro v5. The feature will be restored in a future release. 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 09:47:16 +00:00
TrueCharts Bot 6667ae4da1 chore(helm): update image docker.io/minio/minio release.2024-10-29t16-01-48z → release.2024-12-18t13-15-44z (#30338)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/minio/minio | minor | `ebd2af7` -> `1dce27c` |

---

> [!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 - "on the first day of the month" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 06:40:05 +01:00
TrueCharts Bot 0547e91fed fix(website): update starlight-image-zoom 0.9.0 → 0.10.0 (#30312)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom)
([source](https://redirect.github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom))
| dependencies | minor | [`0.9.0` ->
`0.10.0`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.9.0/0.10.0)
|

---

> [!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-image-zoom (starlight-image-zoom)</summary>

###
[`v0.10.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/blob/HEAD/packages/starlight-image-zoom/CHANGELOG.md#0100)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.9.0...starlight-image-zoom@0.10.0)

##### Minor Changes

-
[#&#8203;27](https://redirect.github.com/HiDeoo/starlight-image-zoom/pull/27)
[`e716c66`](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/e716c66dd585fe2fd78432add8d9895c8110131f)
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.

</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 05:32:49 +00:00
TrueCharts Bot 3bcd24772e fix(website): update @astrojs/starlight 0.29.3 → 0.30.3 (#30309)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.29.3` ->
`0.30.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.30.3)
|

---

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

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

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3)

##### Patch Changes

-
[#&#8203;2717](https://redirect.github.com/withastro/starlight/pull/2717)
[`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
list item spacing issue where line break elements (`<br>`) could receive
a margin, breaking layout in Firefox

-
[#&#8203;2724](https://redirect.github.com/withastro/starlight/pull/2724)
[`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf)
Thanks [@&#8203;dionysuzx](https://redirect.github.com/dionysuzx)! -
Adds social link support for Farcaster

-
[#&#8203;2635](https://redirect.github.com/withastro/starlight/pull/2635)
[`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where the language picker in multilingual sites could display the
wrong language when navigating between pages with the browser
back/forward buttons.

-
[#&#8203;2726](https://redirect.github.com/withastro/starlight/pull/2726)
[`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Adds icon
for phone

###
[`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2)

##### Patch Changes

-
[#&#8203;2702](https://redirect.github.com/withastro/starlight/pull/2702)
[`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API with directories containing spaces or special
characters.

-
[#&#8203;2704](https://redirect.github.com/withastro/starlight/pull/2704)
[`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
display of focus indicator around site title

###
[`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1)

##### Patch Changes

-
[#&#8203;2688](https://redirect.github.com/withastro/starlight/pull/2688)
[`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API where group names would be sluggified.

###
[`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0)

##### Minor Changes

-
[#&#8203;2612](https://redirect.github.com/withastro/starlight/pull/2612)
[`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

##### Upgrade Astro and dependencies

⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you
[update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and
any other official integrations at the same time as updating Starlight:

```sh
npx @&#8203;astrojs/upgrade
```

*Community Starlight plugins and Astro integrations may also need to be
manually updated to work with Astro v5. If you encounter any issues,
please reach out to the plugin or integration author to see if it is a
known issue or if an updated version is being worked on.*

##### Update your collections

⚠️ **BREAKING CHANGE:** Starlight's internal [content
collections](https://docs.astro.build/en/guides/content-collections/),
which organize, validate, and render your content, have been updated to
use Astro's new Content Layer API and require configuration changes in
your project.

1. **Move the content config file.** This file no longer lives within
the `src/content/config.ts` folder and should now exist at
`src/content.config.ts`.

2. **Edit the collection definition(s).** To update the `docs`
collection, a `loader` is now required:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
    +import { docsLoader } from "@&#8203;astrojs/starlight/loaders";
     import { docsSchema } from "@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
     };
    ```

If you are using the [`i18n`
collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui)
to provide translations for additional languages you support or override
our default labels, you will need to update the collection definition in
a similar way and remove the collection `type` which is no longer
available:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
+import { docsLoader, i18nLoader } from
"@&#8203;astrojs/starlight/loaders";
import { docsSchema, i18nSchema } from
"@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
    -  i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema()
}),
     };
    ```

3. **Update other collections.** To update any other collections you may
have, follow the [“Updating existing
collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections)
section in the Astro 5 upgrade guide.

If you are unable to make any changes to your collections at this time,
including Starlight's default `docs` and `i18n` collections, you can
enable the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to
v5 without updating your collections. This legacy flag exists to provide
temporary backwards compatibility, and will allow you to keep your
collections in their current state until the legacy flag is no longer
supported.

##### Patch Changes

-
[#&#8203;2669](https://redirect.github.com/withastro/starlight/pull/2669)
[`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Catalan UI translations

-
[#&#8203;2664](https://redirect.github.com/withastro/starlight/pull/2664)
[`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes
provenance containing verifiable data to link a package back to its
source repository and the specific build instructions used to publish
it.

-
[#&#8203;2670](https://redirect.github.com/withastro/starlight/pull/2670)
[`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Spanish UI translations for the Pagefind search modal

</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 05:30:10 +00:00
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