mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 17:01:23 -03:00
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.31.1@5c8267a by renovate (#22311)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server) | patch | `2.31.0` -> `2.31.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.31.1`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2311---2024-05-21) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.31.0...v2.31.1) This new `v2.31.1` release fixes an issue when running the SWS Linux ARM64 Musl binary on systems with greater memory page sizes than 4KB and re-enables build support for the legacy Windows 7 dropped by the previous release. **Fixes** - [c5f851f](https://togithub.com/static-web-server/static-web-server/commit/c5f851f) Bugfix/security dependency updates. - [adaddde](https://togithub.com/static-web-server/static-web-server/commit/adaddde) Jemalloc unsupported system page size in Linux ARM64 Musl. PR [#​446](https://togithub.com/static-web-server/static-web-server/pull/446). - [1763623](https://togithub.com/static-web-server/static-web-server/commit/1763623) Lib: Cargo `publish` issue due to missing `build.rs` file include. **Refactorings** - [5f116d](https://togithub.com/static-web-server/static-web-server/commit/5f116d) Re-enable Windows 7 build support. PR [#​446](https://togithub.com/static-web-server/static-web-server/pull/446).<br> The following Windows targets will build now using Rust `1.77.2` rather than the latest stable version, except `aarch64-pc-windows-msvc` (a.k.a. Windows ARM64): - `x86_64-pc-windows-msvc` - `i686-pc-windows-msvc` - `x86_64-pc-windows-gnu` </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.31.0
|
||||
appVersion: 2.31.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.8
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- web-server
|
||||
- apache
|
||||
- rust
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server
|
||||
- https://ghcr.io/static-web-server/static-web-server
|
||||
type: application
|
||||
version: 5.2.1
|
||||
version: 5.2.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.31.0@sha256:b61d503bf99fe775679999236bd575273e081315abe29126470c6c1681a46cbe
|
||||
tag: 2.31.1@sha256:5c8267a1661fb04028b265ce1524d60d413cefa73bcad505f04c1dfe0ad1560e
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user