Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.4.0](v0.3.0...v0.4.0) (2023-11-28) ### ✨ Features ✨ * **deploy:** add agones allocator env ([929c652](929c652)) * **google-agones-sdk:** generate Rust SDK and update proto ([5d02808](5d02808)) * **google-open-match-sdk:** create auto-generated java sdk ([5235405](5235405)) * **google-open-match-sdk:** create auto-generated sdk ([68f443d](68f443d)) * **google-open-match-sdk:** regenerate java sdk ([e700916](e700916)) * remove usage of macro_use ([#197](#197)) ([74d4067](74d4067)) * **shulker-addon-matchmaking:** create director and mmf ([#210](#210)) ([72cd61f](72cd61f)) * **shulker-crds:** add network admins list to cluster ([86d7135](86d7135)) * **shulker-operator:** add a Maven snapshot resolver ([2b82d07](2b82d07)) * **shulker-operator:** add support for folia ([5244336](5244336)) * **shulker-operator:** decouple version of agent from the operator ([a231cfe](a231cfe)) * **shulker-operator:** inject SHULKER_NETWORK_ADMINS env to proxies and servers ([cafc0cb](cafc0cb)) * **shulker-operator:** rework summon sdk method to try to allocate an existing server first ([3b661a1](3b661a1)) * **shulker-proxy-agent:** grant all permissions to network admins ([0f96077](0f96077)) * **shulker-server-agent:** grant network admins as operators ([d4fccbf](d4fccbf)) * **shulker-server-agent:** hybrid support between paper and folia ([0b151eb](0b151eb)) ### 🐛 Bug Fixes 🐛 * **deps:** update dependency io.grpc:grpc-protobuf to v1.59.0 ([#199](#199)) ([9d83dbc](9d83dbc)) * **deps:** update dependency io.grpc:grpc-services to v1.59.0 ([#200](#200)) ([c501357](c501357)) * **deps:** update dependency io.grpc:grpc-stub to v1.59.0 ([#201](#201)) ([e422ef2](e422ef2)) * **deps:** update fabric8-kubernetes-client monorepo to v6.9.1 ([#214](#214)) ([022903c](022903c)) * **deps:** update fabric8-kubernetes-client monorepo to v6.9.2 ([#228](#228)) ([9c5a37f](9c5a37f)) * **shulker-kube-utils:** use axum in metrics ([9608cfc](9608cfc)) * **shulker-operator:** fleet labels not added to GameServers from MinecraftServerFleets ([4cf98b9](4cf98b9)) * **shulker-operator:** network admins are optional ([020a1d0](020a1d0)) * **shulker-operator:** prevent proxy connections only if LoadBalancer or NodePort service ([e8a4993](e8a4993)) * **shulker-proxy-agent:** correctly create Jedis pool with credentials ([d3231d4](d3231d4)) * **shulker-proxy-agent:** having no network admins tries to parse an empty string uuid ([47e26e8](47e26e8)) * **shulker-proxy-agent:** use a dedicated thread pool for redis pubsub ([afb575d](afb575d)) * **shulker-server-agent:** use new agones package ([1adac9b](1adac9b)) ###⚠️ Reverts⚠️ * Revert "chore(deps): update nrwl monorepo to v17.1.1 (#239)" (#240) ([6080f92](6080f92)), closes [#239](#239) [#240](#240) ### 📚 Documentation 📚 * add pages about helm and matchmaking ([#215](#215)) ([554277b](554277b)) * add section about network admins ([471960c](471960c)) * add section about player sync ([5040512](5040512)) * fix dead links ([9994604](9994604)) * fix typo ([#193](#193)) ([78650e1](78650e1)) * separate pages for next and latest ([b5afb9d](b5afb9d)) * update Agones prerequisites ([ef4dcd5](ef4dcd5))
- Loading branch information