chore(helm): update image ghcr.io/static-web-server/static-web-server 2.35.0 → 2.36.0 (#31899)
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 | `96a8869` -> `cd05aeb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2360---2025-02-10) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.35.0...v2.36.0) This new `v2.36.0` release brings several security and bug fixes. A bugfix for the trailing slash redirect, new feature to log from the `X-Real-IP` header as well as other improvements. **Fixes** - [aadca81](https://redirect.github.com/static-web-server/static-web-server/commit/aadca81) Bugfix/security dependency updates including httparse, rustls, clap, bcrypt, maud, bytes and other crates. PR [#​524](https://redirect.github.com/static-web-server/static-web-server/pull/524). - [99aa74d](https://redirect.github.com/static-web-server/static-web-server/commit/99aa74d) Docker: Update Alpine (3.19.6) and Debian (12.9) Docker images. PR [#​518](https://redirect.github.com/static-web-server/static-web-server/pull/518). - [a639039](https://redirect.github.com/static-web-server/static-web-server/commit/a639039) Add missing query string to the URI trailing slash redirect. PR [#​523](https://redirect.github.com/static-web-server/static-web-server/pull/523). **Features** - [134db39](https://redirect.github.com/static-web-server/static-web-server/commit/134db39) Log from `X-Real-IP` header via new `--log-x-real-ip` option. PR [#​521](https://redirect.github.com/static-web-server/static-web-server/pull/521) by [@​dctaf](https://redirect.github.com/dctaf). See [docs](https://static-web-server.net/features/logging/#logging-client-ip-from-x-real-ip-header). **Refactorings** - [8fa9cda](https://redirect.github.com/static-web-server/static-web-server/commit/8fa9cda) Improve fallback page path checking and logging. PR [#​522](https://redirect.github.com/static-web-server/static-web-server/pull/522). - [0053d74](https://redirect.github.com/static-web-server/static-web-server/commit/0053d74) CI: Improve post release updates workflow. PR [#​525](https://redirect.github.com/static-web-server/static-web-server/pull/525). For more details see the [v2.36.0 milestone](https://redirect.github.com/static-web-server/static-web-server/milestone/27?closed=1) and the full changelog [v2.35.0...v2.36.0](https://redirect.github.com/static-web-server/static-web-server/compare/v2.35.0...v2.36.0). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.35.0
|
||||
appVersion: 2.36.0
|
||||
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.9.1
|
||||
version: 6.10.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.35.0@sha256:96a88696ab1a4c4325ddbf0775d05dde50e96adbfab289f38546acff6f7002c3
|
||||
tag: 2.36.0@sha256:cd05aebc1d8e0c6aa53629b34dce482094f0d7a84a0633669c1894e31896e02b
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user