Skip to content

Commit

Permalink
chore: release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 2, 2023
1 parent 6f80c27 commit 8fab4e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chisel-operator"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Chisel tunnel operator for Kubernetes"
authors = [
Expand Down Expand Up @@ -49,4 +49,4 @@ tracing-logfmt = "0.3.2"

[[bin]]
name = "crdgen"
path = "src/crdgen.rs"
path = "src/crdgen.rs"
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: chisel-operator
image: ghcr.io/fyralabs/chisel-operator:v0.1.0
image: ghcr.io/fyralabs/chisel-operator:v0.2.0
env:
- name: RUST_LOG
value: "debug"
Expand Down

0 comments on commit 8fab4e9

Please sign in to comment.