Skip to content

Commit

Permalink
release: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Jul 22, 2022
1 parent 304db49 commit 0614355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "authentik-operator"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["Dany Sluijk <me@dany.dev>"]
default-run = "akcontroller"
Expand All @@ -27,7 +27,9 @@ codegen-units = 1
actix-web = "4.1.0"
futures = "0.3.21"
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.15.0", features = ["v1_22"], default-features = false }
k8s-openapi = { version = "0.15.0", features = [
"v1_22",
], default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
chrono = { version = "0.4.19", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: authentik-operator
description: Operator for the Authentik identity provider.

type: application
version: 0.1.3
appVersion: "0.1.3"
version: 0.2.0
appVersion: "0.2.0"

0 comments on commit 0614355

Please sign in to comment.