Update ghcr.io/static-web-server/static-web-server Docker tag to v2.36 - autoclosed #10

Closed
renovate-bot wants to merge 1 commit from renovate/ghcr.io-static-web-server-static-web-server-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/static-web-server/static-web-server final minor 2.33 -> 2.36

Release Notes

static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)

v2.36

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 Bugfix/security dependency updates including httparse, rustls, clap, bcrypt, maud, bytes and other crates. PR #​524.
  • 99aa74d Docker: Update Alpine (3.19.6) and Debian (12.9) Docker images. PR #​518.
  • a639039 Add missing query string to the URI trailing slash redirect. PR #​523.

Features

Refactorings

For more details see the v2.36.0 milestone and the full changelog v2.35.0...v2.36.0.

v2.35

This new v2.35.0 release brings several security and bug fixes. A bugfix for the directory listing, new development Docker images as well as other improvements.

Fixes

  • c236674 Bugfix/security dependency updates including hyper, tokio, rustls, glob, serde, time and other crates. PR #​515.
  • 206900b Directory listing HTML content outside of body tag. PR #​511 by @​alxv-su.
  • 35bb607 CI: NetBSD 9.2 broken source link used by cross CI cross-compiling tool. PR #​513

Features

Refactorings

Docs

For more details see the v2.35.0 milestone and the full changelog v2.34.0...v2.35.0.

Acknowledgments

Thanks to our new donor @​thumbert for supporting the project.

v2.34

This new v2.34.0 release brings several security and bug fixes. Better X-Forwarded-For handling and other improvements.

Breaking

  • URL Redirects/Rewrites: Single Glob wildcard (*) will no longer match a path separator (/) source but double wildcard (**) can be used instead if wanted. See docs below.
  • Log Remote Address: log-remote-address option will no longer logging from the X-Forwarded-For header by default. It has to be opted-in along with the new log-forwarded-for option. See docs below.

Fixes

  • 93479ba Bugfix/security dependency updates including tokio, rustls, regex, tracing, flate2, serde, async-compression and other crates. PR #​502.
  • 4ed4bb4 Docker: Update Alpine (3.19.4) and Debian (12.8) Docker images. PR #​505.
  • 0768c20 CI: Update deprecated macos-12 Github Actions runner to macos-14.

Features

Refactorings

Docs

For more details see the v2.34.0 milestone and the full changelog v2.33.1...v2.34.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/static-web-server/static-web-server](https://github.com/static-web-server/static-web-server) | final | minor | `2.33` -> `2.36` | --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.36`](https://github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2360---2025-02-10) 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://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 [#&#8203;524](https://github.com/static-web-server/static-web-server/pull/524). - [99aa74d](https://github.com/static-web-server/static-web-server/commit/99aa74d) Docker: Update Alpine (3.19.6) and Debian (12.9) Docker images. PR [#&#8203;518](https://github.com/static-web-server/static-web-server/pull/518). - [a639039](https://github.com/static-web-server/static-web-server/commit/a639039) Add missing query string to the URI trailing slash redirect. PR [#&#8203;523](https://github.com/static-web-server/static-web-server/pull/523). **Features** - [134db39](https://github.com/static-web-server/static-web-server/commit/134db39) Log from `X-Real-IP` header via new `--log-x-real-ip` option. PR [#&#8203;521](https://github.com/static-web-server/static-web-server/pull/521) by [@&#8203;dctaf](https://github.com/dctaf). See [docs](https://static-web-server.net/features/logging/#logging-client-ip-from-x-real-ip-header). **Refactorings** - [8fa9cda](https://github.com/static-web-server/static-web-server/commit/8fa9cda) Improve fallback page path checking and logging. PR [#&#8203;522](https://github.com/static-web-server/static-web-server/pull/522). - [0053d74](https://github.com/static-web-server/static-web-server/commit/0053d74) CI: Improve post release updates workflow. PR [#&#8203;525](https://github.com/static-web-server/static-web-server/pull/525). For more details see the [v2.36.0 milestone](https://github.com/static-web-server/static-web-server/milestone/27?closed=1) and the full changelog [v2.35.0...v2.36.0](https://github.com/static-web-server/static-web-server/compare/v2.35.0...v2.36.0). ### [`v2.35`](https://github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2350---2025-01-10) This new `v2.35.0` release brings several security and bug fixes. A bugfix for the directory listing, new development Docker images as well as other improvements. **Fixes** - [c236674](https://github.com/static-web-server/static-web-server/commit/c236674) Bugfix/security dependency updates including hyper, tokio, rustls, glob, serde, time and other crates. PR [#&#8203;515](https://github.com/static-web-server/static-web-server/pull/515). - [206900b](https://github.com/static-web-server/static-web-server/commit/206900b) Directory listing HTML content outside of body tag. PR [#&#8203;511](https://github.com/static-web-server/static-web-server/pull/511) by [@&#8203;alxv-su](https://github.com/alxv-su). - [35bb607](https://github.com/static-web-server/static-web-server/commit/35bb607) CI: NetBSD 9.2 broken source link used by `cross` CI cross-compiling tool. PR [#&#8203;513](https://github.com/static-web-server/static-web-server/pull/513) **Features** - [b46a7a0](https://github.com/static-web-server/static-web-server/commit/b46a7a0) Docker: Development Docker images based on `master` branch changes. PR [#&#8203;512](https://github.com/static-web-server/static-web-server/pull/512) by [@&#8203;joseluisq](https://github.com/joseluisq) and co-authored by [@&#8203;mschoettle](https://github.com/mschoettle). See [docs](https://static-web-server.net/features/docker/#development). **Refactorings** - [1c4929d](https://github.com/static-web-server/static-web-server/commit/1c4929d) CI: Improve GitHub CI workflows. PR [#&#8203;514](https://github.com/static-web-server/static-web-server/pull/514). **Docs** - [284eb50](https://github.com/static-web-server/static-web-server/commit/284eb50) Development Docker images description. PR [#&#8203;516](https://github.com/static-web-server/static-web-server/pull/516). See [docs](https://static-web-server.net/features/docker/#development). For more details see the [v2.35.0 milestone](https://github.com/static-web-server/static-web-server/milestone/26?closed=1) and the full changelog [v2.34.0...v2.35.0](https://github.com/static-web-server/static-web-server/compare/v2.34.0...v2.35.0). **Acknowledgments** Thanks to our new donor [@&#8203;thumbert](https://github.com/thumbert) for supporting the project. ### [`v2.34`](https://github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2340---2024-12-04) This new `v2.34.0` release brings several security and bug fixes. Better `X-Forwarded-For` handling and other improvements. **Breaking** - **URL Redirects/Rewrites:** Single Glob wildcard (`*`) will no longer match a path separator (`/`) `source` but double wildcard (`**`) can be used instead if wanted. See docs below. - **Log Remote Address:** `log-remote-address` option will no longer logging from the `X-Forwarded-For` header by default. It has to be opted-in along with the new `log-forwarded-for` option. See docs below. **Fixes** - [93479ba](https://github.com/static-web-server/static-web-server/commit/93479ba) Bugfix/security dependency updates including tokio, rustls, regex, tracing, flate2, serde, async-compression and other crates. PR [#&#8203;502](https://github.com/static-web-server/static-web-server/pull/502). - [4ed4bb4](https://github.com/static-web-server/static-web-server/commit/4ed4bb4) Docker: Update Alpine (3.19.4) and Debian (12.8) Docker images. PR [#&#8203;505](https://github.com/static-web-server/static-web-server/pull/505). - [0768c20](https://github.com/static-web-server/static-web-server/commit/0768c20) CI: Update deprecated `macos-12` Github Actions runner to `macos-14`. **Features** - [13e3f38](https://github.com/static-web-server/static-web-server/commit/13e3f38) Better `X-Forwarded-For` handling via the new `log-forwarded-for` and `trusted-proxies` options. PR [#&#8203;495](https://github.com/static-web-server/static-web-server/pull/495) by [@&#8203;Jeidnx](https://github.com/Jeidnx). See [docs](https://static-web-server.net/features/logging/#log-remote-addresses). **Refactorings** - [96ed7df](https://github.com/static-web-server/static-web-server/commit/96ed7df) **breaking:** Prevent single Glob wildcard (`*`) from matching a path separator in URL Redirect's `source`. PR [#&#8203;501](https://github.com/static-web-server/static-web-server/pull/501) by [@&#8203;mschoettle](https://github.com/mschoettle). See [docs](https://static-web-server.net/features/url-redirects/). - [2737f4c](https://github.com/static-web-server/static-web-server/commit/2737f4c) **breaking:** Prevent single Glob wildcard (`*`) from matching a path separator in URL Rewrite's `source`. PR [#&#8203;506](https://github.com/static-web-server/static-web-server/pull/506) by [@&#8203;mschoettle](https://github.com/mschoettle). See [docs](https://static-web-server.net/features/url-rewrites/). - [5516b6a](https://github.com/static-web-server/static-web-server/commit/5516b6a) Misc: Improve tests for URL Redirects feature. PR [#&#8203;503](https://github.com/static-web-server/static-web-server/pull/503) by [@&#8203;mschoettle](https://github.com/mschoettle). **Docs** - [e1a73c0](https://github.com/static-web-server/static-web-server/commit/e1a73c0) Add contributing, code of conduct and code guidelines pages. - [12387a8](https://github.com/static-web-server/static-web-server/commit/12387a8) Improve docs configuration and fix some anchor links. PR [#&#8203;504](https://github.com/static-web-server/static-web-server/pull/504) by [@&#8203;mschoettle](https://github.com/mschoettle). See [docs](https://static-web-server.net/). - [cd11bd6](https://github.com/static-web-server/static-web-server/commit/cd11bd6) Replace deprecated TrueNAS Scale option with TrueCharts. PR [#&#8203;486](https://github.com/static-web-server/static-web-server/pull/486) by [@&#8203;ctag](https://github.com/ctag). See [docs](https://static-web-server.net/features/docker/#truecharts). For more details see the [v2.34.0 milestone](https://github.com/static-web-server/static-web-server/milestone/25?closed=1) and the full changelog [v2.33.1...v2.34.0](https://github.com/static-web-server/static-web-server/compare/v2.33.1...v2.34.0). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update ghcr.io/static-web-server/static-web-server Docker tag to v2.36 to Update ghcr.io/static-web-server/static-web-server Docker tag to v2.36 - autoclosed 2025-03-01 18:09:43 +01:00
renovate-bot closed this pull request 2025-03-01 18:09:44 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gnouseu/wiki!10
No description provided.