Update ghcr.io/static-web-server/static-web-server Docker tag to v2.34 #9

Merged
ada merged 1 commit from renovate/ghcr.io-static-web-server-static-web-server-2.x into main 2024-12-06 02:44:25 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/static-web-server/static-web-server final minor 2.32 -> 2.34

Release Notes

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

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.

v2.33

This new v2.33.1 release brings several security and bug fixes as well as other minor improvements.

Fixes

  • 93479ba Bugfix/security dependency updates including hyper, tokio, httparse, rustls, regex, once_cell, flate2, async-compression and other crates. PR #​490.

Refactorings

Docs

  • 30a6409 Minor tweaks to man-pages-completions.md page.

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.32` -> `2.34` | --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`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). ### [`v2.33`](https://github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2331---2024-11-02) This new `v2.33.1` release brings several security and bug fixes as well as other minor improvements. **Fixes** - [93479ba](https://github.com/static-web-server/static-web-server/commit/93479ba) Bugfix/security dependency updates including hyper, tokio, httparse, rustls, regex, once_cell, flate2, async-compression and other crates. PR [#&#8203;490](https://github.com/static-web-server/static-web-server/pull/490). **Refactorings** - [de8482d](https://github.com/static-web-server/static-web-server/commit/de8482d) Do not set `Last-Modified` header if mtime is Unix epoch. PR [#&#8203;488](https://github.com/static-web-server/static-web-server/pull/488) by [@&#8203;akhilles](https://github.com/akhilles). **Docs** - [30a6409](https://github.com/static-web-server/static-web-server/commit/30a6409) Minor tweaks to `man-pages-completions.md` page. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42My4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-09-18 00:05:31 +02:00
renovate-bot force-pushed renovate/ghcr.io-static-web-server-static-web-server-2.x from 527148f20f to 437c16f5b1 2024-11-16 15:45:01 +01:00 Compare
renovate-bot changed title from Update ghcr.io/static-web-server/static-web-server Docker tag to v2.33 to Update ghcr.io/static-web-server/static-web-server Docker tag to v2.34 2024-12-04 00:49:49 +01:00
renovate-bot force-pushed renovate/ghcr.io-static-web-server-static-web-server-2.x from 437c16f5b1 to be8d7ec158 2024-12-04 00:49:51 +01:00 Compare
ada merged commit 07e60f5d42 into main 2024-12-06 02:44:25 +01:00
ada deleted branch renovate/ghcr.io-static-web-server-static-web-server-2.x 2024-12-06 02:44:25 +01:00
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: ada/ada.wf#9
No description provided.