Skip to content

Commit

Permalink
Bump version to 0.2.0 (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Dec 13, 2024
1 parent e31fb07 commit 9824f4d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
8 changes: 4 additions & 4 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.3"
version = "0.2.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.83"
Expand Down
28 changes: 18 additions & 10 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.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
Expand All @@ -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
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.3",
"version": "0.2.0",
"description": "CLOWarden",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 9824f4d

Please sign in to comment.