Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Nov 28, 2023
1 parent 2c2febc commit bf836d9
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 5 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## [0.4.0](https:/jeremylvln/Shulker/compare/v0.3.0...v0.4.0) (2023-11-28)


### :sparkles: Features :sparkles:

* **deploy:** add agones allocator env ([929c652](https:/jeremylvln/Shulker/commit/929c652f6299e719f6068ce7a9fb5ee6259ffa92))
* **google-agones-sdk:** generate Rust SDK and update proto ([5d02808](https:/jeremylvln/Shulker/commit/5d028089d4292f677c781f300b6240fd718bcd23))
* **google-open-match-sdk:** create auto-generated java sdk ([5235405](https:/jeremylvln/Shulker/commit/523540595ecf2b29968106fd742e5e139a507fe6))
* **google-open-match-sdk:** create auto-generated sdk ([68f443d](https:/jeremylvln/Shulker/commit/68f443d7d47a7157739b88a2f8d7a7a492ea6a73))
* **google-open-match-sdk:** regenerate java sdk ([e700916](https:/jeremylvln/Shulker/commit/e700916e463ad136cf3bd67ab65ff62a44a4834c))
* remove usage of macro_use ([#197](https:/jeremylvln/Shulker/issues/197)) ([74d4067](https:/jeremylvln/Shulker/commit/74d4067016008735d83e0cd7bdfbb1cb636e5f98))
* **shulker-addon-matchmaking:** create director and mmf ([#210](https:/jeremylvln/Shulker/issues/210)) ([72cd61f](https:/jeremylvln/Shulker/commit/72cd61f21b92e8539c0ed3daf656da6d3871d0e3))
* **shulker-crds:** add network admins list to cluster ([86d7135](https:/jeremylvln/Shulker/commit/86d7135c4fc83f3b094302583c224f816c8e5093))
* **shulker-operator:** add a Maven snapshot resolver ([2b82d07](https:/jeremylvln/Shulker/commit/2b82d072cea299198138bd2fabe10764874cc8d6))
* **shulker-operator:** add support for folia ([5244336](https:/jeremylvln/Shulker/commit/5244336c71f89962133945ed7329c83a83df277a))
* **shulker-operator:** decouple version of agent from the operator ([a231cfe](https:/jeremylvln/Shulker/commit/a231cfee73742bcae9eea3475d11fcd77aec5c25))
* **shulker-operator:** inject SHULKER_NETWORK_ADMINS env to proxies and servers ([cafc0cb](https:/jeremylvln/Shulker/commit/cafc0cb3a56efdd181bb7f78f36e75737a8c4e12))
* **shulker-operator:** rework summon sdk method to try to allocate an existing server first ([3b661a1](https:/jeremylvln/Shulker/commit/3b661a1fa02b183df673f4b3fb3610cf63003ff1))
* **shulker-proxy-agent:** grant all permissions to network admins ([0f96077](https:/jeremylvln/Shulker/commit/0f96077d85e7bd5dcee7f3aac0ae841df7e806a1))
* **shulker-server-agent:** grant network admins as operators ([d4fccbf](https:/jeremylvln/Shulker/commit/d4fccbf68c099e484fe6588eeae2c84a939aa983))
* **shulker-server-agent:** hybrid support between paper and folia ([0b151eb](https:/jeremylvln/Shulker/commit/0b151ebf546969b02adfcd473a7356cde8b8a877))


### :bug: Bug Fixes :bug:

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


### :warning: Reverts :warning:

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


### :books: Documentation :books:

* add pages about helm and matchmaking ([#215](https:/jeremylvln/Shulker/issues/215)) ([554277b](https:/jeremylvln/Shulker/commit/554277bf4df26e286ff2f22baa22ef070aefc0ae))
* add section about network admins ([471960c](https:/jeremylvln/Shulker/commit/471960c9323f06d31f1cd293e35967baa686e6b9))
* add section about player sync ([5040512](https:/jeremylvln/Shulker/commit/5040512fc6834b27fe87a4a4f8da99f04965e562))
* fix dead links ([9994604](https:/jeremylvln/Shulker/commit/999460448aaff8b9ae97259d02b603ad1d267dbc))
* fix typo ([#193](https:/jeremylvln/Shulker/issues/193)) ([78650e1](https:/jeremylvln/Shulker/commit/78650e1c1459306922a184c4af9701448b6f38f5))
* separate pages for next and latest ([b5afb9d](https:/jeremylvln/Shulker/commit/b5afb9de5b774d20d76f11f09ace0eac398ef693))
* update Agones prerequisites ([ef4dcd5](https:/jeremylvln/Shulker/commit/ef4dcd514166e94ea8c3b2bab3341ee8bdcf71e9))

## [0.3.0](https:/jeremylvln/Shulker/compare/v0.2.0...v0.3.0) (2023-10-31)

### :sparkles: Features :sparkles:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["Jérémy Levilain <[email protected]>"]
edition = "2021"
rust-version = "1.74.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

version = 0.3.0
version = 0.4.0
2 changes: 1 addition & 1 deletion kube/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
version: 0.1.0
appVersion: "0.3.0"
appVersion: '0.4.0'
name: shulker-operator
description: A Kubernetes operator for managing complex and dynamic Minecraft infrastructures.
home: https://shulker.jeremylvln.fr
Expand Down
2 changes: 1 addition & 1 deletion kube/helm/charts/shulker-addon-matchmaking/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
version: 0.0.0-internal
appVersion: "0.3.0"
appVersion: '0.4.0'
name: shulker-addon-matchmaking
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shulkermc/monorepo",
"version": "0.3.0",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
Expand Down

0 comments on commit bf836d9

Please sign in to comment.