19641099ae
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) | patch | `acfb7d7` -> `54345a5` | --- > [!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.38.1`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2381---2025-09-09) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.38.0...v2.38.1) This new `v2.38.1` release brings several security and bug fixes and improvements for the Cache Control feature. **Fixes** - [c5477fe][c5477fe] Bugfix/security dependency updates including tokio, rustls, serde, toml, percent-encoding, tracing, regex and other crates. PR [#​556][556], [#​561][561] by [@​joseluisq][joseluisq] - [2a09238][2a09238] Update Alpine Docker images to `3.21.4`. [#​563][563] by [@​joseluisq][joseluisq] **Refactorings** - [0b55770][0b55770] Remove `public` from `Cache-Control` header value when feature enabled. Which can prevent CDN and Basic Authentication cache issues. PR [#​562][562] by [@​joseluisq][joseluisq] [2a09238]: https://redirect.github.com/static-web-server/static-web-server/commit/2a09238 [0b55770]: https://redirect.github.com/static-web-server/static-web-server/commit/0b55770 [c5477fe]: https://redirect.github.com/static-web-server/static-web-server/commit/c5477fe [563]: https://redirect.github.com/static-web-server/static-web-server/pull/563 [562]: https://redirect.github.com/static-web-server/static-web-server/pull/562 [561]: https://redirect.github.com/static-web-server/static-web-server/pull/561 [556]: https://redirect.github.com/static-web-server/static-web-server/pull/556 [joseluisq]: https://redirect.github.com/joseluisq [v2380]: https://redirect.github.com/static-web-server/static-web-server/releases/tag/v2.38.0 For more details see the [v2.38.1 milestone][v2381-milestone] and the full changelog [v2.38.0...v2.38.1][v2381-diff]. [v2381-diff]: https://redirect.github.com/static-web-server/static-web-server/compare/v2.38.0...v2.38.1 [v2381-milestone]: https://redirect.github.com/static-web-server/static-web-server/milestone/32?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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
30 lines
666 B
YAML
30 lines
666 B
YAML
image:
|
|
repository: ghcr.io/static-web-server/static-web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.38.1@sha256:54345a59d7dfd54c1d8d5e14322b73eff5daa5ad6d06998e67ff53e149d93981
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 38080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
SERVER_ROOT: "/public"
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/public"
|