From bf6c5196f43d5820c018550e32aa8a6203ecbb23 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Feb 2024 22:49:11 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/tasmoadmin/tasmoadmin to v4.0.0@5b06426 by renovate (#18198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin) | major | `v3.3.3` -> `v4.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin) ### [`v4.0.0`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.0.0) [Compare Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0) #### Breaking changes Consult https://github.com/TasmoAdmin/TasmoAdmin/blob/master/UPGRADE.md#from-3---4 #### What's Changed - Bump phpunit/phpunit from 10.5.5 to 10.5.7 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1084](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1084) - Bump phpstan/phpstan from 1.10.55 to 1.10.56 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1085](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1085) - Bump friendsofphp/php-cs-fixer from 3.46.0 to 3.47.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1083](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1083) - Bump friendsofphp/php-cs-fixer from 3.47.0 to 3.48.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1087](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1087) - Bump phpunit/phpunit from 10.5.7 to 10.5.9 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1088](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1088) - Bump phpstan/phpstan from 1.10.56 to 1.10.57 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1089](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1089) - Rework assets by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1090](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1090) - Remove eval usage from sonoff by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1091](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1091) - Enable resource watcher for dev flow by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1092](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1092) - Tidy up JS by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1093](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1093) - Bump codecov/codecov-action from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1100](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1100) - Bump symfony/browser-kit from 6.4.0 to 6.4.3 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1098](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1098) - Bump prettier from 3.2.4 to 3.2.5 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1094](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1094) - Bump symfony/http-client from 6.4.2 to 6.4.3 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1095](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1095) - Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1096](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1096) - Bump symfony/routing from 6.4.2 to 6.4.3 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1097](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1097) - Run prettier on CI by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1101](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1101) - Remove node_modules after package by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1102](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1102) **Full Changelog**: https://github.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). --- charts/stable/tasmoadmin/Chart.yaml | 6 +++--- charts/stable/tasmoadmin/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index 2d52f985364..cd2886eb403 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 3.3.3 +appVersion: 4.0.0 dependencies: - name: common version: 17.2.30 @@ -24,7 +24,7 @@ keywords: - tasmoadmin - home-automation - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin - https://ghcr.io/tasmoadmin/tasmoadmin type: application -version: 6.2.9 +version: 7.0.0 diff --git a/charts/stable/tasmoadmin/values.yaml b/charts/stable/tasmoadmin/values.yaml index 7588e868dc9..69a379d341e 100644 --- a/charts/stable/tasmoadmin/values.yaml +++ b/charts/stable/tasmoadmin/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/tasmoadmin/tasmoadmin - tag: v3.3.3@sha256:3727bc404c4e804b0f1d52d7399c83e65afd5b854a63dbfea0b63e1b22c3b863 + tag: v4.0.0@sha256:5b064262866c3f637fabf6797fc6bd900848c198a1dc5572b10002d30de1bb5e pullPolicy: IfNotPresent securityContext: