edcf0a4098
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server) | minor | `2.31.1` -> `2.32.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.32.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2320---2024-06-18) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.31.1...v2.32.0) This new `v2.32.0` release brings several bug fixes and a new option to disable symlinks as well as other improvements. **Fixes** - [cd5fa1b](https://togithub.com/static-web-server/static-web-server/commit/cd5fa1b) Bugfix/security dependency updates including hyper, tokio, regex, serde, httparse and other crates (also [c227302](https://togithub.com/static-web-server/static-web-server/commit/c227302), [6713932](https://togithub.com/static-web-server/static-web-server/commit/6713932)). - [6031a1b](https://togithub.com/static-web-server/static-web-server/commit/6031a1b) Incorrect `Content-Encoding` for pre-compressed Zstd file requests. PR [#​452](https://togithub.com/static-web-server/static-web-server/pull/452) fixes [#​451](https://togithub.com/static-web-server/static-web-server/issues/451) reported by [@​nomeaning777](https://togithub.com/nomeaning777). - [3410365](https://togithub.com/static-web-server/static-web-server/commit/3410365) Duplicated `Vary` response header for `compression` and `compression-static` features. PR [#​453](https://togithub.com/static-web-server/static-web-server/pull/453). **Features** - [eeb88da](https://togithub.com/static-web-server/static-web-server/commit/eeb88da) Disable symlinks via `--disable-symlinks` option. PR [#​454](https://togithub.com/static-web-server/static-web-server/pull/454). See [docs](https://static-web-server.net/features/disable-symlinks). - [b291189](https://togithub.com/static-web-server/static-web-server/commit/b291189) Installer: Custom install version and directory options for binary installer. PR [#​449](https://togithub.com/static-web-server/static-web-server/pull/449) by [@​frankli0324](https://togithub.com/frankli0324). See [docs](https://static-web-server.net/download-and-install/#binary-installer-linuxbsds). **Docs** - [a888397](https://togithub.com/static-web-server/static-web-server/commit/a888397) Improve download and install page. PR [#​450](https://togithub.com/static-web-server/static-web-server/pull/450) (also [91f8ec06](https://togithub.com/static-web-server/static-web-server/commit/91f8ec06)). See [docs](https://static-web-server.net/download-and-install/). </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
33 lines
700 B
YAML
33 lines
700 B
YAML
image:
|
|
repository: ghcr.io/static-web-server/static-web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.32.0@sha256:c8345c2c469ba249cbc986b6155dc275ce86bcd30e0b29755fda4deb501bbddd
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|