Skip to content

Commit

Permalink
Bump version to 1.0.0 (#265)
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 Mar 21, 2023
1 parent 4559ce7 commit 06ccba5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "gitvote"
description = "GitVote server"
version = "0.2.0"
version = "1.0.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
22 changes: 18 additions & 4 deletions charts/gitvote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ apiVersion: v2
name: gitvote
description: GitVote is a GitHub application that allows holding a vote on issues and pull requests
type: application
version: 0.2.1-1
appVersion: 0.2.0
version: 1.0.0
appVersion: 1.0.0
kubeVersion: ">= 1.19.0-0"
home: https://gitvote.dev
icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
keywords:
- git
- vote
- gitvote
maintainers:
- name: Sergio
email: [email protected]
Expand All @@ -24,8 +25,21 @@ annotations:
artifacthub.io/category: skip-prediction
artifacthub.io/changes: |
- kind: added
description: Initial version
artifacthub.io/containsSecurityUpdates: "true"
description: New command to check the status of a vote
links:
- name: Documentation
url: https://github.com/cncf/gitvote#checking-votes
- kind: added
description: JSON log format
- kind: changed
description: Only repository collaborators can now cancel votes
- kind: changed
description: Improve logging plus some refactoring
- kind: changed
description: Upgrade dependencies
- kind: fixed
description: Issue with dbmigrator in Helm chart
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: dbmigrator
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
Expand Down

0 comments on commit 06ccba5

Please sign in to comment.