fix(minecraft-router): update image docker.io/itzg/mc-router 1.42.0 → 1.42.1 (#48065)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `14a9eed` → `bab38fe` | --- > [!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.42.1`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.42.1) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.42.0...v1.42.1) #### Changelog - [`74d0c40`](https://redirect.github.com/itzg/mc-router/commit/74d0c4002288d96591cc3bed2f15259f10af5a77) Convert docker polling to event listening ([#​548](https://redirect.github.com/itzg/mc-router/issues/548)) - [`982a8b8`](https://redirect.github.com/itzg/mc-router/commit/982a8b8bd9a31723a3ccf766be6ebfc4a0503903) build(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 ([#​549](https://redirect.github.com/itzg/mc-router/issues/549)) - [`84d7feb`](https://redirect.github.com/itzg/mc-router/commit/84d7feb35703efb9528331fefdb82cfb688e3a18) Add timezone support ([#​550](https://redirect.github.com/itzg/mc-router/issues/550)) - [`2e6d68a`](https://redirect.github.com/itzg/mc-router/commit/2e6d68aadea4017740a4396e85f3fbfb62db6b69) build(deps): bump the k8s group with 3 updates ([#​545](https://redirect.github.com/itzg/mc-router/issues/545)) - [`6f47076`](https://redirect.github.com/itzg/mc-router/commit/6f470761a58a4831b0b6574aa3cb2c90b97db3c9) deps: upgrade to Go 1.26.2 ([#​544](https://redirect.github.com/itzg/mc-router/issues/544)) - [`f9127aa`](https://redirect.github.com/itzg/mc-router/commit/f9127aaa39a8b78a5fd50b1cb9796f976e650ac3) build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 ([#​543](https://redirect.github.com/itzg/mc-router/issues/543)) - [`358dcdf`](https://redirect.github.com/itzg/mc-router/commit/358dcdfbe0db7286dd1549e5988c7a2c4258e9e0) build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 ([#​537](https://redirect.github.com/itzg/mc-router/issues/537)) - [`2796d92`](https://redirect.github.com/itzg/mc-router/commit/2796d9294867e6009bd17b1b24bafadda2e8bd4d) build(deps): bump the k8s group with 3 updates ([#​540](https://redirect.github.com/itzg/mc-router/issues/540)) </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.42.0
|
||||
appVersion: 1.42.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -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.3.0
|
||||
version: 3.3.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.42.0@sha256:14a9eedcce5955ade0ef0e4c954b45ecdbff55aac1564e484d59d0836b05c5d1
|
||||
tag: 1.42.1@sha256:bab38fed93b8b54bb36fcded3310e83d92fb65b4df89989f5bcdb4b559e286a3
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user