Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 20:52
· 434 commits to main since this release

0.4.0 (2023-11-28)

✨ Features ✨

  • deploy: add agones allocator env (929c652)
  • google-agones-sdk: generate Rust SDK and update proto (5d02808)
  • google-open-match-sdk: create auto-generated java sdk (5235405)
  • google-open-match-sdk: create auto-generated sdk (68f443d)
  • google-open-match-sdk: regenerate java sdk (e700916)
  • remove usage of macro_use (#197) (74d4067)
  • shulker-addon-matchmaking: create director and mmf (#210) (72cd61f)
  • shulker-crds: add network admins list to cluster (86d7135)
  • shulker-operator: add a Maven snapshot resolver (2b82d07)
  • shulker-operator: add support for folia (5244336)
  • shulker-operator: decouple version of agent from the operator (a231cfe)
  • shulker-operator: inject SHULKER_NETWORK_ADMINS env to proxies and servers (cafc0cb)
  • shulker-operator: rework summon sdk method to try to allocate an existing server first (3b661a1)
  • shulker-proxy-agent: grant all permissions to network admins (0f96077)
  • shulker-server-agent: grant network admins as operators (d4fccbf)
  • shulker-server-agent: hybrid support between paper and folia (0b151eb)

🐛 Bug Fixes 🐛

  • deps: update dependency io.grpc:grpc-protobuf to v1.59.0 (#199) (9d83dbc)
  • deps: update dependency io.grpc:grpc-services to v1.59.0 (#200) (c501357)
  • deps: update dependency io.grpc:grpc-stub to v1.59.0 (#201) (e422ef2)
  • deps: update fabric8-kubernetes-client monorepo to v6.9.1 (#214) (022903c)
  • deps: update fabric8-kubernetes-client monorepo to v6.9.2 (#228) (9c5a37f)
  • shulker-kube-utils: use axum in metrics (9608cfc)
  • shulker-operator: fleet labels not added to GameServers from MinecraftServerFleets (4cf98b9)
  • shulker-operator: network admins are optional (020a1d0)
  • shulker-operator: prevent proxy connections only if LoadBalancer or NodePort service (e8a4993)
  • shulker-proxy-agent: correctly create Jedis pool with credentials (d3231d4)
  • shulker-proxy-agent: having no network admins tries to parse an empty string uuid (47e26e8)
  • shulker-proxy-agent: use a dedicated thread pool for redis pubsub (afb575d)
  • shulker-server-agent: use new agones package (1adac9b)

⚠️ Reverts ⚠️

📚 Documentation 📚