chore(helm): update image ghcr.io/static-web-server/static-web-server 2.39.0 → 2.40.0 (#42298)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://redirect.github.com/static-web-server/static-web-server)
| minor | `97e5801` -> `71690a0` |

---

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

###
[`v2.40.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2400---2025-11-30)

[Compare
Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0)

This new `v2.40.0` release brings important security bug fixes,
performance, resource and binary size optimizations, rootless Debian and
Alpine Docker images, content negotiation for Markdown files support and
other enhancements.

For more details about the changes, take a look at the corresponding PR
and documentation links.

**Fixes**

- [55562a1][55562a1] Update dependencies like rustls, tracing,
async-compression, clap, bytes and others. [#&#8203;582][582],
[#&#8203;589][589] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [0fedeb3][0fedeb3] library: Crate documentation issues.
[#&#8203;583][583] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

[55562a1]:
https://redirect.github.com/static-web-server/static-web-server/commit/55562a1

[0fedeb3]:
https://redirect.github.com/static-web-server/static-web-server/commit/0fedeb3

[582]:
https://redirect.github.com/static-web-server/static-web-server/pull/582

[583]:
https://redirect.github.com/static-web-server/static-web-server/pull/583

[589]:
https://redirect.github.com/static-web-server/static-web-server/pull/589

**Features**

- [ee4b049][ee4b049] Add `armv7-unknown-linux-gnueabihf` target.
[#&#8203;586][586] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [2c25d82][2c25d82] Content negotiation for Markdown files via `Accept`
header. [#&#8203;577][577] by [@&#8203;davlgd][davlgd], see
[docs](https://static-web-server.net/features/markdown-content-negotiation/)
- [326abbe][326abbe] library: Add `exit_on_error` option to
`Server::run_server_on_rt` function to control server termination.
[#&#8203;578][578] by [@&#8203;frnsys][frnsys]

[ee4b049]:
https://redirect.github.com/static-web-server/static-web-server/commit/ee4b049

[326abbe]:
https://redirect.github.com/static-web-server/static-web-server/commit/326abbe

[2c25d82]:
https://redirect.github.com/static-web-server/static-web-server/commit/2c25d82

[586]:
https://redirect.github.com/static-web-server/static-web-server/pull/586

[578]:
https://redirect.github.com/static-web-server/static-web-server/pull/578

[577]:
https://redirect.github.com/static-web-server/static-web-server/pull/577

**Refactorings**

- [c66c791][c66c791] Docker: Prefer dynamically-linked binaries for
Debian Docker images, which reduces container's memory usage
significantly. [#&#8203;588][588] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [557363e][557363e] Replace `regex` crate with `regex-lite` to reduce
binary size. [#&#8203;581][581] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [afddfd6][afddfd6] Drop `jemalloc` in favor of `mimalloc` for *MUSL*
targets, which reduces statically-linked binary's memory usage.
[#&#8203;587][587] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [b234984][b234984] Docker: Rootless *Debian* and *Alpine* Docker
images, which reduces the attack surface and improves security.
[#&#8203;567][567] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq],
see [docs](https://static-web-server.net/features/docker/#rootless)
- [d48da4c][d48da4c] Simplify public directory for Docker image and
default error pages, which improves the default index and error pages'
responsiveness in the browser. [#&#8203;579][579] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [ce5b4fab][ce5b4fab] Drop `lazy_static` and prefer fixed text mime
types for dynamic compression. [#&#8203;580][580] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [ea9f43f][ea9f43f] CI: Move *perfcheck* workflow behind a PR comment
trigger. [#&#8203;584][584] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

[c66c791]:
https://redirect.github.com/static-web-server/static-web-server/commit/c66c791

[afddfd6]:
https://redirect.github.com/static-web-server/static-web-server/commit/afddfd6

[ea9f43f]:
https://redirect.github.com/static-web-server/static-web-server/commit/ea9f43f

[557363e]:
https://redirect.github.com/static-web-server/static-web-server/commit/557363e

[ce5b4fab]:
https://redirect.github.com/static-web-server/static-web-server/commit/ce5b4fab

[b234984]:
https://redirect.github.com/static-web-server/static-web-server/commit/b234984

[d48da4c]:
https://redirect.github.com/static-web-server/static-web-server/commit/d48da4c

[588]:
https://redirect.github.com/static-web-server/static-web-server/pull/588

[587]:
https://redirect.github.com/static-web-server/static-web-server/pull/587

[584]:
https://redirect.github.com/static-web-server/static-web-server/pull/584

[581]:
https://redirect.github.com/static-web-server/static-web-server/pull/581

[580]:
https://redirect.github.com/static-web-server/static-web-server/pull/580

[567]:
https://redirect.github.com/static-web-server/static-web-server/pull/567

[579]:
https://redirect.github.com/static-web-server/static-web-server/pull/579

[davlgd]: https://redirect.github.com/davlgd

[frnsys]: https://redirect.github.com/frnsys

For more details see the [v2.40.0 milestone][v2400-milestone] and the
full changelog [v2.39.0...v2.40.0][v2400-diff].

[v2400-diff]:
https://redirect.github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0

[v2400-milestone]:
https://redirect.github.com/static-web-server/static-web-server/milestone/34?closed=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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-12-01 01:46:17 +01:00
committed by GitHub
parent 7a16093b2c
commit d5411a4839
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.39.0
appVersion: 2.40.0
dependencies:
- name: common
version: 28.29.2
@@ -40,5 +40,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/static-web-server
- https://static-web-server.net
type: application
version: 7.15.1
version: 7.16.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.39.0@sha256:97e580189199439560f2e89980fea6c5243518ca53f96898026e835526371d49
tag: 2.40.0@sha256:71690a05c211134d93824324c520bbc2a3db9ef8dc71121969635e9c8a5e5070
service:
main:
ports: