Skip to content

Commit

Permalink
Merge pull request #21 from withlazers/release/0.2
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
Gottox authored Mar 10, 2025
2 parents 56d13e1 + f4774be commit 90764e9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 charts/rustcloak-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rustcloak-operator

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-informational?style=flat-square)

The helm-chart for the rustcloak-operator

Expand Down
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 90764e9

Please sign in to comment.