Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.1 #207

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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