Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 18:35
· 68 commits to main since this release

0.13.0 (2025-04-05)

🔥 Notable changes 🔥

This release fixes two bugs, the first one being a crash on the proxies due to a too strict schema on the Kubernetes LoadBalancer objects. The second one is in the SDK for creating manually a server from a fleet.

It also introduces a new project that is the shulker-cli. It will be a nice way of managing Shulker's objects either through Kubernetes objects or using Shulker's gRPC API. The first command is to create manually a server from a fleet. It was done in a first place to reproduce the associated bug.

✨ Features ✨

🐛 Bug Fixes 🐛

  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.50.1 (#839) (6d57eb6)
  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.51.0 (#865) (65357d6)
  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.52.0 (#884) (dc2ba30)
  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.53.0 (#900) (74276bd)
  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.54.0 (#927) (2f03266)
  • deps: update dependency com.google.api.grpc:proto-google-common-protos to v2.54.1 (#930) (bc5f0af)
  • deps: update dependency com.google.guava:guava to v33.4.5-jre (#941) (74e6fec)
  • deps: update dependency com.google.protobuf:protobuf-java to v4.29.3 (#841) (9cefdd0)
  • deps: update dependency com.google.protobuf:protobuf-java to v4.30.0 (#911) (a168406)
  • deps: update dependency com.google.protobuf:protobuf-java to v4.30.1 (#934) (1df9528)
  • deps: update dependency net.kyori:adventure-api to v4.19.0 (#888) (e1797ea)
  • deps: update dependency org.yaml:snakeyaml to v2.4 (#885) (52f3385)
  • deps: update fabric8-kubernetes-client monorepo to v6.13.5 (#866) (db4e141)
  • deps: update fabric8-kubernetes-client monorepo to v7 (#785) (c97a5a2)
  • deps: update grpc-java monorepo to v1.69.1 (#849) (0a7fd73)
  • deps: update grpc-java monorepo to v1.70.0 (#859) (2268cb7)
  • deps: update grpc-java monorepo to v1.71.0 (#910) (79de9bf)
  • deps: update kube-rs, k8s-openapi and thiserror crates (c06959b)
  • shulker-proxy-agent: ingress IP can be null (#749) (fdd9bc5)

📚 Documentation 📚