Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.2 #28

Open
renovate wants to merge 1 commit from renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x into main
Member

This PR contains the following updates:

Package Update Change
harbor.vloot.dev/dockerhub/itzg/mc-router (source) minor 1.44.01.46.2

Release Notes

itzg/mc-router (harbor.vloot.dev/dockerhub/itzg/mc-router)

v1.46.2

Compare Source

What's Changed

  • Fix nil pointer dereference when deleting route without downscaler by @​pascalw in #​593

New Contributors

Full Changelog: https://github.com/itzg/mc-router/compare/v1.46.1...v1.46.2

v1.46.1

Compare Source

What's Changed

  • Specify deployment constraints in compose file for docker swarm example by @​SCBionicle in #​590
  • Ensure api server can list routes with nil scaling target by @​itzg in #​592

Full Changelog: https://github.com/itzg/mc-router/compare/v1.46.0...v1.46.1

v1.46.0

Compare Source

[!IMPORTANT]

If using Docker/Swarm auto-discovery and/or auto-scaling

The image now runs the container and mc-router within it as a non-root user by default. This is a security best practice,
but may cause startup disruption for some existing deployments with regard to access to the Docker socket, /var/run/docker.sock.

Refer to this section and the configuration examples from there
to the small adjustment needed to accommodate this hardening. One option there is to simply run the container as root, like before.

What's Changed

Full Changelog: https://github.com/itzg/mc-router/compare/v1.45.3...v1.46.0

v1.45.4

Compare Source

What's Changed

  • Notify Discord about releases by @​itzg in #​579
  • build(deps): bump github.com/prometheus/client_golang from 1.24.0 to 1.24.1 in the patches group by @​dependabot[bot] in #​581

Full Changelog: https://github.com/itzg/mc-router/compare/v1.45.2...v1.45.4

v1.45.3

Compare Source

What's Changed

  • Notify Discord about releases by @​itzg in #​579
  • build(deps): bump github.com/prometheus/client_golang from 1.24.0 to 1.24.1 in the patches group by @​dependabot[bot] in #​581

Full Changelog: https://github.com/itzg/mc-router/compare/v1.45.2...v1.45.3

v1.45.2

Compare Source

What's Changed

Full Changelog: https://github.com/itzg/mc-router/compare/v1.45.1...v1.45.2

v1.45.1

Compare Source

What's Changed

Full Changelog: https://github.com/itzg/mc-router/compare/v1.45.0...v1.45.1

v1.45.0

Compare Source

What's Changed

  • build(deps): bump github.com/prometheus/client_golang from 1.23.2 to 1.24.0 by @​dependabot[bot] in #​576
  • feat(swarm): implement autoscaling (scale to zero/one) for Docker Swarm services by @​SCBionicle in #​564

New Contributors

Full Changelog: https://github.com/itzg/mc-router/compare/v1.44.1...v1.45.0

v1.44.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/itzg/mc-router/compare/v1.44.0...v1.44.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.vloot.dev/dockerhub/itzg/mc-router](https://images.chainguard.dev/directory/image/static/overview) ([source](https://github.com/itzg/mc-router)) | minor | `1.44.0` → `1.46.2` | --- ### Release Notes <details> <summary>itzg/mc-router (harbor.vloot.dev/dockerhub/itzg/mc-router)</summary> ### [`v1.46.2`](https://github.com/itzg/mc-router/releases/tag/v1.46.2) [Compare Source](https://github.com/itzg/mc-router/compare/v1.46.1...v1.46.2) #### What's Changed - Fix nil pointer dereference when deleting route without downscaler by [@&#8203;pascalw](https://github.com/pascalw) in [#&#8203;593](https://github.com/itzg/mc-router/pull/593) #### New Contributors - [@&#8203;pascalw](https://github.com/pascalw) made their first contribution in [#&#8203;593](https://github.com/itzg/mc-router/pull/593) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.46.1...v1.46.2> ### [`v1.46.1`](https://github.com/itzg/mc-router/releases/tag/v1.46.1) [Compare Source](https://github.com/itzg/mc-router/compare/v1.46.0...v1.46.1) #### What's Changed - Specify deployment constraints in compose file for docker swarm example by [@&#8203;SCBionicle](https://github.com/SCBionicle) in [#&#8203;590](https://github.com/itzg/mc-router/pull/590) - Ensure api server can list routes with nil scaling target by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;592](https://github.com/itzg/mc-router/pull/592) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.46.0...v1.46.1> ### [`v1.46.0`](https://github.com/itzg/mc-router/releases/tag/v1.46.0) [Compare Source](https://github.com/itzg/mc-router/compare/v1.45.4...v1.46.0) > \[!IMPORTANT] > > ## If using Docker/Swarm auto-discovery and/or auto-scaling > > The image now runs the container and mc-router within it as a non-root user by default. This is a security best practice, > but may cause startup disruption for some existing deployments with regard to access to the Docker socket, `/var/run/docker.sock`. > > Refer to [this section](https://github.com/itzg/mc-router#user-access-to-docker-socket) and the configuration examples from there > to the small adjustment needed to accommodate this hardening. One option there is to simply run the container as root, like before. #### What's Changed - nil pointer error modifying routes via api without config loader by [@&#8203;moritzrinow](https://github.com/moritzrinow) in [#&#8203;589](https://github.com/itzg/mc-router/pull/589) - Various code refactoring and improvements by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;586](https://github.com/itzg/mc-router/pull/586) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.45.3...v1.46.0> ### [`v1.45.4`](https://github.com/itzg/mc-router/releases/tag/v1.45.4) [Compare Source](https://github.com/itzg/mc-router/compare/v1.45.3...v1.45.4) #### What's Changed - Notify Discord about releases by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;579](https://github.com/itzg/mc-router/pull/579) - build(deps): bump github.com/prometheus/client\_golang from 1.24.0 to 1.24.1 in the patches group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;581](https://github.com/itzg/mc-router/pull/581) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.45.2...v1.45.4> ### [`v1.45.3`](https://github.com/itzg/mc-router/releases/tag/v1.45.3) [Compare Source](https://github.com/itzg/mc-router/compare/v1.45.2...v1.45.3) #### What's Changed - Notify Discord about releases by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;579](https://github.com/itzg/mc-router/pull/579) - build(deps): bump github.com/prometheus/client\_golang from 1.24.0 to 1.24.1 in the patches group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;581](https://github.com/itzg/mc-router/pull/581) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.45.2...v1.45.3> ### [`v1.45.2`](https://github.com/itzg/mc-router/releases/tag/v1.45.2) [Compare Source](https://github.com/itzg/mc-router/compare/v1.45.1...v1.45.2) #### What's Changed - Notify Discord about merged PRs by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;578](https://github.com/itzg/mc-router/pull/578) - build(deps): bump the k8s group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;580](https://github.com/itzg/mc-router/pull/580) - fix: validate UTF-8 strings and sanitize Prometheus metric labels by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;583](https://github.com/itzg/mc-router/pull/583) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.45.1...v1.45.2> ### [`v1.45.1`](https://github.com/itzg/mc-router/releases/tag/v1.45.1) [Compare Source](https://github.com/itzg/mc-router/compare/v1.45.0...v1.45.1) #### What's Changed - Apply RoutesListener via Server by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;577](https://github.com/itzg/mc-router/pull/577) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.45.0...v1.45.1> ### [`v1.45.0`](https://github.com/itzg/mc-router/releases/tag/v1.45.0) [Compare Source](https://github.com/itzg/mc-router/compare/v1.44.1...v1.45.0) #### What's Changed - build(deps): bump github.com/prometheus/client\_golang from 1.23.2 to 1.24.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;576](https://github.com/itzg/mc-router/pull/576) - feat(swarm): implement autoscaling (scale to zero/one) for Docker Swarm services by [@&#8203;SCBionicle](https://github.com/SCBionicle) in [#&#8203;564](https://github.com/itzg/mc-router/pull/564) #### New Contributors - [@&#8203;SCBionicle](https://github.com/SCBionicle) made their first contribution in [#&#8203;564](https://github.com/itzg/mc-router/pull/564) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.44.1...v1.45.0> ### [`v1.44.1`](https://github.com/itzg/mc-router/releases/tag/v1.44.1) [Compare Source](https://github.com/itzg/mc-router/compare/v1.44.0...v1.44.1) #### What's Changed - Clarify Docker Swarm autoscaling support in README by [@&#8203;itzg](https://github.com/itzg) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;562](https://github.com/itzg/mc-router/pull/562) - build(deps): bump github.com/pires/go-proxyproto from 0.12.0 to 0.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;566](https://github.com/itzg/mc-router/pull/566) - fix: bound backend dial with a timeout so asleep MOTD is served promptly by [@&#8203;wachirachoomsiri](https://github.com/wachirachoomsiri) in [#&#8203;569](https://github.com/itzg/mc-router/pull/569) - feat: make the backend dial timeout configurable (--backend-dial-timeout) by [@&#8203;wachirachoomsiri](https://github.com/wachirachoomsiri) in [#&#8203;570](https://github.com/itzg/mc-router/pull/570) - Upgrade to Go 1.26.5 by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;571](https://github.com/itzg/mc-router/pull/571) - build(deps): bump github.com/pires/go-proxyproto from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;573](https://github.com/itzg/mc-router/pull/573) - build(deps): bump golang.org/x/text from 0.38.0 to 0.40.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;572](https://github.com/itzg/mc-router/pull/572) - Fix Docker IPv6 route discovery for IPAM networks by [@&#8203;itzg](https://github.com/itzg) in [#&#8203;575](https://github.com/itzg/mc-router/pull/575) #### New Contributors - [@&#8203;itzg](https://github.com/itzg) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;562](https://github.com/itzg/mc-router/pull/562) - [@&#8203;wachirachoomsiri](https://github.com/wachirachoomsiri) made their first contribution in [#&#8203;569](https://github.com/itzg/mc-router/pull/569) **Full Changelog**: <https://github.com/itzg/mc-router/compare/v1.44.0...v1.44.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI2MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from 40c941e7c6 to 516c0fbaaf 2026-07-22 23:11:14 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.44.1 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.0 2026-07-22 23:11:14 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from 516c0fbaaf to f8d1eb0699 2026-07-26 21:09:18 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.0 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.1 2026-07-26 21:09:19 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from f8d1eb0699 to 6e42bee133 2026-07-28 23:11:07 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.1 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.2 2026-07-28 23:11:07 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from 6e42bee133 to e345062b99 2026-08-02 20:11:52 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.2 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.3 2026-08-02 20:11:54 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from e345062b99 to f8edac959f 2026-08-03 03:12:01 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.3 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.4 2026-08-03 03:12:01 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from f8edac959f to 1fa5ebed0a 2026-08-07 15:41:49 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.45.4 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.0 2026-08-07 15:41:51 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from 1fa5ebed0a to eb753cb506 2026-08-07 22:12:19 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.0 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.1 2026-08-07 22:12:20 +00:00
renovate force-pushed renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x from eb753cb506 to 01632ae7a4 2026-08-08 20:41:10 +00:00 Compare
renovate changed title from Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.1 to Update harbor.vloot.dev/dockerhub/itzg/mc-router Docker tag to v1.46.2 2026-08-08 20:41:11 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x:renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git rebase main
git switch main
git merge --ff-only renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git rebase main
git switch main
git merge --no-ff renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch main
git merge --squash renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch main
git merge --ff-only renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git switch main
git merge renovate/harbor.vloot.dev-dockerhub-itzg-mc-router-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vloot/minecraft-router!28
No description provided.