fix(minecraft-router): update image docker.io/itzg/mc-router 1.39.0 → 1.39.1 (#43935)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `b5e4bb0` -> `be10943` | --- > [!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 <details> <summary>itzg/mc-router (docker.io/itzg/mc-router)</summary> ### [`v1.39.1`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.39.1) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.39.0...v1.39.1) #### Changelog - [`4df81f0`](https://redirect.github.com/itzg/mc-router/commit/4df81f032dee948518e5a23ec3a38a66dae925ba) Fix race condition during first connection ([#​509](https://redirect.github.com/itzg/mc-router/issues/509)) - [`be1163e`](https://redirect.github.com/itzg/mc-router/commit/be1163e2014ee5d3b139a1b74e3d6bf9beba2b12) build(deps): bump github.com/sirupsen/logrus in the patches group ([#​508](https://redirect.github.com/itzg/mc-router/issues/508)) - [`9a682c1`](https://redirect.github.com/itzg/mc-router/commit/9a682c1f353cd46ee1204fe56a8cf2480b9fb7b4) build(deps): bump golang.org/x/text from 0.30.0 to 0.33.0 ([#​504](https://redirect.github.com/itzg/mc-router/issues/504)) - [`a0eee38`](https://redirect.github.com/itzg/mc-router/commit/a0eee385192683050bafb9df242562d4c03e9372) Add svc-router to README Community Solutions ([#​503](https://redirect.github.com/itzg/mc-router/issues/503)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LXJvdXRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.39.0
|
||||
appVersion: 1.39.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.27
|
||||
@@ -39,5 +39,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.21.5
|
||||
version: 2.21.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.39.0@sha256:b5e4bb0178d4e200a832b3ab20d99de71040db1c9081d3a8f83c9c47540447b2
|
||||
tag: 1.39.1@sha256:be109433f1a67a6d925d93842018ae4d9dcb37f9df5ef3b246925343782233ab
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user