Skip to content

Commit 1f2f209

Browse files
committed
Bump version to 0.2.0
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent e31fb07 commit 1f2f209

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.3"
10+
version = "0.2.0"
1111
license = "Apache-2.0"
1212
edition = "2021"
1313
rust-version = "1.83"

charts/clowarden/Chart.yaml

+18-10
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: clowarden
33
description: CLOWarden is a tool that manages access to resources across multiple services
44
type: application
5-
version: 0.1.4-2
6-
appVersion: 0.1.3
5+
version: 0.2.0
6+
appVersion: 0.2.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://clowarden.io
99
icon: https://raw.githubusercontent.com/cncf/clowarden/main/docs/logo/logo.png
@@ -23,20 +23,28 @@ annotations:
2323
artifacthub.io/category: skip-prediction
2424
artifacthub.io/changes: |
2525
- kind: added
26-
description: Webhook secret fallback for key rotation
27-
- kind: added
28-
description: Set audit index document cache max size
29-
- kind: added
30-
description: Build linux/arm64 images
26+
description: Validate users detected in some kinds of changes
27+
- kind: changed
28+
description: Improve support for multiple organizations
29+
- kind: changed
30+
description: Migrate config to figment
31+
- kind: changed
32+
description: Some refactoring in jobs module
33+
- kind: changed
34+
description: Update documentation
35+
- kind: changed
36+
description: Bump Alpine to 3.21.0
3137
- kind: changed
32-
description: Bump Alpine to 3.20.2
38+
description: Bump Rust to 1.83
3339
- kind: changed
3440
description: Upgrade backend and frontend dependencies
41+
- kind: fixed
42+
description: Issue processing email invitations
3543
artifacthub.io/images: |
3644
- name: dbmigrator
37-
image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.3
45+
image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.2.0
3846
- name: server
39-
image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.3
47+
image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.2.0
4048
artifacthub.io/links: |
4149
- name: source
4250
url: https://github.com/cncf/clowarden

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clowarden",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "CLOWarden",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)