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

Open
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.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.


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.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). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Ny4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-12-04 00:49:25 +01:00
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.34
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
cef9d69384
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-static-web-server-static-web-server-2.x:renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout renovate/ghcr.io-static-web-server-static-web-server-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout renovate/ghcr.io-static-web-server-static-web-server-2.x
git rebase main
git checkout main
git merge --ff-only renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout renovate/ghcr.io-static-web-server-static-web-server-2.x
git rebase main
git checkout main
git merge --no-ff renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout main
git merge --squash renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout main
git merge --ff-only renovate/ghcr.io-static-web-server-static-web-server-2.x
git checkout main
git merge renovate/ghcr.io-static-web-server-static-web-server-2.x
git push origin main
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#6
No description provided.