chore(helm): update image ghcr.io/static-web-server/static-web-server 2.38.1 → 2.39.0 (#41120)
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 | `54345a5` -> `97e5801` | --- > [!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.39.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2390---2025-10-26) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.38.1...v2.39.0) This new `v2.39.0` release brings important security bug fixes and updates to project dependencies and Docker images as well as other improvements. This releases fixes [CVE-2025-62518](https://redirect.github.com/advisories/GHSA-j5gw-2vrg-8fgx) (a.k.a [TARmageddon](https://edera.dev/stories/tarmageddon)). Additionally, the project *Minimum Supported Rust Version* (MSRV) has been bumped to Rust `1.85.0` (2024 Edition). **Fixes** - [57025e3][57025e3] Update dependencies and MSRV to [Rust 1.85.0](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/) (2024 Edition). PR [#​572][572] by [@​joseluisq][joseluisq] - [a7e8fa3][a7e8fa3] Update Alpine (`3.21.5`) & Debian (`12.12`) Docker images. PR [#​573][573] by [@​joseluisq][joseluisq] - [2549119][2549119] Virtual hosts feature doesn't work with HTTP/2. PR [#​571][571] by [@​CrazyCraftix][CrazyCraftix] [2549119]: https://redirect.github.com/static-web-server/static-web-server/commit/2549119 [57025e3]: https://redirect.github.com/static-web-server/static-web-server/commit/57025e3 [a7e8fa3]: https://redirect.github.com/static-web-server/static-web-server/commit/a7e8fa3 [571]: https://redirect.github.com/static-web-server/static-web-server/pull/571 [572]: https://redirect.github.com/static-web-server/static-web-server/pull/572 [573]: https://redirect.github.com/static-web-server/static-web-server/pull/573 [joseluisq]: https://redirect.github.com/joseluisq [CrazyCraftix]: https://redirect.github.com/CrazyCraftix For more details see the [v2.39.0 milestone][v2390-milestone] and the full changelog [v2.38.1...v2.39.0][v2390-diff]. [v2390-diff]: https://redirect.github.com/static-web-server/static-web-server/compare/v2.38.1...v2.39.0 [v2390-milestone]: https://redirect.github.com/static-web-server/static-web-server/milestone/31?closed=1 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.38.1
|
||||
appVersion: 2.39.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.1
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/static-web-server
|
||||
- https://static-web-server.net
|
||||
type: application
|
||||
version: 7.12.1
|
||||
version: 7.13.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.38.1@sha256:54345a59d7dfd54c1d8d5e14322b73eff5daa5ad6d06998e67ff53e149d93981
|
||||
tag: 2.39.0@sha256:97e580189199439560f2e89980fea6c5243518ca53f96898026e835526371d49
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user