From a7ee819d7bc6ca33f2bce227cafc7250858e63e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 13 Aug 2024 17:52:35 +0200 Subject: [PATCH] Bump version to 0.1.3 (#244) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- charts/clowarden/Chart.yaml | 20 ++++++++++++++------ web/package.json | 2 +- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42598a9..b04bb43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clowarden-cli" -version = "0.1.1" +version = "0.1.3" dependencies = [ "anyhow", "clap", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "clowarden-core" -version = "0.1.1" +version = "0.1.3" dependencies = [ "anyhow", "as-any", @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "clowarden-server" -version = "0.1.1" +version = "0.1.3" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 57ef642..5d91b81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.1.1" +version = "0.1.3" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/charts/clowarden/Chart.yaml b/charts/clowarden/Chart.yaml index bfa96c2..5e8713e 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.3-0 -appVersion: 0.1.1 +version: 0.1.3 +appVersion: 0.1.3 kubeVersion: ">= 1.19.0-0" home: https://clowarden.io icon: https://raw.githubusercontent.com/cncf/clowarden/main/docs/logo/logo.png @@ -22,13 +22,21 @@ dependencies: annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - - kind: fixed - description: Regression building audit UI + - 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 + - kind: changed + description: Bump Alpine to 3.20.2 + - kind: changed + description: Upgrade backend and frontend dependencies artifacthub.io/images: | - name: dbmigrator - image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.1 + image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.3 - name: server - image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.1 + image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.3 artifacthub.io/links: | - name: source url: https://github.com/cncf/clowarden diff --git a/web/package.json b/web/package.json index 218481c..907a316 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "clowarden", - "version": "0.1.1", + "version": "0.1.3", "description": "CLOWarden", "license": "Apache-2.0", "type": "module",