mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 15:31:22 -03:00
chore(helm): update image ghcr.io/static-web-server/static-web-server 2.37.0 → 2.38.0 (#37851)
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 | `d12a79a` -> `acfb7d7` | 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.38.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2380---2025-07-21) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.37.0...v2.38.0) This new `v2.38.0` release brings several security and bug fixes and support for a less-generic `sws.toml` default config file as well as other improvements. **Fixes** - [8c435ad][8c435ad] Bugfix/security dependency updates including tokio, rustls, serde, toml, async-compression, clap and other crates. PR [#​552][552] by [@​joseluisq][joseluisq] - [47ce050][47ce050] Update Alpine (`3.20.7`) & Debian (`12.11`) Docker images. PR [#​553][553] by [@​joseluisq][joseluisq] [47ce050]: https://redirect.github.com/static-web-server/static-web-server/commit/47ce050 [8c435ad]: https://redirect.github.com/static-web-server/static-web-server/commit/8c435ad [553]: https://redirect.github.com/static-web-server/static-web-server/pull/553 [552]: https://redirect.github.com/static-web-server/static-web-server/pull/552 **Features** - [acd8388][acd8388] Add a less-generic config file `sws.toml` support as default. PR [#​551][551] by [@​davlgd][davlgd]. - **Migration:** The previous default `config.toml` file name will be supported for a while, but it's recommended to use `sws.toml` instead. [acd8388]: https://redirect.github.com/static-web-server/static-web-server/commit/acd8388 [551]: https://redirect.github.com/static-web-server/static-web-server/pull/551 [joseluisq]: https://redirect.github.com/joseluisq [davlgd]: https://redirect.github.com/davlgd </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.37.0
|
||||
appVersion: 2.38.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server
|
||||
- https://static-web-server.net
|
||||
type: application
|
||||
version: 7.1.0
|
||||
version: 7.2.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.37.0@sha256:d12a79afb947acbf2f541d448308fdfdc244cdb9812a80165078673d7e4ed6d8
|
||||
tag: 2.38.0@sha256:acfb7d76452f9746c5d2f8d791c9b659ac277b2b63fcac3ad97276fcdc969ffc
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user