File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " gitvote"
33description = " GitVote server"
4- version = " 1.2 .0"
4+ version = " 1.3 .0"
55license = " Apache-2.0"
66edition = " 2021"
77
Original file line number Diff line number Diff line change @@ -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.2.1-2
6- appVersion : 1.2 .0
5+ version : 1.3.0
6+ appVersion : 1.3 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://gitvote.dev
99icon : https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
@@ -25,17 +25,19 @@ annotations:
2525 artifacthub.io/category : skip-prediction
2626 artifacthub.io/changes : |
2727 - kind: added
28- description: Add labels to issues and pull requests
28+ description: Support for GitHub discussions announcements
29+ - kind: added
30+ description: Webhook secret fallback for key rotation
2931 - kind: changed
30- description: Bump Alpine to 3.19 .1
32+ description: Bump Alpine to 3.20 .1
3133 - kind: changed
3234 description: Upgrade dependencies
3335 artifacthub.io/containsSecurityUpdates : " true"
3436 artifacthub.io/images : |
3537 - name: dbmigrator
36- image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2 .0
38+ image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.3 .0
3739 - name: gitvote
38- image: public.ecr.aws/g6m3a0y9/gitvote:v1.2 .0
40+ image: public.ecr.aws/g6m3a0y9/gitvote:v1.3 .0
3941 artifacthub.io/links : |
4042 - name: source
4143 url: https://github.com/cncf/gitvote
You can’t perform that action at this time.
0 commit comments