From 69c83aeb28bc30ecfaa02fcd99bc7c529e5bbf45 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Tue, 30 Apr 2024 12:00:43 +0100 Subject: [PATCH] Release 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- charts/restate-operator-helm/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6195c10..fdea1f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "restate-operator" -version = "0.6.0" +version = "0.6.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1b6a988..dafb28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restate-operator" -version = "0.6.0" +version = "0.6.1" authors = ["restate.dev"] edition = "2021" rust-version = "1.75" diff --git a/charts/restate-operator-helm/Chart.yaml b/charts/restate-operator-helm/Chart.yaml index 9b9fb67..96fffaf 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.6.0" +version: "0.6.1"