chore(helm): update image docker.io/itzg/mc-router 1.32.1 → 1.32.3 (#37195)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `a8ecab0` -> `6629a99` | 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.32.3`](https://redirect.github.com/itzg/mc-router/releases/tag/1.32.3) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.32.2...1.32.3) #### Changelog - [`172aed3`](https://redirect.github.com/itzg/mc-router/commit/172aed38936d9658c41a91168ddd616630d177bc) Revert code cleanup for now ([#​428](https://redirect.github.com/itzg/mc-router/issues/428)) ### [`v1.32.2`](https://redirect.github.com/itzg/mc-router/releases/tag/1.32.2) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.32.1...1.32.2) #### Changelog - [`b3e88db`](https://redirect.github.com/itzg/mc-router/commit/b3e88db48c875c2aa8d382d768c9c8208e3c2a22) Code cleanup in and around connector ([#​427](https://redirect.github.com/itzg/mc-router/issues/427)) - [`05c57c3`](https://redirect.github.com/itzg/mc-router/commit/05c57c3b8517351d3d434184e3a0697c3bf2f330) Refactored server setup and run out of main ([#​425](https://redirect.github.com/itzg/mc-router/issues/425)) - [`1ee3eb4`](https://redirect.github.com/itzg/mc-router/commit/1ee3eb4de381bb2b03c3468f167a7c681ea7d54c) Code cleanup of routes config loader and API server ([#​424](https://redirect.github.com/itzg/mc-router/issues/424)) - [`7d5bc8d`](https://redirect.github.com/itzg/mc-router/commit/7d5bc8d25d8f8ce7f323ce58f048ca2b2fd302bd) build(deps): bump github.com/docker/docker ([#​423](https://redirect.github.com/itzg/mc-router/issues/423)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.32.1
|
||||
appVersion: 1.32.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.12.6
|
||||
@@ -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: 2.0.5
|
||||
version: 2.0.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.1@sha256:a8ecab0da82c2410cc3f5321092ce8f8b2e617a3059d1a505247ef4fc39b36a4
|
||||
tag: 1.32.3@sha256:6629a994c267c6c2c9dd31aef18b016ef7c5bb073757058631bf951f32edaf2a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user