diff --git a/Cargo.lock b/Cargo.lock index 92dacbb..0d5d013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -445,7 +445,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clowarden-cli" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "clowarden-core" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "as-any", @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "clowarden-server" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 28131c2..8428437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.1.3" +version = "0.2.0" license = "Apache-2.0" edition = "2021" rust-version = "1.83" diff --git a/charts/clowarden/Chart.yaml b/charts/clowarden/Chart.yaml index d2a9ff3..f3bf5a6 100644 --- a/charts/clowarden/Chart.yaml +++ b/charts/clowarden/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: clowarden description: CLOWarden is a tool that manages access to resources across multiple services type: application -version: 0.1.4-2 -appVersion: 0.1.3 +version: 0.2.0 +appVersion: 0.2.0 kubeVersion: ">= 1.19.0-0" home: https://clowarden.io icon: https://raw.githubusercontent.com/cncf/clowarden/main/docs/logo/logo.png @@ -23,20 +23,28 @@ annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - kind: added - description: Webhook secret fallback for key rotation - - kind: added - description: Set audit index document cache max size - - kind: added - description: Build linux/arm64 images + description: Validate users detected in some kinds of changes + - kind: changed + description: Improve support for multiple organizations + - kind: changed + description: Migrate config to figment + - kind: changed + description: Some refactoring in jobs module + - kind: changed + description: Update documentation + - kind: changed + description: Bump Alpine to 3.21.0 - kind: changed - description: Bump Alpine to 3.20.2 + description: Bump Rust to 1.83 - kind: changed description: Upgrade backend and frontend dependencies + - kind: fixed + description: Issue processing email invitations artifacthub.io/images: | - name: dbmigrator - image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.3 + image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.2.0 - name: server - image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.3 + image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.2.0 artifacthub.io/links: | - name: source url: https://github.com/cncf/clowarden diff --git a/web/package.json b/web/package.json index da2e943..e20eaaf 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "clowarden", - "version": "0.1.3", + "version": "0.2.0", "description": "CLOWarden", "license": "Apache-2.0", "type": "module",