Skip to content

Commit

Permalink
Bump version to 0.1.3 (#244)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored Aug 13, 2024
1 parent 18d8cd4 commit a7ee819
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 14 additions & 6 deletions charts/clowarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clowarden",
"version": "0.1.1",
"version": "0.1.3",
"description": "CLOWarden",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit a7ee819

Please sign in to comment.