@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : clowarden
3
3
description : CLOWarden is a tool that manages access to resources across multiple services
4
4
type : application
5
- version : 0.1.4-2
6
- appVersion : 0.1.3
5
+ version : 0.2.0
6
+ appVersion : 0.2.0
7
7
kubeVersion : " >= 1.19.0-0"
8
8
home : https://clowarden.io
9
9
icon : https://raw.githubusercontent.com/cncf/clowarden/main/docs/logo/logo.png
@@ -23,20 +23,28 @@ annotations:
23
23
artifacthub.io/category : skip-prediction
24
24
artifacthub.io/changes : |
25
25
- 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
31
37
- kind: changed
32
- description: Bump Alpine to 3.20.2
38
+ description: Bump Rust to 1.83
33
39
- kind: changed
34
40
description: Upgrade backend and frontend dependencies
41
+ - kind: fixed
42
+ description: Issue processing email invitations
35
43
artifacthub.io/images : |
36
44
- name: dbmigrator
37
- image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.1.3
45
+ image: public.ecr.aws/g6m3a0y9/clowarden-dbmigrator:v0.2.0
38
46
- name: server
39
- image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.1.3
47
+ image: public.ecr.aws/g6m3a0y9/clowarden-server:v0.2.0
40
48
artifacthub.io/links : |
41
49
- name: source
42
50
url: https://github.com/cncf/clowarden
0 commit comments