forked from jeremylvln/Shulker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.0](v1.0.12...v1.1.0) (2024-02-06) ### ✨ Features ✨ * exclude proxy from load balancer when full ([jeremylvln#396](https://github.com/bridgesplash/Shulker/issues/396)) ([e53e9f3](e53e9f3)) * **shulker-proxy-agent:** use proxy capacities as max slots in ping requests ([jeremylvln#394](https://github.com/bridgesplash/Shulker/issues/394)) ([235e6ba](235e6ba)) ### 🐛 Bug Fixes 🐛 * **shulker-operator:** bump proxy image to fix motd parsing error ([jeremylvln#397](https://github.com/bridgesplash/Shulker/issues/397)) ([35437b2](35437b2))
- Loading branch information
1 parent
4701e49
commit ba3afb5
Showing
10 changed files
with
124 additions
and
111 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 = "1.0.12" | ||
version = "1.1.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 = 1.0.12 | ||
version = 1.1.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: "1.0.12" | ||
appVersion: '1.1.0' | ||
name: shulker-addon-matchmaking |
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
Oops, something went wrong.