Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 13, 2024
1 parent e2c2673 commit 528e41d
Show file tree
Hide file tree
Showing 4 changed files with 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "restate-operator"
version = "0.0.2"
version = "0.0.3"
authors = ["restate.dev"]
edition = "2021"
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ helm install restate-operator oci://ghcr.io/restatedev/restate-operator-helm --n
```

## Releasing
1. Update the app version in charts/restate-operator/Chart.yaml and the version in Cargo.toml eg to `0.0.2`
1. Update the app version in charts/restate-operator/Chart.yaml and the version in Cargo.{toml,lock} eg to `0.0.2`
2. Push a new tag `v0.0.2`
3. Accept the draft release once the workflow finishes
4 changes: 2 additions & 2 deletions charts/restate-operator-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: restate-operator-helm
description: An operator for Restate clusters
type: application
version: "0.0.2"
appVersion: "0.0.2"
version: "0.0.3"
appVersion: "0.0.3"

0 comments on commit 528e41d

Please sign in to comment.