chore(helm): update image docker.io/itzg/mc-router 1.31.0 → 1.31.1 (#36413)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `9fd0181` -> `15d1ae9` | --- > [!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.31.1`](https://redirect.github.com/itzg/mc-router/releases/tag/1.31.1) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.31.0...1.31.1) #### Changelog - [`a61ee12`](https://redirect.github.com/itzg/mc-router/commit/a61ee126f447cf67e2c0edffe40f3f3f2995de72) build: upgrade to Go 1.24.4 ([#​418](https://redirect.github.com/itzg/mc-router/issues/418)) - [`8c18f89`](https://redirect.github.com/itzg/mc-router/commit/8c18f89a745d2847e487837d8dfe2d41a44ec256) build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 ([#​416](https://redirect.github.com/itzg/mc-router/issues/416)) - [`d0b8a31`](https://redirect.github.com/itzg/mc-router/commit/d0b8a3125c892edd98f8d0763a3a65d915f6fe6b) build(deps): bump github.com/docker/docker ([#​415](https://redirect.github.com/itzg/mc-router/issues/415)) - [`d5229fc`](https://redirect.github.com/itzg/mc-router/commit/d5229fcba52c36fb9b10f4729fdeb6c34bbc12dc) build(deps): bump the patches group with 3 updates ([#​414](https://redirect.github.com/itzg/mc-router/issues/414)) - [`630e3c0`](https://redirect.github.com/itzg/mc-router/commit/630e3c00747068062bf2dde85bc9247234d5edb1) Added Nomad example with routes config ([#​413](https://redirect.github.com/itzg/mc-router/issues/413)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.31.0
|
||||
appVersion: 1.31.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-router
|
||||
- https://hub.docker.com/r/itzg/mc-router
|
||||
type: application
|
||||
version: 1.10.1
|
||||
version: 1.10.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.31.0@sha256:9fd018170e5717aace41b34a8c74841ec2e1f46214472dc281142e2436a6514d
|
||||
tag: 1.31.1@sha256:15d1ae93e02ff9af164867f9530529bf6f6ce52495102469c15eea231601c3ea
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user