From b4520ab23b6b9956cfc1c5e377daf9f3d48c5574 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Jan 2025 14:17:01 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/phpmy?= =?UTF-8?q?admin/phpmyadmin=205.2.1=20=E2=86=92=205.2.2=20(#31046)?= 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/phpmyadmin/phpmyadmin](https://redirect.github.com/phpmyadmin/docker) | patch | `44328e7` -> `58f193c` | --- > [!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
phpmyadmin/docker (docker.io/phpmyadmin/phpmyadmin) ### [`v5.2.2`](https://redirect.github.com/phpmyadmin/docker/blob/HEAD/CHANGELOG.md#522---2025-01-21) [Compare Source](https://redirect.github.com/phpmyadmin/docker/compare/5.2.1...5.2.2) - Add `TZ` env var to change PHP `date.timezone` ([#​133](https://redirect.github.com/phpmyadmin/docker/issues/133)) - Update to PHP 8.2 ([#​411](https://redirect.github.com/phpmyadmin/docker/issues/411)) - Add back a `/sessions` volume for sessions persistence ([#​399](https://redirect.github.com/phpmyadmin/docker/issues/399)) - Support adding custom configurations in `/etc/phpmyadmin/conf.d` ([#​401](https://redirect.github.com/phpmyadmin/docker/issues/401)) - Fix for Debian 12 issue ([#​416](https://redirect.github.com/phpmyadmin/docker/issues/416)) that caused libraries for extensions to be uninstalled - Add extension `bcmath` for 2nd factor authentication ([#​415](https://redirect.github.com/phpmyadmin/docker/issues/415)) - Refactor `update.sh` ([#​408](https://redirect.github.com/phpmyadmin/docker/issues/408)) - Enable remoteip mod for Apache ([#​434](https://redirect.github.com/phpmyadmin/docker/issues/434)) - Add support for `PMA_SSL` and `PMA_SSLS` to enable SSL connection ([#​441](https://redirect.github.com/phpmyadmin/docker/issues/441)) - Fixed looping through `$sockets` using the same index variable `$i` interferes with the last server id ([#​186](https://redirect.github.com/phpmyadmin/docker/issues/186)) - Add support for `PMA_SSL_VERIFY` and `PMA_SSL_VERIFIES` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_CA` and `PMA_SSL_CAS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_CERT` and `PMA_SSL_CERTS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_KEY` and `PMA_SSL_KEYS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Also add `PMA_SSL_DIR` to define the dir where SSL files are generated for `_BASE64` prefixed variables - Support `PMA_SSL_CA_BASE64` and `PMA_SSL_CAS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Support `PMA_SSL_KEY_BASE64` and `PMA_SSL_KEYS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Support `PMA_SSL_CERT_BASE64` and `PMA_SSL_CERTS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448))
--- ### 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. --- - [ ] 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/phpmyadmin/Chart.yaml | 4 ++-- charts/stable/phpmyadmin/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml index 6ce69a8f9ac..e631e2f2a66 100644 --- a/charts/stable/phpmyadmin/Chart.yaml +++ b/charts/stable/phpmyadmin/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 5.2.1 +appVersion: 5.2.2 dependencies: - name: common version: 25.3.1 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin - https://hub.docker.com/r/phpmyadmin/phpmyadmin type: application -version: 7.4.1 +version: 7.4.2 diff --git a/charts/stable/phpmyadmin/values.yaml b/charts/stable/phpmyadmin/values.yaml index 597b942069d..5e8b6e47e1f 100644 --- a/charts/stable/phpmyadmin/values.yaml +++ b/charts/stable/phpmyadmin/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: docker.io/phpmyadmin/phpmyadmin - tag: 5.2.1@sha256:44328e7738eb732bed34fa2dd10c0e4683cbf0b87c23be2f660ea8ccfc271942 + tag: 5.2.2@sha256:58f193cce63efec851a939bd8226fecdfd72a8a9ba7d8310cf6ac6d613059aca portal: open: enabled: true