Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Jan 3, 2024
1 parent 9a53f62 commit f166cbd
Show file tree
Hide file tree
Showing 10 changed files with 12,226 additions and 3,354 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [0.5.0](https:/jeremylvln/Shulker/compare/v0.4.0...v0.5.0) (2024-01-03)


### :sparkles: Features :sparkles:

* **shulker-operator:** add the possibility to use custom server jars ([#254](https:/jeremylvln/Shulker/issues/254)) ([72844b1](https:/jeremylvln/Shulker/commit/72844b1c85e2680371109661279ad5fc52de7a6e))
* support mounting custom volumes to servers ([#281](https:/jeremylvln/Shulker/issues/281)) ([5e7f774](https:/jeremylvln/Shulker/commit/5e7f774764612da9f1cb584add0d038cfde980ea))


### :bug: Bug Fixes :bug:

* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.29.0 ([#276](https:/jeremylvln/Shulker/issues/276)) ([e8c9e74](https:/jeremylvln/Shulker/commit/e8c9e748d391ffaf17d7a7344ad55944019d928f))
* **deps:** update dependency com.google.guava:guava to v33 ([#312](https:/jeremylvln/Shulker/issues/312)) ([49fe6bc](https:/jeremylvln/Shulker/commit/49fe6bc481c49a4a2f2f788e71310f393ba6ee7d))
* **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.1 ([#257](https:/jeremylvln/Shulker/issues/257)) ([ba9d2cf](https:/jeremylvln/Shulker/commit/ba9d2cfc968fccaa491f0d2509076d433b94dbd7))
* **deps:** update dependency io.grpc:grpc-netty-shaded to v1.59.1 ([#271](https:/jeremylvln/Shulker/issues/271)) ([e2c7230](https:/jeremylvln/Shulker/commit/e2c7230edcc66453715a405060229ee302351dcc))
* **deps:** update dependency io.grpc:grpc-netty-shaded to v1.60.0 ([#285](https:/jeremylvln/Shulker/issues/285)) ([a60a643](https:/jeremylvln/Shulker/commit/a60a643033a4d5ed907b42fefe939a0b6009906c))
* **deps:** update dependency net.kyori:adventure-api to v4.15.0 ([#311](https:/jeremylvln/Shulker/issues/311)) ([5b66eec](https:/jeremylvln/Shulker/commit/5b66eecb8fed2f232c677f078f1e84792fcad317))
* **deps:** update dependency redis.clients:jedis to v5.1.0 ([#266](https:/jeremylvln/Shulker/issues/266)) ([81a52a7](https:/jeremylvln/Shulker/commit/81a52a75faff9f41842fd7ce11fd619632dc1e53))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.2 ([#258](https:/jeremylvln/Shulker/issues/258)) ([10af60c](https:/jeremylvln/Shulker/commit/10af60c42452d72c65bfcc53edffd90d33bf004b))
* **deps:** update grpc to v1.59.1 ([#272](https:/jeremylvln/Shulker/issues/272)) ([75c4cdd](https:/jeremylvln/Shulker/commit/75c4cdddc2536794cbc5bc40e2b39361abe3465a))
* **deps:** update grpc to v1.60.0 ([#286](https:/jeremylvln/Shulker/issues/286)) ([f538bf4](https:/jeremylvln/Shulker/commit/f538bf41434d7fb1d1b634ccaf386cd4b331f6a7))
* regenerate crds ([456fc8b](https:/jeremylvln/Shulker/commit/456fc8b4776c8b8ac10f5a6589b30e119d440d91))
* **shulker-operator:** custom annotations not added to ProxyFleet service ([#273](https:/jeremylvln/Shulker/issues/273)) ([83e5f53](https:/jeremylvln/Shulker/commit/83e5f53dce58c23b64058deb320b0b008a363b6a))

## [0.4.0](https:/jeremylvln/Shulker/compare/v0.3.0...v0.4.0) (2023-11-28)


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.4.0"
version = "0.5.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.4.0
version = 0.5.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.4.0'
appVersion: '0.5.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.4.0'
appVersion: '0.5.0'
name: shulker-addon-matchmaking
3,898 changes: 3,055 additions & 843 deletions kube/manifests/next-with-prometheus.yaml

Large diffs are not rendered by default.

3,898 changes: 3,055 additions & 843 deletions kube/manifests/next.yaml

Large diffs are not rendered by default.

3,876 changes: 3,044 additions & 832 deletions kube/manifests/stable-with-prometheus.yaml

Large diffs are not rendered by default.

3,874 changes: 3,043 additions & 831 deletions kube/manifests/stable.yaml

Large diffs are not rendered by default.

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.4.0",
"version": "0.5.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
Expand Down

0 comments on commit f166cbd

Please sign in to comment.