Files
truecharts/charts/stable/slink
TrueCharts Bot 7939c3b0e0 feat(slink): update image docker.io/anirdev/slink v1.9.6 → v1.10.1 (#46339)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/anirdev/slink](https://frankenphp.dev)
([source](https://redirect.github.com/php/frankenphp)) | minor |
`9e766cc` → `2ffaf90` |

---

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

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

---

### Release Notes

<details>
<summary>php/frankenphp (docker.io/anirdev/slink)</summary>

###
[`v1.10.1`](https://redirect.github.com/php/frankenphp/releases/tag/v1.10.1)

[Compare
Source](https://redirect.github.com/php/frankenphp/compare/v1.10.0...v1.10.1)

#### What's Changed

- fix: crash when a `string` is passed for the `topics` parameter of the
`mercure_publish()` function by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;2021](https://redirect.github.com/php/frankenphp/pull/2021)
- fix: correctly set the Mercure hub for the main worker request by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;2026](https://redirect.github.com/php/frankenphp/pull/2026)
- chore: bump deps by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;2023](https://redirect.github.com/php/frankenphp/pull/2023)

**Full Changelog**:
<https://github.com/php/frankenphp/compare/v1.10.0...v1.10.1>

###
[`v1.10.0`](https://redirect.github.com/php/frankenphp/releases/tag/v1.10.0)

#### What's Changed

##### New Features

- feat: [PHP 8.5](https://www.php.net/releases/8.5/en.php) support
[@&#8203;vinceAmstoutz](https://redirect.github.com/vinceAmstoutz) and
[@&#8203;0x346e3730](https://redirect.github.com/0x346e3730) in
[#&#8203;1932](https://redirect.github.com/php/frankenphp/pull/1932) and
[#&#8203;2006](https://redirect.github.com/php/frankenphp/pull/2006)
- feat: new [`mercure_publish()` PHP
function](https://frankenphp.dev/docs/mercure/#using-mercure_publish) to
dispatch [Mercure](https://mercure.rocks) updates by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1927](https://redirect.github.com/php/frankenphp/pull/1927)
- feat: allow using multiple workers with the same file by
[@&#8203;AlliBalliBaba](https://redirect.github.com/AlliBalliBaba) in
[#&#8203;1856](https://redirect.github.com/php/frankenphp/pull/1856)
- feat: per-worker max threads by
[@&#8203;AlliBalliBaba](https://redirect.github.com/AlliBalliBaba) in
[#&#8203;1962](https://redirect.github.com/php/frankenphp/pull/1962)
- feat: set a custom `Server` header by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1959](https://redirect.github.com/php/frankenphp/pull/1959)
- feat(static): add XSL extension to the static binaries by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1998](https://redirect.github.com/php/frankenphp/pull/1998)
- feat(ext): allow extensions to register custom worker scripts by
[@&#8203;withinboredom](https://redirect.github.com/withinboredom) and
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1795](https://redirect.github.com/php/frankenphp/pull/1795),
[#&#8203;1884](https://redirect.github.com/php/frankenphp/pull/1884),
[#&#8203;1910](https://redirect.github.com/php/frankenphp/pull/1910),
[#&#8203;1914](https://redirect.github.com/php/frankenphp/pull/1914),
[#&#8203;1915](https://redirect.github.com/php/frankenphp/pull/1915) and
[#&#8203;1952](https://redirect.github.com/php/frankenphp/pull/1952)
- feat(ext): expose `GoValue()` and `PHPValue()` functions by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1877](https://redirect.github.com/php/frankenphp/pull/1877) and
[#&#8203;1879](https://redirect.github.com/php/frankenphp/pull/1879)
- feat(ext): support for the `mixed` type by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1913](https://redirect.github.com/php/frankenphp/pull/1913)
- feat(ext): allow creating strongly typed slices and maps from PHP
values by [@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1933](https://redirect.github.com/php/frankenphp/pull/1933)

##### Fixes

- fix: catch panics on invalid status code by
[@&#8203;AlliBalliBaba](https://redirect.github.com/AlliBalliBaba) in
[#&#8203;1920](https://redirect.github.com/php/frankenphp/pull/1920)
- fix: actually exit when `exit()` is called in a worker script by
[@&#8203;AlliBalliBaba](https://redirect.github.com/AlliBalliBaba) in
[#&#8203;1946](https://redirect.github.com/php/frankenphp/pull/1946)
- fix: fail immediately on missing worker file by
[@&#8203;AlliBalliBaba](https://redirect.github.com/AlliBalliBaba) in
[#&#8203;1963](https://redirect.github.com/php/frankenphp/pull/1963)
- fix: release but don't free CLI streams by
[@&#8203;SpencerMalone](https://redirect.github.com/SpencerMalone) in
[#&#8203;1906](https://redirect.github.com/php/frankenphp/pull/1906)
- fix: added missing decrement for the "ready" WaitGroup counter by
[@&#8203;arturmelanchyk](https://redirect.github.com/arturmelanchyk) in
[#&#8203;1890](https://redirect.github.com/php/frankenphp/pull/1890)
- fix(packages): prevent `frankenphp trust` from failing in RPM packages
[#&#8203;1846](https://redirect.github.com/php/frankenphp/issues/1846)
by [@&#8203;henderkes](https://redirect.github.com/henderkes) in
[#&#8203;1870](https://redirect.github.com/php/frankenphp/pull/1870)
- fix(packages): add patchelf installation in static-gnu `Dockerfile` by
[@&#8203;kranack](https://redirect.github.com/kranack) in
[#&#8203;1899](https://redirect.github.com/php/frankenphp/pull/1899)

##### Misc

- refactor: rely on `context.Context` for `log/slog` and others by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1969](https://redirect.github.com/php/frankenphp/pull/1969)
- ci: delegate entirely to Static PHP CLI to build static binaries by
[@&#8203;henderkes](https://redirect.github.com/henderkes) in
[#&#8203;1968](https://redirect.github.com/php/frankenphp/pull/1968)
- ci: add back ARMv6 build by
[@&#8203;dunglas](https://redirect.github.com/dunglas) in
[#&#8203;1999](https://redirect.github.com/php/frankenphp/pull/1999)

#### New Contributors

- [@&#8203;y-l-g](https://redirect.github.com/y-l-g) made their first
contribution in
[#&#8203;1849](https://redirect.github.com/php/frankenphp/pull/1849)
- [@&#8203;florentdrousset](https://redirect.github.com/florentdrousset)
made their first contribution in
[#&#8203;1882](https://redirect.github.com/php/frankenphp/pull/1882)
- [@&#8203;arturmelanchyk](https://redirect.github.com/arturmelanchyk)
made their first contribution in
[#&#8203;1890](https://redirect.github.com/php/frankenphp/pull/1890)
- [@&#8203;Slamdunk](https://redirect.github.com/Slamdunk) made their
first contribution in
[#&#8203;1897](https://redirect.github.com/php/frankenphp/pull/1897)
- [@&#8203;SpencerMalone](https://redirect.github.com/SpencerMalone)
made their first contribution in
[#&#8203;1906](https://redirect.github.com/php/frankenphp/pull/1906)
- [@&#8203;kranack](https://redirect.github.com/kranack) made their
first contribution in
[#&#8203;1899](https://redirect.github.com/php/frankenphp/pull/1899)
- [@&#8203;michalkleiner](https://redirect.github.com/michalkleiner)
made their first contribution in
[#&#8203;1935](https://redirect.github.com/php/frankenphp/pull/1935)
- [@&#8203;Fabsolute](https://redirect.github.com/Fabsolute) made their
first contribution in
[#&#8203;1991](https://redirect.github.com/php/frankenphp/pull/1991)
- [@&#8203;0x346e3730](https://redirect.github.com/0x346e3730) made
their first contribution in
[#&#8203;2006](https://redirect.github.com/php/frankenphp/pull/2006)

**Full Changelog**:
<https://github.com/php/frankenphp/compare/v1.9.1...v1.10.0>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2xpbmsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-03-23 18:28:54 +01:00
..

title
title
README

General Info

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://oci.trueforge.org/truecharts/slink

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://trueforge.org/truecharts/stable/slink

Configuration Options

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/slink/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project