Commit Graph

269 Commits

Author SHA1 Message Date
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
dependabot[bot] f2f6fc6ea4 build(deps): bump github.com/docker/docker (#393) 2025-04-22 07:46:02 -05:00
Samuel McBroom d21ccb5b9f Add option to emit metrics and logs when players connect to the router (#391) 2025-04-22 07:37:25 -05:00
Geoff Bourne cc590524c4 Add connection webhook notifications (#392)
Also 

* Added decode of LoginStart message
* Add metrics backend constants
* Updated usage section
* Documented MaxFrameLength
2025-04-21 20:28:34 -05:00
Samuel McBroom a058d6e21d Do not autoscale up on status requests (#388) 2025-04-17 22:07:25 -05:00
dependabot[bot] ea62db578c build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#386) 2025-04-16 20:12:35 -05:00
Geoff Bourne 84cbe38ef3 Enable GHCR in use of go-with-releaser-image (#385) 2025-04-15 21:53:22 -05:00
Jordan Jones 9f6293025d Add support for ghcr.io image tags (#383)
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2025-04-15 21:36:44 -05:00
dependabot[bot] 0868f04de1 build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 (#381) 2025-04-07 07:26:11 -05:00
dependabot[bot] ccbb9c0102 build(deps): bump github.com/docker/docker in the patches group (#380) 2025-03-30 21:37:09 -05:00
dependabot[bot] 0396e4b2ab build(deps): bump github.com/docker/docker in the patches group (#377) 2025-03-24 07:07:31 -05:00
Geoff Bourne c834ffd862 build: upgrade to Go 1.24.1 and k8s client to 0.32.3
* build: upgrade to Go 1.23.7

* build: upgrade to Go 1.24.1

Also
- github.com/prometheus/client_golang v1.21.1
- k8s 0.32.3
- golang.org/x/text v0.23.0
2025-03-16 14:13:36 -05:00
dependabot[bot] 1a51d5fc89 build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#374) 2025-03-15 12:47:19 -05:00
dependabot[bot] ef53f617e6 build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 (#368)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  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-03-02 21:37:38 -06:00
dependabot[bot] fea099c448 build(deps): bump github.com/docker/docker from 27.5.0+incompatible to 28.0.1+incompatible (#367)
* build(deps): bump github.com/docker/docker

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.5.0+incompatible to 28.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v27.5.0...v28.0.1)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2025-03-02 21:36:44 -06:00
Geoff Bourne 8819329a11 Upgrade to Go 1.23.6 (#371) 2025-03-02 20:03:34 -06:00
dependabot[bot] b09659dea6 build(deps): bump golang.ngrok.com/ngrok from 1.12.0 to 1.13.0 (#365) 2025-01-26 19:47:11 -07:00
dependabot[bot] ebce5ae0a3 build(deps): bump github.com/docker/docker (#359) 2025-01-19 20:07:30 -06:00
dependabot[bot] 7e6c1460da build(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 (#363) 2025-01-19 20:05:32 -06:00
dependabot[bot] 77f4e63c3e build(deps): bump golang.ngrok.com/ngrok from 1.11.0 to 1.12.0 (#360) 2025-01-19 18:39:51 -06:00
dependabot[bot] 837eb91b8a build(deps): bump github.com/docker/docker in the patches group (#356) 2024-12-25 08:25:41 -06:00
Geoff Bourne 7526a7078a Add support for allow/deny clients by IP (#355) 2024-12-19 07:37:08 -06:00
dependabot[bot] 513e0b86a7 build(deps): bump github.com/docker/docker (#352) 2024-12-16 07:37:38 -06:00
dependabot[bot] b1c61420ee build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 (#350) 2024-12-08 18:45:29 -06:00