Commit Graph
100 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 6adba53ea8 chore(helm): update image docker.io/ollama/ollama 0.9.6 → 0.11.4 (#38148)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | minor | `5d1406e` -> `536a1ab` |
| docker.io/ollama/ollama | minor | `f478761` -> `be17b35` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:57:27 +02:00
TrueCharts BotandGitHub 5f24b7af22 chore(helm): update image docker.io/outlinewiki/outline 0.85.1 → 0.86.0 (#38149)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| minor | `490b5de` -> `9ddb74b` |

---

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

###
[`v0.86.0`](https://redirect.github.com/outline/outline/releases/tag/v0.86.0)

[Compare
Source](https://redirect.github.com/outline/outline/compare/v0.85.1...v0.86.0)

> \[!NOTE]\
> If you run the collaboration service separately it ***must*** be
updated and restarted before the client and API to avoid errors.

<img width="1680" height="740" alt="collection-sharing"
src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461"
/>

#### What's Changed

This release we've finally closed out one of the most requested features
of the last year – public sharing of collections. You can now share an
entire collection on the internet in the same way as a document. We also
included the same options to optionally include a "last modified"
timestamp, sitemap, and search engine indexing (disabled by default).

Additionally document history now supports multiple collaborators – if
you are in a multiplayer editing session on a document the history panel
will properly reflect both users as being contributors to a version.

##### Other improvements

- Added OTP sign-in codes for mobile PWA in
[https://github.com/outline/outline/pull/9556](https://redirect.github.com/outline/outline/pull/9556)
- A paste menu to convert a list of URLs to mentions is now displaced in
[https://github.com/outline/outline/pull/9646](https://redirect.github.com/outline/outline/pull/9646)
- You can now update the url of an embed without reinserting in
[https://github.com/outline/outline/pull/9479](https://redirect.github.com/outline/outline/pull/9479)
- The collaboration service can now be scaled across multiple servers in
[https://github.com/outline/outline/pull/9625](https://redirect.github.com/outline/outline/pull/9625)
- References are now prefetched on hover in
[https://github.com/outline/outline/pull/9722](https://redirect.github.com/outline/outline/pull/9722)
- We improved the wrapping behavior in inline code marks in
[https://github.com/outline/outline/pull/9724](https://redirect.github.com/outline/outline/pull/9724)
- The `Up` arrow in a comment input now jumps to editing previous
comment in
[https://github.com/outline/outline/pull/9727](https://redirect.github.com/outline/outline/pull/9727)
- Clicking items in the sidebar is now even faster than before in
[https://github.com/outline/outline/pull/9733](https://redirect.github.com/outline/outline/pull/9733)
- Added support for Tella.tv embeds in
[https://github.com/outline/outline/pull/9775](https://redirect.github.com/outline/outline/pull/9775)
- Hundreds of new and improved translations

##### Fixes

##### Editor

- fix: Include image caption as alt attribute in
[https://github.com/outline/outline/pull/9554](https://redirect.github.com/outline/outline/pull/9554)
- fix: Empty placeholder shows up when no text but image in paragraph in
[https://github.com/outline/outline/pull/9593](https://redirect.github.com/outline/outline/pull/9593)
- fix: Remote table modifications cause CellSelection to be lost in
[https://github.com/outline/outline/pull/9596](https://redirect.github.com/outline/outline/pull/9596)
- fix: Element overlaying last backlink in
[https://github.com/outline/outline/pull/9699](https://redirect.github.com/outline/outline/pull/9699)
- fix: YouTube fullscreen popups are blocked in
[https://github.com/outline/outline/pull/9706](https://redirect.github.com/outline/outline/pull/9706)
- fix: Anchor with some UTF8 characters not correctly decoding in
[https://github.com/outline/outline/pull/9778](https://redirect.github.com/outline/outline/pull/9778)
- fix: Alignment not copied onto new table rows in
[https://github.com/outline/outline/pull/9785](https://redirect.github.com/outline/outline/pull/9785)
- fix: Col/row selection on table with merged cells in
[https://github.com/outline/outline/pull/9786](https://redirect.github.com/outline/outline/pull/9786)
- fix: Toggling table full width should always go … fullwidth in
[https://github.com/outline/outline/pull/9792](https://redirect.github.com/outline/outline/pull/9792)

##### Other

- fix: Importer truncates newlines in captions in
[https://github.com/outline/outline/pull/9544](https://redirect.github.com/outline/outline/pull/9544)
- fix: Incorrect parsing of hard breaks from Markdown in
[https://github.com/outline/outline/pull/9548](https://redirect.github.com/outline/outline/pull/9548)
- fix: Make shared document content available to screenreaders in
[https://github.com/outline/outline/pull/9549](https://redirect.github.com/outline/outline/pull/9549)
- fix: JSON export->import loses content in
[https://github.com/outline/outline/pull/9582](https://redirect.github.com/outline/outline/pull/9582)
- fix: Remove incorrectly nested "recently viewed" docs from explorer in
[https://github.com/outline/outline/pull/9597](https://redirect.github.com/outline/outline/pull/9597)
- fix: Blank page is rendered when link to draft without collection is
shared in
[https://github.com/outline/outline/pull/9605](https://redirect.github.com/outline/outline/pull/9605)
- fix: Viewers unable to connect personal Slack in
[https://github.com/outline/outline/pull/9614](https://redirect.github.com/outline/outline/pull/9614)
- fix: Refresh tokens do not work with OIDC discovery in
[https://github.com/outline/outline/pull/9618](https://redirect.github.com/outline/outline/pull/9618)
- Fix middle mouse button link behavior in
[https://github.com/outline/outline/pull/9632](https://redirect.github.com/outline/outline/pull/9632)
- chore: Add exponential backoff / retry for database deadlocks in
[https://github.com/outline/outline/pull/9671](https://redirect.github.com/outline/outline/pull/9671)
- fix: Linking from one shared sub-document to another share in
[https://github.com/outline/outline/pull/9689](https://redirect.github.com/outline/outline/pull/9689)
- fix: Title content after period sometimes stripped in import in
[https://github.com/outline/outline/pull/9712](https://redirect.github.com/outline/outline/pull/9712)
- fix: Letter icon incorrect in picker and sidebar in
[https://github.com/outline/outline/pull/9720](https://redirect.github.com/outline/outline/pull/9720)
- fix: Unnecessary remounts at breakpoints by
[@&#8203;charliecreates](https://redirect.github.com/charliecreates)\[bot]
in[https://github.com/outline/outline/pull/9730](https://redirect.github.com/outline/outline/pull/9730)0
- fix: Hide inline comments when disabled in
[https://github.com/outline/outline/pull/9732](https://redirect.github.com/outline/outline/pull/9732)
- chore: Improve group membership dialogs in
[https://github.com/outline/outline/pull/9693](https://redirect.github.com/outline/outline/pull/9693)
- fix: Documents accessible only through group memberships do not appear
in search results in
[https://github.com/outline/outline/pull/9738](https://redirect.github.com/outline/outline/pull/9738)
- fix: extract domain from user email in Slack authentication by
[@&#8203;naaa760](https://redirect.github.com/naaa760) in
[https://github.com/outline/outline/pull/9742](https://redirect.github.com/outline/outline/pull/9742)
- fix: emails parameter on users.list should be case insensitive in
[https://github.com/outline/outline/pull/9755](https://redirect.github.com/outline/outline/pull/9755)
- fix: Improve importer to be more resilient to hidden directories in
[https://github.com/outline/outline/pull/9762](https://redirect.github.com/outline/outline/pull/9762)
- fix: Remote results causes `cmd+k` state reset in
[https://github.com/outline/outline/pull/9793](https://redirect.github.com/outline/outline/pull/9793)
- fix: Allow `<br>` tags to represent breaks in API markdown input in
[https://github.com/outline/outline/pull/9794](https://redirect.github.com/outline/outline/pull/9794)
- fix: Nested lists flatten in confluence import in
[https://github.com/outline/outline/pull/9797](https://redirect.github.com/outline/outline/pull/9797)
- Improve webhook disabling heuristic with time-based analysis in
[https://github.com/outline/outline/pull/9800](https://redirect.github.com/outline/outline/pull/9800)
- fix: duplicate highlight shortcut key label by
[@&#8203;k2on](https://redirect.github.com/k2on) in
[https://github.com/outline/outline/pull/9806](https://redirect.github.com/outline/outline/pull/9806)
- Allow disconnecting analytics integrations in
[https://github.com/outline/outline/pull/9823](https://redirect.github.com/outline/outline/pull/9823)
- Autofocus search input when opening icon picker in
[https://github.com/outline/outline/pull/9839](https://redirect.github.com/outline/outline/pull/9839)
- fix: refresh token rotation is broken in OAuth provider implementation
in
[https://github.com/outline/outline/pull/9847](https://redirect.github.com/outline/outline/pull/9847)
- fix: Various issues with JSON import in
[https://github.com/outline/outline/pull/9850](https://redirect.github.com/outline/outline/pull/9850)

#### New Contributors

- [@&#8203;TheAlexLichter](https://redirect.github.com/TheAlexLichter)
made their first contribution in
[https://github.com/outline/outline/pull/9629](https://redirect.github.com/outline/outline/pull/9629)
- [@&#8203;camc314](https://redirect.github.com/camc314) made their
first contribution in
[https://github.com/outline/outline/pull/9695](https://redirect.github.com/outline/outline/pull/9695)
-
[@&#8203;charliecreates](https://redirect.github.com/charliecreates)\[bot]
made their first contribution
in[https://github.com/outline/outline/pull/9730](https://redirect.github.com/outline/outline/pull/9730)0
- [@&#8203;naaa760](https://redirect.github.com/naaa760) made their
first contribution in
[https://github.com/outline/outline/pull/9742](https://redirect.github.com/outline/outline/pull/9742)
- [@&#8203;k2on](https://redirect.github.com/k2on) made their first
contribution in
[https://github.com/outline/outline/pull/9806](https://redirect.github.com/outline/outline/pull/9806)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.85.1...v0.86.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 00:56:05 +00:00
TrueCharts BotandGitHub cb29cd36f1 chore(helm): update image ghcr.io/elfhosted/riven v0.21.21 → v0.23.0 (#38152)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/riven | minor | `bf1a9ca` -> `cd0deed` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:51:38 +02:00
TrueCharts BotandGitHub 51dd464096 chore(helm): update image ghcr.io/autobrr/autobrr v1.64.0 → v1.65.0 (#38151)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| minor | `47bbccb` -> `494e821` |

---

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

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

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

#### Changelog

##### New Features

-
[`d14454d`](https://redirect.github.com/autobrr/autobrr/commit/d14454d5c275b1c80725263c1d9bcfd9148fd872):
feat(feeds): log max age too old
([#&#8203;2127](https://redirect.github.com/autobrr/autobrr/issues/2127))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`521a4ea`](https://redirect.github.com/autobrr/autobrr/commit/521a4ea8724954b570d5ad49143acad709ab2ac8):
feat(feeds): torznab parse author
([#&#8203;2133](https://redirect.github.com/autobrr/autobrr/issues/2133))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`4822034`](https://redirect.github.com/autobrr/autobrr/commit/48220343ad16af1f145c2fd63c312f794b781635):
feat(macros): add CurrentTimeUnixMS
([#&#8203;2135](https://redirect.github.com/autobrr/autobrr/issues/2135))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

##### Bug fixes

-
[`d07b71d`](https://redirect.github.com/autobrr/autobrr/commit/d07b71d0eea169e62b44cde020ad09a5a799fcd9):
fix(feeds): handle multiple enclosures in RSS feeds
([#&#8203;2125](https://redirect.github.com/autobrr/autobrr/issues/2125))
([@&#8203;Aerglonus](https://redirect.github.com/Aerglonus))
-
[`bd3fdff`](https://redirect.github.com/autobrr/autobrr/commit/bd3fdff3ae661dc1aaa5dd00bcf60e7d65aadf64):
fix(indexers): GGn title parsing
([#&#8203;2134](https://redirect.github.com/autobrr/autobrr/issues/2134))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`a0a3e60`](https://redirect.github.com/autobrr/autobrr/commit/a0a3e6052283f2a869266575ddf6291b16f7f81c):
fix(release): reduce log spam for indexers without active filters
([#&#8203;2122](https://redirect.github.com/autobrr/autobrr/issues/2122))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))
-
[`220530b`](https://redirect.github.com/autobrr/autobrr/commit/220530b85027699c70383e2fd1d1e30531d91b26):
fix(releases): cleanup job check current user
([#&#8203;2136](https://redirect.github.com/autobrr/autobrr/issues/2136))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`abd45b5`](https://redirect.github.com/autobrr/autobrr/commit/abd45b590dfa444ceef7ab361a56c045e55530cd):
fix(versioncheck): ignore pr tags
([#&#8203;2137](https://redirect.github.com/autobrr/autobrr/issues/2137))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

##### Other work

-
[`64885bd`](https://redirect.github.com/autobrr/autobrr/commit/64885bd051edc772f9971881318163209a21b9cb):
build(deps): bump the golang group with 10 updates
([#&#8203;2131](https://redirect.github.com/autobrr/autobrr/issues/2131))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`2194628`](https://redirect.github.com/autobrr/autobrr/commit/219462836e946cf39fcf11afeef3d170f962c994):
build(deps): bump the npm group in /web with 22 updates
([#&#8203;2130](https://redirect.github.com/autobrr/autobrr/issues/2130))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.64.0...v1.65.0

#### Docker images

- `docker pull ghcr.io/autobrr/autobrr:v1.65.0`

#### What to do next?

- Read the [documentation](https://autobrr.com)
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:49:05 +02:00
TrueCharts BotandGitHub 73f84423f5 chore(helm): update image docker.io/jasongdove/ersatztv v25.3.1 → v25.4.0 (#38145) 2025-08-08 02:45:07 +02:00
TrueCharts BotandGitHub 0726864606 chore(helm): update image docker.io/jenkins/jenkins 2.520 → 2.522 (#38146)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jenkins/jenkins](https://www.jenkins.io/)
([source](https://redirect.github.com/jenkinsci/docker)) | minor |
`6dce1f7` -> `edfe968` |

---

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

###
[`v2.522`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.522)

[Compare
Source](https://redirect.github.com/jenkinsci/docker/compare/2.521...2.522)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.522
([changelog](https://www.jenkins.io/changelog/2.522))

#### 📦 Dependency updates

- Bump `shellcheck` version to 0.11.0
([#&#8203;2053](https://redirect.github.com/jenkinsci/docker/issues/2053))
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
- chore(deps): bump ubi9/ubi from 9.6-1752625787 to 9.6-1753978585 in
/rhel/ubi9/hotspot
([#&#8203;2052](https://redirect.github.com/jenkinsci/docker/issues/2052))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

###
[`v2.521`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.521)

[Compare
Source](https://redirect.github.com/jenkinsci/docker/compare/2.520...2.521)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.521
([changelog](https://www.jenkins.io/changelog/2.521))

#### 📦 Dependency updates

- Bump JDK17 version to 17.0.16+8
([#&#8203;2051](https://redirect.github.com/jenkinsci/docker/issues/2051))
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
- Bump JDK21 version to 21.0.8+9
([#&#8203;2049](https://redirect.github.com/jenkinsci/docker/issues/2049))
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
- Bump Debian Bookworm Linux Version to
[`2025072`](https://redirect.github.com/jenkinsci/docker/commit/20250721)
([#&#8203;2048](https://redirect.github.com/jenkinsci/docker/issues/2048))
@&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:44:28 +02:00
TrueCharts BotandGitHub 1b638923bc chore(helm): update image docker.io/homeassistant/home-assistant 2025.7.3 → 2025.8.0 (#38144)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | minor |
`9682a29` -> `35c4134` |

---

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

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

---

### Release Notes

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

###
[`v2025.8.0`](https://redirect.github.com/home-assistant/core/releases/tag/2025.8.0)

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

https://www.home-assistant.io/blog/2025/08/06/release-20258/

###
[`v2025.7.4`](https://redirect.github.com/home-assistant/core/releases/tag/2025.7.4)

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

- Keep entities of dead Z-Wave devices available ([@&#8203;AlCalzone] -
[#&#8203;148611]) ([zwave\_js docs][zwave_js docs])
- Fix warning about failure to get action during setup phase
([@&#8203;mback2k] - [#&#8203;148923]) ([wmspro docs])
- Fix a bug in rainbird device migration that results in additional
devices ([@&#8203;allenporter] - [#&#8203;149078]) ([rainbird docs])
- Fix multiple webhook secrets for Telegram bot ([@&#8203;hanwg] -
[#&#8203;149103]) ([telegram\_bot docs][telegram_bot docs])
- Bump pyschlage to 2025.7.2 ([@&#8203;dknowles2] - [#&#8203;149148])
([schlage docs]) (dependency)
- Fix Matter light get brightness ([@&#8203;jvmahon] - [#&#8203;149186])
([matter docs])
- Fix brightness\_step and brightness\_step\_pct via lifx.set\_state
([@&#8203;Djelibeybi] - [#&#8203;149217]) ([lifx docs])
- Add Z-Wave USB migration confirm step ([@&#8203;MartinHjelmare] -
[#&#8203;149243]) ([zwave\_js docs][zwave_js docs])
- Add fan off mode to the supported fan modes to fujitsu\_fglair
([@&#8203;crevetor] - [#&#8203;149277]) ([fujitsu\_fglair
docs][fujitsu_fglair docs])
- Update Tesla OAuth Server in Tesla Fleet ([@&#8203;Bre77] -
[#&#8203;149280]) ([tesla\_fleet docs][tesla_fleet docs])
- Update slixmpp to 1.10.0 ([@&#8203;gaaf] - [#&#8203;149374]) ([xmpp
docs]) (dependency)
- Bump aioamazondevices to 3.5.1 ([@&#8203;chemelli74] -
[#&#8203;149385]) ([alexa\_devices docs][alexa_devices docs])
(dependency)
- Bump pysuezV2 to 2.0.7 ([@&#8203;jb101010-2] - [#&#8203;149436])
([suez\_water docs][suez_water docs]) (dependency)
- Bump habiticalib to v0.4.1 ([@&#8203;tr4nt0r] - [#&#8203;149523])
([habitica docs]) (dependency)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[@&#8203;jb101010-2]: https://redirect.github.com/jb101010-2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:44:03 +02:00
TrueCharts BotandGitHub f0c2f0c472 chore(helm): update image docker.io/b4bz/homer v25.05.2 → v25.08.1 (#38143)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer)
([source](https://redirect.github.com/bastienwirtz/homer)) | minor |
`8270c56` -> `6231e77` |

---

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

###
[`v25.08.1`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.08.1)

[Compare
Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.05.2...v25.08.1)

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

#### What's Changed

##### Main changes

- Improve Pi-hole status by
[@&#8203;tanasegabriel](https://redirect.github.com/tanasegabriel) in
[https://github.com/bastienwirtz/homer/pull/929](https://redirect.github.com/bastienwirtz/homer/pull/929)
- Add community theme: DietPi by
[@&#8203;Cs137](https://redirect.github.com/Cs137) in
[https://github.com/bastienwirtz/homer/pull/956](https://redirect.github.com/bastienwirtz/homer/pull/956)
- refactor(layouts): remove duplicated code. by
[@&#8203;bastienwirtz](https://redirect.github.com/bastienwirtz) in
[https://github.com/bastienwirtz/homer/pull/965](https://redirect.github.com/bastienwirtz/homer/pull/965)
- fix(connectivity-checker): fix network offline issue with auth proxie…
by [@&#8203;bastienwirtz](https://redirect.github.com/bastienwirtz) in
[https://github.com/bastienwirtz/homer/pull/966](https://redirect.github.com/bastienwirtz/homer/pull/966)
- chore: Update dependencies by
[@&#8203;bastienwirtz](https://redirect.github.com/bastienwirtz) in
[https://github.com/bastienwirtz/homer/pull/967](https://redirect.github.com/bastienwirtz/homer/pull/967)

#### New Contributors

- [@&#8203;Cs137](https://redirect.github.com/Cs137) made their first
contribution in
[https://github.com/bastienwirtz/homer/pull/956](https://redirect.github.com/bastienwirtz/homer/pull/956)

**Full Changelog**:
https://github.com/bastienwirtz/homer/compare/v25.05.2...v25.08.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:43:16 +02:00
TrueCharts BotandGitHub b8d406aac4 chore(helm): update image ghcr.io/goofball222/unifi 9.3.43 → 9.3.45 (#38140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/goofball222/unifi](https://redirect.github.com/goofball222/unifi)
| patch | `5b2dba5` -> `e7013cf` |

---

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

###
[`v9.3.45`](https://redirect.github.com/goofball222/unifi/releases/tag/9.3.45)

[Compare
Source](https://redirect.github.com/goofball222/unifi/compare/9.3.43...9.3.45)

UniFi Network Application v9.3.45 -
https://community.ui.com/releases/UniFi-Network-Application-9-3-45/6f7eb802-3973-4258-8aeb-d257cd61e5c5

**Full Changelog**:
https://github.com/goofball222/unifi/compare/9.3.43...9.3.45

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-08 02:41:36 +02:00
TrueCharts BotandGitHub 945cfb6da3 chore(helm): update image ghcr.io/elfhosted/emby 4.9.1.12 → 4.9.1.17 (#38068)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-08 00:40:52 +00:00
TrueCharts BotandGitHub f6bb06ea1f chore(helm): update image docker.io/semaphoreui/semaphore v2.15.4 → v2.15.7 (#38100)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `385ce86` -> `d352b5e` |

---

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

###
[`v2.15.7`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.15.7)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.15.6...v2.15.7)

#### Bugfixes

- Fixed SQL query for Postgres
([https://github.com/semaphoreui/semaphore/issues/3189](https://redirect.github.com/semaphoreui/semaphore/issues/3189)).

###
[`v2.15.6`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.15.5...v2.15.6)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.15.5...v2.15.6)

###
[`v2.15.5`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.15.5)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.15.4...v2.15.5)

#### Changelog

- Yellow color in log

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-08 00:39:45 +00:00
TrueCharts BotandGitHub aa4b27d00e chore(container): update docker.io/renovate/renovate docker tag to v41.58.2 (#38141) 2025-08-08 02:35:04 +02:00
TrueCharts BotandGitHub 648fd82f7f chore(flux): update image kube-prometheus-stack 75.16.1 → 75.18.1 (clustertool) (#38142)
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))
| minor | `75.16.1` -> `75.18.1` |

---

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

###
[`v75.18.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.18.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fix prometheus additionalScrapeConfigs
exampl… by [@&#8203;Nick-0314](https://redirect.github.com/Nick-0314) in
[https://github.com/prometheus-community/helm-charts/pull/6022](https://redirect.github.com/prometheus-community/helm-charts/pull/6022)

#### New Contributors

- [@&#8203;Nick-0314](https://redirect.github.com/Nick-0314) made their
first contribution in
[https://github.com/prometheus-community/helm-charts/pull/6022](https://redirect.github.com/prometheus-community/helm-charts/pull/6022)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.18.0...kube-prometheus-stack-75.18.1

###
[`v75.18.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.18.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Add dnsPolicy for alertmanager and prometheus
by [@&#8203;araiu](https://redirect.github.com/araiu) in
[https://github.com/prometheus-community/helm-charts/pull/6021](https://redirect.github.com/prometheus-community/helm-charts/pull/6021)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-6.1.2...kube-prometheus-stack-75.18.0

###
[`v75.17.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.17.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add missing check for webhook by
[@&#8203;jcpunk](https://redirect.github.com/jcpunk) in
[https://github.com/prometheus-community/helm-charts/pull/6019](https://redirect.github.com/prometheus-community/helm-charts/pull/6019)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-kafka-exporter-2.16.0...kube-prometheus-stack-75.17.1

###
[`v75.17.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.17.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow custom dnsConfig for alertmanager and
prometheus by [@&#8203;araiu](https://redirect.github.com/araiu) in
[https://github.com/prometheus-community/helm-charts/pull/6014](https://redirect.github.com/prometheus-community/helm-charts/pull/6014)

#### New Contributors

- [@&#8203;araiu](https://redirect.github.com/araiu) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/6014](https://redirect.github.com/prometheus-community/helm-charts/pull/6014)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-27.29.1...kube-prometheus-stack-75.17.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-08 02:34:58 +02:00
TrueCharts BotandGitHub 91595ec643 chore(deps): update go 1.24.5 → 1.24.6 (#38139)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/)
([source](https://redirect.github.com/golang/go)) | toolchain | patch |
`1.24.5` -> `1.24.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-08 02:31:04 +02:00
TrueCharts BotandGitHub efb992934d chore(github-action): update actions/cache digest to 0400d5f (#38138)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache) | action |
digest | `5a3ec84` -> `0400d5f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-08 02:27:42 +02:00
TrueCharts BotandGitHub d66783f56b chore(helm): update chart common 28.15.0 → 28.15.1 (#37885)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-07 18:22:16 +00:00
TrueCharts BotandGitHub 9f6667d2a2 chore(flux): update image kube-prometheus-stack 75.15.2 → 75.16.1 (clustertool) (#38131)
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))
| minor | `75.15.2` -> `75.16.1` |

---

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

###
[`v75.16.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.16.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Added a units clarification to
prometheusSpec.retentionSize by
[@&#8203;MarkhamLee](https://redirect.github.com/MarkhamLee) in
[https://github.com/prometheus-community/helm-charts/pull/6003](https://redirect.github.com/prometheus-community/helm-charts/pull/6003)

#### New Contributors

- [@&#8203;MarkhamLee](https://redirect.github.com/MarkhamLee) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/6003](https://redirect.github.com/prometheus-community/helm-charts/pull/6003)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.16.0...kube-prometheus-stack-75.16.1

###
[`v75.16.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.16.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update https://github.com/etcd-io/etcd digest
to
[`13cda0d`](https://redirect.github.com/prometheus-community/helm-charts/commit/13cda0d)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/prometheus-community/helm-charts/pull/6004](https://redirect.github.com/prometheus-community/helm-charts/pull/6004)4

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.15.2...kube-prometheus-stack-75.16.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-06 02:17:49 +02:00
TrueCharts BotandGitHub 38d5da84f0 chore(container): update docker.io/renovate/renovate docker tag to v41.53.1 (#38130)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.4
(main)
([#&#8203;37341](https://redirect.github.com/renovatebot/renovate/issues/37341))
([a76c80e](https://redirect.github.com/renovatebot/renovate/commit/a76c80e8f593fb2fb4442be1f5936bf9b949475f))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v22.17.0
(main)
([#&#8203;37338](https://redirect.github.com/renovatebot/renovate/issues/37338))
([b9d22a3](https://redirect.github.com/renovatebot/renovate/commit/b9d22a391f9747fa424feef951faba575faead55))

##### Code Refactoring

- **dependency-dashboard:** checkbox handling with reusable utility
functions
([#&#8203;37339](https://redirect.github.com/renovatebot/renovate/issues/37339))
([14c62bf](https://redirect.github.com/renovatebot/renovate/commit/14c62bf7d101599c695fba6d56827035a84c9b08))
- **npm:** prepartion for yarn catalogs integration
([#&#8203;37333](https://redirect.github.com/renovatebot/renovate/issues/37333))
([71fba5e](https://redirect.github.com/renovatebot/renovate/commit/71fba5e8d2a876b55703e4e3a54eb8f4087e9425))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-06 02:15:17 +02:00
TrueCharts BotandGitHub 30e3588ded chore(container): update docker.io/renovate/renovate docker tag to v41.53.0 (#38127)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Features

- **pip-compile:** add --no-emit-package to uv pip compile allowed
arguments
([#&#8203;37315](https://redirect.github.com/renovatebot/renovate/issues/37315))
([db9eef8](https://redirect.github.com/renovatebot/renovate/commit/db9eef8dc62e30a48afb769f74c55ea370d39455))

##### Bug Fixes

- Always use default import from `upath` and `semver-stable`
([#&#8203;37325](https://redirect.github.com/renovatebot/renovate/issues/37325))
([7c79c11](https://redirect.github.com/renovatebot/renovate/commit/7c79c11285bc602277d475b9f90701a5d67c6c19))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-05 20:24:35 +02:00
TrueCharts BotandGitHub ec6684921b chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 67c2a20 (#38103)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-05 20:06:42 +02:00
TrueCharts BotandGitHub 9b4f962430 chore(container): update docker.io/renovate/renovate docker tag to v41.52.3 (#38099)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.3
(main)
([#&#8203;37331](https://redirect.github.com/renovatebot/renovate/issues/37331))
([4db0219](https://redirect.github.com/renovatebot/renovate/commit/4db0219617eee60ea8458c61bf03722ad4b73956))

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.2
(main)
([#&#8203;37329](https://redirect.github.com/renovatebot/renovate/issues/37329))
([0e5c3db](https://redirect.github.com/renovatebot/renovate/commit/0e5c3db9e7bb53e40abc7a1cd4976ada689232cb))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/luxon](https://redirect.github.com/types/luxon) to v3.7.0
(main)
([#&#8203;37327](https://redirect.github.com/renovatebot/renovate/issues/37327))
([dc0a3e2](https://redirect.github.com/renovatebot/renovate/commit/dc0a3e288a57b2b691f5c6d6dfdf02625ea76bfc))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-05 10:52:31 +02:00
TrueCharts BotandGitHub 3c5bb701f0 chore(container): update docker.io/renovate/renovate docker tag to v41.52.1 (#38096)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.1
(main)
([#&#8203;37324](https://redirect.github.com/renovatebot/renovate/issues/37324))
([ab17083](https://redirect.github.com/renovatebot/renovate/commit/ab17083eda6ee1c0673ab90570962fd9875d430a))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-05 04:44:24 +02:00
TrueCharts BotandGitHub 195e8e43e2 chore(container): update docker.io/renovate/renovate docker tag to v41.52.0 (#38094)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Features

- **asdf,mise:** Add support for renovating gotestsum by shortname
([#&#8203;37314](https://redirect.github.com/renovatebot/renovate/issues/37314))
([5a6382c](https://redirect.github.com/renovatebot/renovate/commit/5a6382c5fd335c0d13c434587f1f70e42637c3a4))
- **presets:** add Eclipse Implementation of JAXB monorepo
([#&#8203;37284](https://redirect.github.com/renovatebot/renovate/issues/37284))
([ced83fb](https://redirect.github.com/renovatebot/renovate/commit/ced83fb0cf392ea5f15c4173645c2bfdaa24dac5))

##### Bug Fixes

- **bitbucket-server:** Handle invalidReviewers correctly
([#&#8203;37241](https://redirect.github.com/renovatebot/renovate/issues/37241))
([922d1ba](https://redirect.github.com/renovatebot/renovate/commit/922d1bae1c63bd1dcbe88685777134473ffb6341))

##### Miscellaneous Chores

- **deps:** update dependency vite to v7 (main)
([#&#8203;37311](https://redirect.github.com/renovatebot/renovate/issues/37311))
([c8b0a00](https://redirect.github.com/renovatebot/renovate/commit/c8b0a00fadbe4344e1e048d911142c741a5d089a))

##### Code Refactoring

- **config:** move code for easier testing
([#&#8203;37297](https://redirect.github.com/renovatebot/renovate/issues/37297))
([37a1a93](https://redirect.github.com/renovatebot/renovate/commit/37a1a93a06fd428fcc727a7c9d0c6174dce0cef7))

##### Build System

- **deps:** update dependency shlex to v3 (main)
([#&#8203;37310](https://redirect.github.com/renovatebot/renovate/issues/37310))
([72519d6](https://redirect.github.com/renovatebot/renovate/commit/72519d67118aef9bbec1e4d5982615674e444f3c))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-04 22:36:12 +02:00
TrueCharts BotandGitHub 758c5dcd7e fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.0 → v1.11.0-beta.1 (clustertool) (#38093)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos)
| `v1.11.0-beta.0` -> `v1.11.0-beta.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.0-beta.0/v1.11.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

---

### Release Notes

<details>
<summary>siderolabs/talos
(github.com/siderolabs/talos/pkg/machinery)</summary>

###
[`v1.11.0-beta.1`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.1)

[Compare
Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-beta.0...v1.11.0-beta.1)

#### [Talos
1.11.0-beta.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.1)
(2025-08-04)

Welcome to the v1.11.0-beta.1 release of Talos!\
*This is a pre-release of Talos*

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

##### Azure

Talos on Azure now defaults to MTU of 1400 bytes for the `eth0`
interface to avoid packet fragmentation issues.
The default MTU can be overriden with machine configuration.

##### Boot

Talos increases the boot partition size to 2 GiB to accommodate larger
images (with many system extensions included).

##### Kernel Command Line

Talos now exposes the kernel command line as a KernelCmdline resource
(`talosctl get cmdline`).

##### Disk Encryption

Disk encryption for system volumes is now managed by the `VolumeConfig`
machine configuration document.
Legacy configuration in `valpha1` machine configuration is still
supported.

New per-key option `lockToSTATE` is added to the `VolumeConfig`
document, which allows to lock the volume encryption key to the secret
salt in the `STATE` volume.
So, if the `STATE` volume is wiped or replaced, the volume encryption
key will not be usable anymore.

##### Disk Wipe

Talos now supports `talosctl disk wipe` command in maintenance mode
(`talosctl disk wipe <disk> --insecure`).

##### Early Inline Configuration

Talos now supports passing early inline configuration via the
`talos.config.early` kernel parameter.
This allows to pass the configuration before the platform config source
is probed, which is useful for early boot configuration.
The value of this parameter has same format as the `talos.config.inline`
parameter, i.e. it should be base64 encoded and zstd-compressed.

##### ETCD downgrade API

Added ETCD downgrade API mimicking the ETCD API and etcdctl interfaces.
This API allows to downgrade ETCD cluster (storage format) to a previous
version.

##### IMA support removed

Talos now drops the IMA (Integrity Measurement Architecture) support.
This feature was not used in Talos for any meaningful security purpose
and has historically caused performance issues. See
[#&#8203;11133](https://redirect.github.com/siderolabs/talos/issues/11133)
for more details.

##### Kubernetes Version Validation

Talos now validates Kubernetes version in the image submitted in the
machine configuration.
Previously this check was performed only on upgrade, but now it is
consistently applied to upgrade, initial provisioning, and machine
configuration updates.

This implies that all image references should contain the tag, even if
the image is pinned by digest.

##### Qemu provisioner on MacOS

On MacOS `talosctl cluster create` command now supports the Qemu
provisioner in addition to the Docker provisioner.

##### Kernel Modules

Talosctl now returns the loaded modules, not the modules configured to
be loaded (`talosctl get modules`).

##### SBOM

Talos now publishes [Software Bill of Materials
(SBOM)](https://www.talos.dev/v1.11/advanced/sbom/) in the SPDX format.

##### Swap Suport

Talos now supports swap on block devices.
This feature can be enable by using
[SwapVolumeConfig](https://www.talos.dev/v1.11/reference/configuration/block/swapvolumeconfig/)
document in the machine configuration.

##### Component Updates

Linux: 6.12.40
Kubernetes: 1.34.0-beta.0
runc: 1.3.0
etcd: 3.6.4
containerd: 2.1.4
Flannel CNI plugin: 1.7.1-flannel1
Flannel: 0.27.2
CoreDNS: 1.12.2
xfsprogs: 6.15.0
systemd-udevd and systemd-boot: 257.7
lvm2: 2.03.33
cryptsetup: 2.8.0

Talos is built with Go 1.24.5.

##### VMware

Talos VMWare platform now supports `arm64` architecture in addition to
`amd64`.

##### Volumes

Talos now supports [raw user
volumes](https://www.talos.dev/v1.11/talos-guides/configuration/disk-management/raw/),
allowing to allocate unformatted disk space as partition.
In addition to that, support for [existing
volumes](https://www.talos.dev/v1.11/talos-guides/configuration/disk-management/existing/)
has been added, allowing to mount existing partitions without formatting
them.

##### Zswap Support

Talos now supports zswap, a compressed cache for swap pages.
This feature can be enabled by using
[ZswapConfig](https://www.talos.dev/v1.11/reference/configuration/block/zswapconfig/)
document in the machine configuration.

##### Contributors

- Andrey Smirnov
- Noel Georgi
- Dmitrii Sharshakov
- Orzelius
- Mateusz Urbanek
- Orzelius
- Justin Garrison
- Spencer Smith
- Steve Francis
- Till Hoffmann
- Utku Ozdemir
- Andrew Longwill
- Artem Chernyshev
- Michael Robbins
- Alexandre GV
- Marat Bakeev
- Olav Thoresen
- Thibault VINCENT
- Alvaro "Chamo" Linares Cabre
- Amarachi Iheanacho
- Brian Brookman
- Bryan Mora
- Clément Nussbaumer
- Damien
- David R
- Dennis Marttinen
- Dmitriy Matrenichev
- Joakim Nohlgård
- Jorik Jonker
- Justin Seely
- Luke Cousins
- Marco Mihai Condrache
- Markus Reiter
- Martyn Ranyard
- Michael Moerz
- Mike
- Oguz Kilcan
- Tan Siewert
- Tom Keur
- jvanthienen-gluo
- killcity
- yashutanu

##### Changes

<details><summary>247 commits</summary>
<p>

-
[@&#8203;`5a15ce8`](https://redirect.github.com/siderolabs/talos/commit/5a15ce88b)
release(v1.11.0-beta.1): prepare release
-
[@&#8203;`614ca2e`](https://redirect.github.com/siderolabs/talos/commit/614ca2e22)
fix: one more attempt to fix volume mount race on restart
-
[@&#8203;`4b86dfe`](https://redirect.github.com/siderolabs/talos/commit/4b86dfe6f)
feat: implement encryption locking to STATE
-
[@&#8203;`8ae76c3`](https://redirect.github.com/siderolabs/talos/commit/8ae76c320)
feat: implement `talos.config.early` command line arg
-
[@&#8203;`19f8c60`](https://redirect.github.com/siderolabs/talos/commit/19f8c605e)
docs: remove talos API flags from mgmt commands
-
[@&#8203;`fa1d6fe`](https://redirect.github.com/siderolabs/talos/commit/fa1d6fef8)
feat: bootedentry resource
-
[@&#8203;`7dee810`](https://redirect.github.com/siderolabs/talos/commit/7dee810d4)
fix: live reload of TLS client config for discovery client
-
[@&#8203;`a5dc224`](https://redirect.github.com/siderolabs/talos/commit/a5dc22466)
fix: enforce minimum size on user volumes if not set explicitly
-
[@&#8203;`7836e92`](https://redirect.github.com/siderolabs/talos/commit/7836e924d)
feat: update containerd to 2.1.4
-
[@&#8203;`5012550`](https://redirect.github.com/siderolabs/talos/commit/5012550ec)
feat: add
[`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E)
watchdog driver
-
[@&#8203;`10ddc4c`](https://redirect.github.com/siderolabs/talos/commit/10ddc4cdd)
fix: grype scan
-
[@&#8203;`d108e0a`](https://redirect.github.com/siderolabs/talos/commit/d108e0a08)
fix(ci): use a random suffix for ami names
-
[@&#8203;`5042255`](https://redirect.github.com/siderolabs/talos/commit/504225546)
fix: issues with reading GPT
-
[@&#8203;`bdaf08d`](https://redirect.github.com/siderolabs/talos/commit/bdaf08dd4)
feat: update PCI DB module to v0.3.2
-
[@&#8203;`667dceb`](https://redirect.github.com/siderolabs/talos/commit/667dcebec)
test: wait for service account test job longer
-
[@&#8203;`ae176a4`](https://redirect.github.com/siderolabs/talos/commit/ae176a4b7)
feat: update etcd to 3.6.4
-
[@&#8203;`201b680`](https://redirect.github.com/siderolabs/talos/commit/201b6801f)
fix: issue with volume remount on service restart
-
[@&#8203;`2a91140`](https://redirect.github.com/siderolabs/talos/commit/2a911402b)
chore: tag aws snapshots created via ci with the image name
-
[@&#8203;`d8bd84b`](https://redirect.github.com/siderolabs/talos/commit/d8bd84b56)
docs: add SBOM documentation
-
[@&#8203;`7eec619`](https://redirect.github.com/siderolabs/talos/commit/7eec61993)
feat: unify disk encryption configuration
-
[@&#8203;`4ff2bf9`](https://redirect.github.com/siderolabs/talos/commit/4ff2bf9e0)
feat: update etcd to v3.5.22
-
[@&#8203;`31a67d3`](https://redirect.github.com/siderolabs/talos/commit/31a67d379)
fix: do not download artifacts for cron Grype scan
-
[@&#8203;`c6b6e0b`](https://redirect.github.com/siderolabs/talos/commit/c6b6e0bb3)
docs: rewrite the getting started and prod docs for v1.10 and v1.11
-
[@&#8203;`ca1c656`](https://redirect.github.com/siderolabs/talos/commit/ca1c656e6)
chore(ci): add more nvidia test matrix
-
[@&#8203;`7a2e0f0`](https://redirect.github.com/siderolabs/talos/commit/7a2e0f068)
feat: sync pkgs, update Linux to 6.12.40
-
[@&#8203;`85e7989`](https://redirect.github.com/siderolabs/talos/commit/85e7989cf)
release(v1.11.0-beta.0): prepare release
-
[@&#8203;`3039162`](https://redirect.github.com/siderolabs/talos/commit/3039162dc)
feat: update Flannel to v0.27.2
-
[@&#8203;`7e6052e`](https://redirect.github.com/siderolabs/talos/commit/7e6052e63)
feat: increase boot partition to 2 GiB
-
[@&#8203;`cb7ca17`](https://redirect.github.com/siderolabs/talos/commit/cb7ca17bb)
feat: implement ExistingVolumeConfig
-
[@&#8203;`a857c69`](https://redirect.github.com/siderolabs/talos/commit/a857c696f)
chore(machined): remove deprecated Endpoints
-
[@&#8203;`a60101c`](https://redirect.github.com/siderolabs/talos/commit/a60101c55)
fix: fill serial using helpers
-
[@&#8203;`5420e99`](https://redirect.github.com/siderolabs/talos/commit/5420e9979)
refactor: output default selection for profiles
-
[@&#8203;`023a24c`](https://redirect.github.com/siderolabs/talos/commit/023a24cd4)
test: use Grype to scan SBOM for vulnerabilities
-
[@&#8203;`96896fd`](https://redirect.github.com/siderolabs/talos/commit/96896fddb)
chore: build less images by default
-
[@&#8203;`75b5dec`](https://redirect.github.com/siderolabs/talos/commit/75b5dec06)
fix: sd-boot kexec with disk images
-
[@&#8203;`10546d6`](https://redirect.github.com/siderolabs/talos/commit/10546d6f8)
feat: update Kuberentes 1.34.0-beta.0
-
[@&#8203;`3f35b83`](https://redirect.github.com/siderolabs/talos/commit/3f35b83ae)
fix: ignore absent extensions SBOM directory
-
[@&#8203;`9920da3`](https://redirect.github.com/siderolabs/talos/commit/9920da3e1)
feat: add etcd downgrade API
-
[@&#8203;`c386822`](https://redirect.github.com/siderolabs/talos/commit/c38682279)
feat: bump pkgs and tools, read extensions' SBOMs, rekres
-
[@&#8203;`9c0d270`](https://redirect.github.com/siderolabs/talos/commit/9c0d2706c)
docs: add release notes about v3.6.x bug
-
[@&#8203;`d219942`](https://redirect.github.com/siderolabs/talos/commit/d21994210)
test: refactor various merge controller tests
-
[@&#8203;`da5a444`](https://redirect.github.com/siderolabs/talos/commit/da5a4449f)
feat: implement raw volume support
-
[@&#8203;`41adda1`](https://redirect.github.com/siderolabs/talos/commit/41adda1cf)
docs: add secure boot setup mode note for Xen
-
[@&#8203;`993b4ad`](https://redirect.github.com/siderolabs/talos/commit/993b4ade8)
docs: fix typo in hugo config: pre-releaase
-
[@&#8203;`130b7fd`](https://redirect.github.com/siderolabs/talos/commit/130b7fd6e)
test: fix flaky TestDNS
-
[@&#8203;`35b45ae`](https://redirect.github.com/siderolabs/talos/commit/35b45ae6e)
feat(talosctl): support tpm operation on mac
-
[@&#8203;`24628db`](https://redirect.github.com/siderolabs/talos/commit/24628db20)
feat: update Kubernetes to v1.34.0-alpha.3
-
[@&#8203;`ff68286`](https://redirect.github.com/siderolabs/talos/commit/ff68286d1)
feat: include hwrandom modules
-
[@&#8203;`a5b07c9`](https://redirect.github.com/siderolabs/talos/commit/a5b07c9a5)
test: split tests and lint from the default pipeline
-
[@&#8203;`a957ef4`](https://redirect.github.com/siderolabs/talos/commit/a957ef416)
feat: add SBOMs to the imager container
-
[@&#8203;`506212a`](https://redirect.github.com/siderolabs/talos/commit/506212a71)
feat: include AMD encrypted mem modules into base
-
[@&#8203;`a966321`](https://redirect.github.com/siderolabs/talos/commit/a966321cc)
fix: add more bootloader probe logs on upgrade
-
[@&#8203;`b38fa56`](https://redirect.github.com/siderolabs/talos/commit/b38fa568a)
feat: add validation for secrets bundle
-
[@&#8203;`2d89bcc`](https://redirect.github.com/siderolabs/talos/commit/2d89bcc71)
feat: bump Linux, Go and other packages
-
[@&#8203;`0b8c180`](https://redirect.github.com/siderolabs/talos/commit/0b8c180b8)
fix: rename instances to referenceCount
-
[@&#8203;`378fe4f`](https://redirect.github.com/siderolabs/talos/commit/378fe4f2f)
feat: support writing EFI boot order
-
[@&#8203;`9f07926`](https://redirect.github.com/siderolabs/talos/commit/9f0792632)
fix: improve volume provisioning errors
-
[@&#8203;`b8fcf3c`](https://redirect.github.com/siderolabs/talos/commit/b8fcf3c71)
fix: change module instance evaluation
-
[@&#8203;`d680e56`](https://redirect.github.com/siderolabs/talos/commit/d680e560d)
docs: create FUNDING.yml
-
[@&#8203;`6415055`](https://redirect.github.com/siderolabs/talos/commit/641505584)
feat: support project quota support for user volumes
-
[@&#8203;`52656cc`](https://redirect.github.com/siderolabs/talos/commit/52656cc3c)
feat: allow taloscl disk wipe in maintenance mode
-
[@&#8203;`8505794`](https://redirect.github.com/siderolabs/talos/commit/850579448)
feat: export SBOM as resources
-
[@&#8203;`4f3a2ff`](https://redirect.github.com/siderolabs/talos/commit/4f3a2ffab)
test: update unit-test runner
-
[@&#8203;`d531b68`](https://redirect.github.com/siderolabs/talos/commit/d531b682c)
fix: provide FIPS 140-3 compliance
-
[@&#8203;`3e3129d`](https://redirect.github.com/siderolabs/talos/commit/3e3129d36)
feat: include packages into SBOM
-
[@&#8203;`54bd50b`](https://redirect.github.com/siderolabs/talos/commit/54bd50be3)
fix: talos endpoint might not be created in Kubernetes
-
[@&#8203;`8789a02`](https://redirect.github.com/siderolabs/talos/commit/8789a02c3)
feat: present loaded kernel modules
-
[@&#8203;`33ecbae`](https://redirect.github.com/siderolabs/talos/commit/33ecbaec6)
test: update apply config tests
-
[@&#8203;`7d2fd39`](https://redirect.github.com/siderolabs/talos/commit/7d2fd390c)
chore: bump Talos version in the Image Factory CI pipeline
-
[@&#8203;`de77f21`](https://redirect.github.com/siderolabs/talos/commit/de77f2142)
docs: add example for fluentbit config
-
[@&#8203;`1f1f781`](https://redirect.github.com/siderolabs/talos/commit/1f1f78106)
fix: add limited retries for not found images
-
[@&#8203;`3d6a2c1`](https://redirect.github.com/siderolabs/talos/commit/3d6a2c14e)
chore: generate and upload signatures on release
-
[@&#8203;`3801413`](https://redirect.github.com/siderolabs/talos/commit/380141330)
feat: expose kernel cmdline as a resource
-
[@&#8203;`4c6b3b1`](https://redirect.github.com/siderolabs/talos/commit/4c6b3b14d)
docs: document disabling SELinux
-
[@&#8203;`3a6e5a7`](https://redirect.github.com/siderolabs/talos/commit/3a6e5a71e)
feat: add talosctl mulitarch bundle image
-
[@&#8203;`be671ee`](https://redirect.github.com/siderolabs/talos/commit/be671ee6d)
chore: add sbom step to the release pipeline
-
[@&#8203;`7fd0e8f`](https://redirect.github.com/siderolabs/talos/commit/7fd0e8fc7)
release(v1.11.0-alpha.3): prepare release
-
[@&#8203;`777335f`](https://redirect.github.com/siderolabs/talos/commit/777335f23)
chore: improve cloud image uploader resilience
-
[@&#8203;`14e5eee`](https://redirect.github.com/siderolabs/talos/commit/14e5eee7d)
release(v1.11.0-alpha.2): prepare release
-
[@&#8203;`1e5a008`](https://redirect.github.com/siderolabs/talos/commit/1e5a008f5)
fix: hold user volume mount point across kubelet restarts
-
[@&#8203;`cdad505`](https://redirect.github.com/siderolabs/talos/commit/cdad50590)
docs: user volumes and kubernetes upgrade updates
-
[@&#8203;`c880835`](https://redirect.github.com/siderolabs/talos/commit/c880835c8)
feat: implement zswap support
-
[@&#8203;`7f0300f`](https://redirect.github.com/siderolabs/talos/commit/7f0300f10)
feat: update dependencies, Kubernetes 1.34.0-alpha.2
-
[@&#8203;`61afbe3`](https://redirect.github.com/siderolabs/talos/commit/61afbe3d2)
docs: add vc4 documentation
-
[@&#8203;`b9dbdc8`](https://redirect.github.com/siderolabs/talos/commit/b9dbdc8e7)
fix: etcd recover with multiple advertised addresses
-
[@&#8203;`19d94c3`](https://redirect.github.com/siderolabs/talos/commit/19d94c357)
feat: update Linux to 6.12.35, containerd to 2.1.3
-
[@&#8203;`44a1fc3`](https://redirect.github.com/siderolabs/talos/commit/44a1fc3b7)
fix: treat context canceled as expected error on image pull
-
[@&#8203;`4da2dd5`](https://redirect.github.com/siderolabs/talos/commit/4da2dd537)
feat: enforce Kubernetes version compatibility
-
[@&#8203;`6c7f820`](https://redirect.github.com/siderolabs/talos/commit/6c7f8201a)
fix: set default MTU on Azure to 1400
-
[@&#8203;`091cd69`](https://redirect.github.com/siderolabs/talos/commit/091cd6989)
docs: small yaml typo fix
-
[@&#8203;`66ecbd4`](https://redirect.github.com/siderolabs/talos/commit/66ecbd48f)
docs: update support matrix with omni version
-
[@&#8203;`c948d76`](https://redirect.github.com/siderolabs/talos/commit/c948d7617)
docs: minor fixes for creating kernel modules
-
[@&#8203;`cc14c4a`](https://redirect.github.com/siderolabs/talos/commit/cc14c4a25)
docs: add docs for creating kernel modules
-
[@&#8203;`93bcd3b`](https://redirect.github.com/siderolabs/talos/commit/93bcd3b56)
docs: create SBOM for Go dependencies
-
[@&#8203;`38c4ce4`](https://redirect.github.com/siderolabs/talos/commit/38c4ce415)
feat: add user-space InfiniBand modules
-
[@&#8203;`251dc93`](https://redirect.github.com/siderolabs/talos/commit/251dc934f)
feat: arm64 support for platform vmware
-
[@&#8203;`09b3ad5`](https://redirect.github.com/siderolabs/talos/commit/09b3ad577)
feat: update containerd to 2.1.2
-
[@&#8203;`0767dd0`](https://redirect.github.com/siderolabs/talos/commit/0767dd07b)
chore: enable --with-siderolink-agent on Darwin
-
[@&#8203;`9642198`](https://redirect.github.com/siderolabs/talos/commit/9642198d7)
fix: userspace wireguard library overrides
-
[@&#8203;`208f076`](https://redirect.github.com/siderolabs/talos/commit/208f0763e)
chore: fix talosctl build on non-Linux hosts
-
[@&#8203;`87421af`](https://redirect.github.com/siderolabs/talos/commit/87421af87)
docs: expand documentation description
-
[@&#8203;`d32ccfa`](https://redirect.github.com/siderolabs/talos/commit/d32ccfa59)
feat: implement swap support
-
[@&#8203;`8f5cf81`](https://redirect.github.com/siderolabs/talos/commit/8f5cf81db)
docs: update kvm documentation
-
[@&#8203;`8e84c8b`](https://redirect.github.com/siderolabs/talos/commit/8e84c8b0f)
fix: nil pointer deref in quirk
-
[@&#8203;`6e74a36`](https://redirect.github.com/siderolabs/talos/commit/6e74a3676)
docs: aad ery basic details on how to run on scaleway
-
[@&#8203;`260d1bc`](https://redirect.github.com/siderolabs/talos/commit/260d1bc9a)
fix: correctl close encrypted volumes
-
[@&#8203;`034ef42`](https://redirect.github.com/siderolabs/talos/commit/034ef42af)
fix: update siderolink library for wgtunnel panic fix
-
[@&#8203;`3035744`](https://redirect.github.com/siderolabs/talos/commit/3035744a8)
fix: correctly predict interface name on darwin
-
[@&#8203;`cfcfad3`](https://redirect.github.com/siderolabs/talos/commit/cfcfad3c4)
chore: move `checkUnknownKeys` function to `github.com/siderolabs/gen`
-
[@&#8203;`5ecc53c`](https://redirect.github.com/siderolabs/talos/commit/5ecc53c69)
docs: add macos section to developing-talos.md
-
[@&#8203;`b5b3530`](https://redirect.github.com/siderolabs/talos/commit/b5b35307f)
chore: update Go to 1.24.4
-
[@&#8203;`fde772d`](https://redirect.github.com/siderolabs/talos/commit/fde772d8d)
feat: update Flannel to 0.27.0
-
[@&#8203;`81ca279`](https://redirect.github.com/siderolabs/talos/commit/81ca27949)
release(v1.11.0-alpha.1): prepare release
-
[@&#8203;`58a868e`](https://redirect.github.com/siderolabs/talos/commit/58a868e68)
chore: fix renovate config, add release-gate label
-
[@&#8203;`a59aaee`](https://redirect.github.com/siderolabs/talos/commit/a59aaee84)
feat: bump dependencies, Linux 6.12.31
-
[@&#8203;`e954ee3`](https://redirect.github.com/siderolabs/talos/commit/e954ee30a)
docs: typo correction: LongHorn -> Longhorn
-
[@&#8203;`aab0533`](https://redirect.github.com/siderolabs/talos/commit/aab053394)
fix: mashal resource byte slices as strings in YAML
-
[@&#8203;`c7d4191`](https://redirect.github.com/siderolabs/talos/commit/c7d4191e7)
fix: rework the way CRI config generation is waited for
-
[@&#8203;`0114183`](https://redirect.github.com/siderolabs/talos/commit/0114183de)
docs: update `lastRelease` to 1.10.3
-
[@&#8203;`938b076`](https://redirect.github.com/siderolabs/talos/commit/938b0760a)
docs: update issue template
-
[@&#8203;`2a7b735`](https://redirect.github.com/siderolabs/talos/commit/2a7b735b2)
feat: drop IMA support
-
[@&#8203;`2d5a805`](https://redirect.github.com/siderolabs/talos/commit/2d5a805b0)
fix: typo in DiscoverdVolume spec
-
[@&#8203;`60c12ba`](https://redirect.github.com/siderolabs/talos/commit/60c12bad9)
feat: support nocloud include url userdata directive
-
[@&#8203;`0fd622c`](https://redirect.github.com/siderolabs/talos/commit/0fd622c82)
fix(talosctl): correct --help output for dashboard command
-
[@&#8203;`a90c936`](https://redirect.github.com/siderolabs/talos/commit/a90c936a1)
feat: support qemu provisioner on darwin
-
[@&#8203;`5322ca0`](https://redirect.github.com/siderolabs/talos/commit/5322ca0d3)
docs: update overlay docs
-
[@&#8203;`a60b632`](https://redirect.github.com/siderolabs/talos/commit/a60b6322d)
fix(ci): drop nebula from extensions test
-
[@&#8203;`dbbb59a`](https://redirect.github.com/siderolabs/talos/commit/dbbb59a67)
docs: add note for default `dataDirHostPath` for Rook
-
[@&#8203;`e260543`](https://redirect.github.com/siderolabs/talos/commit/e26054378)
docs: macos qemu provider
-
[@&#8203;`5d02240`](https://redirect.github.com/siderolabs/talos/commit/5d0224093)
docs: use the cilium-cli image repo in the job installation manifest
-
[@&#8203;`ff80e4c`](https://redirect.github.com/siderolabs/talos/commit/ff80e4cca)
docs: fix CIDR name
-
[@&#8203;`a5fd15e`](https://redirect.github.com/siderolabs/talos/commit/a5fd15e8b)
fix(ci): reproducibility test
-
[@&#8203;`8f8963e`](https://redirect.github.com/siderolabs/talos/commit/8f8963e50)
docs: update Nexxen brand
-
[@&#8203;`c6b8687`](https://redirect.github.com/siderolabs/talos/commit/c6b86872d)
fix(ci): iso reproducibility file permissions
-
[@&#8203;`995a1de`](https://redirect.github.com/siderolabs/talos/commit/995a1dec4)
chore: add a check for unsupported darwin flags
-
[@&#8203;`9db5d0c`](https://redirect.github.com/siderolabs/talos/commit/9db5d0c97)
fix: nocloud metadata for hostname
-
[@&#8203;`3cf3256`](https://redirect.github.com/siderolabs/talos/commit/3cf325654)
feat: modularize more arm64 kernel
-
[@&#8203;`3524745`](https://redirect.github.com/siderolabs/talos/commit/3524745cc)
fix: allow any PKI in Talos API
-
[@&#8203;`f438cdb`](https://redirect.github.com/siderolabs/talos/commit/f438cdb09)
chore: use custom dhcpd server on macos qemu
-
[@&#8203;`11c17fb`](https://redirect.github.com/siderolabs/talos/commit/11c17fb9a)
fix: metal-iso reproducibility
-
[@&#8203;`7fcb89e`](https://redirect.github.com/siderolabs/talos/commit/7fcb89ee3)
chore: add darwin vmnet qemu support
-
[@&#8203;`fc12373`](https://redirect.github.com/siderolabs/talos/commit/fc1237343)
chore: clean up `/usr/bin`
-
[@&#8203;`b551f32`](https://redirect.github.com/siderolabs/talos/commit/b551f32ce)
feat: update containerd to v2.1.1
-
[@&#8203;`67f4154`](https://redirect.github.com/siderolabs/talos/commit/67f4154f9)
docs: update disk-management.md
-
[@&#8203;`0cb137a`](https://redirect.github.com/siderolabs/talos/commit/0cb137ad7)
fix: make disk size check work on old Talos
-
[@&#8203;`7c057ed`](https://redirect.github.com/siderolabs/talos/commit/7c057edd5)
fix: use vmdk-convert istead of qemu-img to create VMDK for OVA files
-
[@&#8203;`cd618da`](https://redirect.github.com/siderolabs/talos/commit/cd618dad0)
chore: update the go-blockdevice package
-
[@&#8203;`0b99631`](https://redirect.github.com/siderolabs/talos/commit/0b99631a0)
fix: bump apid memory limit
-
[@&#8203;`5451f35`](https://redirect.github.com/siderolabs/talos/commit/5451f35b1)
docs: update virtualbox
-
[@&#8203;`bd4d202`](https://redirect.github.com/siderolabs/talos/commit/bd4d202a5)
refactor: bring owned.State from COSI to simplify tests
-
[@&#8203;`0b96df5`](https://redirect.github.com/siderolabs/talos/commit/0b96df574)
feat: update containerd to 2.1.0
-
[@&#8203;`e1a9391`](https://redirect.github.com/siderolabs/talos/commit/e1a939144)
docs: fix formatting in disk encryption
-
[@&#8203;`7a817df`](https://redirect.github.com/siderolabs/talos/commit/7a817df1c)
docs: fix typo
-
[@&#8203;`f35b213`](https://redirect.github.com/siderolabs/talos/commit/f35b213b2)
test: fix DHCP unicast failures in QEMU environment
-
[@&#8203;`7064bbf`](https://redirect.github.com/siderolabs/talos/commit/7064bbf05)
docs: fix vmware factory URL
-
[@&#8203;`78c33bc`](https://redirect.github.com/siderolabs/talos/commit/78c33bcdb)
feat: update default Kubernetes to v1.33.1
-
[@&#8203;`da67952`](https://redirect.github.com/siderolabs/talos/commit/da6795266)
fix: disable automatic MAC assignment to bridge interfaces
-
[@&#8203;`ca34adf`](https://redirect.github.com/siderolabs/talos/commit/ca34adf58)
chore(ci): drop azure keys
-
[@&#8203;`ea5de19`](https://redirect.github.com/siderolabs/talos/commit/ea5de19fa)
fix: selinux detection
-
[@&#8203;`52c76ea`](https://redirect.github.com/siderolabs/talos/commit/52c76ea3a)
fix: consistently apply dynamic grpc proxy dialer
-
[@&#8203;`aa9569e`](https://redirect.github.com/siderolabs/talos/commit/aa9569e5d)
chore: refactor cluster create cmd flags
-
[@&#8203;`1161faa`](https://redirect.github.com/siderolabs/talos/commit/1161faa05)
docs: fix typo in Cilium docs
-
[@&#8203;`164745e`](https://redirect.github.com/siderolabs/talos/commit/164745e44)
docs: remove `preserve` flag mention in upgrade notes
-
[@&#8203;`9a2ecba`](https://redirect.github.com/siderolabs/talos/commit/9a2ecbaaf)
fix: makefile operating system param
-
[@&#8203;`118aa69`](https://redirect.github.com/siderolabs/talos/commit/118aa69d6)
chore: update cloud-image-uploader dependencies
-
[@&#8203;`acdd721`](https://redirect.github.com/siderolabs/talos/commit/acdd721cf)
chore: dump qemu pachine ipam records on darwin
-
[@&#8203;`bb90945`](https://redirect.github.com/siderolabs/talos/commit/bb9094534)
chore: rotate aws iam credentials
-
[@&#8203;`0bfa4ae`](https://redirect.github.com/siderolabs/talos/commit/0bfa4ae1b)
chore: update deps for cloud-image-uploader
-
[@&#8203;`956d7c7`](https://redirect.github.com/siderolabs/talos/commit/956d7c71b)
chore: update sops keys
-
[@&#8203;`e2f819d`](https://redirect.github.com/siderolabs/talos/commit/e2f819d88)
test: fix the process runner log collection
-
[@&#8203;`fdac4cf`](https://redirect.github.com/siderolabs/talos/commit/fdac4cfb9)
fix: upgrade go-kubernetes for DRA flag bug
-
[@&#8203;`09d88e1`](https://redirect.github.com/siderolabs/talos/commit/09d88e1e8)
test: fix some flaky tests
-
[@&#8203;`ec1f41a`](https://redirect.github.com/siderolabs/talos/commit/ec1f41a94)
chore: make qemu config server bind work on darwin
-
[@&#8203;`980f4d2`](https://redirect.github.com/siderolabs/talos/commit/980f4d2b9)
feat: bump dependencies
-
[@&#8203;`9525933`](https://redirect.github.com/siderolabs/talos/commit/95259337e)
fix: k8s 1.32->1.33 upgrade check
-
[@&#8203;`c3c326b`](https://redirect.github.com/siderolabs/talos/commit/c3c326b40)
fix: improve volume mounter automaton
-
[@&#8203;`918b94d`](https://redirect.github.com/siderolabs/talos/commit/918b94d9a)
refactor: rewrite disk size check
-
[@&#8203;`ab7e693`](https://redirect.github.com/siderolabs/talos/commit/ab7e693d7)
chore: make qemu lb address bind work on darwin
-
[@&#8203;`97ceab0`](https://redirect.github.com/siderolabs/talos/commit/97ceab001)
fix: multiple logic issues in platform network config controller
-
[@&#8203;`46349a9`](https://redirect.github.com/siderolabs/talos/commit/46349a9df)
docs: remove azure image gallery instructions
-
[@&#8203;`0cfcdd3`](https://redirect.github.com/siderolabs/talos/commit/0cfcdd3de)
docs: fix search on base talos.dev
-
[@&#8203;`78646b4`](https://redirect.github.com/siderolabs/talos/commit/78646b4e0)
docs: add registryd debug command
-
[@&#8203;`c6824c2`](https://redirect.github.com/siderolabs/talos/commit/c6824c211)
fix: deny apply config requests without v1alpha1 in "normal" mode
-
[@&#8203;`7df0408`](https://redirect.github.com/siderolabs/talos/commit/7df0408e4)
fix: interactive installer config gen
-
[@&#8203;`881c5d6`](https://redirect.github.com/siderolabs/talos/commit/881c5d62b)
fix: suppress duplicate platform config updates
-
[@&#8203;`66d7788`](https://redirect.github.com/siderolabs/talos/commit/66d77888e)
fix: replace downloaded asset paths correctly in cluster create cmd
-
[@&#8203;`6bd6c9b`](https://redirect.github.com/siderolabs/talos/commit/6bd6c9b5a)
fix: generate iso greater than 4 gig
-
[@&#8203;`ac14032`](https://redirect.github.com/siderolabs/talos/commit/ac140324e)
fix: skip PCR extension if TPM1.2 is found
-
[@&#8203;`09ef1f8`](https://redirect.github.com/siderolabs/talos/commit/09ef1f8a4)
fix: ignore http proxy on grpc socket dial
-
[@&#8203;`22a72dc`](https://redirect.github.com/siderolabs/talos/commit/22a72dc80)
chore: split options between three structs
-
[@&#8203;`22c34a5`](https://redirect.github.com/siderolabs/talos/commit/22c34a50f)
fix(ci): provision cron jobs
-
[@&#8203;`b3b20ef`](https://redirect.github.com/siderolabs/talos/commit/b3b20eff3)
fix: containerd crashing with sigsegv
-
[@&#8203;`f7891c3`](https://redirect.github.com/siderolabs/talos/commit/f7891c301)
chore: calculate vmnet interface name preemptively
-
[@&#8203;`ae87edf`](https://redirect.github.com/siderolabs/talos/commit/ae87edffb)
fix: drop libseccomp from rootfs
-
[@&#8203;`f74a805`](https://redirect.github.com/siderolabs/talos/commit/f74a805bb)
fix: do correct backoff for nocloud reconcile
-
[@&#8203;`01bb294`](https://redirect.github.com/siderolabs/talos/commit/01bb294af)
fix(ci): provision tests
-
[@&#8203;`e4945be`](https://redirect.github.com/siderolabs/talos/commit/e4945be3b)
docs: add registryd debug command
-
[@&#8203;`d8c670a`](https://redirect.github.com/siderolabs/talos/commit/d8c670ad3)
release(v1.11.0-alpha.0): prepare release
-
[@&#8203;`ace44ea`](https://redirect.github.com/siderolabs/talos/commit/ace44ea61)
test: update hydrophone to 0.7.0
-
[@&#8203;`3a11636`](https://redirect.github.com/siderolabs/talos/commit/3a1163692)
chore: cross platform qemu preflight checks
-
[@&#8203;`7914fb1`](https://redirect.github.com/siderolabs/talos/commit/7914fb104)
chore: move the create command to it's own package
-
[@&#8203;`c8e6196`](https://redirect.github.com/siderolabs/talos/commit/c8e619608)
chore: prepare for release 1.11
-
[@&#8203;`1299aaa`](https://redirect.github.com/siderolabs/talos/commit/1299aaa45)
chore(ci): add extensions test for Youki runtime
-
[@&#8203;`e50ceb2`](https://redirect.github.com/siderolabs/talos/commit/e50ceb221)
docs: activate Talos 1.10 docs
-
[@&#8203;`9d12aae`](https://redirect.github.com/siderolabs/talos/commit/9d12aaeb1)
test: improve config patch test
-
[@&#8203;`106a656`](https://redirect.github.com/siderolabs/talos/commit/106a656b6)
chore: make qemu provider build on darwin
-
[@&#8203;`8013aa0`](https://redirect.github.com/siderolabs/talos/commit/8013aa06c)
test: replace platform metadata test
-
[@&#8203;`2b89c28`](https://redirect.github.com/siderolabs/talos/commit/2b89c2810)
fix: relax etcd APIs RBAC requirements
-
[@&#8203;`1e67758`](https://redirect.github.com/siderolabs/talos/commit/1e677587c)
fix: preserve kubelet image suffix
-
[@&#8203;`62ab8af`](https://redirect.github.com/siderolabs/talos/commit/62ab8af45)
fix: disk image generation with image cache
-
[@&#8203;`d60626f`](https://redirect.github.com/siderolabs/talos/commit/d60626f01)
fix: handle encryption type mismatch
-
[@&#8203;`a9109eb`](https://redirect.github.com/siderolabs/talos/commit/a9109ebd0)
feat: allow SideroLink unique token in machine config
-
[@&#8203;`2ff3a6e`](https://redirect.github.com/siderolabs/talos/commit/2ff3a6e40)
feat(kernel): add bcache kernel module to core talos
-
[@&#8203;`fa95a21`](https://redirect.github.com/siderolabs/talos/commit/fa95a2146)
fix(ci): bios provision test
-
[@&#8203;`f7c5b86`](https://redirect.github.com/siderolabs/talos/commit/f7c5b86be)
fix: sync PCR extension with volume provisioning lifecycle
-
[@&#8203;`f90c794`](https://redirect.github.com/siderolabs/talos/commit/f90c79474)
chore: show bound driver in pcidevices info
-
[@&#8203;`8db3462`](https://redirect.github.com/siderolabs/talos/commit/8db34624c)
fix: handle correctly changing platform network config
-
[@&#8203;`77c7a07`](https://redirect.github.com/siderolabs/talos/commit/77c7a075b)
feat: update Kubernetes to 1.33.0
-
[@&#8203;`74f0c48`](https://redirect.github.com/siderolabs/talos/commit/74f0c48c7)
feat: add version compatibility for Talos 1.11
-
[@&#8203;`c4fb7da`](https://redirect.github.com/siderolabs/talos/commit/c4fb7dad0)
fix: force DNS runner shutdown on timeout
-
[@&#8203;`c49b483`](https://redirect.github.com/siderolabs/talos/commit/c49b4836e)
docs: hetzner: add note about public iso
-
[@&#8203;`16ea2b1`](https://redirect.github.com/siderolabs/talos/commit/16ea2b113)
docs: add what is new for 1.10
-
[@&#8203;`be3f0c0`](https://redirect.github.com/siderolabs/talos/commit/be3f0c018)
fix: fix Gvisor tests with containerd patch
-
[@&#8203;`37db132`](https://redirect.github.com/siderolabs/talos/commit/37db132b3)
chore(ci): add provision test with bios
-
[@&#8203;`ec60b70`](https://redirect.github.com/siderolabs/talos/commit/ec60b70e7)
fix: set media type to OCI for image cache layer
-
[@&#8203;`a471eb3`](https://redirect.github.com/siderolabs/talos/commit/a471eb31b)
feat: update Linux 6.12.24, containerd 2.0.5
-
[@&#8203;`54ad5b8`](https://redirect.github.com/siderolabs/talos/commit/54ad5b872)
fix: extension services logging to console
-
[@&#8203;`601f036`](https://redirect.github.com/siderolabs/talos/commit/601f036ba)
docs: correct flannel extra args example
-
[@&#8203;`ae94377`](https://redirect.github.com/siderolabs/talos/commit/ae94377d1)
feat: support encryption config for user volumes
-
[@&#8203;`9616f6e`](https://redirect.github.com/siderolabs/talos/commit/9616f6e8d)
docs: add caveat for kubespan and host ports
-
[@&#8203;`a1d08a3`](https://redirect.github.com/siderolabs/talos/commit/a1d08a362)
docs: fixes typo at OpenEBS Mayastor worker patches
-
[@&#8203;`a91e872`](https://redirect.github.com/siderolabs/talos/commit/a91e8726e)
docs: add a dark theme
-
[@&#8203;`c76189c`](https://redirect.github.com/siderolabs/talos/commit/c76189c58)
fix: grub EFI mount point
-
[@&#8203;`4ca985c`](https://redirect.github.com/siderolabs/talos/commit/4ca985c65)
fix: grub efi platform install
-
[@&#8203;`b312602`](https://redirect.github.com/siderolabs/talos/commit/b31260281)
docs: update storage.md
-
[@&#8203;`396a290`](https://redirect.github.com/siderolabs/talos/commit/396a29040)
feat: add new SBCs
-
[@&#8203;`a902f65`](https://redirect.github.com/siderolabs/talos/commit/a902f6580)
feat: update Flannel to v0.26.7
-
[@&#8203;`2bbefec`](https://redirect.github.com/siderolabs/talos/commit/2bbefec1a)
docs: use cache in preview
-
[@&#8203;`6028a8d`](https://redirect.github.com/siderolabs/talos/commit/6028a8d2d)
docs: update kubeprism.md
-
[@&#8203;`e51a8ef`](https://redirect.github.com/siderolabs/talos/commit/e51a8ef8c)
fix: prefer new `MountStatus` resource
-
[@&#8203;`d9c7e79`](https://redirect.github.com/siderolabs/talos/commit/d9c7e7946)
docs: fix search
-
[@&#8203;`b32fa02`](https://redirect.github.com/siderolabs/talos/commit/b32fa029b)
feat: update Kubernetes to 1.33.0-rc.1
-
[@&#8203;`f0ea478`](https://redirect.github.com/siderolabs/talos/commit/f0ea478cb)
feat: support address priority
-
[@&#8203;`8cd3c8d`](https://redirect.github.com/siderolabs/talos/commit/8cd3c8dc7)
test: fix NVIDIA OSS tests
-
[@&#8203;`62f2d27`](https://redirect.github.com/siderolabs/talos/commit/62f2d27cd)
docs: update virtualbox.md
-
[@&#8203;`141326e`](https://redirect.github.com/siderolabs/talos/commit/141326ea3)
docs: fix tabpane styling
-
[@&#8203;`134aa53`](https://redirect.github.com/siderolabs/talos/commit/134aa53cc)
feat: update base CoreDNS code in host DNS to 1.12.1

</p>
</details>

##### Changes since v1.11.0-beta.0
<details><summary>25 commits</summary>
<p>

-
[@&#8203;`5a15ce8`](https://redirect.github.com/siderolabs/talos/commit/5a15ce88b)
release(v1.11.0-beta.1): prepare release
-
[@&#8203;`614ca2e`](https://redirect.github.com/siderolabs/talos/commit/614ca2e22)
fix: one more attempt to fix volume mount race on restart
-
[@&#8203;`4b86dfe`](https://redirect.github.com/siderolabs/talos/commit/4b86dfe6f)
feat: implement encryption locking to STATE
-
[@&#8203;`8ae76c3`](https://redirect.github.com/siderolabs/talos/commit/8ae76c320)
feat: implement `talos.config.early` command line arg
-
[@&#8203;`19f8c60`](https://redirect.github.com/siderolabs/talos/commit/19f8c605e)
docs: remove talos API flags from mgmt commands
-
[@&#8203;`fa1d6fe`](https://redirect.github.com/siderolabs/talos/commit/fa1d6fef8)
feat: bootedentry resource
-
[@&#8203;`7dee810`](https://redirect.github.com/siderolabs/talos/commit/7dee810d4)
fix: live reload of TLS client config for discovery client
-
[@&#8203;`a5dc224`](https://redirect.github.com/siderolabs/talos/commit/a5dc22466)
fix: enforce minimum size on user volumes if not set explicitly
-
[@&#8203;`7836e92`](https://redirect.github.com/siderolabs/talos/commit/7836e924d)
feat: update containerd to 2.1.4
-
[@&#8203;`5012550`](https://redirect.github.com/siderolabs/talos/commit/5012550ec)
feat: add
[`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E)
watchdog driver
-
[@&#8203;`10ddc4c`](https://redirect.github.com/siderolabs/talos/commit/10ddc4cdd)
fix: grype scan
-
[@&#8203;`d108e0a`](https://redirect.github.com/siderolabs/talos/commit/d108e0a08)
fix(ci): use a random suffix for ami names
-
[@&#8203;`5042255`](https://redirect.github.com/siderolabs/talos/commit/504225546)
fix: issues with reading GPT
-
[@&#8203;`bdaf08d`](https://redirect.github.com/siderolabs/talos/commit/bdaf08dd4)
feat: update PCI DB module to v0.3.2
-
[@&#8203;`667dceb`](https://redirect.github.com/siderolabs/talos/commit/667dcebec)
test: wait for service account test job longer
-
[@&#8203;`ae176a4`](https://redirect.github.com/siderolabs/talos/commit/ae176a4b7)
feat: update etcd to 3.6.4
-
[@&#8203;`201b680`](https://redirect.github.com/siderolabs/talos/commit/201b6801f)
fix: issue with volume remount on service restart
-
[@&#8203;`2a91140`](https://redirect.github.com/siderolabs/talos/commit/2a911402b)
chore: tag aws snapshots created via ci with the image name
-
[@&#8203;`d8bd84b`](https://redirect.github.com/siderolabs/talos/commit/d8bd84b56)
docs: add SBOM documentation
-
[@&#8203;`7eec619`](https://redirect.github.com/siderolabs/talos/commit/7eec61993)
feat: unify disk encryption configuration
-
[@&#8203;`4ff2bf9`](https://redirect.github.com/siderolabs/talos/commit/4ff2bf9e0)
feat: update etcd to v3.5.22
-
[@&#8203;`31a67d3`](https://redirect.github.com/siderolabs/talos/commit/31a67d379)
fix: do not download artifacts for cron Grype scan
-
[@&#8203;`c6b6e0b`](https://redirect.github.com/siderolabs/talos/commit/c6b6e0bb3)
docs: rewrite the getting started and prod docs for v1.10 and v1.11
-
[@&#8203;`ca1c656`](https://redirect.github.com/siderolabs/talos/commit/ca1c656e6)
chore(ci): add more nvidia test matrix
-
[@&#8203;`7a2e0f0`](https://redirect.github.com/siderolabs/talos/commit/7a2e0f068)
feat: sync pkgs, update Linux to 6.12.40

</p>
</details>

##### Changes from siderolabs/crypto
<details><summary>5 commits</summary>
<p>

-
[siderolabs/crypto@`62a079b`](https://redirect.github.com/siderolabs/crypto/commit/62a079b)
fix: update TLS config, add tests for TLS interactions
-
[siderolabs/crypto@`c2b4e26`](https://redirect.github.com/siderolabs/crypto/commit/c2b4e26)
fix: remove code duplication and fix
[`Ed25511`](https://redirect.github.com/siderolabs/talos/commit/Ed255119)
CA generation
-
[siderolabs/crypto@`2a07632`](https://redirect.github.com/siderolabs/crypto/commit/2a07632)
fix: enforce FIPS-140-3 compliance
-
[siderolabs/crypto@`17107ae`](https://redirect.github.com/siderolabs/crypto/commit/17107ae)
fix: add generic CSR generator and OpenSSL interop
-
[siderolabs/crypto@`53659fc`](https://redirect.github.com/siderolabs/crypto/commit/53659fc)
refactor: split into files

</p>
</details>

##### Changes from siderolabs/discovery-client
<details><summary>3 commits</summary>
<p>

-
[siderolabs/discovery-client@`0bffa6f`](https://redirect.github.com/siderolabs/discovery-client/commit/0bffa6f)
fix: allow TLS config to be passed as a function
-
[siderolabs/discovery-client@`09c6687`](https://redirect.github.com/siderolabs/discovery-client/commit/09c6687)
chore: fix project name in release.toml
-
[siderolabs/discovery-client@`71b0c6d`](https://redirect.github.com/siderolabs/discovery-client/commit/71b0c6d)
fix: add FIPS-140-3 strict compliance

</p>
</details>

##### Changes from siderolabs/gen
<details><summary>5 commits</summary>
<p>

-
[siderolabs/gen@`044d921`](https://redirect.github.com/siderolabs/gen/commit/044d921)
feat: add xslices.Deduplicate
-
[siderolabs/gen@`dcb2b74`](https://redirect.github.com/siderolabs/gen/commit/dcb2b74)
feat: add `panicsafe` package
-
[siderolabs/gen@`b36ee43`](https://redirect.github.com/siderolabs/gen/commit/b36ee43)
feat: make `xyaml.CheckUnknownKeys` public
-
[siderolabs/gen@`3e319e7`](https://redirect.github.com/siderolabs/gen/commit/3e319e7)
feat: implement `xyaml.UnmarshalStrict`
-
[siderolabs/gen@`7c0324f`](https://redirect.github.com/siderolabs/gen/commit/7c0324f)
chore: future-proof HashTrieMap

</p>
</details>

##### Changes from siderolabs/go-circular
<details><summary>1 commit</summary>
<p>

-
[siderolabs/go-circular@`5b39ef8`](https://redirect.github.com/siderolabs/go-circular/commit/5b39ef8)
fix: do not log error if chunk zero was never written

</p>
</details>

##### Changes from siderolabs/go-kubernetes
<details><summary>4 commits</summary>
<p>

-
[siderolabs/go-kubernetes@`7887034`](https://redirect.github.com/siderolabs/go-kubernetes/commit/7887034)
feat: add checks for Kubernetes 1.34 removals
-
[siderolabs/go-kubernetes@`657a74b`](https://redirect.github.com/siderolabs/go-kubernetes/commit/657a74b)
feat: prepare for Kubernetes 1.34
-
[siderolabs/go-kubernetes@`9070be4`](https://redirect.github.com/siderolabs/go-kubernetes/commit/9070be4)
fix: remove DynamicResourceAllocation feature gate
-
[siderolabs/go-kubernetes@`8cb588b`](https://redirect.github.com/siderolabs/go-kubernetes/commit/8cb588b)
fix: k8s 1.32->1.33 upgrade check

</p>
</details>

##### Changes from siderolabs/go-pcidb
<details><summary>1 commit</summary>
<p>

-
[siderolabs/go-pcidb@`9baca16`](https://redirect.github.com/siderolabs/go-pcidb/commit/9baca16)
feat: update PCI DB to the latest version

</p>
</details>

##### Changes from siderolabs/pkgs
<details><summary>59 commits</summary>
<p>

-
[siderolabs/pkgs@`a94734c`](https://redirect.github.com/siderolabs/pkgs/commit/a94734c)
feat: update containerd to 2.1.4
-
[siderolabs/pkgs@`662c5a4`](https://redirect.github.com/siderolabs/pkgs/commit/662c5a4)
feat: enable
[`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E)
watchdog driver
-
[siderolabs/pkgs@`48afc2a`](https://redirect.github.com/siderolabs/pkgs/commit/48afc2a)
fix: enable ISCSI IBFT
-
[siderolabs/pkgs@`ddb7b5e`](https://redirect.github.com/siderolabs/pkgs/commit/ddb7b5e)
feat: update Linux to 6.12.40
-
[siderolabs/pkgs@`5616981`](https://redirect.github.com/siderolabs/pkgs/commit/5616981)
feat: enable bootloader control on amd64
-
[siderolabs/pkgs@`4a840bc`](https://redirect.github.com/siderolabs/pkgs/commit/4a840bc)
chore: allow more than one commit for a PR
-
[siderolabs/pkgs@`e2fbfb1`](https://redirect.github.com/siderolabs/pkgs/commit/e2fbfb1)
feat: update tools/toolchain to 1.11.0
-
[siderolabs/pkgs@`383bbb4`](https://redirect.github.com/siderolabs/pkgs/commit/383bbb4)
feat: update NVIDIA production to 570.158.01
-
[siderolabs/pkgs@`853cf3a`](https://redirect.github.com/siderolabs/pkgs/commit/853cf3a)
feat: bump e2fsprogs, ipxe, kspp, tools
-
[siderolabs/pkgs@`a3f8281`](https://redirect.github.com/siderolabs/pkgs/commit/a3f8281)
feat: update Linux to 6.12.38
-
[siderolabs/pkgs@`8ed84c5`](https://redirect.github.com/siderolabs/pkgs/commit/8ed84c5)
feat: refactor HW\_RANDOM configuration
-
[siderolabs/pkgs@`108099f`](https://redirect.github.com/siderolabs/pkgs/commit/108099f)
feat: enable AMD encrypted memory
-
[siderolabs/pkgs@`c97d25e`](https://redirect.github.com/siderolabs/pkgs/commit/c97d25e)
fix: remove erroneous PURLs
-
[siderolabs/pkgs@`90f7c65`](https://redirect.github.com/siderolabs/pkgs/commit/90f7c65)
fix: bump bldr
-
[siderolabs/pkgs@`a24b40e`](https://redirect.github.com/siderolabs/pkgs/commit/a24b40e)
feat: update Linux to 6.12.36 and firmware
-
[siderolabs/pkgs@`2537e61`](https://redirect.github.com/siderolabs/pkgs/commit/2537e61)
docs: more SBOM metadata to cover whole Talos
-
[siderolabs/pkgs@`0f4cbbc`](https://redirect.github.com/siderolabs/pkgs/commit/0f4cbbc)
feat: update dependencies
-
[siderolabs/pkgs@`9cec45c`](https://redirect.github.com/siderolabs/pkgs/commit/9cec45c)
feat: add SBOM metadata for some packages
-
[siderolabs/pkgs@`03bb94c`](https://redirect.github.com/siderolabs/pkgs/commit/03bb94c)
feat: update dependencies
-
[siderolabs/pkgs@`c613abd`](https://redirect.github.com/siderolabs/pkgs/commit/c613abd)
fix: iptables url
-
[siderolabs/pkgs@`fae59df`](https://redirect.github.com/siderolabs/pkgs/commit/fae59df)
fix: download and copy hailo8 firmware
-
[siderolabs/pkgs@`fadf1e2`](https://redirect.github.com/siderolabs/pkgs/commit/fadf1e2)
feat: update containerd to 2.1.2
-
[siderolabs/pkgs@`a0b0da1`](https://redirect.github.com/siderolabs/pkgs/commit/a0b0da1)
feat: enable io.latency cgroup controller
-
[siderolabs/pkgs@`0aaa07a`](https://redirect.github.com/siderolabs/pkgs/commit/0aaa07a)
feat: add hailort package
-
[siderolabs/pkgs@`8555e94`](https://redirect.github.com/siderolabs/pkgs/commit/8555e94)
chore: use ftpmirror for GNU sources
-
[siderolabs/pkgs@`9fbe2b4`](https://redirect.github.com/siderolabs/pkgs/commit/9fbe2b4)
feat: update Go to 1.24.4
-
[siderolabs/pkgs@`79bfa9e`](https://redirect.github.com/siderolabs/pkgs/commit/79bfa9e)
feat: update NVIDIA drivers to 570.148.08
-
[siderolabs/pkgs@`c8b8bd8`](https://redirect.github.com/siderolabs/pkgs/commit/c8b8bd8)
feat: bump dependencies
-
[siderolabs/pkgs@`54bf03e`](https://redirect.github.com/siderolabs/pkgs/commit/54bf03e)
feat: update Linux to 6.12.31
-
[siderolabs/pkgs@`93b3aaa`](https://redirect.github.com/siderolabs/pkgs/commit/93b3aaa)
feat: add patch for CephFS IMA performance regression
-
[siderolabs/pkgs@`ebd6627`](https://redirect.github.com/siderolabs/pkgs/commit/ebd6627)
feat: disable IMA support
-
[siderolabs/pkgs@`8aad53b`](https://redirect.github.com/siderolabs/pkgs/commit/8aad53b)
feat: add CONFIG\_NFT\_CONNLIMIT to kernel
-
[siderolabs/pkgs@`7a299fa`](https://redirect.github.com/siderolabs/pkgs/commit/7a299fa)
feat: update Linux to 6.12.30
-
[siderolabs/pkgs@`8c4603e`](https://redirect.github.com/siderolabs/pkgs/commit/8c4603e)
feat: move more configs to modules on arm64
-
[siderolabs/pkgs@`7b1183b`](https://redirect.github.com/siderolabs/pkgs/commit/7b1183b)
feat(kernel): enable IB user-space management and RDMA
-
[siderolabs/pkgs@`1b1430e`](https://redirect.github.com/siderolabs/pkgs/commit/1b1430e)
fix: drop pcre2 binaries
-
[siderolabs/pkgs@`487610c`](https://redirect.github.com/siderolabs/pkgs/commit/487610c)
fix: drop broken symlinks
-
[siderolabs/pkgs@`f31d518`](https://redirect.github.com/siderolabs/pkgs/commit/f31d518)
fix: clean up some binaries
-
[siderolabs/pkgs@`0f74b9b`](https://redirect.github.com/siderolabs/pkgs/commit/0f74b9b)
feat: update containerd to v2.1.1
-
[siderolabs/pkgs@`89b4037`](https://redirect.github.com/siderolabs/pkgs/commit/89b4037)
fix: tenstorrent pkg name
-
[siderolabs/pkgs@`a14b544`](https://redirect.github.com/siderolabs/pkgs/commit/a14b544)
chore: drop qemu-tools vmdk support
-
[siderolabs/pkgs@`2563e47`](https://redirect.github.com/siderolabs/pkgs/commit/2563e47)
feat: add tenstorrent package
-
[siderolabs/pkgs@`2a1c42f`](https://redirect.github.com/siderolabs/pkgs/commit/2a1c42f)
fix(renovate): flannel config
-
[siderolabs/pkgs@`bfa69a8`](https://redirect.github.com/siderolabs/pkgs/commit/bfa69a8)
feat: add open-vmdk package
-
[siderolabs/pkgs@`9f1ba1f`](https://redirect.github.com/siderolabs/pkgs/commit/9f1ba1f)
fix: bring back updated containerd gvisor patch
-
[siderolabs/pkgs@`1567cb6`](https://redirect.github.com/siderolabs/pkgs/commit/1567cb6)
feat: update Linux 6.12.28, firmware
-
[siderolabs/pkgs@`9bc66e6`](https://redirect.github.com/siderolabs/pkgs/commit/9bc66e6)
feat: update containerd to 2.1.0
-
[siderolabs/pkgs@`c6b54e0`](https://redirect.github.com/siderolabs/pkgs/commit/c6b54e0)
feat: enable zswap
-
[siderolabs/pkgs@`4cd7084`](https://redirect.github.com/siderolabs/pkgs/commit/4cd7084)
feat: update dependencies
-
[siderolabs/pkgs@`a3fcbf8`](https://redirect.github.com/siderolabs/pkgs/commit/a3fcbf8)
feat(kernel): enable panthor driver
-
[siderolabs/pkgs@`74d1665`](https://redirect.github.com/siderolabs/pkgs/commit/74d1665)
feat: update ZFS to 2.3.2
-
[siderolabs/pkgs@`ddc866b`](https://redirect.github.com/siderolabs/pkgs/commit/ddc866b)
feat: update Linux to 6.12.27
-
[siderolabs/pkgs@`a347857`](https://redirect.github.com/siderolabs/pkgs/commit/a347857)
fix: build containerd with Go 1.23
-
[siderolabs/pkgs@`74da85c`](https://redirect.github.com/siderolabs/pkgs/commit/74da85c)
fix: containerd build doesn't need seccomp
-
[siderolabs/pkgs@`4effa05`](https://redirect.github.com/siderolabs/pkgs/commit/4effa05)
fix: downgrade libseccomp to 2.5.5
-
[siderolabs/pkgs@`9cea00b`](https://redirect.github.com/siderolabs/pkgs/commit/9cea00b)
feat: update Linux to 6.12.25
-
[siderolabs/pkgs@`cb108a5`](https://redirect.github.com/siderolabs/pkgs/commit/cb108a5)
feat(kernel): enable bcache module
-
[siderolabs/pkgs@`d042432`](https://redirect.github.com/siderolabs/pkgs/commit/d042432)
fix: backport sandbox fix for Gvisor
-
[siderolabs/pkgs@`fa625dc`](https://redirect.github.com/siderolabs/pkgs/commit/fa625dc)
feat: update Linux 6.12.24, containerd 2.0.5

</p>
</details>

##### Changes from siderolabs/siderolink
<details><summary>3 commits</summary>
<p>

-
[siderolabs/siderolink@`5f46f65`](https://redirect.github.com/siderolabs/siderolink/commit/5f46f65)
feat: handle panics in goroutines
-
[siderolabs/siderolink@`d09ff45`](https://redirect.github.com/siderolabs/siderolink/commit/d09ff45)
fix: race in wait value
-
[siderolabs/siderolink@`d2a79e0`](https://redirect.github.com/siderolabs/siderolink/commit/d2a79e0)
fix: clean up device on failure

</p>
</details>

##### Changes from siderolabs/tools
<details><summary>10 commits</summary>
<p>

-
[siderolabs/tools@`1d451f3`](https://redirect.github.com/siderolabs/tools/commit/1d451f3)
feat: update toolchain to 1.11.0
-
[siderolabs/tools@`650b916`](https://redirect.github.com/siderolabs/tools/commit/650b916)
chore: bump toolchain, update names in SBOM
-
[siderolabs/tools@`594704b`](https://redirect.github.com/siderolabs/tools/commit/594704b)
feat: bump dependencies
-
[siderolabs/tools@`4818702`](https://redirect.github.com/siderolabs/tools/commit/4818702)
docs: add SBOM metadata for packages copied to pkgs
-
[siderolabs/tools@`542a03c`](https://redirect.github.com/siderolabs/tools/commit/542a03c)
feat: update dependencies
-
[siderolabs/tools@`0554e87`](https://redirect.github.com/siderolabs/tools/commit/0554e87)
chore: use ftpmirror for GNU sources
-
[siderolabs/tools@`1dfd14b`](https://redirect.github.com/siderolabs/tools/commit/1dfd14b)
feat: update Go to 1.24.4
-
[siderolabs/tools@`af3fd64`](https://redirect.github.com/siderolabs/tools/commit/af3fd64)
feat: update dependencies
-
[siderolabs/tools@`e35234b`](https://redirect.github.com/siderolabs/tools/commit/e35234b)
feat: update dependencies
-
[siderolabs/tools@`c96a4e6`](https://redirect.github.com/siderolabs/tools/commit/c96a4e6)
chore: update toolchain to the latest version

</p>
</details>

##### Dependency Changes

- **cloud.google.com/go/compute/metadata** v0.6.0 -> v0.7.0
- **github.com/Azure/azure-sdk-for-go/sdk/azcore** v1.18.0 -> v1.18.1
- **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.9.0 -> v1.10.1
-
**github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates**
v1.3.1 -> v1.4.0
- **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys**
v1.3.1 -> v1.4.0
- **github.com/aws/aws-sdk-go-v2/config** v1.29.14 -> v1.29.17
- **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.16.30 -> v1.16.32
- **github.com/aws/aws-sdk-go-v2/service/kms** v1.38.3 -> v1.41.2
- **github.com/aws/smithy-go** v1.22.3 -> v1.22.4
- **github.com/containerd/containerd/api** v1.8.0 -> v1.9.0
- **github.com/containerd/containerd/v2** v2.0.5 -> v2.1.4
- **github.com/containernetworking/plugins** v1.6.2 -> v1.7.1
- **github.com/cosi-project/runtime** v0.10.2 -> v1.10.7
- **github.com/detailyang/go-fallocate**
[`432fa64`](https://redirect.github.com/siderolabs/talos/commit/432fa640bd2e)
***new***
- **github.com/docker/cli** v28.0.4 -> v28.3.3
- **github.com/docker/docker** v28.0.4 -> v28.3.3
- **github.com/equinix-ms/go-vmw-guestrpc** v0.1.1 ***new***
- **github.com/foxboron/go-uefi**
[`69fb7db`](https://redirect.github.com/siderolabs/talos/commit/69fb7dba244f)
->
[`a3183a1`](https://redirect.github.com/siderolabs/talos/commit/a3183a1bfc84)
- **github.com/g0rbe/go-chattr** v1.0.1 ***new***
- **github.com/google/cadvisor** v0.52.1 -> v0.53.0
- **github.com/google/cel-go** v0.24.1 -> v0.26.0
- **github.com/google/go-containerregistry** v0.20.3 -> v0.20.6
- **github.com/google/go-tpm** v0.9.3 -> v0.9.5
- **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.3.1 -> v2.3.2
- **github.com/hetznercloud/hcloud-go/v2** v2.21.0 -> v2.22.0
- **github.com/jsimonetti/rtnetlink/v2** v2.0.3 -> v2.0.5
- **github.com/klauspost/cpuid/v2** v2.2.10 -> v2.3.0
- **github.com/linode/go-metadata** v0.2.1 -> v0.2.2
- **github.com/miekg/dns** v1.1.65 -> v1.1.67
- **github.com/pkg/xattr** v0.4.10 -> v0.4.12
- **github.com/prometheus/procfs** v0.16.0 -> v0.17.0
- **github.com/rivo/tview**
[`949945f`](https://redirect.github.com/siderolabs/talos/commit/949945f8d922)
->
[`a4a78f1`](https://redirect.github.com/siderolabs/talos/commit/a4a78f1e05cb)
- **github.com/safchain/ethtool** v0.5.10 -> v0.6.1
- **github.com/scaleway/scaleway-sdk-go** v1.0.0-beta.33 ->
v1.0.0-beta.34
- **github.com/siderolabs/crypto** v0.5.1 -> v0.6.3
- **github.com/siderolabs/discovery-client** v0.1.11 -> v0.1.13
- **github.com/siderolabs/gen** v0.8.0 -> v0.8.5
- **github.com/siderolabs/go-blockdevice/v2** v2.0.16 -> v2.0.19
- **github.com/siderolabs/go-circular** v0.2.2 -> v0.2.3
- **github.com/siderolabs/go-kubernetes** v0.2.21 -> v0.2.25
- **github.com/siderolabs/go-pcidb** v0.3.1 -> v0.3.2
- **github.com/siderolabs/pkgs** v1.10.0-5-g48dba3e ->
v1.11.0-6-ga94734c
- **github.com/siderolabs/siderolink** v0.3.13 -> v0.3.15
- **github.com/siderolabs/talos/pkg/machinery** v1.10.0 ->
v1.11.0-beta.1
- **github.com/siderolabs/tools** v1.10.0 -> v1.11.0
- **github.com/spf13/pflag** v1.0.6 -> v1.0.7
- **go.etcd.io/etcd/api/v3** v3.5.21 -> v3.6.4
- **go.etcd.io/etcd/client/pkg/v3** v3.5.21 -> v3.6.4
- **go.etcd.io/etcd/client/v3** v3.5.21 -> v3.6.4
- **go.etcd.io/etcd/etcdutl/v3** v3.5.21 -> v3.6.4
- **golang.org/x/net** v0.39.0 -> v0.42.0
- **golang.org/x/oauth2** v0.29.0 -> v0.30.0
- **golang.org/x/sync** v0.13.0 -> v0.16.0
- **golang.org/x/sys** v0.32.0 -> v0.34.0
- **golang.org/x/term** v0.31.0 -> v0.33.0
- **golang.org/x/text** v0.24.0 -> v0.27.0
- **golang.org/x/time** v0.11.0 -> v0.12.0
- **google.golang.org/grpc**                                           

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-04 22:35:35 +02:00
TrueCharts BotandGitHub 8e838bcd20 chore(flux): update image kube-prometheus-stack 75.15.1 → 75.15.2 (clustertool) (#38090)
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))
| patch | `75.15.1` -> `75.15.2` |

---

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

###
[`v75.15.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.15.2)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update docker/login-action action to v3.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/prometheus-community/helm-charts/pull/6001](https://redirect.github.com/prometheus-community/helm-charts/pull/6001)1
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/prometheus-community/helm-charts/pull/6000](https://redirect.github.com/prometheus-community/helm-charts/pull/6000)0

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.12.1...kube-prometheus-stack-75.15.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-04 22:33:57 +02:00
TrueCharts BotandGitHub 3f61b6f8da chore(container): update docker.io/renovate/renovate docker tag to v41.51.2 (#38082)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Documentation

- update references to renovate/renovate (main)
([#&#8203;37299](https://redirect.github.com/renovatebot/renovate/issues/37299))
([876b0e5](https://redirect.github.com/renovatebot/renovate/commit/876b0e5b1958b30b7bfa80949e1e0dead22d00e4))

##### Miscellaneous Chores

- **deps:** lock file maintenance (main)
([#&#8203;37300](https://redirect.github.com/renovatebot/renovate/issues/37300))
([9c9760a](https://redirect.github.com/renovatebot/renovate/commit/9c9760a0ca46b62a3a6527bb57a643ff053aabbd))
- **deps:** update dependency memfs to v4.20.1 (main)
([#&#8203;37289](https://redirect.github.com/renovatebot/renovate/issues/37289))
([2249780](https://redirect.github.com/renovatebot/renovate/commit/2249780a85e5ee6d8030ead35de2653e638ecffe))
- **deps:** update dependency memfs to v4.22.0 (main)
([#&#8203;37290](https://redirect.github.com/renovatebot/renovate/issues/37290))
([8200fee](https://redirect.github.com/renovatebot/renovate/commit/8200fee71a2fd5b2380879557e8d5a5049c17920))
- **deps:** update dependency memfs to v4.22.1 (main)
([#&#8203;37294](https://redirect.github.com/renovatebot/renovate/issues/37294))
([7d3b1ff](https://redirect.github.com/renovatebot/renovate/commit/7d3b1ff76e8aa24ae1a36acb9507adf54922be61))
- **deps:** update dependency memfs to v4.23.0 (main)
([#&#8203;37298](https://redirect.github.com/renovatebot/renovate/issues/37298))
([1f7ab10](https://redirect.github.com/renovatebot/renovate/commit/1f7ab1076b2cc684687b68453b4f88078067a80d))

##### Build System

- **deps:** update dependency cacache to v20 (main)
([#&#8203;37308](https://redirect.github.com/renovatebot/renovate/issues/37308))
([bfa7486](https://redirect.github.com/renovatebot/renovate/commit/bfa748668e0a5c65c3d12053da909969658b67c3))
- **deps:** update dependency cronstrue to v3 (main)
([#&#8203;37309](https://redirect.github.com/renovatebot/renovate/issues/37309))
([318770c](https://redirect.github.com/renovatebot/renovate/commit/318770c866c9ac715490a5f2121191a285f43ac6))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-04 16:24:15 +02:00
TrueCharts BotandGitHub 113c6ff5c4 chore(github-action): update docker/login-action digest to 184bdaa (#38081)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://redirect.github.com/docker/login-action)
| action | digest | `74a5d14` -> `184bdaa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-04 16:22:13 +02:00
TrueCharts BotandGitHub f62c3f8dd1 chore(container): update docker.io/renovate/renovate docker tag to v41.51.1 (#38071)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

- **manager/bazel:** raise artifact error on sha failure
([#&#8203;37249](https://redirect.github.com/renovatebot/renovate/issues/37249))
([63e2777](https://redirect.github.com/renovatebot/renovate/commit/63e2777082dbc1bf8f6827405095e53c6ab4b617))

##### Miscellaneous Chores

- **deps:** update dependency memfs to v4.19.0 (main)
([#&#8203;37279](https://redirect.github.com/renovatebot/renovate/issues/37279))
([ff9aff9](https://redirect.github.com/renovatebot/renovate/commit/ff9aff9015eecd15e111c3f352265d3b3dc39cb0))
- **deps:** update dependency memfs to v4.20.0 (main)
([#&#8203;37282](https://redirect.github.com/renovatebot/renovate/issues/37282))
([6eee669](https://redirect.github.com/renovatebot/renovate/commit/6eee6691a0ac16e95be68f283ad561aae3295e0c))
- **deps:** update dependency nock to v14.0.7 (main)
([#&#8203;37286](https://redirect.github.com/renovatebot/renovate/issues/37286))
([5900507](https://redirect.github.com/renovatebot/renovate/commit/5900507fcc1ad38b064f736beb00e013e0c2400d))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-03 15:53:41 +02:00
TrueCharts BotandGitHub 6b7f0d4d55 chore(helm): update image tccr.io/tccr/db-wait-redis digest to 14c792c (#38059)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-redis](https://redirect.github.com/trueforge-org/truecharts)
| digest | `13b78f5` -> `14c792c` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-02 15:53:13 +02:00
TrueCharts BotandGitHub a4aed15200 chore(helm): update image tccr.io/tccr/db-wait-mariadb digest to bd60b60 (#38057)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-02 15:49:27 +02:00
TrueCharts BotandGitHub e139f3f1e7 chore(helm): update image tccr.io/tccr/db-wait-postgres digest to 1826875 (#38058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-postgres](https://redirect.github.com/trueforge-org/truecharts)
| digest | `15f2712` -> `1826875` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-02 15:39:50 +02:00
TrueCharts BotandGitHub 6168f69ffc chore(container): update docker.io/renovate/renovate docker tag to v41.51.0 (#38030)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.0
(main)
([#&#8203;37277](https://redirect.github.com/renovatebot/renovate/issues/37277))
([74a5557](https://redirect.github.com/renovatebot/renovate/commit/74a55575c60d0ff6f2f87b3265b675f5e80db575))

##### Miscellaneous Chores

- **deps:** update dependency memfs to v4.18.0 (main)
([#&#8203;37276](https://redirect.github.com/renovatebot/renovate/issues/37276))
([471da78](https://redirect.github.com/renovatebot/renovate/commit/471da78664e85fef2e37d67e7ffe64a33a5cff31))
- **deps:** update otel/opentelemetry-collector-contrib docker tag to
v0.131.1 (main)
([#&#8203;37278](https://redirect.github.com/renovatebot/renovate/issues/37278))
([d3b61b8](https://redirect.github.com/renovatebot/renovate/commit/d3b61b888c9b9257056a7123ba14efce6b72beb0))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-02 03:05:56 +02:00
TrueCharts BotandGitHub abef1885d2 fix(website): update astro 5.12.7 → 5.12.8 (#38027)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
`//` to list of internal path prefixes that do not have automated
trailing slash handling

-
[#&#8203;13894](https://redirect.github.com/withastro/astro/pull/13894)
[`b36e72f`](https://redirect.github.com/withastro/astro/commit/b36e72f11fbcc0f3d5826f2b1939084f1fb1e3a8)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Removes Astro Studio commands from the CLI help

- Updated dependencies
\[[`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.1
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.5

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 21:01:13 +02:00
TrueCharts BotandGitHub b1fb09e3d9 chore(container): update docker.io/renovate/renovate docker tag to v41.50.0 (#38025)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.24.0
(main)
([#&#8203;37275](https://redirect.github.com/renovatebot/renovate/issues/37275))
([86a9f10](https://redirect.github.com/renovatebot/renovate/commit/86a9f1033fce2ee886e38fb24e9929bc68d6ec69))

##### Miscellaneous Chores

- **deps:** update dependency google-github-actions/auth to v2.1.12
(main)
([#&#8203;37274](https://redirect.github.com/renovatebot/renovate/issues/37274))
([4ee10de](https://redirect.github.com/renovatebot/renovate/commit/4ee10de6bde0a943f646c1b7f501a982cd423a83))
- improve label-actions reproduction messages
([#&#8203;37260](https://redirect.github.com/renovatebot/renovate/issues/37260))
([801b7bb](https://redirect.github.com/renovatebot/renovate/commit/801b7bb135ce385033d7cc6b0d067dfa5fb4068f))

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

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

##### Miscellaneous Chores

- **deps:** update dependency eslint to v9.32.0 (main)
([#&#8203;37271](https://redirect.github.com/renovatebot/renovate/issues/37271))
([d87db39](https://redirect.github.com/renovatebot/renovate/commit/d87db39c954e46735104d01bce1b725c86877447))

##### Build System

- **deps:** update dependency google-auth-library to v10.2.0 (main)
([#&#8203;37270](https://redirect.github.com/renovatebot/renovate/issues/37270))
([3a9b6fc](https://redirect.github.com/renovatebot/renovate/commit/3a9b6fc9182bae8cf536ca8c18149a71ab3d3a08))

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

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

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.23.0
(main)
([#&#8203;37266](https://redirect.github.com/renovatebot/renovate/issues/37266))
([103fb1c](https://redirect.github.com/renovatebot/renovate/commit/103fb1cad026a42cd7610e6e3d1e8aa15b05856a))

##### Bug Fixes

- **datasource/terraform-provider:** return artifact error if hashes
can't be computed
([#&#8203;37264](https://redirect.github.com/renovatebot/renovate/issues/37264))
([96d9d5e](https://redirect.github.com/renovatebot/renovate/commit/96d9d5e18df29eb7757f2e6a24ee7592662a9d2e))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) to v9.32.0
(main)
([#&#8203;37267](https://redirect.github.com/renovatebot/renovate/issues/37267))
([a695171](https://redirect.github.com/renovatebot/renovate/commit/a695171c2d4457485c7fb9837ba4dded88a3d287))
- label-actions "more-specific"
([#&#8203;37261](https://redirect.github.com/renovatebot/renovate/issues/37261))
([abcb838](https://redirect.github.com/renovatebot/renovate/commit/abcb8388ede317b1fe1194c25a4f2f807296ac4e))

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.5
(main)
([#&#8203;37262](https://redirect.github.com/renovatebot/renovate/issues/37262))
([8876830](https://redirect.github.com/renovatebot/renovate/commit/88768303ee7f246da3337c5d34cace8c53f1284e))

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

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

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.4
(main)
([#&#8203;37257](https://redirect.github.com/renovatebot/renovate/issues/37257))
([082ea52](https://redirect.github.com/renovatebot/renovate/commit/082ea52db11c2fa491f0a6b2a0e814bb4181593b))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-01 18:57:57 +00:00
TrueCharts BotandGitHub 786de0f1b5 chore(container): update docker.io/renovate/renovate docker tag to v41.46.8 (#38023)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

- Revert "feat(presets): added fumadocs to mono repo groups"
([#&#8203;37250](https://redirect.github.com/renovatebot/renovate/issues/37250))
([257a028](https://redirect.github.com/renovatebot/renovate/commit/257a0286ee89e66d7fb049b314427b5bb3a7a0a7))

##### Documentation

- add monorepo note
([#&#8203;37251](https://redirect.github.com/renovatebot/renovate/issues/37251))
([53c2615](https://redirect.github.com/renovatebot/renovate/commit/53c2615e5095b328a2bb4fbdd51268de4dfee0a3))

##### Miscellaneous Chores

- **deps:** update dependency renovatebot/github-action to v43.0.5
(main)
([#&#8203;37183](https://redirect.github.com/renovatebot/renovate/issues/37183))
([868b063](https://redirect.github.com/renovatebot/renovate/commit/868b063b92b935f6f5b9ec53f9f346ffe0cb5410))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 14:49:04 +02:00
TrueCharts BotandGitHub 72e950278e chore(github-action): update docker/metadata-action digest to c1e5197 (#38022)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/metadata-action](https://redirect.github.com/docker/metadata-action)
| action | digest | `902fa8e` -> `c1e5197` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-01 14:47:35 +02:00
TrueCharts BotandGitHub 6e98756b15 chore(container): update docker.io/renovate/renovate docker tag to v41.46.7 (#38020)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Miscellaneous Chores

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

##### Build System

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 08:42:40 +02:00
TrueCharts BotandGitHub a28d38e72d chore(helm): update image tccr.io/tccr/tailscale v1.84.3 → v1.86.2 (#38018)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-01 02:47:44 +02:00
TrueCharts BotandGitHub eb6b9c8c38 chore(deps): update node.js v22.17.1 → v22.18.0 (#38017)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Notable Changes

##### Type stripping is enabled by default

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

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

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

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

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

##### Other notable changes

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

##### Commits

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Build System

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 02:36:16 +02:00
TrueCharts BotandGitHub 642f4d11fc fix(website): update astro 5.12.6 → 5.12.7 (#38011)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 20:34:49 +02:00
TrueCharts BotandGitHub c46721982e fix(website): update typescript 5.8.3 → 5.9.2 (#38014)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-31 20:31:09 +02:00
TrueCharts BotandGitHub 264d37cf52 chore(container): update docker.io/renovate/renovate docker tag to v41.46.5 (#38006)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

##### Documentation

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 14:22:52 +02:00
TrueCharts BotandGitHub 4c77887f14 fix(website): update astro 5.12.5 → 5.12.6 (#37992)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

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

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

##### Build System

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

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

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

##### Bug Fixes

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

##### Miscellaneous Chores

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-30 20:09:45 +02:00
TrueCharts BotandGitHub 3b888b59e4 chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.7 → 0.50.8 (#37991) 2025-07-30 14:09:22 +02:00
TrueCharts BotandGitHub dc2c4555ca chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.7.7 → 2025.7.8 (#37953)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Features

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

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

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

##### Features

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

##### Documentation

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Documentation

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

##### Miscellaneous Chores

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

##### Build System

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 03:34:39 +02:00
TrueCharts BotandGitHub 07a9005553 chore(flux): update image blocky 18.3.1 → 18.4.0 (clustertool) (#37919)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-30 03:30:12 +02:00
TrueCharts BotandGitHub d9e31b5687 chore(helm): update image ghcr.io/open-webui/open-webui digest to 2466939 (#37917)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-30 03:01:06 +02:00
TrueCharts BotandGitHub f755532e87 chore(helm): update chart redis 17.1.1 → 17.2.0 (#37902)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 18:55:30 +00:00
TrueCharts BotandGitHub f9151cec9f chore(helm): update chart mariadb 16.1.1 → 16.2.0 (#37899)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 18:39:29 +00:00
TrueCharts BotandGitHub 031af4f464 chore(helm): update chart memcached 16.1.1 → 16.2.1 (#37900)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:38 +02:00
TrueCharts BotandGitHub 477ea3b198 fix(website): update astro 5.12.4 → 5.12.5 (#37914)
This PR contains the following updates:

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:28 +02:00
TrueCharts BotandGitHub dd1476af8f chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2202 → 0.22.2207 (#37912)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:07 +02:00
TrueCharts BotandGitHub 630b0854bc chore(flux): update image cilium 1.17.6 → 1.18.0 (clustertool) (#37915)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 20:14:48 +02:00
TrueCharts BotandGitHub 4061405ba8 chore(flux): update image blocky 18.3.0 → 18.3.1 (clustertool) (#37911)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:09:02 +02:00
TrueCharts BotandGitHub fd80003e3d chore(helm): update image ghcr.io/linuxserver/freshrss digest to 11840cf (#37883)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 07:48:57 +00:00
TrueCharts BotandGitHub df0656d487 chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.114 → 2.0.116 (#37886)
This PR contains the following updates:

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

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

---

### Release Notes

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

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

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

##### Added

- Added setting to delay the finish action.

##### Fixed

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 07:48:43 +00:00
TrueCharts BotandGitHub 9a59b40343 chore(helm): update chart redis 17.1.0 → 17.1.1 (#37873)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:42:33 +02:00
TrueCharts BotandGitHub c7b27fb838 chore(helm): update chart clickhouse 16.1.1 → 16.2.0 (#37898)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-29 08:42:21 +02:00
TrueCharts BotandGitHub ff8ac7963e chore(helm): update chart mariadb 16.1.0 → 16.1.1 (#37870)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 06:39:49 +00:00
TrueCharts BotandGitHub 612fe2cf62 chore(flux): update image renovate 2.1.0 → 2.2.0 (#37894)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:35:53 +02:00
TrueCharts BotandGitHub 63a798584f chore(flux): update image volsync 3.2.0 → 3.3.0 (clustertool) (#37897)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:35:00 +02:00
TrueCharts BotandGitHub b4e6bf69b6 chore(flux): update image snapshot-controller 4.1.0 → 4.2.0 (clustertool) (#37895)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[snapshot-controller](https://truecharts.org/charts/system/snapshot-controller)
([source](https://redirect.github.com/kubernetes-csi/external-snapshotter))
| minor | `4.1.0` -> `4.2.0` |

---

### Release Notes

<details>
<summary>kubernetes-csi/external-snapshotter
(snapshot-controller)</summary>

###
[`v4.2.0`](https://redirect.github.com/kubernetes-csi/external-snapshotter/releases/tag/v4.2.0)

[Compare
Source](https://redirect.github.com/kubernetes-csi/external-snapshotter/compare/v4.1.0...v4.2.0)

### Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

### Supported CSI Spec Versions

1.0-1.5

### [Minimum Kubernetes
version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version)

1.20

### [Recommended Kubernetes
version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version)

1.20+

### Container

```
docker pull registry.k8s.io/sig-storage/snapshot-controller:v4.2.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v4.2.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v4.2.0
```

### Feature

#### Snapshot APIs

- The namespace of the referenced VolumeSnapshot is printed when
printing a VolumeSnapshotContent.
([#&#8203;535](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/535),
[@&#8203;tsmetana](https://redirect.github.com/tsmetana))

#### Snapshot Controller

- `retry-interval-start` and `retry-interval-max` arguments are added to
common-controller which controls retry interval of failed volume
snapshot creation and deletion. These values set the ratelimiter for
snapshot and content queues.
([#&#8203;530](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/530),
[@&#8203;humblec](https://redirect.github.com/humblec))
- Add command line arguments `leader-election-lease-duration`,
`leader-election-renew-deadline`, and `leader-election-retry-period` to
configure leader election options for the snapshot controller.
([#&#8203;575](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/575),
[@&#8203;bertinatto](https://redirect.github.com/bertinatto))
- Adds an operations\_in\_flight metric for determining the number of
snapshot operations in progress.
([#&#8203;519](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/519),
[@&#8203;ggriffiths](https://redirect.github.com/ggriffiths))
- Introduced "SnapshotCreated" and "SnapshotReady" events.
([#&#8203;540](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/540),
[@&#8203;rexagod](https://redirect.github.com/rexagod))

#### CSI Snapshotter Sidecar

- `retry-interval-start` and `retry-interval-max` arguments are added to
csi-snapshotter sidecar which controls retry interval of failed volume
snapshot creation and deletion. These values set the ratelimiter for
volumesnapshotcontent queue.
([#&#8203;308](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/308),
[@&#8203;humblec](https://redirect.github.com/humblec))
- Add command line arguments `leader-election-lease-duration`,
`leader-election-renew-deadline`, and `leader-election-retry-period` to
configure leader election options for CSI snapshotter sidecar.
([#&#8203;538](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/538),
[@&#8203;RaunakShah](https://redirect.github.com/RaunakShah))

### Full Changelog


https://github.com/kubernetes-csi/external-snapshotter/blob/v4.2.0/CHANGELOG/CHANGELOG-4.2.md

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:34:24 +02:00
TrueCharts BotandGitHub 37f45c4e56 chore(flux): update image metallb-config 9.1.0 → 9.2.0 (clustertool) (#37893)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [metallb-config](https://truecharts.org/charts/premium/metallb-config)
([source](https://redirect.github.com/metallb/metallb)) | minor |
`9.1.0` -> `9.2.0` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:30:25 +02:00
TrueCharts BotandGitHub 2b9f36ee41 chore(flux): update image kubernetes-dashboard 2.1.0 → 2.2.0 (clustertool) (#37891)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard)
([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard))
| minor | `2.1.0` -> `2.2.0` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 06:29:49 +00:00
TrueCharts BotandGitHub ac8d8c3640 chore(flux): update image kubernetes-reflector 7.1.2 → 7.2.0 (clustertool) (#37892)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://ghcr.io/emberstack/kubernetes-reflector)) | minor |
`7.1.2` -> `7.2.0` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:29:41 +02:00
TrueCharts BotandGitHub ee2722d328 chore(flux): update image clusterissuer 10.1.0 → 10.2.0 (clustertool) (#37889) 2025-07-29 08:29:24 +02:00
TrueCharts BotandGitHub 706852dfb2 chore(flux): update image blocky 18.2.0 → 18.3.0 (clustertool) (#37888) 2025-07-29 08:29:09 +02:00
TrueCharts BotandGitHub 30e2c1af52 chore(flux): update image kubelet-csr-approver 2.1.0 → 2.2.0 (clustertool) (#37890)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-29 08:29:03 +02:00
TrueCharts BotandGitHub 0ffd4a2bfe chore(helm): update image ghcr.io/linuxserver/grav digest to af6f314 (#37884)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 08:16:57 +02:00
TrueCharts BotandGitHub 7e71ae3f0c chore(helm): update image ghcr.io/linuxserver/digikam digest to 2bb187f (#37882)
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)) |
digest | `a9a22e8` -> `2bb187f` |

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 08:11:55 +02:00
TrueCharts BotandGitHub 452e6dcbf4 chore(helm): update image ghcr.io/linuxserver/deluge digest to bec91c0 (#37881)
This PR contains the following updates:

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-29 04:07:53 +02:00
72c71ad4c4 chore(helm): update chart common 28.13.0 → 28.15.0 (#37878)
This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-28 21:34:45 +02:00
TrueCharts BotandGitHub d27ec23543 fix(website): update astro 5.11.2 → 5.12.4 (#37880)
This PR contains the following updates:

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14031](https://redirect.github.com/withastro/astro/pull/14031)
[`e9206c1`](https://redirect.github.com/withastro/astro/commit/e9206c192fc4a4dbf2d02f921fa540f987ccbe89)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Optimized
the build pipeline for SVG images. Now, Astro doesn't reprocess images
that have already been processed.

-
[#&#8203;14132](https://redirect.github.com/withastro/astro/pull/14132)
[`976879a`](https://redirect.github.com/withastro/astro/commit/976879a400af9f44aee52c9112a7bd9788163588)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the property
`Astro.routePattern`/`context.routePattern` wasn't updated when using a
rewrite via middleware.

-
[#&#8203;14131](https://redirect.github.com/withastro/astro/pull/14131)
[`aafc4d7`](https://redirect.github.com/withastro/astro/commit/aafc4d7f8b3f198ace24a8a7f6cc9298771542da)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where an error occurring in a middleware would show the
dev overlay instead of the custom `500.astro` page

-
[#&#8203;14127](https://redirect.github.com/withastro/astro/pull/14127)
[`2309ada`](https://redirect.github.com/withastro/astro/commit/2309ada1c6d96c75815eda0760656147de435ba2)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Upgrades zod

-
[#&#8203;14134](https://redirect.github.com/withastro/astro/pull/14134)
[`186c201`](https://redirect.github.com/withastro/astro/commit/186c201a1bd83593c880ab784d79f69245b445c2)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Throws a more helpful error in dev if trying to use a server island
without an adapter

-
[#&#8203;14129](https://redirect.github.com/withastro/astro/pull/14129)
[`3572d85`](https://redirect.github.com/withastro/astro/commit/3572d85ba89ef9c374f3631654eee704adf00e73)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the CSP headers was incorrectly added to a page when
using an adapter.

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

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

##### Patch Changes

-
[#&#8203;14119](https://redirect.github.com/withastro/astro/pull/14119)
[`14807a4`](https://redirect.github.com/withastro/astro/commit/14807a4581b5ba2e61bc63ef9ef9f14848564edd)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused builds to fail if a client directive was mistakenly
added to an Astro component

-
[#&#8203;14001](https://redirect.github.com/withastro/astro/pull/14001)
[`4b03d9c`](https://redirect.github.com/withastro/astro/commit/4b03d9c9d9237d9af38425062559eafdfc27f76f)
Thanks [@&#8203;dnek](https://redirect.github.com/dnek)! - Fixes an
issue where `getImage()` assigned the resized base URL to the srcset URL
of `ImageTransform`, which matched the width, height, and format of the
original image.

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

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

##### Patch Changes

-
[#&#8203;14071](https://redirect.github.com/withastro/astro/pull/14071)
[`d2cb35d`](https://redirect.github.com/withastro/astro/commit/d2cb35d2b7ff999fea8aa39c79f9f048c3500aeb)
Thanks [@&#8203;Grisoly](https://redirect.github.com/Grisoly)! - Exposes
the `Code` component `lang` prop type:

  ```ts
  import type { CodeLanguage } from 'astro';
  ```

-
[#&#8203;14111](https://redirect.github.com/withastro/astro/pull/14111)
[`5452ee6`](https://redirect.github.com/withastro/astro/commit/5452ee67f95f51dcfdca8c1988b29f89553efe1c)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented "key" from being used as a prop for Astro
components in MDX

-
[#&#8203;14106](https://redirect.github.com/withastro/astro/pull/14106)
[`b5b39e4`](https://redirect.github.com/withastro/astro/commit/b5b39e4d4bf5e5816bccf7fbfd9a48e4d8ee302a)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Exits
with non-zero exit code when config has an error

-
[#&#8203;14112](https://redirect.github.com/withastro/astro/pull/14112)
[`37458b3`](https://redirect.github.com/withastro/astro/commit/37458b31aeee23df0b5a8ab9e319a23ee4eddc6d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that meant that SVG components could no longer be serialized with
`JSON.stringify`

-
[#&#8203;14061](https://redirect.github.com/withastro/astro/pull/14061)
[`c7a7dd5`](https://redirect.github.com/withastro/astro/commit/c7a7dd5f612b302f02a0ff468beeadd8e142a5ad)
Thanks [@&#8203;jonasgeiler](https://redirect.github.com/jonasgeiler)! -
Add module declaration for `?no-inline` asset imports

-
[#&#8203;14109](https://redirect.github.com/withastro/astro/pull/14109)
[`5a08fa2`](https://redirect.github.com/withastro/astro/commit/5a08fa22b4023810fea45876f62152bd196e6062)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Throw
a more helpful error if defineLiveCollection is used outside of a
live.config file

-
[#&#8203;14110](https://redirect.github.com/withastro/astro/pull/14110)
[`e7dd4e1`](https://redirect.github.com/withastro/astro/commit/e7dd4e1116103892ddc6a83052c8f1ba25d8abdc)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Warn
if duplicate IDs are found by file loader

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

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

##### Patch Changes

-
[#&#8203;14094](https://redirect.github.com/withastro/astro/pull/14094)
[`22e9087`](https://redirect.github.com/withastro/astro/commit/22e90873f85d7b5b5d556f456362656f04b32341)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Correct types to allow `priority` on all images

-
[#&#8203;14091](https://redirect.github.com/withastro/astro/pull/14091)
[`26c6b6d`](https://redirect.github.com/withastro/astro/commit/26c6b6db264f9cbd98ddf97c3f7a34ec7f488095)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused a type error when defining session options without a
driver

-
[#&#8203;14082](https://redirect.github.com/withastro/astro/pull/14082)
[`93322cb`](https://redirect.github.com/withastro/astro/commit/93322cbe36c40401256eea2a9e34f5fbe13a28ec)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Fixes an issue where Astro's default 404 route would incorrectly match
routes containing "/404" in dev

-
[#&#8203;14089](https://redirect.github.com/withastro/astro/pull/14089)
[`687d253`](https://redirect.github.com/withastro/astro/commit/687d25365a41ff8a9e6da155d3527f841abb70dd)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where `astro:env` would not load the right environments
variables in dev

-
[#&#8203;14092](https://redirect.github.com/withastro/astro/pull/14092)
[`6692c71`](https://redirect.github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improves error handling in live collections

-
[#&#8203;14074](https://redirect.github.com/withastro/astro/pull/14074)
[`144a950`](https://redirect.github.com/withastro/astro/commit/144a950b55f22c2beeff710e5672e9fa611520b3)
Thanks [@&#8203;abcfy2](https://redirect.github.com/abcfy2)! - Fixes a
bug that caused some image service builds to fail

-
[#&#8203;14092](https://redirect.github.com/withastro/astro/pull/14092)
[`6692c71`](https://redirect.github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a case where zod could not be imported from `astro:content` virtual
module in live collection config

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

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

##### Minor Changes

-
[#&#8203;13971](https://redirect.github.com/withastro/astro/pull/13971)
[`fe35ee2`](https://redirect.github.com/withastro/astro/commit/fe35ee2835997e7e6c3e1975dc6dacfa1052a765)
Thanks [@&#8203;adamhl8](https://redirect.github.com/adamhl8)! - Adds an
experimental flag `rawEnvValues` to disable coercion of
`import.meta.env` values (e.g. converting strings to other data types)
that are populated from `process.env`

Astro allows you to configure a [type-safe schema for your environment
variables](https://docs.astro.build/en/guides/environment-variables/#type-safe-environment-variables),
and converts variables imported via `astro:env` into the expected type.

However, Astro also converts your environment variables used through
`import.meta.env` in some cases, and this can prevent access to some
values such as the strings `"true"` (which is converted to a boolean
value), and `"1"` (which is converted to a number).

The `experimental.rawEnvValues` flag disables coercion of
`import.meta.env` values that are populated from `process.env`, allowing
you to use the raw value.

To enable this feature, add the experimental flag in your Astro config:

  ```diff
  import { defineConfig } from "astro/config"

  export default defineConfig({
  +  experimental: {
  +    rawEnvValues: true,
  +  }
  })
  ```

If you were relying on this coercion, you may need to update your
project code to apply it manually:

  ```ts diff
  - const enabled: boolean = import.meta.env.ENABLED
  + const enabled: boolean = import.meta.env.ENABLED === "true"
  ```

See the [experimental raw environment variables reference
docs](https://docs.astro.build/en/reference/experimental-flags/raw-env-values/)
for more information.

-
[#&#8203;13941](https://redirect.github.com/withastro/astro/pull/13941)
[`6bd5f75`](https://redirect.github.com/withastro/astro/commit/6bd5f75806cb4df39d9e4e9b1f2225dcfdd724b0)
Thanks [@&#8203;aditsachde](https://redirect.github.com/aditsachde)! -
Adds support for TOML files to Astro's built-in `glob()` and `file()`
content loaders.

In Astro 5.2, Astro added support for using TOML frontmatter in Markdown
files instead of YAML. However, if you wanted to use TOML files as local
content collection entries themselves, you needed to write your own
loader.

Astro 5.12 now directly supports loading data from TOML files in content
collections in both the `glob()` and the `file()` loaders.

If you had added your own TOML content parser for the `file()` loader,
you can now remove it as this functionality is now included:

  ```diff
  // src/content.config.ts
  import { defineCollection } from "astro:content";
  import { file } from "astro/loaders";
  - import { parse as parseToml } from "toml";
  const dogs = defineCollection({
- loader: file("src/data/dogs.toml", { parser: (text) => parseToml(text)
}),
  + loader: file("src/data/dogs.toml")
    schema: /* ... */
  })
  ```

Note that TOML does not support top-level arrays. Instead, the `file()`
loader considers each top-level table to be an independent entry. The
table header is populated in the `id` field of the entry object.

See Astro's [content collections
guide](https://docs.astro.build/en/guides/content-collections/#built-in-loaders)
for more information on using the built-in content loaders.

##### Patch Changes

- Updated dependencies
\[[`6bd5f75`](https://redirect.github.com/withastro/astro/commit/6bd5f75806cb4df39d9e4e9b1f2225dcfdd724b0)]:
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-28 20:42:50 +02:00
TrueCharts BotandGitHub 2fdf7f6157 chore(helm): update image ghcr.io/n8n-io/n8n 1.104.1 → 1.105.0 (#37879)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `9407654`
-> `73e7282` |

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

---

### Release Notes

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

###
[`v1.105.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11050-2025-07-28)

##### Bug Fixes

- **core:** Add headers to telemetry cross origin request
([#&#8203;17631](https://redirect.github.com/n8n-io/n8n/issues/17631))
([251e892](https://redirect.github.com/n8n-io/n8n/commit/251e892a09b82b2f1f980d3984e3aef84ed1732e))
- **core:** Decouple removing and closing destination from actually
deleting it
([#&#8203;17614](https://redirect.github.com/n8n-io/n8n/issues/17614))
([b09f737](https://redirect.github.com/n8n-io/n8n/commit/b09f73701d8b6ce0e3bc4ef28d0f5d9fc7fb5df1))
- **core:** Fetching schema files in Docker
([#&#8203;17623](https://redirect.github.com/n8n-io/n8n/issues/17623))
([5a3b0a2](https://redirect.github.com/n8n-io/n8n/commit/5a3b0a24811eea5ebd9d80c26a54fea74665569f))
- **core:** Fix getLiveExecutionRowsOnPostgres when there are multiple
n8n schemas
([#&#8203;17635](https://redirect.github.com/n8n-io/n8n/issues/17635))
([9e3bfff](https://redirect.github.com/n8n-io/n8n/commit/9e3bfff68d35a2eb21ba43452fc01ee24601c122))
- **core:** Ignore pairedItem when checking for incorrect output data
from a node
([#&#8203;17340](https://redirect.github.com/n8n-io/n8n/issues/17340))
([2708fe8](https://redirect.github.com/n8n-io/n8n/commit/2708fe81a5323687c59c3d483d6bf3c67464f657))
- **core:** Make the module loading for local dev more generic
([#&#8203;17547](https://redirect.github.com/n8n-io/n8n/issues/17547))
([01b95a9](https://redirect.github.com/n8n-io/n8n/commit/01b95a9ee5dd4985e4770ef625ced91158f849da))
- **core:** Optimize connection type lookups
([#&#8203;17585](https://redirect.github.com/n8n-io/n8n/issues/17585))
([70eab1b](https://redirect.github.com/n8n-io/n8n/commit/70eab1b2a02d70a46a56e8c993ccc694e38ac2d5))
- **core:** Remove non-included nodes regardless of the package when
using NODES\_INCLUDE
([#&#8203;17517](https://redirect.github.com/n8n-io/n8n/issues/17517))
([1641d39](https://redirect.github.com/n8n-io/n8n/commit/1641d3964b72539354a939400af91e2692368058))
- Do not throw on tool errors, instead return error message
([#&#8203;17558](https://redirect.github.com/n8n-io/n8n/issues/17558))
([f11ec53](https://redirect.github.com/n8n-io/n8n/commit/f11ec538dca2938e57302a1bedd5dd7d1e7a9488))
- **editor:** Add background same as that of the parent
([#&#8203;17625](https://redirect.github.com/n8n-io/n8n/issues/17625))
([8660057](https://redirect.github.com/n8n-io/n8n/commit/8660057350e21b604b3fb3f627ccd32659058e87))
- **editor:** Case-sensitive credential search in `NodeCredentials`
component
([#&#8203;17564](https://redirect.github.com/n8n-io/n8n/issues/17564))
([3ce9a99](https://redirect.github.com/n8n-io/n8n/commit/3ce9a998ae454929207dd9add4a67b68dba13bc8))
- **editor:** Do not show new NDV for sticky notes
([#&#8203;17537](https://redirect.github.com/n8n-io/n8n/issues/17537))
([4de3759](https://redirect.github.com/n8n-io/n8n/commit/4de3759a59cade3f82c57a1eeba1c6b4a16a3eaf))
- **editor:** Fix canvas layouting when tab is not active
([#&#8203;17638](https://redirect.github.com/n8n-io/n8n/issues/17638))
([2df76e0](https://redirect.github.com/n8n-io/n8n/commit/2df76e020ef3a962fc991f2d108a8181914a2dd1))
- **editor:** Fix error when there is no path back to referenced node
([#&#8203;16059](https://redirect.github.com/n8n-io/n8n/issues/16059))
([d6ac924](https://redirect.github.com/n8n-io/n8n/commit/d6ac924b3b7d2205cbcc0e5edc7ad407f4fe2a19))
- **editor:** Fix layout of binary data preview in the log view
([#&#8203;17584](https://redirect.github.com/n8n-io/n8n/issues/17584))
([456c4e8](https://redirect.github.com/n8n-io/n8n/commit/456c4e8167ed95e5f096daaae9cc46cad90a0981))
- **editor:** Fix trimPayloadToSize mutating original objects in AI
assistant
([#&#8203;17498](https://redirect.github.com/n8n-io/n8n/issues/17498))
([1010043](https://redirect.github.com/n8n-io/n8n/commit/101004390bf5cdf5f67675dcfccb551f71ea4b70))
- **editor:** Hide `What's New` notification in executions demo view
([#&#8203;17742](https://redirect.github.com/n8n-io/n8n/issues/17742))
([cebb1f6](https://redirect.github.com/n8n-io/n8n/commit/cebb1f65669638a6716dbbd2eb9873ae8dbfe108))
- **editor:** Improve filter change handling with debounced updates for
date fields
([#&#8203;17618](https://redirect.github.com/n8n-io/n8n/issues/17618))
([ae08917](https://redirect.github.com/n8n-io/n8n/commit/ae089173a71b3417ca07ae4bf49d4b0b3d31bf09))
- **editor:** Make inline text edit component reactive to prop changes
([#&#8203;17557](https://redirect.github.com/n8n-io/n8n/issues/17557))
([9c793a4](https://redirect.github.com/n8n-io/n8n/commit/9c793a45c562631ec331f65ca871334f5a8a8e2f))
- **editor:** Make sure HTML editor field is not editable when workflow
is in read only mode
([#&#8203;17561](https://redirect.github.com/n8n-io/n8n/issues/17561))
([18c02df](https://redirect.github.com/n8n-io/n8n/commit/18c02dfa2b5cf76663b4678046a8bcb313fba1f4))
- **editor:** Persist SSO protocol setting properly in the UI
([#&#8203;17572](https://redirect.github.com/n8n-io/n8n/issues/17572))
([4b2be26](https://redirect.github.com/n8n-io/n8n/commit/4b2be263790a53bf46b99f3301ddec6a771b2daf))
- **editor:** Prevent default action on Enter key in commit and push
dialog
([#&#8203;17578](https://redirect.github.com/n8n-io/n8n/issues/17578))
([e317c92](https://redirect.github.com/n8n-io/n8n/commit/e317c929161733a03ff61c07ae6f3ae12cf22ef2))
- **editor:** Prevent unnecessary updates on model value change in
InlineTextEdit component
([#&#8203;17553](https://redirect.github.com/n8n-io/n8n/issues/17553))
([832b7fd](https://redirect.github.com/n8n-io/n8n/commit/832b7fda3b59cc518624128ca98d26983cb444fd))
- **editor:** Remove inline script and style from index.html
([#&#8203;17531](https://redirect.github.com/n8n-io/n8n/issues/17531))
([0db24ce](https://redirect.github.com/n8n-io/n8n/commit/0db24ce71b671f6311fc47ac9553466d34c46ba8))
- **editor:** Render HTML in the log view
([#&#8203;17586](https://redirect.github.com/n8n-io/n8n/issues/17586))
([46635c5](https://redirect.github.com/n8n-io/n8n/commit/46635c59418630c2f24fce5cb8c25e425eddc3c2))
- **editor:** Tweak configurable node width
([#&#8203;17512](https://redirect.github.com/n8n-io/n8n/issues/17512))
([3825f8a](https://redirect.github.com/n8n-io/n8n/commit/3825f8a806fcc67a33f43ce6ebd71b6a8023d7d8))
- **GitHub Document Loader Node:** Fix node loading issue
([#&#8203;17494](https://redirect.github.com/n8n-io/n8n/issues/17494))
([8fb3d8d](https://redirect.github.com/n8n-io/n8n/commit/8fb3d8d5870682af4b8b0c31949b5c1569a70d90))
- **Google Gemini Node:** Error when used as tool with "Message a model"
operation
([#&#8203;17491](https://redirect.github.com/n8n-io/n8n/issues/17491))
([f30cc7b](https://redirect.github.com/n8n-io/n8n/commit/f30cc7b6cfba6998091f31fcd3012a971b3a2bb8))
- **Google Sheets Node:** Get Rows operation returns an empty string
when the cell has a value of 0
([#&#8203;17642](https://redirect.github.com/n8n-io/n8n/issues/17642))
([9808783](https://redirect.github.com/n8n-io/n8n/commit/980878398e9f6b498ba7079492e92bdba6fa6778))
- **MySQL Node:** Do not replace $ values with null
([#&#8203;17327](https://redirect.github.com/n8n-io/n8n/issues/17327))
([4b626e5](https://redirect.github.com/n8n-io/n8n/commit/4b626e528219c0610528a1119a2bb60c8442952d))
- **OpenAI Node:** Fix memory connector for assistant message
([#&#8203;17501](https://redirect.github.com/n8n-io/n8n/issues/17501))
([e51b056](https://redirect.github.com/n8n-io/n8n/commit/e51b056e3a8fd79c73b0a87eaf6595b7f03d546b))
- Prevent error when importing nodes with malformed collection params
([#&#8203;17580](https://redirect.github.com/n8n-io/n8n/issues/17580))
([4713827](https://redirect.github.com/n8n-io/n8n/commit/4713827813809065c8800adc7c0cd4bf42f54eeb))
- **RabbitMQ Trigger Node:** Respect the "Delete From Queue When" option
with manual executions
([#&#8203;17554](https://redirect.github.com/n8n-io/n8n/issues/17554))
([2bd0aa3](https://redirect.github.com/n8n-io/n8n/commit/2bd0aa38e24dcada0777921d457586d35095ac42))
- **Telegram Node:** Determine the MIME type when downloading the file
([#&#8203;17725](https://redirect.github.com/n8n-io/n8n/issues/17725))
([a9c29e3](https://redirect.github.com/n8n-io/n8n/commit/a9c29e340adf370a65222600f3fac6884642c747))
- Update packages for security fixes
([#&#8203;17733](https://redirect.github.com/n8n-io/n8n/issues/17733))
([edeb8ef](https://redirect.github.com/n8n-io/n8n/commit/edeb8ef8a437f30a6c37826ad1eccb6a35a4d3bc))
- Update settings icons on canvas style
([#&#8203;17636](https://redirect.github.com/n8n-io/n8n/issues/17636))
([0338ebb](https://redirect.github.com/n8n-io/n8n/commit/0338ebb3dde3be4050ee869fb056f67827a764b2))
- **Webhook Node:** Don't wrap response in an iframe if it doesn't have
HTML
([#&#8203;17671](https://redirect.github.com/n8n-io/n8n/issues/17671))
([69beafb](https://redirect.github.com/n8n-io/n8n/commit/69beafbf7127d6492fc875ab243e6f2e174e61ec))

##### Features

- **core:** Increase Cron observability
([#&#8203;17626](https://redirect.github.com/n8n-io/n8n/issues/17626))
([08c38a7](https://redirect.github.com/n8n-io/n8n/commit/08c38a76f384642c09fab6fc47f76bffd532a5b8))
- **editor:** Add dragging and hiding for evaluation table columns
([#&#8203;17587](https://redirect.github.com/n8n-io/n8n/issues/17587))
([921cdb6](https://redirect.github.com/n8n-io/n8n/commit/921cdb6fd0ff11793a2ec08faee28b1c5842e25b))
- **editor:** Add follow up question nps
([#&#8203;17459](https://redirect.github.com/n8n-io/n8n/issues/17459))
([e18ffe8](https://redirect.github.com/n8n-io/n8n/commit/e18ffe809c044f2e10564669d96cf79779a8a279))
- **editor:** Add settings icons to the node on canvas
([#&#8203;15467](https://redirect.github.com/n8n-io/n8n/issues/15467))
([a2f21a7](https://redirect.github.com/n8n-io/n8n/commit/a2f21a76159e40de97c84c7604d3039d7e9a522e))
- **editor:** New users see whatsnew notification only if new
([#&#8203;17409](https://redirect.github.com/n8n-io/n8n/issues/17409))
([a1d2a55](https://redirect.github.com/n8n-io/n8n/commit/a1d2a55f7e6e04389cd8b86aacb9c78f2bffdc41))
- **editor:** Release the Focus Panel
([#&#8203;17734](https://redirect.github.com/n8n-io/n8n/issues/17734))
([a415dbf](https://redirect.github.com/n8n-io/n8n/commit/a415dbfd96c429f34e5de0a3572c7338d31321af))
- **editor:** Use remote filtering for error workflow search in settings
([#&#8203;17624](https://redirect.github.com/n8n-io/n8n/issues/17624))
([e1ef35a](https://redirect.github.com/n8n-io/n8n/commit/e1ef35a2b4a44c1ff9770b387fec9b5a3a742838))
- Proxy all RudderStack frontend telemetry events through the backend
([#&#8203;17177](https://redirect.github.com/n8n-io/n8n/issues/17177))
([5524b21](https://redirect.github.com/n8n-io/n8n/commit/5524b2137a0b54132df7dad1600c2e3054ed78c8))
- Respond to chat and wait for response
([#&#8203;12546](https://redirect.github.com/n8n-io/n8n/issues/12546))
([a98ed2c](https://redirect.github.com/n8n-io/n8n/commit/a98ed2ca495d5c86ebb61baad049592ba1bce3a6))
- **RSS Read Node:** Add support for custom response fields
([#&#8203;16875](https://redirect.github.com/n8n-io/n8n/issues/16875))
([d520059](https://redirect.github.com/n8n-io/n8n/commit/d520059ec36a9f0a578a60ddd8ea9811e76afd1f))
- Track inputs and outputs in Evaluations
([#&#8203;17404](https://redirect.github.com/n8n-io/n8n/issues/17404))
([c18fabb](https://redirect.github.com/n8n-io/n8n/commit/c18fabb419889d35bf70326f83e26300eaba0102))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-28 20:41:37 +02:00
TrueCharts BotandGitHub efbf27a304 chore(helm): update image tccr.io/tccr/alpine v3.22.0 → v3.22.1 (#37874)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) |
patch | -> |

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-28 20:27:29 +02:00
TrueCharts BotandGitHub 6d01298c21 fix(website): update @astrojs/sitemap 3.4.1 → 3.4.2 (#37875)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap))
| [`3.4.1` ->
`3.4.2`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.4.1/3.4.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fsitemap/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fsitemap/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

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

---

### Release Notes

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

###
[`v3.4.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#342)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.4.1...@astrojs/sitemap@3.4.2)

##### Patch Changes

-
[#&#8203;14127](https://redirect.github.com/withastro/astro/pull/14127)
[`2309ada`](https://redirect.github.com/withastro/astro/commit/2309ada1c6d96c75815eda0760656147de435ba2)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Upgrades zod

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-28 20:21:08 +02:00
TrueCharts BotandGitHub 20c402609a chore(helm): update chart mongodb 16.1.0 → 16.1.1 (#37872) 2025-07-28 20:20:44 +02:00
TrueCharts BotandGitHub eb2df4ecb0 chore(helm): update chart clickhouse 16.1.0 → 16.1.1 (#37869) 2025-07-28 20:20:42 +02:00