Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 13, 2024
1 parent 5ad8193 commit 34db4c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
build-helm-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Write release version
id: version
run: |
Expand All @@ -33,7 +35,7 @@ jobs:
publish-release:
name: Publish release
runs-on: ubuntu-latest
needs: [build-docker-image build-helm-chart]
needs: [build-docker-image, build-helm-chart]

steps:
- name: Checkout
Expand Down
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.1"
version = "0.0.2"
authors = ["restate.dev"]
edition = "2021"
rust-version = "1.75"
Expand Down
6 changes: 3 additions & 3 deletions charts/restate-operator-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: restate-operator
name: restate-operator-helm
description: An operator for Restate clusters
type: application
version: "0.0.1"
appVersion: "0.0.1"
version: "0.0.2"
appVersion: "0.0.2"

0 comments on commit 34db4c7

Please sign in to comment.