Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0](v0.1.0...v0.2.0) (2023-10-25)

### ✨ Features ✨

* add nodeselector to pod overrides ([123f169](123f169))
* add tolerations to pod overrides ([4290b19](4290b19))
* **java-sdk:** create java sdk ([745b299](745b299))
* move API source to agents projects [breaking change] ([c307c02](c307c02))
* **operator:** add built-in autoscaling to fleets ([#112](#112)) ([1dc72a1](1dc72a1))
* **server-agent:** add explicit api-version in paper yml ([5ab4147](5ab4147))

### 🐛 Bug Fixes 🐛

* correctly update proxy service annotations ([40db68b](40db68b))
* **deps:** manual bump ([#128](#128)) ([7d9dbdf](7d9dbdf))
* **deps:** update dependency net.kyori:adventure-api to v4.14.0 ([#137](#137)) ([8cea5eb](8cea5eb))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.0 ([#138](#138)) ([293d43d](293d43d))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.1 ([#145](#145)) ([e5e2c84](e5e2c84))
* **deps:** update dependency net.md-5:bungeecord-api to v1.20-r0.1 ([#139](#139)) ([355db1e](355db1e))
* **deps:** update fabric8-kubernetes-client monorepo to v6.8.1 ([#140](#140)) ([47704cf](47704cf))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.0 ([#168](#168)) ([62b1517](62b1517))
* listen and update correctly the resources ([e69d3de](e69d3de))
* **shulker-crds:** use native default system whenever possible ([#153](#153)) ([2f89a51](2f89a51))

### 📚 Documentation 📚

* add CODE_OF_CONDUCT.md ([d7fcc0b](d7fcc0b))
* add coverage badge ([1756f67](1756f67))
* add open graph meta ([7560590](7560590))
* add recipes for plugins, pod overrides, and proxy protocol ([#117](#117)) ([ad935a2](ad935a2))
* add text about commercial license ([40ecd71](40ecd71))
* fix header dead link ([037575b](037575b))
* fix proxyfleet in example ([#110](#110)) ([99d7ca0](99d7ca0))
* migrate to vitepress ([#165](#165)) ([fe7a7e4](fe7a7e4))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 56310fe commit a61786e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## [0.2.0](https://github.com/jeremylvln/Shulker/compare/v0.1.0...v0.2.0) (2023-10-25)


### :sparkles: Features :sparkles:

* add nodeselector to pod overrides ([123f169](https://github.com/jeremylvln/Shulker/commit/123f1697ed12de9d3c042e450f23556b8fa0e969))
* add tolerations to pod overrides ([4290b19](https://github.com/jeremylvln/Shulker/commit/4290b19d8c16256379faf34b23be10de119c1d21))
* **java-sdk:** create java sdk ([745b299](https://github.com/jeremylvln/Shulker/commit/745b299bc4e05533d906dba5a94bbf86707eebad))
* move API source to agents projects [breaking change] ([c307c02](https://github.com/jeremylvln/Shulker/commit/c307c02731bb778abae0761352ebe02cdb4a5cf4))
* **operator:** add built-in autoscaling to fleets ([#112](https://github.com/jeremylvln/Shulker/issues/112)) ([1dc72a1](https://github.com/jeremylvln/Shulker/commit/1dc72a1c4ca0a8affb304ec4239e111b2af4f15c))
* **server-agent:** add explicit api-version in paper yml ([5ab4147](https://github.com/jeremylvln/Shulker/commit/5ab4147151ade8098808bac42921638529a95ec9))


### :bug: Bug Fixes :bug:

* correctly update proxy service annotations ([40db68b](https://github.com/jeremylvln/Shulker/commit/40db68bb599834d79a898741889184ed1c695963))
* **deps:** manual bump ([#128](https://github.com/jeremylvln/Shulker/issues/128)) ([7d9dbdf](https://github.com/jeremylvln/Shulker/commit/7d9dbdfb20f82eb6337116435566df960dda39a9))
* **deps:** update dependency net.kyori:adventure-api to v4.14.0 ([#137](https://github.com/jeremylvln/Shulker/issues/137)) ([8cea5eb](https://github.com/jeremylvln/Shulker/commit/8cea5eb3b3627faefa12e95748234cb79e46b6b5))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.0 ([#138](https://github.com/jeremylvln/Shulker/issues/138)) ([293d43d](https://github.com/jeremylvln/Shulker/commit/293d43d8d584b13bd1695c80c06bfbd400684610))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.1 ([#145](https://github.com/jeremylvln/Shulker/issues/145)) ([e5e2c84](https://github.com/jeremylvln/Shulker/commit/e5e2c84cc14c347d7bf72711ffd74c3c04915fa7))
* **deps:** update dependency net.md-5:bungeecord-api to v1.20-r0.1 ([#139](https://github.com/jeremylvln/Shulker/issues/139)) ([355db1e](https://github.com/jeremylvln/Shulker/commit/355db1ee660793b54052be13abc2f8b3f230e9cb))
* **deps:** update fabric8-kubernetes-client monorepo to v6.8.1 ([#140](https://github.com/jeremylvln/Shulker/issues/140)) ([47704cf](https://github.com/jeremylvln/Shulker/commit/47704cf864c9d5ef582794a9c10230e8d324e556))
* **deps:** update fabric8-kubernetes-client monorepo to v6.9.0 ([#168](https://github.com/jeremylvln/Shulker/issues/168)) ([62b1517](https://github.com/jeremylvln/Shulker/commit/62b1517379b8ac714f4069d394092b3c524ba6a8))
* listen and update correctly the resources ([e69d3de](https://github.com/jeremylvln/Shulker/commit/e69d3dea285878e73626b19f2dd7587151d41d8f))
* **shulker-crds:** use native default system whenever possible ([#153](https://github.com/jeremylvln/Shulker/issues/153)) ([2f89a51](https://github.com/jeremylvln/Shulker/commit/2f89a51f3d7028fa03e054b8f958effbdf907dd3))


### :books: Documentation :books:

* add CODE_OF_CONDUCT.md ([d7fcc0b](https://github.com/jeremylvln/Shulker/commit/d7fcc0b51abb7745ed72023602980dde2e315f42))
* add coverage badge ([1756f67](https://github.com/jeremylvln/Shulker/commit/1756f676ec902be1dc905016040891a0b646661e))
* add open graph meta ([7560590](https://github.com/jeremylvln/Shulker/commit/756059073717cdae4bbca7c80c57356074ac5b06))
* add recipes for plugins, pod overrides, and proxy protocol ([#117](https://github.com/jeremylvln/Shulker/issues/117)) ([ad935a2](https://github.com/jeremylvln/Shulker/commit/ad935a26b4221909a097a0b18c4985f1412b5426))
* add text about commercial license ([40ecd71](https://github.com/jeremylvln/Shulker/commit/40ecd7124be49b55e791e36b78184c8f7f2ff96e))
* fix header dead link ([037575b](https://github.com/jeremylvln/Shulker/commit/037575b244d1df7c6339889091d08537b33e7c8b))
* fix proxyfleet in example ([#110](https://github.com/jeremylvln/Shulker/issues/110)) ([99d7ca0](https://github.com/jeremylvln/Shulker/commit/99d7ca0691fa4052afaad7599a0eee92725e9431))
* migrate to vitepress ([#165](https://github.com/jeremylvln/Shulker/issues/165)) ([fe7a7e4](https://github.com/jeremylvln/Shulker/commit/fe7a7e4a54171e072d1fad767de0ad10005e2eb8))
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ members = [
"packages/shulker-sdk/bindings/rust"
]

[workspace.package]
version = "0.1.0"
version = "0.2.0"
authors = ["Jérémy Levilain <jeremy@jeremylvln.fr>"]
edition = "2021"
publish = false
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.1.0
version = 0.2.0

0 comments on commit a61786e

Please sign in to comment.