Update ghcr.io/static-web-server/static-web-server Docker tag to v2.44.0 #33

Open
renovate 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.43.0-alpine2.44.0-alpine

Release Notes

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

v2.44.0

Compare Source

This new v2.44.0 brings bug fixes and security updates. A fix for pre-compressed variant body truncation, a new --use-relative-root option to resolve the webroot at request time, query string preservation on URL redirects, a metrics endpoint authentication order fix as well as other improvements.

Security updates

This release includes security updates related to metrics, pre-compressed and basic authentication. Users are encouraged to update to this version. We will provide more details about the fixed security issues in the next few days.

v2 is now LTS

Today we announce that v2 has transitioned to LTS (Long-term support) status. Meaning that v2.44.0 (minor) will receive only bug fixes and security updates going forward.

The project's current focus has now moved to v3 (in progress). We encourage users to give v3 a try for new features, improvements and provide feedback. More details in the v3.0.0-beta.1 release.

Fixes

Features

Refactorings

For more details see the v2.44.0 milestone and the full changelog v2.43.0...v2.44.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.43.0-alpine` → `2.44.0-alpine` | --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.44.0`](https://github.com/static-web-server/static-web-server/releases/tag/v2.44.0) [Compare Source](https://github.com/static-web-server/static-web-server/compare/v2.43.0...v2.44.0) This new `v2.44.0` brings bug fixes and security updates. A fix for pre-compressed variant body truncation, a new `--use-relative-root` option to resolve the webroot at request time, query string preservation on URL redirects, a metrics endpoint authentication order fix as well as other improvements. **Security updates** This release includes security updates related to metrics, pre-compressed and basic authentication. Users are encouraged to update to this version. We will provide more details about the fixed security issues in the next few days. **v2 is now LTS** Today we announce that [v2](https://github.com/static-web-server/static-web-server/tree/2.x) has transitioned to **LTS** (Long-term support) status. Meaning that `v2.44.0` (minor) will receive only bug fixes and security updates going forward. The project's current focus has now moved to **v3** (in progress). We encourage users to give **v3** a try for new features, improvements and provide feedback. More details in the [v3.0.0-beta.1](https://github.com/static-web-server/static-web-server/releases/tag/v3.0.0-beta.1) release. **Fixes** - [`c928639`](https://github.com/static-web-server/static-web-server/commit/c928639) Update dependencies. PR [#&#8203;728](https://github.com/static-web-server/static-web-server/issues/728) by [@&#8203;joseluisq](https://github.com/joseluisq) - [`be585a6`](https://github.com/static-web-server/static-web-server/commit/be585a6) Update Alpine (`3.23.5`) & Debian (`13.6`) Docker images. PR [#&#8203;729](https://github.com/static-web-server/static-web-server/issues/729) by [@&#8203;joseluisq](https://github.com/joseluisq) - [`478fc6e`](https://github.com/static-web-server/static-web-server/commit/478fc6e) Pre-compressed variant body truncated to the original file's size (backport from v3). PR [#&#8203;727](https://github.com/static-web-server/static-web-server/issues/727) by [@&#8203;joseluisq](https://github.com/joseluisq) (v3 PR [#&#8203;722](https://github.com/static-web-server/static-web-server/issues/722) by [@&#8203;antoinemichea](https://github.com/antoinemichea)). - [`b05bd25`](https://github.com/static-web-server/static-web-server/commit/b05bd25) Query string was not preserved on URL redirects. PR [#&#8203;703](https://github.com/static-web-server/static-web-server/issues/703) by [@&#8203;urdh](https://github.com/urdh) - [`a51444c`](https://github.com/static-web-server/static-web-server/commit/a51444c) Metrics endpoint authentication order bypass when basic auth is enabled. PR [#&#8203;714](https://github.com/static-web-server/static-web-server/issues/714) by [@&#8203;T3pp31](https://github.com/T3pp31) **Features** - [`e491202`](https://github.com/static-web-server/static-web-server/commit/e491202) New `--use-relative-root` option to resolve the webroot at request time. PR [#&#8203;712](https://github.com/static-web-server/static-web-server/issues/712) by [@&#8203;joseluisq](https://github.com/joseluisq). See [docs](https://static-web-server.net/v2/features/use-relative-root). **Refactorings** - [`aa36d93`](https://github.com/static-web-server/static-web-server/commit/aa36d93) Move v2 docs to dedicated repository. PR [#&#8203;704](https://github.com/static-web-server/static-web-server/issues/704) by [@&#8203;joseluisq](https://github.com/joseluisq) For more details see the [v2.44.0 milestone][v2440-milestone] and the full changelog [v2.43.0...v2.44.0][v2440-diff]. [v2440-diff]: https://github.com/static-web-server/static-web-server/compare/v2.43.0...v2.44.0 [v2440-milestone]: https://github.com/static-web-server/static-web-server/milestone/40?closed=1 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update ghcr.io/static-web-server/static-web-server Docker tag to v2.44.0
All checks were successful
Build and publish Docker image / build (push) Successful in -10m39s
Check LFS / build (push) Successful in -10m53s
Link Check / check-links (push) Successful in -10m45s
Build and publish Docker image / build (pull_request) Successful in -10m39s
Check LFS / build (pull_request) Successful in -10m53s
Link Check / check-links (pull_request) Successful in -10m45s
2a2912904f
Some checks are pending
Build and publish Docker image / build (push) Successful in -10m39s
Check LFS / build (push) Successful in -10m53s
Link Check / check-links (push) Successful in -10m45s
Build and publish Docker image / build (pull_request) Successful in -10m39s
Check LFS / build (pull_request) Successful in -10m53s
Link Check / check-links (pull_request) Successful in -10m45s
Build and publish Docker image
Required
Check LFS
Required
Some required checks are missing.
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 switch renovate/ghcr.io-static-web-server-static-web-server-2.x
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
NewPipe-eV/website-2-0!33
No description provided.