Skip to content

Commit 37768a6

Browse files
authored
Release v1.8.4 (#66)
1 parent 45183a2 commit 37768a6

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
clippy:
9+
name: Clippy
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: dtolnay/rust-toolchain@stable
14+
with:
15+
components: clippy
16+
- uses: Swatinem/rust-cache@v2
17+
- run: cargo clippy --all-targets --all-features -- -D warnings

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-operator"
3-
version = "1.8.3"
3+
version = "1.8.4"
44
authors = ["restate.dev"]
55
edition = "2021"
66
rust-version = "1.86"

charts/restate-operator-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: restate-operator-helm
33
description: An operator for Restate clusters
44
type: application
5-
version: "1.8.3"
5+
version: "1.8.4"

0 commit comments

Comments
 (0)