@@ -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.4.1
6- appVersion : 1.4 .0
5+ version : 1.5.0
6+ appVersion : 1.5 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://gitvote.dev
99icon : https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
@@ -25,25 +25,27 @@ annotations:
2525 artifacthub.io/category : skip-prediction
2626 artifacthub.io/changes : |
2727 - kind: added
28- description: Minimum wait support to close on passing
28+ description: Audit page
2929 - kind: added
30- description: Display percentage of voters against the vote
30+ description: Extra location for config: .github directory
31+ - kind: added
32+ description: Some tests for templates
3133 - kind: changed
32- description: Migrate service config to figment
34+ description: Improve vote labeling
3335 - kind: changed
34- description: Some refactoring in votes processor
36+ description: Move images to ghcr.io
3537 - kind: changed
36- description: Bump Alpine to 3.21.0
38+ description: Bump Alpine to 3.22.2
3739 - kind: changed
38- description: Bump Rust to 1.83
40+ description: Bump Rust to 1.90
3941 - kind: changed
4042 description: Upgrade dependencies
4143 artifacthub.io/containsSecurityUpdates : " true"
4244 artifacthub.io/images : |
4345 - name: dbmigrator
44- image: ghcr.io/cncf/gitvote/dbmigrator:v1.4.1
46+ image: ghcr.io/cncf/gitvote/dbmigrator:v1.5.0
4547 - name: gitvote
46- image: ghcr.io/cncf/gitvote/server:v1.4.1
48+ image: ghcr.io/cncf/gitvote/server:v1.5.0
4749 artifacthub.io/links : |
4850 - name: source
4951 url: https://github.com/cncf/gitvote
0 commit comments