From ed1176fee95de6b93ab6b3642f32391a506de4cd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 13 Jul 2025 10:46:18 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/berom?= =?UTF-8?q?ir/servas=200.5.1=20=E2=86=92=201.0.0=20(#37464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/beromir/servas](https://frankenphp.dev) ([source](https://redirect.github.com/php/frankenphp)) | major | `d69687f` -> `8f2c4f7` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
php/frankenphp (docker.io/beromir/servas) ### [`v1.0.0`](https://redirect.github.com/php/frankenphp/releases/tag/v1.0.0) #### What's Changed - ci: add Super-Linter by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/323](https://redirect.github.com/dunglas/frankenphp/pull/323) - ci: setup Dependabot for GHA by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/325](https://redirect.github.com/dunglas/frankenphp/pull/325) - ci: bump docker/setup-buildx-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/326](https://redirect.github.com/dunglas/frankenphp/pull/326) - ci: bump docker/login-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/327](https://redirect.github.com/dunglas/frankenphp/pull/327) - ci: bump docker/setup-qemu-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/328](https://redirect.github.com/dunglas/frankenphp/pull/328) - remove sqlite3 requirement on darwin, fixes [#​330](https://redirect.github.com/php/frankenphp/issues/330) by [@​shyim](https://redirect.github.com/shyim) in [https://github.com/dunglas/frankenphp/pull/331](https://redirect.github.com/dunglas/frankenphp/pull/331) - feat: embed PHP apps into the FrankenPHP binary by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/324](https://redirect.github.com/dunglas/frankenphp/pull/324) - feat: allow running embedded CLI scripts by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/332](https://redirect.github.com/dunglas/frankenphp/pull/332) - feat: use tar to embed apps by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/333](https://redirect.github.com/dunglas/frankenphp/pull/333) - feat: define needed environment variables in static-builder.Dockerfile by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/338](https://redirect.github.com/dunglas/frankenphp/pull/338) - feat(caddy): allow to start workers using the php-server built-in command by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/339](https://redirect.github.com/dunglas/frankenphp/pull/339) - docs: embed by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/340](https://redirect.github.com/dunglas/frankenphp/pull/340) - ci: better tags for static-builder Docker image by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/341](https://redirect.github.com/dunglas/frankenphp/pull/341) - docs: link to the website by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/342](https://redirect.github.com/dunglas/frankenphp/pull/342) - ci(docker): only mark tagged versions as latest by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/343](https://redirect.github.com/dunglas/frankenphp/pull/343) #### New Contributors - [@​shyim](https://redirect.github.com/shyim) made their first contribution in [https://github.com/dunglas/frankenphp/pull/331](https://redirect.github.com/dunglas/frankenphp/pull/331) **Full Changelog**: https://github.com/dunglas/frankenphp/compare/v1.0.0-rc.4...v1.0.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](https://redirect.github.com/renovatebot/renovate). --- charts/stable/servas/Chart.yaml | 4 ++-- charts/stable/servas/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 5546fa494a2..f3745596af2 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.5.1 +appVersion: 1.0.0 dependencies: - name: common version: 28.13.0 @@ -43,5 +43,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/servas - https://hub.docker.com/r/beromir/servas type: application -version: 7.2.0 +version: 8.0.0 diff --git a/charts/stable/servas/values.yaml b/charts/stable/servas/values.yaml index 75dfb0e5bd0..928c1cbd7a6 100644 --- a/charts/stable/servas/values.yaml +++ b/charts/stable/servas/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/beromir/servas pullPolicy: IfNotPresent - tag: 0.5.1@sha256:d69687f44c6c8c6cc5d584dad1233363b8a3b7481d9632fa69220c5837d31b15 + tag: 1.0.0@sha256:8f2c4f7c53a9c065d742a1aadf542216e230f4d91a7d8d8ddc2614e424acd448 securityContext: container: runAsNonRoot: false