Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Mar 10, 2025
1 parent 56d13e1 commit 97071aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
helm_version=$(yq .version charts/rustcloak-operator/Chart.yaml)
helm_appversion=$(yq .appVersion charts/rustcloak-operator/Chart.yaml)
cargo_version=$(cargo pkgid --manifest-path rustcloak-operator/Cargo.toml | cut -d'#' -f 2)
cargo_version=$(cargo pkgid --manifest-path rustcloak-crd/Cargo.toml | cut -d'#' -f 2)
cargo_crd_version=$(cargo pkgid --manifest-path rustcloak-crd/Cargo.toml | cut -d'#' -f 2)
set -x
test "${cargo_crd_version}" = "${GITHUB_REF_NAME#v}"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/rustcloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
- name: Enno Boland
email: [email protected]
url: https://github.com/Gottox
version: 0.2.0
appVersion: "v0.2.0"
version: 0.2.1
appVersion: "v0.2.1"
2 changes: 1 addition & 1 deletion rustcloak-crd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustcloak-crd"
version = "0.1.0"
version = "0.2.1"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rustcloak-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustcloak-operator"
version = "0.2.0"
version = "0.2.1"
edition = "2024"

[dependencies]
Expand Down

0 comments on commit 97071aa

Please sign in to comment.