chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.26.0@387ec26 by renovate (#18190)
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) | minor | `2.25.0` -> `2.26.0` | --- > [!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.26.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2260---2024-02-10) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.25.0...v2.26.0) This new `v2.26.0` release brings several dependency security updates and bug fixes. Support for `Range` requests out of bounds, experimental Tokio Runtime metrics for Prometheus, new Discord server as well as other improvements. **Fixes** - [80af0aa](https://togithub.com/static-web-server/static-web-server/commit/80af0aa) Bugfix/security dependency updates including tokio, regex, chrono, libc, toml, serde and other crates. Also [1d4f423](https://togithub.com/static-web-server/static-web-server/commit/1d4f423) - [5623799](https://togithub.com/static-web-server/static-web-server/commit/5623799) Docker: Alpine 3.18.6 update. **Features** - [71dd54f](https://togithub.com/static-web-server/static-web-server/commit/71dd54f) Support for `Range` requests out of bounds. PR [#​306](https://togithub.com/static-web-server/static-web-server/pull/306) resolves [#​295](https://togithub.com/static-web-server/static-web-server/issues/295) suggested by [@​bjornharrtell](https://togithub.com/bjornharrtell). - [d4427eb](https://togithub.com/static-web-server/static-web-server/commit/d4427eb) Experimental Tokio Runtime metrics for Prometheus via the new `--experimental-metrics` option. PR [#​306](https://togithub.com/static-web-server/static-web-server/pull/306) by [@​pl4nty](https://togithub.com/pl4nty). - [fd15914](https://togithub.com/static-web-server/static-web-server/commit/fd15914) [SWS on Discord](https://discord.gg/VWvtZeWAA7) link. **Refactorings** - [a7dc6ac](https://togithub.com/static-web-server/static-web-server/commit/a7dc6ac) Docker: Drop support for the `linux/ppc64le` and `linux/s390x` of the Alpine Scratch images. Prefer the Debian image variant for those targets instead. PR [#​309](https://togithub.com/static-web-server/static-web-server/pull/309). - [563367c](https://togithub.com/static-web-server/static-web-server/commit/563367c) Minimum Rust stable version 1.74.0. - [370d288](https://togithub.com/static-web-server/static-web-server/commit/370d288) Misc: Base fuzz and micro-benchmark testing for static files module. PR [#​310](https://togithub.com/static-web-server/static-web-server/pull/310). **Acknowledgments** Thanks to our new donor [@​c0m4r](https://togithub.com/c0m4r) for supporting the project. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.25.0
|
||||
appVersion: 2.26.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
@@ -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: 3.2.1
|
||||
version: 3.3.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.25.0@sha256:e7ef410e257c69160733e3007877471482bc921a56c46cac1e6c08dc17c50a0e
|
||||
tag: 2.26.0@sha256:387ec267f46e66eb2387d44ba82b05eb216c0be7a130bcb68c8bf70f08b6d662
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user