chore(helm): update image ghcr.io/static-web-server/static-web-server 2.36.0 → 2.36.1 (#33820)
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 <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`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). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user