feat(minecraft-router): update image docker.io/itzg/mc-router 1.38.2 → 1.39.0 (#43378)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | minor | `ff86525` -> `b5e4bb0` | --- > [!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.0`](https://redirect.github.com/itzg/mc-router/releases/tag/v1.39.0) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/v1.38.2...v1.39.0) #### Changelog - [`9cc25e4`](https://redirect.github.com/itzg/mc-router/commit/9cc25e41270ecef7e18ca435a9628511b902d20f) Expose rate limit bucket tokens as metric ([#​502](https://redirect.github.com/itzg/mc-router/issues/502)) - [`abdb3c8`](https://redirect.github.com/itzg/mc-router/commit/abdb3c8b6eae53c0dc36cf76cc5d942d7c541a0b) Update devcontainer to support docker auto-discovery ([#​501](https://redirect.github.com/itzg/mc-router/issues/501)) - [`0938276`](https://redirect.github.com/itzg/mc-router/commit/09382763681d9eb16adffb96f42aed334dfb81d6) Modify Dockerfile to add cache volumes ([#​500](https://redirect.github.com/itzg/mc-router/issues/500)) - [`bd2a9df`](https://redirect.github.com/itzg/mc-router/commit/bd2a9dfda3c7b4cd4c5a2da19843ac8ed82e7950) add back arm/v6 docker images ([#​496](https://redirect.github.com/itzg/mc-router/issues/496)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LXJvdXRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.38.2
|
||||
appVersion: 1.39.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -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.20.3
|
||||
version: 2.21.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.38.2@sha256:ff865253dfce18c2adfdec9a0e1f49dfc79a6da91ddd0134099e06d5c20a0f72
|
||||
tag: 1.39.0@sha256:b5e4bb0178d4e200a832b3ab20d99de71040db1c9081d3a8f83c9c47540447b2
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user