File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " gitvote"
33description = " GitVote server"
4- version = " 0.2 .0"
4+ version = " 1.0 .0"
55license = " Apache-2.0"
66edition = " 2021"
77
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ apiVersion: v2
22name : gitvote
33description : GitVote is a GitHub application that allows holding a vote on issues and pull requests
44type : application
5- version : 0.2.1-1
6- appVersion : 0.2 .0
5+ version : 1.0.0
6+ appVersion : 1.0 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://gitvote.dev
99icon : https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
1010keywords :
1111 - git
1212 - vote
13+ - gitvote
1314maintainers :
1415 - name : Sergio
1516@@ -24,8 +25,21 @@ annotations:
2425 artifacthub.io/category : skip-prediction
2526 artifacthub.io/changes : |
2627 - kind: added
27- description: Initial version
28- artifacthub.io/containsSecurityUpdates : " true"
28+ description: New command to check the status of a vote
29+ links:
30+ - name: Documentation
31+ url: https://github.com/cncf/gitvote#checking-votes
32+ - kind: added
33+ description: JSON log format
34+ - kind: changed
35+ description: Only repository collaborators can now cancel votes
36+ - kind: changed
37+ description: Improve logging plus some refactoring
38+ - kind: changed
39+ description: Upgrade dependencies
40+ - kind: fixed
41+ description: Issue with dbmigrator in Helm chart
42+ artifacthub.io/containsSecurityUpdates : " false"
2943 artifacthub.io/images : |
3044 - name: dbmigrator
3145 image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
You can’t perform that action at this time.
0 commit comments