From 00e6f666ac7a342263b22ff2ae0607486a1af558 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 16 Mar 2024 13:24:55 +0100 Subject: [PATCH] chore(deps): update container image discordgsm/discord-game-server-monitor to v2.17.0@9363802 by renovate (#19336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor) | minor | `2.16.2` -> `2.17.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
DiscordGSM/GameServerMonitor (discordgsm/discord-game-server-monitor) ### [`v2.17.0`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.17.0) [Compare Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.2...2.17.0) #### Overview - Added support for **Myth of Empires**, **Silica**. - Resolved query issue in **Palworld**. - Introduced **Vietnamese** and **Hindi** language support. - Updated game protocols for enhanced server querying. #### What's Changed - Support Games: Myth of Empires, Silica by [@​xLeviNx](https://togithub.com/xLeviNx) in [https://github.com/DiscordGSM/GameServerMonitor/pull/79](https://togithub.com/DiscordGSM/GameServerMonitor/pull/79) - Bump tzdata from 2023.4 to 2024.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/DiscordGSM/GameServerMonitor/pull/77](https://togithub.com/DiscordGSM/GameServerMonitor/pull/77) - Bump pymongo from 4.6.1 to 4.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/DiscordGSM/GameServerMonitor/pull/78](https://togithub.com/DiscordGSM/GameServerMonitor/pull/78) - Bump opengsq from 3.0.10 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/DiscordGSM/GameServerMonitor/pull/76](https://togithub.com/DiscordGSM/GameServerMonitor/pull/76) - Add Vietnamese translations by [@​hoangvu12](https://togithub.com/hoangvu12) in [https://github.com/DiscordGSM/GameServerMonitor/pull/80](https://togithub.com/DiscordGSM/GameServerMonitor/pull/80) - Hindi (India) translation by [@​shankypedia](https://togithub.com/shankypedia) by [@​shankypedia](https://togithub.com/shankypedia) in [https://github.com/DiscordGSM/GameServerMonitor/pull/83](https://togithub.com/DiscordGSM/GameServerMonitor/pull/83) #### New Contributors - [@​hoangvu12](https://togithub.com/hoangvu12) made their first contribution in [https://github.com/DiscordGSM/GameServerMonitor/pull/80](https://togithub.com/DiscordGSM/GameServerMonitor/pull/80) - [@​shankypedia](https://togithub.com/shankypedia) made their first contribution in [https://github.com/DiscordGSM/GameServerMonitor/pull/83](https://togithub.com/DiscordGSM/GameServerMonitor/pull/83) **Full Changelog**: https://github.com/DiscordGSM/GameServerMonitor/compare/2.16.2...2.17.0
--- ### 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://togithub.com/renovatebot/renovate). --- charts/stable/discordgsm/Chart.yaml | 6 +++--- charts/stable/discordgsm/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index c0976e6ddfe..39b55a0a7eb 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.16.2 +appVersion: 2.17.0 dependencies: - name: common version: 20.1.5 @@ -24,7 +24,7 @@ keywords: - discordgsm - game-server - monitor -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/discordgsm - https://hub.docker.com/r/discordgsm/discord-game-server-monitor type: application -version: 7.6.0 +version: 7.7.0 diff --git a/charts/stable/discordgsm/values.yaml b/charts/stable/discordgsm/values.yaml index 5d7fb20f26d..a69dd8ba6ae 100644 --- a/charts/stable/discordgsm/values.yaml +++ b/charts/stable/discordgsm/values.yaml @@ -1,7 +1,7 @@ image: repository: discordgsm/discord-game-server-monitor pullPolicy: IfNotPresent - tag: 2.16.2@sha256:f80bd8e3288abc8aebcf9da6e510be8ad8197f9a7108b6163dd98ae10d7532a6 + tag: 2.17.0@sha256:9363802762aedc82aef8843dee025b5dc613eaa8013aac679c5d92b7ef1aeec0 securityContext: container: runAsNonRoot: false