From 586e6cf735bb391652091c28691dda8bf1128efc Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Fri, 3 May 2024 19:28:30 +0100 Subject: [PATCH] Release 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- charts/restate-operator-helm/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdd873e..e7d0db5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "restate-operator" -version = "0.7.0" +version = "0.7.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3bf116e..b343dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ [package] -name = "restate-operator" -version = "0.7.0" +version = "0.7.1"" authors = ["restate.dev"] edition = "2021" rust-version = "1.75" @@ -66,3 +65,4 @@ assert-json-diff = "2.0.2" http = "0.2.9" hyper = "0.14.27" tower-test = "0.4.0" +name = "restate-operator" diff --git a/charts/restate-operator-helm/Chart.yaml b/charts/restate-operator-helm/Chart.yaml index fa6d0a2..bdb3d35 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.7.0" +version: "0.7.1"