@@ -2,8 +2,8 @@ apiVersion: v2
22name : gitvote
33description : GitVote is a GitHub application that allows holding a vote on issues and pull requests
44type : application
5- version : 1.0 .0
6- appVersion : 1.0 .0
5+ version : 1.1 .0
6+ appVersion : 1.1 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://gitvote.dev
99icon : https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
@@ -25,21 +25,20 @@ annotations:
2525 artifacthub.io/category : skip-prediction
2626 artifacthub.io/changes : |
2727 - kind: added
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
28+ description: Support for automatic periodic status checks
3229 - kind: added
33- description: JSON log format
30+ description: Auto-close vote on passing feature
31+ - kind: added
32+ description: Mention pending voters when checking vote status
33+ - kind: added
34+ description: Allow excluding team maintainers from allowed voters
3435 - kind: changed
35- description: Only repository collaborators can now cancel votes
36+ description: Improve comments templates
3637 - kind: changed
37- description: Improve logging plus some refactoring
38+ description: Bump Alpine to 3.18.3
3839 - kind: changed
3940 description: Upgrade dependencies
40- - kind: fixed
41- description: Issue with dbmigrator in Helm chart
42- artifacthub.io/containsSecurityUpdates : " false"
41+ artifacthub.io/containsSecurityUpdates : " true"
4342 artifacthub.io/images : |
4443 - name: dbmigrator
4544 image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
0 commit comments