feat(static-web-server): update image ghcr.io/static-web-server/static-web-server 2.42.0 → 2.43.0 (#49005)

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 | `2d67e47` → `6acea62` |

---

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

###
[`v2.43.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2430---2026-06-10)

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

This new `v2.43.0` brings bug fixes, new features and improvements. A
fix for unnecessary pre-compressed file lookups, FIPS-capable TLS
support via a new Cargo feature and prebuilt binaries, several
performance optimizations, hardening across several modules, better
byte-range suffix detection and extract normalization coverage, CI
workflow updates and other enhancements.

**Fixes**

- [b224b6e][b224b6e] Update project dependencies. PR [#&#8203;685][685]
by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [8421a06][8421a06] Unnecessary pre-compressed file look up when the
uncompressed one doesn't exist. PR [#&#8203;684][684] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [9b9c1a7][9b9c1a7] Docker: Update Alpine (`3.23.4`) & Debian (`13.5`)
Docker images. PR [#&#8203;678][678] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

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

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

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

**Features**

- [3ff096c][3ff096c] FIPS-capable TLS via new `http2-fips` Cargo feature
flag using `aws-lc-rs` in FIPS mode. PR [#&#8203;645][645] by
[@&#8203;alexander-bauer][alexander-bauer]. See
[docs](https://static-web-server.net/features/http2-tls/#fips-validated-cryptography).
- [7ff6cf6][7ff6cf6] Optional default text charset via
`--default-charset`. PR [#&#8203;656][656] by
\[[@&#8203;davlgd](https://redirect.github.com/davlgd)]\[davlgd]. See
[docs](https://static-web-server.net/features/text-charset) (follow-up
PR [#&#8203;657][657] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]).

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

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

**Refactorings**

- [a5af389][a5af389] Hardening and robustness increase for several
modules. PR [#&#8203;672][672] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [6514b87][6514b87] Minimum size threshold for dynamic compression. PR
[#&#8203;673][673] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [f503ee1][f503ee1] Byte-range suffix detection and extract
normalization helpers, which increases case coverage. PR
[#&#8203;674][674] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [e5103c3][e5103c3] Performance optimizations for several modules. PR
[#&#8203;675][675] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [aa66137][aa66137] Improve directory listing performance. PR
[#&#8203;676][676] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [2302e46][2302e46] Improve MIME types for compression and default text
charset features (follow-up). PR [#&#8203;657][657] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [216e45b][216e45b] CI: Update `devel` workflow to compile several
targets and FIPS directly via GitHub Actions runners. PR
[#&#8203;691][691] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [2ac6c5e][2ac6c5e] CI: Update `release` workflow to compile several
targets and FIPS directly via GitHub Actions runners. PR
[#&#8203;693][693] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [dc2c7a2][dc2c7a2] CI: Update `release` GitHub Actions workflows for
FIPS builds (follow-up). PR [#&#8203;689][689] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [6f0d607][6f0d607] CI: Update `release` GitHub Actions workflows for
FIPS builds. PR [#&#8203;688][688] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

**Docs**

- [f93f80e][f93f80e] Add missing FIPS Docker images and binary
descriptions. PR [#&#8203;687][687] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [6dc9798][6dc9798] Add missing `.html` suffix feature for `404`
errors. PR [#&#8203;686][686] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[alexander-bauer]: https://redirect.github.com/alexander-bauer

For more details see the [v2.43.0 milestone][v2430-milestone] and the
full changelog [v2.42.0...v2.43.0][v2430-diff].

[v2430-diff]:
https://redirect.github.com/static-web-server/static-web-server/compare/v2.42.0...v2.43.0

[v2430-milestone]:
https://redirect.github.com/static-web-server/static-web-server/milestone/39?closed=1

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zdGF0aWMtd2ViLXNlcnZlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2026-06-11 04:13:28 +02:00
committed by GitHub
parent ec3681d6fc
commit 4d23983ae3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.42.0
appVersion: 2.43.0
dependencies:
- name: common
version: 29.3.4
@@ -38,5 +38,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/static-web-server
- https://static-web-server.net
type: application
version: 8.4.0
version: 8.5.0
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.42.0@sha256:2d67e47e22172235e339908777e692006ffdcf42dc4c531aff5d4337a7559a1e
tag: 2.43.0@sha256:6acea6260b14e08dda986361e42640082fbfaab8d88c327de532bb13a3b22994
service:
main:
ports: