fix(minecraft-router): update image docker.io/itzg/mc-router 1.40.1 → 1.40.3 (#45614)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `d6709a5` → `10881cb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/mc-router (docker.io/itzg/mc-router)</summary> ### [`v1.40.3`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.40.3) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.40.2...v1.40.3) #### Changelog - [`6d82553`](https://redirect.github.com/itzg/mc-router/commit/6d82553a654755a40f6719175d11b9fa58577355) Don't spam warnings when stopped container discovered ([#​530](https://redirect.github.com/itzg/mc-router/issues/530)) ### [`v1.40.2`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.40.2) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.40.1...v1.40.2) #### Changelog - [`2023e73`](https://redirect.github.com/itzg/mc-router/commit/2023e7389205b544b2760775f3f7aa8d5ae2070e) Fix docker scaling and show loading MOTD ([#​529](https://redirect.github.com/itzg/mc-router/issues/529)) - [`ea6419b`](https://redirect.github.com/itzg/mc-router/commit/ea6419bece92a26052f19f42ca443d72ac7ab6c8) Add GitHub Actions workflow for issue notifications ([#​528](https://redirect.github.com/itzg/mc-router/issues/528)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LXJvdXRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.40.1
|
||||
appVersion: 1.40.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.32.5
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-router
|
||||
- https://hub.docker.com/r/itzg/mc-router
|
||||
type: application
|
||||
version: 2.25.1
|
||||
version: 2.25.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.40.1@sha256:d6709a5c2f9d83582911fae3e3f64a8a7602675d750039fa8b56eeb0a5d68860
|
||||
tag: 1.40.3@sha256:10881cb6b74ebf8957d309f29952ea677eccd1b474d1e106466c94e8890b0788
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user