From 2a964565f12af9704f10c0666a32697f15d1f0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Mon, 27 May 2024 09:16:54 +0200 Subject: [PATCH] Bump version to 0.1.1 (#207) 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 | 12 ++++++------ web/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b63299..a05b3f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clowarden-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "clowarden-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "as-any", @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "clowarden-server" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index b6b819f..1683548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/charts/clowarden/Chart.yaml b/charts/clowarden/Chart.yaml index 046ddc2..d55dc7c 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.1 -appVersion: 0.1.0 +version: 0.1.2 +appVersion: 0.1.1 kubeVersion: ">= 1.19.0-0" home: https://clowarden.io icon: https://raw.githubusercontent.com/cncf/clowarden/main/docs/logo/logo.png @@ -22,13 +22,13 @@ dependencies: annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - - kind: added - description: Initial release + - kind: fixed + description: Regression building audit UI artifacthub.io/images: | - name: dbmigrator - image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator + image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.1 - name: server - image: public.ecr.aws/g6m3a0y9/clowarden-server + image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.1 artifacthub.io/links: | - name: source url: https://github.com/cncf/clowarden diff --git a/web/package.json b/web/package.json index 34b56d9..dde2793 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "clowarden", - "version": "0.0.1", + "version": "0.1.1", "description": "CLOWarden", "license": "Apache-2.0", "type": "module",