fix(minecraft-router): update image docker.io/itzg/mc-router 1.43.1 → 1.43.2 (#49829)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `b4f4c50` → `db6cdf8` | --- > [!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.43.2`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.43.2) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.43.1...v1.43.2) #### What's Changed - build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​555](https://redirect.github.com/itzg/mc-router/pull/555) - build(deps): bump the k8s group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​556](https://redirect.github.com/itzg/mc-router/pull/556) - build(deps): bump github.com/itzg/go-flagsfiller from 1.17.0 to 1.18.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​557](https://redirect.github.com/itzg/mc-router/pull/557) - chore: document Server.AcceptConnection's go-routine behavior by [@​itzg](https://redirect.github.com/itzg) in [#​558](https://redirect.github.com/itzg/mc-router/pull/558) - Refactor globals like Routes into dependency-injected instances by [@​itzg](https://redirect.github.com/itzg) in [#​559](https://redirect.github.com/itzg/mc-router/pull/559) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.43.1...v1.43.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtcm91dGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.43.1
|
||||
appVersion: 1.43.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.7.1
|
||||
@@ -37,5 +37,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: 3.8.0
|
||||
version: 3.8.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.43.1@sha256:b4f4c50ba90ab2ea93cff96b7cba1c1d7d41f3e580ce20d989e4d6744f054a53
|
||||
tag: 1.43.2@sha256:db6cdf827d73ff070f6734ac1ee3072c4fc79a1a9a5fe839738655c55a761163
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user