From eb9b618037c641b00a6cc447d36f02463a30b8f3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 2 Apr 2025 02:25:36 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/static-?= =?UTF-8?q?web-server/static-web-server=202.36.0=20=E2=86=92=202.36.1=20(#?= =?UTF-8?q?33820)?= 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) | patch | `cd05aeb` -> `210d972` | 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.36.1`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2361---2025-03-02) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.36.0...v2.36.1) This new `v2.36.1` release brings several security and bug fixes and is the last version supporting legacy Windows 7, 8, 8.1 platforms. **Security patch for RUSTSEC-2024-0437** This release removes the [`experimental`](https://static-web-server.net/building-from-source/#cargo-features) Cargo feature from the resulting `static-web-server` binary temporarily (but not the Cargo feature itself) to prevent shipping the security `RUSTSEC-2024-0437` vulnerability ([#​530](https://redirect.github.com/static-web-server/static-web-server/pull/530)) in this release. The `experimental` Cargo feature (that includes experimental metrics and in-memory cache features) will be restored to be part of the binary again in the next release. **End support for unmaintained Windows 7, 8, 8.1 platforms** As we mentioned a year ago ([#​447](https://redirect.github.com/static-web-server/static-web-server/pull/447)), SWS would not continue supporting legacy Windows 7, 8, and 8.1 platforms for so long as [Microsoft stopped support for Windows 7 in 2020](https://learn.microsoft.com/en-us/lifecycle/products/windows-7) and Rust requires *Windows 10* as the minimum supported platform since [1.78](https://blog.rust-lang.org/2024/02/26/Windows-7.html). Today, we announce that `v2.36.1` release is the last version supporting such legacy platforms and having Rust `1.76.0` as MSRV. Future releases will bump up the MSRV when convenient and will require *Windows 10* as the minimum supported platform. However, although we will *try* to provide a patch for users wanting to build SWS manually for those legacy platforms in the future, we *cannot* fully guarantee that SWS will continue building for the aforementioned platforms. **Fixes** - [ad4c171](https://redirect.github.com/static-web-server/static-web-server/commit/ad4c171) Bugfix/security dependency updates including tokio, httparse, ring, rustls, bytes, serde and other crates. PR [#​532](https://redirect.github.com/static-web-server/static-web-server/pull/532). - [5fbd0c5](https://redirect.github.com/static-web-server/static-web-server/commit/5fbd0c5) CORS: Add missing `Origin` to the `Vary` header value when CORS feature enabled. PR [#​534](https://redirect.github.com/static-web-server/static-web-server/pull/534) resolves [#​533](https://redirect.github.com/static-web-server/static-web-server/issues/533) reported by [@​rbozan](https://redirect.github.com/rbozan) For more details see the [v2.36.1 milestone](https://redirect.github.com/static-web-server/static-web-server/milestone/28?closed=1) and the full changelog [v2.36.0...v2.36.1](https://redirect.github.com/static-web-server/static-web-server/compare/v2.36.0...v2.36.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. --- - [ ] 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 e2c5ac79bd4..70b6e88eae9 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.36.0 +appVersion: 2.36.1 dependencies: - name: common version: 25.4.10 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server - https://static-web-server.net type: application -version: 6.10.0 +version: 6.10.1 diff --git a/charts/stable/static-web-server/values.yaml b/charts/stable/static-web-server/values.yaml index 7778ea1e6aa..5984e30351f 100644 --- a/charts/stable/static-web-server/values.yaml +++ b/charts/stable/static-web-server/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/static-web-server/static-web-server pullPolicy: IfNotPresent - tag: 2.36.0@sha256:cd05aebc1d8e0c6aa53629b34dce482094f0d7a84a0633669c1894e31896e02b + tag: 2.36.1@sha256:210d9726e0f06c10639156563e70ce0692a6618707e0bf7b3cf842caf3f28e18 service: main: ports: