-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.5.0](v0.4.0...v0.5.0) (2024-01-03) ### ✨ Features ✨ * **shulker-operator:** add the possibility to use custom server jars ([#254](#254)) ([72844b1](72844b1)) * support mounting custom volumes to servers ([#281](#281)) ([5e7f774](5e7f774)) ### 🐛 Bug Fixes 🐛 * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.29.0 ([#276](#276)) ([e8c9e74](e8c9e74)) * **deps:** update dependency com.google.guava:guava to v33 ([#312](#312)) ([49fe6bc](49fe6bc)) * **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.1 ([#257](#257)) ([ba9d2cf](ba9d2cf)) * **deps:** update dependency io.grpc:grpc-netty-shaded to v1.59.1 ([#271](#271)) ([e2c7230](e2c7230)) * **deps:** update dependency io.grpc:grpc-netty-shaded to v1.60.0 ([#285](#285)) ([a60a643](a60a643)) * **deps:** update dependency net.kyori:adventure-api to v4.15.0 ([#311](#311)) ([5b66eec](5b66eec)) * **deps:** update dependency redis.clients:jedis to v5.1.0 ([#266](#266)) ([81a52a7](81a52a7)) * **deps:** update fabric8-kubernetes-client monorepo to v6.9.2 ([#258](#258)) ([10af60c](10af60c)) * **deps:** update grpc to v1.59.1 ([#272](#272)) ([75c4cdd](75c4cdd)) * **deps:** update grpc to v1.60.0 ([#286](#286)) ([f538bf4](f538bf4)) * regenerate crds ([456fc8b](456fc8b)) * **shulker-operator:** custom annotations not added to ProxyFleet service ([#273](#273)) ([83e5f53](83e5f53))
- Loading branch information
1 parent
9a53f62
commit f166cbd
Showing
10 changed files
with
12,226 additions
and
3,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Jérémy Levilain <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.74.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.daemon=false | ||
|
||
version = 0.4.0 | ||
version = 0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4.0' | ||
appVersion: '0.5.0' | ||
name: shulker-addon-matchmaking |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters