Skip to content

Commit

Permalink
Bump version to 0.1.1 (#207)
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 May 27, 2024
1 parent 5361dff commit 2a96456
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0"
version = "0.1.1"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand Down
12 changes: 6 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.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
Expand All @@ -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
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.0.1",
"version": "0.1.1",
"description": "CLOWarden",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 2a96456

Please sign in to comment.