Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nrwl monorepo to v17.1.1 #239

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/devkit (source) 17.0.3 -> 17.1.1 age adoption passing confidence
nx (source) 17.0.3 -> 17.1.1 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/devkit)

v17.1.1

Compare Source

17.1.1
🚀 Features
  • angular: remove usage of cypressProjectGenerator from ng-add generator (#​19816)
  • angular: support angular v17 (#​19689)
  • angular: update angular supported version to the stable 17.0.0 (#​20135)
  • core: support changelog customizations and project changelogs (#​19704)
  • core: remove parcel/watcher (#​19751)
  • core: merge target configurations from plugin results (#​19935)
  • core: change exec to run adhoc tasks (#​19910)
  • core: change the signature of createNodes to return a project root map instead of project name map (#​20102)
  • js: skipPackageJson in js lib generator (#​19821)
  • linter: Support no fail on empty lint run (#​19954)
  • linter: update typescript-eslint to v6 (#​19548)
  • misc: remove usages of @​nx/cypress:cypress-project internally (#​19766)
  • module-federation: use nx run-many to build static remotes in parallel (#​19987)
  • nextjs: can set compiler when setting up nxComponentTestingPreset (#​19171)
  • nuxt: nuxt executors, generators, docs (#​19855)
  • nx-dev: limit ai chat query length (#​20034)
  • nx-dev: add short-embed UI interactions and styles (b8cd45eb67)
  • react-native: run pod commands with bundler (#​19727)
  • react-native: upgrade react-native to 0.72.6 (#​19763)
  • release: add 'git-tag' currentVersionResolver and conventional commits support (#​19267)
  • repo: add exports to package.json of package (#​20090)
  • storybook: bump supported version to 7.5.3 (#​20078)
  • testing: move test config more into nx.json targetDefaults (#​19963)
  • testing: add migration for moving test target defaults (#​19993)
  • webpack: add NxWebpackPlugin that works with normal Webpack configuration (#​19984)
🩹 Fixes
  • Twitter logo changes to new X logo (#​19799)
  • angular: only append workspace root if it does not exist for buildable libs #​19807 (#​19843, #​19807)
  • angular: fix misc standalone generation issues in application and setup-mf generators (#​19846)
  • angular: resolve generator collections when generating a extended schematic (#​19815)
  • angular: allow numbers following a dash in application prefix (#​19926)
  • angular: extract remotes from manifest correctly #​19880 (#​19894, #​19880)
  • angular: add migration to replace deep imports from zone.js (#​20117)
  • angular: use helper to import @​angular/compiler-cli (#​20122)
  • bundling: fix regression with --thirdParty option for esbuild (#​19835)
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • core: ensure require.resolve('nx') resolves correctly (#​19800)
  • core: negated paths should be considered by prefix migration (#​19791)
  • core: await output drain before exiting show (#​19793)
  • core: change the order of watch ignores so that nxignore is the last one added (#​19801)
  • core: sort all workspace files after combining (#​19806)
  • core: provide better error message if we cannot read a file when finding imports (#​19809)
  • core: canonicalize watch event paths on all linux distros (#​19848)
  • core: package json configuration should never override project.json in generators (#​19874)
  • core: generate should handle multiselect shorthand (#​19790)
  • core: ensure project order in graph is deterministic (#​19968)
  • core: properly sort all workspace files (#​20013)
  • core: shallow merge named inputs (#​20040)
  • core: ensure Github repo slug can be resolved in nx release changelog (#​20001)
  • core: attach github release to the current branch (#​20046)
  • core: always load nxignore last for highest priority (#​20104)
  • core: should use nx cloud if access token specified by env (#​19975)
  • core: fix changelog configuration (#​20138)
  • core: create nodes plugin fixes (#​20134)
  • core: always ignore ".git/", "node_modules" and ".nx/" directories even when use_ignore is set to false for the watcher (#​20126)
  • detox: Update jest transform to point to correct tsconfig (#​19977)
  • devkit: command format example should use derived info instead of as-provided (#​20065)
  • js: add missing entry to migrations.json (#​19869)
  • js: should respect vitest test environment (#​19859)
  • js: fix typescript analysis for imports in objects in arrays (#​19862)
  • js: add @​babel/plugin-transform-class-properties to babel preset (#​19818)
  • js: add dlx to pm commands (#​19743)
  • js: handle empty objects for migration to remove deprecated buil… (#​19996)
  • linter: fix flat config migration (#​19742)
  • linter: fix update to using module node16 (#​20004)
  • linter: migrate custom ignorePath to flat config (#​20017)
  • linter: catch lstatSync issues on ast utils (#​19749)
  • linter: do not expect project to have flat eslint config (#​20018)
  • misc: publish legacy readmes (#​19762)
  • misc: nx init should add .nx/cache to gitignore (#​19961)
  • misc: create-nx-workspace should not log undefined for preset deprecation (#​19960)
  • misc: add missing migration to bump typescript version to v5.2 (#​20112)
  • misc: update nx-welcome templates with as-provided generator paths (#​20129)
  • module-federation: refactor federate-module generator (#​19979)
  • nextjs: Custom server should work on fresh applications (#​19833)
  • nextjs: Setup Tailwind should work with nextjs app router (#​19934)
  • nextjs: re-enable storybook test (#​20074)
  • nuxt: enable lint e2e (#​20133)
  • nx-cloud: fallback to nx-cloud bin if enterprise is outdated and… (#​20098)
  • nx-dev: don't show minor on main version section (#​19838)
  • nx-dev: infinite redirect for nx-cloud-workflows (5e31624a6d)
  • nx-dev: mobile menu, adding ai chat and changelog (#​19887)
  • nx-plugin: move tests from 'tests' to 'src' directory (#​19866)
  • plugins: change locally published packages version from 1.0.0 -> `0.0.0-e2e… (#​20023)
  • react: Update error message for invalid remote name (#​19744)
  • react: Update types version so that there is no mismatch when using yarn (#​19882)
  • react: component generator should work without sourceRoot (#​20094)
  • react: import path info on federated module (#​20091)
  • react: fix serve-static for react ssr (#​20136)
  • repo: update devcontainer.json to use latest Node LTS (20.x.x)… (#​20020)
  • repo: fix freebsd hanging issue (#​20042)
  • testing: add e2e for root project should not add eslintrc.base (#​19860)
  • vite: throw informative error if no vitest config exists (#​19819)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
  • vue: move vue-tsc in devDependencies (#​19772)
  • vue: remove filter from cnw (#​19879)
  • vue: dont require project when generating component (#​19885)
  • vue: remove jest generators (#​19997)
  • webpack: add back deprecated Stylus support until v18 (#​19810)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type:dependencies 🔧 Update one or more dependencies label Nov 23, 2023
@renovate renovate bot enabled auto-merge (squash) November 23, 2023 19:06
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Merging #239 (1641172) into main (f4e7e0f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #239   +/-   ##
=======================================
  Coverage   29.98%   29.98%           
=======================================
  Files          54       54           
  Lines        2968     2968           
=======================================
  Hits          890      890           
  Misses       2078     2078           
Flag Coverage Δ
google-agones-crds ∅ <ø> (∅)
google-agones-sdk-bindings-rust 0.00% <ø> (ø)
google-open-match-sdk-bindings-rust ∅ <ø> (∅)
shulker-addon-matchmaking 21.64% <ø> (ø)
shulker-crds 92.30% <ø> (ø)
shulker-kube-utils 12.16% <ø> (ø)
shulker-operator 58.92% <ø> (ø)
shulker-sdk-bindings-rust ∅ <ø> (∅)
shulker-utils 88.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot merged commit 393ae55 into main Nov 23, 2023
19 checks passed
@renovate renovate bot deleted the renovate/nrwl-monorepo branch November 23, 2023 19:19
jeremylvln added a commit that referenced this pull request Nov 23, 2023
jeremylvln added a commit that referenced this pull request Nov 23, 2023
jeremylvln pushed a commit that referenced this pull request Nov 28, 2023
## [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-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))
jeremylvln pushed a commit that referenced this pull request Nov 28, 2023
## [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))
jeremylvln pushed a commit that referenced this pull request Nov 28, 2023
## [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))
Copy link

🎉 This PR is included in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

TropicalShadow pushed a commit to BridgeSplash/Shulker that referenced this pull request Jan 27, 2024
## 1.0.0 (2024-01-27)

### ✨ Features ✨

* ability to add custom server properties ([497521f](497521f))
* add gradle base for support plugins ([62dba66](62dba66))
* add minecraft cluster api ([af183f4](af183f4))
* add nodeselector to pod overrides ([123f169](123f169))
* add proxy deployment api ([1fabf97](1fabf97))
* add support for patch archives ([4dfe495](4dfe495))
* add support for plugins on proxy ([6dc8750](6dc8750))
* add support for world and plugins ([e50b0b2](e50b0b2))
* add tolerations to pod overrides ([4290b19](4290b19))
* configure limbo for cluster ([9c9dc99](9c9dc99))
* create proxy directory plugin ([791a4d9](791a4d9))
* create proxy rbac ([20d2421](20d2421))
* custom plugin folder location for proxy and server ([5f602b4](5f602b4))
* **deploy:** add agones allocator env ([929c652](929c652))
* force proxy deployment to have a cluster ref, download plugins on start ([b787fa1](b787fa1))
* generate java crds ([11aae37](11aae37))
* **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))
* handle rcon secret ([43a1afa](43a1afa))
* implement lifecycle strategies on server ([jeremylvln#356](https:/bridgesplash/Shulker/issues/356)) ([a8a33ab](a8a33ab))
* implement scale for proxy deployment ([c792ff1](c792ff1))
* **java-sdk:** create java sdk ([745b299](745b299))
* Minestom server agent support ([1e1add3](1e1add3))
* move API source to agents projects [breaking change] ([c307c02](c307c02))
* **operator:** add built-in autoscaling to fleets ([jeremylvln#112](https:/bridgesplash/Shulker/issues/112)) ([1dc72a1](1dc72a1))
* **operator:** add Image in PodOverrides for Proxy and MinecraftServer ([jeremylvln#98](https:/bridgesplash/Shulker/issues/98)) ([8f649f6](8f649f6))
* **operator:** use latest itzg images ([jeremylvln#100](https:/bridgesplash/Shulker/issues/100)) ([5ae0bd2](5ae0bd2))
* remove usage of macro_use ([jeremylvln#197](https:/bridgesplash/Shulker/issues/197)) ([74d4067](74d4067))
* rework manifests ([07a0bae](07a0bae))
* route proxy to server internal network through internal DNS ([jeremylvln#357](https:/bridgesplash/Shulker/issues/357)) ([5f12300](5f12300))
* **server-agent:** add explicit api-version in paper yml ([5ab4147](5ab4147))
* **shulker-addon-matchmaking:** create director and mmf ([jeremylvln#210](https:/bridgesplash/Shulker/issues/210)) ([72cd61f](72cd61f))
* **shulker-crds:** add network admins list to cluster ([86d7135](86d7135))
* **shulker-crds:** add redis provided spec to cluster ([490db51](490db51))
* **shulker-crds:** update crds ([ab935b7](ab935b7))
* **shulker-crds:** update crds ([b29d732](b29d732))
* **shulker-crds:** update crds ([c159ad5](c159ad5))
* **shulker-crds:** update kubernetes client ([ddc0a63](ddc0a63))
* **shulker-operator:** add a Maven snapshot resolver ([2b82d07](2b82d07))
* **shulker-operator:** add ability to register hook with order ([76f6730](76f6730))
* **shulker-operator:** add support for folia ([5244336](5244336))
* **shulker-operator:** add the possibility to use custom server jars ([jeremylvln#254](https:/bridgesplash/Shulker/issues/254)) ([72844b1](72844b1))
* **shulker-operator:** decouple version of agent from the operator ([a231cfe](a231cfe))
* **shulker-operator:** deploy a managed single node redis ([jeremylvln#183](https:/bridgesplash/Shulker/issues/183)) ([3e99751](3e99751))
* **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:** add glist, gtp and gfind commands ([850af26](850af26))
* **shulker-proxy-agent:** display global player count on ping ([c29eac1](c29eac1))
* **shulker-proxy-agent:** grant all permissions to network admins ([0f96077](0f96077))
* **shulker-proxy-agent:** listen on teleport player pub sub ([e4f8d17](e4f8d17))
* **shulker-proxy-agent:** query mojang api to get unknown player names or ids ([e7eb734](e7eb734))
* **shulker-proxy-agent:** sync proxies and players in Redis ([ec0211c](ec0211c))
* **shulker-proxy-directory:** add connect listener to send to limbo ([6cae574](6cae574))
* **shulker-proxy-directory:** fix concurrent exception on proxy servers ([b4f96f8](b4f96f8))
* **shulker-proxy-directory:** fix concurrent exception on proxy servers ([97e85b8](97e85b8))
* **shulker-sdk:** add convenient Java wrapper ([4ac0c8c](4ac0c8c))
* **shulker-server-agent:** grant network admins as operators ([d4fccbf](d4fccbf))
* **shulker-server-agent:** hybrid support between paper and folia ([0b151eb](0b151eb))
* support mounting custom volumes to servers ([jeremylvln#281](https:/bridgesplash/Shulker/issues/281)) ([5e7f774](5e7f774))

### 🐛 Bug Fixes 🐛

* add configuration to helm yaml ([f5520e0](f5520e0))
* add minestom as a MinecraftServerVersion in minecraft_server.rs ([5583134](5583134))
* **agent:** unregisterServer method map mismatch ([jeremylvln#94](https:/bridgesplash/Shulker/issues/94)) ([b8a8d31](b8a8d31))
* correctly update proxy service annotations ([40db68b](40db68b))
* crash when no MaxPlayers is provided in MinecraftServer spec ([a8bfcf8](a8bfcf8))
* **deps:** manual bump ([jeremylvln#128](https:/bridgesplash/Shulker/issues/128)) ([7d9dbdf](7d9dbdf))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.29.0 ([jeremylvln#276](https:/bridgesplash/Shulker/issues/276)) ([e8c9e74](e8c9e74))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.30.0 ([jeremylvln#350](https:/bridgesplash/Shulker/issues/350)) ([c6e14a3](c6e14a3))
* **deps:** update dependency com.google.guava:guava to v33 ([jeremylvln#312](https:/bridgesplash/Shulker/issues/312)) ([49fe6bc](49fe6bc))
* **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.1 ([jeremylvln#257](https:/bridgesplash/Shulker/issues/257)) ([ba9d2cf](ba9d2cf))
* **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.2 ([jeremylvln#361](https:/bridgesplash/Shulker/issues/361)) ([493ba07](493ba07))
* **deps:** update dependency io.fabric8:kubernetes-client to v6.3.1 ([jeremylvln#82](https:/bridgesplash/Shulker/issues/82)) ([2222ee3](2222ee3))
* **deps:** update dependency io.fabric8:kubernetes-client-api to v6.3.1 ([jeremylvln#83](https:/bridgesplash/Shulker/issues/83)) ([0cd18c3](0cd18c3))
* **deps:** update dependency io.grpc:grpc-netty-shaded to v1.59.1 ([jeremylvln#271](https:/bridgesplash/Shulker/issues/271)) ([e2c7230](e2c7230))
* **deps:** update dependency io.grpc:grpc-netty-shaded to v1.60.0 ([jeremylvln#285](https:/bridgesplash/Shulker/issues/285)) ([a60a643](a60a643))
* **deps:** update dependency io.grpc:grpc-netty-shaded to v1.60.1 ([jeremylvln#322](https:/bridgesplash/Shulker/issues/322)) ([8303b6e](8303b6e))
* **deps:** update dependency io.grpc:grpc-protobuf to v1.59.0 ([jeremylvln#199](https:/bridgesplash/Shulker/issues/199)) ([9d83dbc](9d83dbc))
* **deps:** update dependency io.grpc:grpc-services to v1.59.0 ([jeremylvln#200](https:/bridgesplash/Shulker/issues/200)) ([c501357](c501357))
* **deps:** update dependency io.grpc:grpc-stub to v1.59.0 ([jeremylvln#201](https:/bridgesplash/Shulker/issues/201)) ([e422ef2](e422ef2))
* **deps:** update dependency net.kyori:adventure-api to v4.12.0 ([jeremylvln#79](https:/bridgesplash/Shulker/issues/79)) ([cda12ec](cda12ec))
* **deps:** update dependency net.kyori:adventure-api to v4.14.0 ([jeremylvln#137](https:/bridgesplash/Shulker/issues/137)) ([8cea5eb](8cea5eb))
* **deps:** update dependency net.kyori:adventure-api to v4.15.0 ([jeremylvln#311](https:/bridgesplash/Shulker/issues/311)) ([5b66eec](5b66eec))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.0 ([jeremylvln#138](https:/bridgesplash/Shulker/issues/138)) ([293d43d](293d43d))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.1 ([jeremylvln#145](https:/bridgesplash/Shulker/issues/145)) ([e5e2c84](e5e2c84))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.2 ([jeremylvln#326](https:/bridgesplash/Shulker/issues/326)) ([a9d6e34](a9d6e34))
* **deps:** update dependency net.md-5:bungeecord-api to v1.20-r0.1 ([jeremylvln#139](https:/bridgesplash/Shulker/issues/139)) ([355db1e](355db1e))
* **deps:** update dependency redis.clients:jedis to v5.1.0 ([jeremylvln#266](https:/bridgesplash/Shulker/issues/266)) ([81a52a7](81a52a7))
* **deps:** update fabric8-kubernetes-client monorepo to v6.10.0 ([jeremylvln#360](https:/bridgesplash/Shulker/issues/360)) ([63548a2](63548a2))
* **deps:** update fabric8-kubernetes-client monorepo to v6.8.1 ([jeremylvln#140](https:/bridgesplash/Shulker/issues/140)) ([47704cf](47704cf))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.0 ([jeremylvln#168](https:/bridgesplash/Shulker/issues/168)) ([62b1517](62b1517))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.1 ([jeremylvln#214](https:/bridgesplash/Shulker/issues/214)) ([022903c](022903c))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.2 ([jeremylvln#228](https:/bridgesplash/Shulker/issues/228)) ([9c5a37f](9c5a37f))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.2 ([jeremylvln#258](https:/bridgesplash/Shulker/issues/258)) ([10af60c](10af60c))
* **deps:** update grpc to v1.59.1 ([jeremylvln#272](https:/bridgesplash/Shulker/issues/272)) ([75c4cdd](75c4cdd))
* **deps:** update grpc to v1.60.0 ([jeremylvln#286](https:/bridgesplash/Shulker/issues/286)) ([f538bf4](f538bf4))
* **deps:** update grpc to v1.60.1 ([jeremylvln#323](https:/bridgesplash/Shulker/issues/323)) ([87e8641](87e8641))
* **deps:** update kubernetes packages to v0.23.4 ([jeremylvln#52](https:/bridgesplash/Shulker/issues/52)) ([d3ec1eb](d3ec1eb))
* **deps:** update module github.com/google/uuid to v1.3.0 ([jeremylvln#55](https:/bridgesplash/Shulker/issues/55)) ([a75561c](a75561c))
* **deps:** update module github.com/pelletier/go-toml/v2 to v2.0.6 ([jeremylvln#78](https:/bridgesplash/Shulker/issues/78)) ([d4e4232](d4e4232))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.0 ([jeremylvln#75](https:/bridgesplash/Shulker/issues/75)) ([56ff2b1](56ff2b1))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.1 ([jeremylvln#87](https:/bridgesplash/Shulker/issues/87)) ([58f3ea1](58f3ea1))
* **Dockerfile:** add pkg directory ([5d1a201](5d1a201))
* **Dockerfile:** fix ([820ae3d](820ae3d))
* exclude files in .gitignore for gradle auto-import ([f6a2ea3](f6a2ea3))
* github actions remove gradle publication ([42f711b](42f711b))
* listen and update correctly the resources ([e69d3de](e69d3de))
* **operator:** missing owns on controllers ([abd625b](abd625b))
* passing wrong argument to serde ([c57d732](c57d732))
* **proxy-directory:** add minecraft cluster to gson map ([655e052](655e052))
* **proxy-directory:** deserialize response manually ([1b45563](1b45563))
* **proxy-directory:** move to informer based watching ([028eda2](028eda2))
* **proxy-directory:** typo on type and add sync fix ([44e2417](44e2417))
* **proxy-directory:** use namespaced call ([5c5005a](5c5005a))
* **proxy-directory:** watch of resource directly ([2a34deb](2a34deb))
* publish java libraries as normal jar ([d4083d1](d4083d1))
* regenerate crds ([456fc8b](456fc8b))
* remove duplicate entries from .gitignore ([c907668](c907668))
* remove files related to gradle auto-import ([d57c7c2](d57c7c2))
* scripts/publish_docker.sh update docker push image script ([jeremylvln#80](https:/bridgesplash/Shulker/issues/80)) ([5e27295](5e27295))
* set force default server in proxy configuration ([51d805c](51d805c))
* **shulker-crds:** use native default system whenever possible ([jeremylvln#153](https:/bridgesplash/Shulker/issues/153)) ([2f89a51](2f89a51))
* **shulker-kube-utils:** use axum in metrics ([9608cfc](9608cfc))
* **shulker-operator:** assert valid cluster ref before reconciling ([jeremylvln#184](https:/bridgesplash/Shulker/issues/184)) ([c207cce](c207cce))
* **shulker-operator:** custom annotations not added to ProxyFleet service ([jeremylvln#273](https:/bridgesplash/Shulker/issues/273)) ([83e5f53](83e5f53))
* **shulker-operator:** custom server properties not being passed to the server ([2c75cf3](2c75cf3))
* **shulker-operator:** fleet labels not added to GameServers from MinecraftServerFleets ([4cf98b9](4cf98b9))
* **shulker-operator:** inject proper pod annotation for default container ([25becea](25becea))
* **shulker-operator:** keep extra annotations when reconciling a resource ([229b50c](229b50c))
* **shulker-operator:** network admins are optional ([020a1d0](020a1d0))
* **shulker-operator:** patch existing resources with a fresh spec ([d2fcea3](d2fcea3))
* **shulker-operator:** plugins and patches joined with bad separator ([13d142e](13d142e))
* **shulker-operator:** prevent proxy connections only if LoadBalancer or NodePort service ([e8a4993](e8a4993))
* **shulker-operator:** resolve maven secret in correct namespace ([a7b8d14](a7b8d14))
* **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:** sync players, proxies and servers in Redis ([06529f6](06529f6))
* **shulker-proxy-agent:** use a dedicated thread pool for redis pubsub ([afb575d](afb575d))
* **shulker-proxy-directory:** build ([2ab5585](2ab5585))
* **shulker-proxy-directory:** don't remove lobby from server list ([127541a](127541a))
* **shulker-proxy-directory:** name of the default target ([4470140](4470140))
* **shulker-proxy-directory:** name of the default target ([8d4de7a](8d4de7a))
* **shulker-proxy-directory:** server name is first part ([f9e1694](f9e1694))
* **shulker-sdk:** already set the Netty library as runtime dependency ([970c47a](970c47a))
* **shulker-server-agent:** use new agones package ([1adac9b](1adac9b))

### ⚠️ Reverts ⚠️

* Revert "chore(deps): update nrwl monorepo to v17.1.1 (jeremylvln#239)" (jeremylvln#240) ([6080f92](6080f92)), closes [jeremylvln#239](https:/bridgesplash/Shulker/issues/239) [jeremylvln#240](https:/bridgesplash/Shulker/issues/240)

### 📚 Documentation 📚

* add @PSNRigner as a contributor ([a374642](a374642))
* add @Thog as a contributor ([8e166c3](8e166c3))
* add CODE_OF_CONDUCT.md ([d7fcc0b](d7fcc0b))
* add coverage badge ([1756f67](1756f67))
* add empty docusaurus site ([a6581f9](a6581f9))
* add getting started chapters ([041fc8c](041fc8c))
* add intro and architecture ([63999f2](63999f2))
* add open graph meta ([7560590](7560590))
* add pages about helm and matchmaking ([jeremylvln#215](https:/bridgesplash/Shulker/issues/215)) ([554277b](554277b))
* add recipes for plugins, pod overrides, and proxy protocol ([jeremylvln#117](https:/bridgesplash/Shulker/issues/117)) ([ad935a2](ad935a2))
* add section about network admins ([471960c](471960c))
* add section about player sync ([5040512](5040512))
* add text about commercial license ([40ecd71](40ecd71))
* fix dead link in README ([048bb66](048bb66))
* fix dead links ([9994604](9994604))
* fix header dead link ([037575b](037575b))
* fix proxyfleet in example ([jeremylvln#110](https:/bridgesplash/Shulker/issues/110)) ([99d7ca0](99d7ca0))
* fix typo ([jeremylvln#193](https:/bridgesplash/Shulker/issues/193)) ([78650e1](78650e1))
* mention agones ([79e66e4](79e66e4))
* migrate to vitepress ([jeremylvln#165](https:/bridgesplash/Shulker/issues/165)) ([fe7a7e4](fe7a7e4))
* promote next to latest ([8178611](8178611))
* **README:** add readme ([7ae2dce](7ae2dce))
* remove default pages and add crowdin ([c87ab9a](c87ab9a))
* separate pages for next and latest ([b5afb9d](b5afb9d))
* squoosh screenshots ([d20cedb](d20cedb))
* theme and draft pages ([b7c5c7d](b7c5c7d))
* update Agones prerequisites ([ef4dcd5](ef4dcd5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies 🔧 Update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants