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.1.1 "
4+ version = " 1.2.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.1.1
6- appVersion : 1.1.1
5+ version : 1.2.0
6+ appVersion : 1.2.0
77kubeVersion : " >= 1.19.0-0"
88home : https://gitvote.dev
99icon : https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
@@ -24,16 +24,18 @@ dependencies:
2424annotations :
2525 artifacthub.io/category : skip-prediction
2626 artifacthub.io/changes : |
27- - kind: fixed
28- description: Issue closing vote
27+ - kind: added
28+ description: Add labels to issues and pull requests
29+ - kind: changed
30+ description: Bump Alpine to 3.19.1
2931 - kind: changed
3032 description: Upgrade dependencies
3133 artifacthub.io/containsSecurityUpdates : " true"
3234 artifacthub.io/images : |
3335 - name: dbmigrator
34- image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
36+ image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2.0
3537 - name: gitvote
36- image: public.ecr.aws/g6m3a0y9/gitvote
38+ image: public.ecr.aws/g6m3a0y9/gitvote:v1.2.0
3739 artifacthub.io/links : |
3840 - name: source
3941 url: https://github.com/cncf/gitvote
You can’t perform that action at this time.
0 commit comments