From a5e07e7ddc0dd22950d1b00760008acd13061165 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Tue, 16 Apr 2024 15:59:26 +0100 Subject: [PATCH] Release 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 13 ++++++++++--- charts/restate-operator-helm/Chart.yaml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e9d41..0f13f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "restate-operator" -version = "0.4.3" +version = "0.5.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c8e8ad2..5fb2c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" @@ -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" diff --git a/charts/restate-operator-helm/Chart.yaml b/charts/restate-operator-helm/Chart.yaml index 1365ca0..c4d63ac 100644 --- a/charts/restate-operator-helm/Chart.yaml +++ b/charts/restate-operator-helm/Chart.yaml @@ -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"