Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Apr 16, 2024
1 parent e1aa976 commit a5e07e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "restate-operator"
version = "0.4.3"
version = "0.5.0"
authors = ["restate.dev"]
edition = "2021"
rust-version = "1.75"
Expand Down Expand Up @@ -36,7 +36,12 @@ actix-web = "4.4.0"
futures = "0.3.28"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.21.0", features = ["latest", "schemars"] }
kube = { version = "0.88.1", features = ["runtime", "client", "derive", "unstable-runtime"] }
kube = { version = "0.88.1", features = [
"runtime",
"client",
"derive",
"unstable-runtime",
] }
schemars = { version = "0.8.12", features = ["chrono"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
Expand All @@ -47,7 +52,9 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
tracing-opentelemetry = "0.20.0"
opentelemetry = { version = "0.20.0", features = ["trace", "rt-tokio"] }
opentelemetry-otlp = { version = "0.13.0", features = ["tokio"], optional = true }
opentelemetry-otlp = { version = "0.13.0", features = [
"tokio",
], optional = true }
tonic = { version = "0.9", optional = true }
thiserror = "1.0.47"
anyhow = "1.0.75"
Expand Down
2 changes: 1 addition & 1 deletion charts/restate-operator-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: restate-operator-helm
description: An operator for Restate clusters
type: application
version: "0.4.3"
version: "0.5.0"

0 comments on commit a5e07e7

Please sign in to comment.