From 4d23983ae3e8fcd8fc3f7d34c3d1e1eea079fa22 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 11 Jun 2026 04:13:28 +0200 Subject: [PATCH] =?UTF-8?q?feat(static-web-server):=20update=20image=20ghc?= =?UTF-8?q?r.io/static-web-server/static-web-server=202.42.0=20=E2=86=92?= =?UTF-8?q?=202.43.0=20(#49005)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server) ### [`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 [#​685][685] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [8421a06][8421a06] Unnecessary pre-compressed file look up when the uncompressed one doesn't exist. PR [#​684][684] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [9b9c1a7][9b9c1a7] Docker: Update Alpine (`3.23.4`) & Debian (`13.5`) Docker images. PR [#​678][678] by \[[@​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 [#​645][645] by [@​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 [#​656][656] by \[[@​davlgd](https://redirect.github.com/davlgd)]\[davlgd]. See [docs](https://static-web-server.net/features/text-charset) (follow-up PR [#​657][657] by \[[@​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 [#​672][672] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [6514b87][6514b87] Minimum size threshold for dynamic compression. PR [#​673][673] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [f503ee1][f503ee1] Byte-range suffix detection and extract normalization helpers, which increases case coverage. PR [#​674][674] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [e5103c3][e5103c3] Performance optimizations for several modules. PR [#​675][675] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [aa66137][aa66137] Improve directory listing performance. PR [#​676][676] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [2302e46][2302e46] Improve MIME types for compression and default text charset features (follow-up). PR [#​657][657] by \[[@​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 [#​691][691] by \[[@​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 [#​693][693] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [dc2c7a2][dc2c7a2] CI: Update `release` GitHub Actions workflows for FIPS builds (follow-up). PR [#​689][689] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [6f0d607][6f0d607] CI: Update `release` GitHub Actions workflows for FIPS builds. PR [#​688][688] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] **Docs** - [f93f80e][f93f80e] Add missing FIPS Docker images and binary descriptions. PR [#​687][687] by \[[@​joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq] - [6dc9798][6dc9798] Add missing `.html` suffix feature for `404` errors. PR [#​686][686] by \[[@​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
--- ### 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. --- - [ ] 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). --- charts/stable/static-web-server/Chart.yaml | 4 ++-- charts/stable/static-web-server/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index 9a06ae6a94f..a29e0927294 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -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 diff --git a/charts/stable/static-web-server/values.yaml b/charts/stable/static-web-server/values.yaml index 5c6b7d3e856..3dad66ce326 100644 --- a/charts/stable/static-web-server/values.yaml +++ b/charts/stable/static-web-server/values.yaml @@ -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: