Commit Graph

292 Commits

Author SHA1 Message Date
dependabot[bot] 616d6d72c9 build(deps): bump github.com/itzg/go-flagsfiller from 1.16.0 to 1.17.0 (#469)
Bumps [github.com/itzg/go-flagsfiller](https://github.com/itzg/go-flagsfiller) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/itzg/go-flagsfiller/releases)
- [Commits](https://github.com/itzg/go-flagsfiller/compare/v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/itzg/go-flagsfiller
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26 22:13:51 -05:00
Supratim Ghose 22ec39b805 feat: support newline and comma-whitespace external host lists for auto-discovery (#468) 2025-10-24 16:48:34 -05:00
dependabot[bot] 4b5cb125e4 build(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 (#464) 2025-10-23 07:03:23 -05:00
Geoff Bourne ee64be97bb Clarify the value of mc-router.itzg.me/defaultServer annotation (#467) 2025-10-22 18:23:21 -05:00
Geoff Bourne fb670189d8 Use signal.NotifyContext and WaitGroup.Go (#466) 2025-10-21 20:48:05 -05:00
Geoff Bourne aaf470bd88 Started a kubernetes troubleshooting section (#465) 2025-10-18 22:21:11 -05:00
dependabot[bot] 6d068084d5 build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 (#458) 2025-09-16 07:57:53 -05:00
Moritz Rinow d0fcb93aa6 feat: opt-out of auto-scaling per server (k8s) (#454) 2025-09-10 07:23:18 -05:00
dependabot[bot] 534afd4a6c build(deps): bump github.com/docker/docker (#453) 2025-09-07 22:23:21 -05:00
dependabot[bot] 867af994e3 build(deps): bump the patches group with 2 updates (#452) 2025-09-07 22:19:44 -05:00
Geoff Bourne 0f7da86764 build: use v prefix for releases to be Go version compatible (#447) 2025-08-31 13:50:34 -05:00
dependabot[bot] b156d64352 build(deps): bump the patches group with 3 updates (#444) 2025-08-25 06:46:34 -05:00
Geoff Bourne 35500a758b Corrected docker/swarm discovery from previous refactoring (#446) 2025-08-23 13:39:01 -05:00
Geoff Bourne 4055f39b19 Use scratch base image but certs from alpine (#443) 2025-08-13 15:19:20 -05:00
Geoff Bourne 028bfc1bfb Ensure CA certs are available for webhooks usage (#442) 2025-08-13 10:18:33 -05:00
dependabot[bot] 99a89c28a0 build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 (#440) 2025-08-11 07:09:41 -05:00
dependabot[bot] bbf783b326 build(deps): bump github.com/prometheus/client_golang (#439) 2025-08-04 06:49:12 -05:00
dependabot[bot] 68e49e41b8 build(deps): bump github.com/docker/docker (#437) 2025-07-30 06:44:35 -06:00
Geoff Bourne 443beb2cce Add support for requesting ngrok remote address (#436) 2025-07-25 17:13:07 -06:00
dependabot[bot] c5c3fba846 build(deps): bump the patches group with 3 updates (#434)
---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-20 20:58:12 -05:00
Geoff Bourne 7a4f83a30f Provide option for kubernetes to watch only a specific namespace (#433) 2025-07-20 12:59:14 -05:00
dependabot[bot] 9a457138ab build(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 (#431) 2025-07-13 20:13:41 -05:00
dependabot[bot] be49d3d203 build(deps): bump github.com/docker/docker in the patches group (#430) 2025-07-13 19:31:17 -05:00
Geoff Bourne af1e193958 Redo code cleanup (#429)
* Code cleanup of routes config loader and API server (#424)

(cherry picked from commit 1ee3eb4de3)

* Refactored server setup and run out of main (#425)

(cherry picked from commit 05c57c3b85)

* Code cleanup in and around connector (#427)

(cherry picked from commit b3e88db48c)

* Update away from deprecated k8s NewInformer

* Tidy up couple of k8s docs examples
2025-07-13 10:00:40 -05:00
Geoff Bourne 172aed3893 Revert code cleanup for now (#428)
* Revert "Code cleanup in and around connector (#427)"

This reverts commit b3e88db48c.

* Revert "Refactored server setup and run out of main (#425)"

This reverts commit 05c57c3b85.

* Revert "Code cleanup of routes config loader and API server (#424)"

This reverts commit 1ee3eb4de3.
2025-07-06 20:16:26 -05:00
Geoff Bourne b3e88db48c Code cleanup in and around connector (#427) 2025-07-05 21:30:23 -05:00
Geoff Bourne 05c57c3b85 Refactored server setup and run out of main (#425) 2025-07-05 19:32:33 -05:00
Geoff Bourne 1ee3eb4de3 Code cleanup of routes config loader and API server (#424) 2025-07-03 19:26:35 -05:00
dependabot[bot] 7d5bc8d25d build(deps): bump github.com/docker/docker (#423) 2025-06-29 20:23:42 -05:00
solidDoWant 805cebd856 Fix login start packet decoding for 1.18.2 up to 1.20.2 (#421)
Signed-off-by: Fred Heinecke <fred.heinecke@yahoo.com>
2025-06-29 07:37:26 -05:00
solidDoWant 749b090c73 Fix "\x00FML3\x00" in server address (#422)
Signed-off-by: Fred Heinecke <fred.heinecke@yahoo.com>
2025-06-28 23:03:47 -05:00
dependabot[bot] 5c175af1b2 build(deps): bump the patches group with 3 updates (#420) 2025-06-22 21:20:14 -05:00
FedotCompot 122910c65d feat(k8s): ExternalName service support (#419) 2025-06-20 07:33:40 -05:00
dependabot[bot] ff300d7638 build(deps): bump github.com/itzg/go-flagsfiller in the patches group (#417)
Bumps the patches group with 1 update: [github.com/itzg/go-flagsfiller](https://github.com/itzg/go-flagsfiller).


Updates `github.com/itzg/go-flagsfiller` from 1.15.0 to 1.15.2
- [Release notes](https://github.com/itzg/go-flagsfiller/releases)
- [Commits](https://github.com/itzg/go-flagsfiller/compare/v1.15.0...v1.15.2)

---
updated-dependencies:
- dependency-name: github.com/itzg/go-flagsfiller
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 17:01:12 -05:00
Geoff Bourne a61ee126f4 build: upgrade to Go 1.24.4 (#418) 2025-06-17 13:16:05 -05:00
dependabot[bot] 8c18f89a74 build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 (#416)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-08 19:36:01 -05:00
dependabot[bot] d0b8a3125c build(deps): bump github.com/docker/docker (#415) 2025-06-02 06:28:14 -05:00
dependabot[bot] d5229fcba5 build(deps): bump the patches group with 3 updates (#414)
Bumps the patches group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/api/compare/v0.33.0...v0.33.1)

Updates `k8s.io/apimachinery` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1)

Updates `k8s.io/client-go` from 0.33.0 to 0.33.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 10:43:43 -05:00
Justin Barlow 630e3c0074 Added Nomad example with routes config (#413) 2025-05-11 10:12:21 -05:00
Justin Barlow 0af57252dc Reload routes config file on SIGHUP (#412) 2025-05-11 08:02:19 -05:00
Geoff Bourne a46a423b0a Add option to watch routes config file changes (#411) 2025-05-10 12:39:32 -05:00
Geoff Bourne 8e34da2235 docs: upgrade skaffold manifest for v2 (#408) 2025-05-02 18:21:12 -05:00
Samuel McBroom bc81e03f19 Add auto scale down option (#405) 2025-05-02 18:12:53 -05:00
Geoff Bourne f6300d6a8a build: update gorelease config for version 2 (#401) 2025-04-27 13:48:49 -05:00
dependabot[bot] 1ab789ae90 build(deps): bump github.com/prometheus/client_golang (#382)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 12:55:57 -05:00
Geoff Bourne 419692825e Handle truncated start login frame (#400) 2025-04-26 21:24:41 -05:00
Geoff Bourne 4ba55a9ccd Add player info to connector logs (#398) 2025-04-26 12:16:32 -05:00
Samuel McBroom da52e7096f Add option for scale-up allow/deny lists for servers (#397) 2025-04-26 10:57:33 -05:00
UrbaneChimp cc5d77e4c8 Call webhook on player disconnect (#396) 2025-04-24 20:58:43 -05:00
Geoff Bourne 9601ceedcb Add top-level package file to allow for library use (#395) 2025-04-22 22:07:55 -05:00